]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
2006-09-22 Erik Sandberg <mandolaerik@gmail.com>
[lilypond.git] / ChangeLog
1 2006-09-22  Erik Sandberg  <mandolaerik@gmail.com>
2
3         * lily/lexer.ll: remove limitation on music function arity. New
4         mode extratoken, which inserts extra EXPECT_* tokens after
5         MUSIC_FUNCTION token. Junk all MUSIC_FUNCTION_* tokens.
6
7         * lily/parser.yy: Change grammar for music function accordingly.
8
9         * lily/include/lily-parser.hh: New method get_state, new member
10         hidden_state. Works around a problem when parser fetches
11         MUSIC_FUNCTION token but not the following EXPECT_* token.
12
13 2006-09-21  Graham Percival  <gpermus@gmail.com>
14
15         * Documentation/user/tweaks.itely (Fitting music onto fewer
16         pages): change settings to avoid warning messages.
17
18 2006-09-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
19
20         * Documentation/user/tweaks.itely (Fitting music onto fewer
21         pages): Add between-system-space setting. 
22
23 2006-09-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
24
25         * lily/accidental-placement.cc (calc_positioning_done): don't
26         trigger Y-extent calculation too early. Use pure_height instead.
27
28         * lily/scale.cc (LY_DEFINE): new file. 
29
30 2006-09-20  Joe Neeman  <joeneeman@gmail.com>
31
32         * lily/page-breaking.cc (find_chunks_and_breaks): ignore breaks
33         that happen at the start of a score: having a zero-length
34         chunk was messing up min_system_count calculations.
35
36         * lily/source-file.cc (get_line): lower_bound, not
37         binary_search. Fixes problem where point-and-click would
38         always point to the first line.
39
40 2006-09-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
41
42         * lily/accidental-placement.cc (calc_positioning_done): also put
43         stems into accidental support. 
44
45         * lily/tie-engraver.cc (process_music): also set tieMelismaBusy if
46         event_ detected.
47
48         * scm/script.scm (default-script-alist): avoid-slur and
49         slur-padding for portato script.
50
51         * lily/stem-tremolo.cc (translated_stencil): new function. 
52         (height): use new function. Fixes tremolos on whole notes.
53
54         * lily/slur-scoring.cc (get_best_curve): don't crash if no optimal
55         slur found.
56
57 2006-09-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
58
59         * scripts/abc2ly.py (try_parse_comment): idem.
60
61         * scripts/lilypond-book.py (find_toplevel_snippets): use 'foo' in
62         bar_string iso. string.find()
63
64         * lily/*.cc: idem.
65
66         * lily/slur.cc (get_curve): always use scm_is_pair() looping
67         scheme lists.  
68
69 2006-09-18  Graham Percival  <gpermus@gmail.com>
70
71         * Documentation/user/basic-notation.itely: add bug
72         warning about ties and octavation/clef.
73
74 2006-09-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
75
76         * VERSION (PACKAGE_NAME): release 2.9.18
77
78 2006-08-29  Milan Zamazal  <pdm@brailcom.org>
79
80         * elisp/lilypond-mode.el (LilyPond-command-alist): Don't try to
81         figure out midi file names right here.
82         
83 2006-09-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
84
85         * scm/framework-ps.scm (dump-stencil-as-EPS): naming pad-eps-boxes.
86
87         * scm/backend-library.scm: option naming:  gs-font-load*s*
88
89         * scm/framework-eps.scm (dump-stencils-as-EPSes): rename option to
90         include-eps-fonts
91
92 2006-09-17  Joe Neeman  <joeneeman@gmail.com>
93
94         * scm/define-music-types.scm (music-descriptions): remove
95         BreakEvent and fix {Page,Line}{Break,Turn}Event so
96         Music::to_event doesn't complain.
97
98         * lily/accidental-placement.cc (ape_compare):
99         * lily/semi-tie.cc (compare): 
100         * lily/note-column.cc (shift_compare): replace by XXX_less
101
102         * lily/tie-formatting-problem.cc (set_chord_outline): 
103         * lily/tie-column.cc (calc_positioning_done): 
104         * lily/system.cc (post_processing)
105         (get_paper_system): 
106         * lily/stem.cc (note_head_positions)
107         (calc_positioning_done): 
108         * lily/spanner.cc (do_break_processing)
109         (find_broken_piece): 
110         * lily/span-bar.cc (print): 
111         * lily/semi-tie-column.cc (calc_positioning_done): 
112         * lily/rest-collision.cc (calc_positioning_done): 
113         * lily/program-option.cc (get_help_string): 
114         * lily/note-collision.cc (get_clash_groups):
115         * lily/new-fingering-engraver.cc (position_scripts):
116         * lily/keyword.cc (Keyword_table):
117         * lily/hara-kiri-group-spanner.cc (request_suicide):
118         * lily/grob-pq-engraver.cc (stop_translation_timestep):
119         * lily/accidental-placement.cc (calc_positioning_done):
120         (stagger_apes):
121         * lily/beam.cc (get_beam_segments):
122         * lily/grob-array.cc (remove_duplicates):
123         use new vector_sort
124         
125         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily:
126         ragged-last-bottom = ##f (test the new page breaker)
127
128         * flower/include/std-vector.hh (vector_sort): use STL sort stuff
129
130         * scm/define-context-properties.scm
131         (all-internal-translation-properties): remove properties that
132         were used to communicate page-turn stuff to the paper-column
133         engraver.
134
135         * lily/lily-guile.cc (robust_scm2string): new function
136
137         * lily/paper-column-engraver.cc: Clean up page turn stuff
138
139         * lily/page-turn-engraver.cc: Re-write the page turn logic here
140         instead of cluttering up paper-column-engraver.cc
141
142 2006-09-17  Nicolas Sceaux  <nicolas.sceaux@free.fr>
143
144         * scm/layout-page-dump.scm (scm): export utility function names,
145         to allow user writing cutsom dumping functions.
146
147         * scm/layout-page-layout.scm: export utility function names to
148         enable custom page breaking function writing. Tabify.
149         (line-next-space): use ?-suffix only for predicates
150         (page-maximum-space-to-fill): new function. Return the space
151         between first and bottom system of a page, to give to
152         space-systems.
153         (space-systems): use a space-to-fill argument (for instance as
154         computed by page-maximum-space-to-fill) instead of computing
155         internaly this space with the page height. That way, the caller
156         can adjust the space to use.
157         (make-page-from-systems, walk-paths): compute space to fill before
158         calling space-systems.
159
160 2006-09-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
161
162         * scm/script.scm (default-script-alist): set paddings for every
163         type here, increase for portato mark.
164
165         * scm/lily.scm (define-scheme-options): typo: add s, so it is 
166         -dinclude-eps-fonts
167
168 2006-09-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
169
170         * scm/define-grobs.scm (all-grob-descriptions): oops, typo:
171         use spanner::set-spacing-rods
172
173         * lily/note-column.cc: reformat.
174
175         * lily/rest-collision.cc (calc_positioning_done): fix whole/half
176         step positioning for note/rest combinations.
177
178         * input/regression/rest-note-collision.ly: new file.
179
180         * scm/define-grobs.scm (all-grob-descriptions): add
181         springs-and-rods
182
183         * flower/include/std-vector.hh: switch off again.
184
185         * VERSION (PATCH_LEVEL): bump to 2.9.18
186
187         * flower/include/std-string.hh: idem.
188
189         * flower/include/std-vector.hh (_GLIBCXX_DEBUG): set if NDEBUG not set.
190
191 2006-09-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
192
193         * ly/engraver-init.ly: Make FiguredBass accepted in GrandStaff and
194         PianoStaff. 
195
196 2006-09-08  Joe Neeman  <joeneeman@gmail.com>
197
198         * Documentation/user/page.itely: update page breaking documentation
199
200 2006-09-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
201
202         * lily/note-collision.cc (calc_positioning_done): only access
203         first head if available.
204
205         * lily/tuplet-engraver.cc: add tupletFullLengthNote to description.
206
207         * scm/framework-ps.scm (output-preview-framework): use new name.
208
209         * lily/program-option.cc (internal_set_option): use new names.
210
211         * Documentation/user/SConscript (lilypond_book_flags): update -d
212         variable names.
213
214         * Documentation/user/lilypond-book.itely (Inserting LilyPond
215         output into other programs): new variable names.
216
217         * scm/lily.scm (define-scheme-options): uniformize var names.
218
219         * lily/tuplet-engraver.cc (listen_tuplet_span): verify that
220         tuplets_ is non-empty before popping.
221
222 2006-09-07  Joe Neeman  <joeneeman@gmail.com>
223
224         * lily/spanner.cc (find_broken_piece): 
225         * lily/spacing-spanner.cc (get_columns): 
226         * lily/source-file.cc (get_line): 
227         * lily/simple-spacer.cc (get_column_description): 
228         * lily/keyword.cc (lookup): 
229         use the new binary search.
230
231         * flower/include/std-vector.hh: replace binary_search with
232         a more STL-like version
233
234 2006-09-04  Michael Welsh Duggan  <md5i@cs.cmu.edu>
235
236         * lily/tie-performer.cc: remove unused last_event_ property.
237         (class Tie_performer): add now_tied_heads_ property for
238         partially-tied heads.
239         (acknowledge_audio_element): when adding an Audio_note, put the
240         note in now_tied_heads_ if the audio note is partially tied.
241         (stop_translation_timestep): always include entries in
242         now_tied_heads_ in heads_to_tie_.
243
244         * lily/drum-note-performer.cc (process_music): look for tie-events
245         in the articulations; pass to Audio_note constructor.
246
247         * lily/note-performer.cc (process_music): look for tie-events in
248         the articulations; pass to Audio_note constructor.
249
250         * lily/audio-item.cc (Audio_note): Initialize tie_event_ in
251         constructor.
252
253         * lily/include/audio-item.hh (class Audio_note): add tie_event_.
254         include initializer in constructor.
255
256 2006-09-02  Joe Neeman  <joeneeman@gmail.com>
257
258         * lily/simple-spacer.cc (get_line_forces): Ignore loose columns
259         unless they are breakable. This fixes discrepancies between the forces
260         calculated here and the forces calculated in get_line_configuration.
261
262         * lily/grob.cc (pure_relative_y_coordinate): fix some
263         mis-estimation that was happening with piano staves.
264
265         * lily/constrained-breaking.cc (resize): don't choke if we get a
266         measure that won't fit on a line.
267         (combine_demerits): don't consider uniformity when ragged
268
269         * lily/page-spacing.cc (solve): why the f* were there two of these?
270         (calc_subproblem): properly handle the case where a system is taller
271         than the page.
272
273         * lily/system.cc (get_paper_system): ensure that all the permissions
274         and penalties are passed to the paper systems.
275
276         * lily/page-breaking.cc (create_system_list): support system-count.
277
278         * scm/define-grobs.scm (pure-print-callbacks): add
279         ly:script-interface::print
280
281         * lily/page-spacing.cc (min_page_count): fix calculation of min
282         pages if we are ragged and there are non-zero springs.
283
284         * scm/layout-page-layout.scm: if the pure-height estimates are under
285         the real height, allow space-systems to ignore padding if it is
286         needed in order to fit the systems on one page
287
288         * lily/optimal-page-breaking.cc (try_page_spacing): fix reading
289         ragged properties
290         (solve): fix performance problem. Make sure we always get at least
291         one solution
292
293         * lily/page-breaking.cc (make_pages): include write-page-breaks
294         and page-stencil
295
296         * lily/paper-score.cc (calc_breaking): remove Gourlay breaker
297
298         * scm/define-grobs.scm: add the new slur-callback
299         fix pure-relevant to not exclude grobs whose extent is already
300         calculated
301
302         * ly/paper-defaults.ly: make ly:optimal-breaking the new default
303         page breaker
304
305         * lily/slur.cc (pure_height): new callback to estimate the height
306         of a slur
307
308 2006-09-02  Graham Percival  <gpermus@gmail.com>
309
310         * Documentation/user/invoking.itely: small update on
311         MacOS X notes; thanks Trevor!
312
313 2006-09-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
314
315         * VERSION (MY_PATCH_LEVEL): release 2.9.17
316
317         * lily/lexer.ll: accept EOF in all states.
318
319         * lily/tempo-performer.cc (Tempo_performer): initialize last_tempo_.
320
321         * lily/source-file.cc (Source_file): always 0-terminate character
322         array, to prevent Flex from barfing.
323
324         * lily/global-context.cc (get_output): robustness: don't crash if
325         no Score context found.
326
327         * lily/include/book.hh (class Book): idem.
328
329         * lily/include/context-def.hh (struct Context_def): idem.
330
331         * lily/include/score.hh (class Score): don't derive from Input.
332
333         * lily/book.cc (Book): add a copy ctor. 
334
335         * buildscripts/output-distance.py (FileLink.calc_distance): count
336         orphans in distance too.
337
338         * python/midi.c (midi_parse_track): robustness: don't read past
339         end of string.
340
341         * ly/performer-init.ly: add Control_track_performer, move
342         Tempo_performer and Time_signature_performer to Score.        
343
344         * lily/score-performer.cc (acknowledge_audio_elements): override
345         from base class: add to audio-columns
346
347         * lily/control-track-performer.cc (add_text): new file: generate
348         the control track.
349
350         * lily/performance.cc: move output_header_track to
351         Control_track_performer ()
352
353         * lily/midi-walker.cc (Midi_walker): get channel in constructor.
354
355         * lily/include/midi-item.hh (class Midi_channel_item): insert
356         class into hierarchy, for items that can have a channel setting. Dehungarify.
357
358         * lily/include/performer.hh (class Performer): remove
359         play_element();  move functionality into announce/acknowledge.
360
361         * lily/audio-staff.cc (output): remove channel_ from Midi_track.
362
363         * lily/tie-engraver.cc (stop_translation_timestep): only wipe
364         heads_to_tie_ if there are new heads to tie.  Fixes polyphony in ties.
365
366 2006-08-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
367
368         * lily/tie-engraver.cc (stop_translation_timestep): robustness for
369         ambituses.
370
371         * lily/all-font-metrics.cc: remove TFM support.
372
373         * lily/include/tfm.hh: remove TFM support, TFM reader.
374
375         * lily/include/binary-source-file.hh: remove Binary_source_file.
376
377 2006-08-27  Graham Percival  <gpermus@gmail.com>
378
379         * Documentation/topdocs/NEWS.itely: add @c marker for
380         stuff I've processed.
381
382         * Documentation/user/ various: info from NEWS.
383
384 2006-08-27  Joe Neeman  <joeneeman@gmail.com>
385
386         * lily/paper-column-engraver.cc (finalize): Oops, this change
387         should have gone in on 2006-08-23
388
389 2006-08-26  Mats Bengtsson  <mabe@s3.kth.se>
390
391         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use double
392         quotes to quote arguments. Fixes Windows problem.
393
394         * python/lilylib.py (progress): idem
395
396 2006-08-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
397
398         * scripts/musicxml2ly.py: fix for importing
399         minor key signatures from MusicXML.  (Phillip Kirlin)
400
401 2006-08-24  Phillip Kirlin  <pkirlin@acm.org>
402
403         * python/musicxml.py: 
404         (Attributes.get_key_signature): now correctly retrieves mode from 
405         MusicXML. 
406
407 2006-08-25  Han-Wen Nienhuys  <hanwen@lilypond.org>
408
409         * lily/parser.yy (output_def_body): take ownership of identifier
410         back to C++.
411
412         * Documentation/user/advanced-notation.itely (Metronome marks):
413         update use of \tempo in \midi.
414
415         * VERSION: release 2.9.16
416         
417 2006-08-24  Erik Sandberg  <mandolaerik@gmail.com>
418
419         * input/mutopia/*: upgrade to new midi tempo syntax (repairs make
420         web partially)
421
422 2006-08-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
423
424         * input/regression/tie-chord-partial.ly: clarify example.
425
426         * scm/define-music-properties.scm (all-music-properties): remove
427         untied.
428
429         * ly/music-functions-init.ly: remove \untied.
430
431         * lily/tie-engraver.cc (struct Head_event_tuple): store both
432         stream events and music events.
433         (stop_translation_timestep): search acknowledged heads for
434         tie-event.
435
436         * input/regression/tie-chord-partial.ly: new file.
437
438         * scm/define-markup-commands.scm (char): use ly:wide-char->utf-8
439         for \char markup command.
440
441         * scm/define-event-classes.scm (unlistened-music-event-classes): idem.
442
443         * scm/define-music-types.scm (music-descriptions): consistency:
444         Use solo-{one,two}-event iso. solo-[12]-event.
445
446         * lily/part-combine-engraver.cc (process_music):
447         Use solo-{one,two}-event iso. solo-[12]-event.
448
449         * ly/declarations-init.ly (partCombineListener): add Timing as
450         alias
451
452         * flower/std-string.cc (string_copy): use copy ()
453
454         * lily/source-file.cc (Source_file): use copy(). Remove contents_str0()
455
456 2006-08-24  Graham Percival  <gpermus@gmail.com>
457
458         * Documentation/user/changing-defaults.itely, global.itely,
459         lilypond-book.itely, page.itely: minor changes from mailist.
460
461 2006-08-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
462
463         * buildscripts/mutopia-index.py (allfiles): filter lily-XXX and
464         snippet-map
465
466         * scm/define-context-properties.scm
467         (translator-property-description): robustness: detect type errors
468         in property definitions.
469
470         * lily/parser.yy (score_body): protect SCORE_IDENTIFIER result
471         after getting it from SCM. 
472
473         * lily/smobs.cc (protect_smob): switch off fancy smob protection
474         for now. 
475
476         * lily/include/performer.hh (class Performer): strip get_tempo()
477         method.
478
479         * lily/midi-def.cc: strip file.
480
481         * lily/lexer.ll (Lily_lexer): don't protect hash key separately.
482
483         * lily/include/context-def.hh (struct Context_def): use
484         VIRTUAL_COPY_CONSTRUCTOR().
485
486         * lily/source-file.cc: smobification.
487
488         * lily/include/source-file.hh (class Source_file): smobify
489         Source_file. Trim redundant members.
490
491         * lily/parser.yy (Lily_lexer::try_special_identifiers): unprotect
492         clones after creation. This plugs a huge memory leak.
493
494         * python/convertrules.py (FatalConversionError.sub_tempo):
495         complete rule for \midi{ \tempo }
496
497         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): idem.
498
499         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): update tempo.
500
501 2006-08-23  Joe Neeman  <joeneeman@gmail.com>
502
503         * input/regression/optimal-page-breaking-hstretch.ly: test for
504         ragged-last-bottom also
505
506         * lily/paper-column-engraver.cc (finalize): make the end of a score
507         breakable by default. This is to balance out a change in behaviour
508         of the page-turn-breaker which no longer makes the end of a score
509         breakable.
510
511         * lily/paper-book.cc (pages): set the systems_ once the pages are
512         broken
513
514         * lily/page-turn-page-breaking.cc (calc_subproblem): use the new
515         Page_breaking interface.
516
517         * lily/page-breaking.cc (class Page_breaking): make the interface
518         more consistent and provide abstractions for dealing with
519         Line_divisions.
520
521         * lily/optimal-page-breaking.cc (solve): use a more straightforward
522         algorithm. Use the new interface to Page_breaking.
523
524         * lily/page-spacing.cc: better support for ragged-bottom and
525         ragged-last-bottom
526
527 2006-08-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
528
529         * python/convertrules.py (conv): warning on \tempo{}
530
531         * ly/performer-init.ly: set tempoWholesPerMinute.
532
533         * ly/midi-init.ly: remove \midi
534
535         * lily/tempo-performer.cc: look at tempoWholesPerMinute to set
536         MIDI tempo.
537
538         * lily/metronome-engraver.cc (process_music): use tempoUnitCount
539         tempoUnitDuration for determining what to print.
540
541         * lily/lyric-extender.cc: typo.
542
543         * lily/parser.yy (output_def_body): disallow \tempo in \midi{}
544
545         * lily/duration-scheme.cc (LY_DEFINE): ly:duration-length: new
546         function.
547
548         * scm/lily.scm (define-scheme-options): alphabetize, add eps-pad-boxes.
549
550         * scm/framework-ps.scm (dump-stencil-as-EPS): only pad boxes if
551         eps-pad-boxes is set.
552
553         * scripts/lilypond-book.py (main): use -deps-pad-boxes.
554
555         * THANKS: update sponsors.
556
557         * ly/english.ly: quarter tone naming (thanks, Trevor Baca)
558
559         * Documentation/topdocs/NEWS.tely (Top): doc new feature.
560
561         * input/regression/tie-chord-untied.ly: new file.
562
563         * lily/tie-engraver.cc (acknowledge_note_head): check 'untied property.
564
565         * scm/define-music-properties.scm (all-music-properties): add
566         'untied property.
567
568         * buildscripts/mutopia-index.py (allfiles): look for .ly rather
569         than .ly.txt.
570         (headertext_nopics): sanitize no-examples text.
571
572         * scm/page.scm (make-page-stencil): don't rely on extents of
573         page-stencil. This fixes spurious space around .EPS files produced
574         with the EPS backend.
575
576 2006-08-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
577
578         * lily/stencil-scheme.cc (LY_DEFINE): make extent arguments optional.
579
580         * lily/hara-kiri-engraver.cc (process_music): remember
581         keepAliveInterfaces after processing \set
582
583         * lily/lyric-extender.cc (print): support left/right-padding for
584         extenders.
585
586         * scm/documentation-generate.scm (string-append): revert lilypond/
587         path, doc why.
588
589 2006-08-20  Graham Percival  <gpermus@gmail.com>
590
591         * Documentation/user/lilypond.tely: clarification to
592         license presentation (not to actual license).
593
594         * Documentation/user/basic-notation.itely,
595         instrument-notation.itely: minor changes.
596
597         * input/ {regression, test}/+.ly: clarification to
598         text (you can click on examples).  Thanks, Mats!
599
600         * input/manual/bar-lines.ly: adds ||: repeats.
601
602 2006-08-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
603
604         * make/ly-vars.make (OMF_FILES): strip ps.gz from OMF_FILES 
605
606         * scm/documentation-lib.scm (texi-file-head): category LilyPond.
607
608         * Documentation/user/lilypond.tely: strip lilypond/ from info
609         links, rename to category LilyPond
610
611         * lily/pango-font.cc (description_string): new function.
612
613         * VERSION: release 2.9.15
614
615         * lily/spacing-engraver.cc (stop_translation_timestep): use
616         Dscho's fix for spacing spanner. 
617
618         * scm/define-music-types.scm (music-descriptions): use
619         apply-output-event for ApplyOutputEvent
620
621         * lily/output-property-engraver.cc (listen_apply_output): rename
622         from listen_layout_instruction.
623
624         * lily/piano-pedal-engraver.cc (struct Pedal_type_info): new
625         function protect()
626
627 2006-08-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
628
629         * scm/lily.scm (lilypond-all): option read-file-list: substitute
630         commandline args with contains, split by \n.
631
632         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system):
633         write snippet-names file, call with -dread-file-list. Fixes
634         command limitations on 64-bit systems.
635
636         * input/regression/stencil-color-rotation.ly: new file.
637
638         * lily/include/translator.hh (struct Acknowledge_information):
639         revert: don't use Protected_scm in global objects, as GUILE can't
640         handle gc_unprotect from automated destructors on MacOS X.
641  
642         * lily/grob.cc (get_print_stencil): use retval.expr() as base for
643         color, not the original stencil. Fixes combinations of
644         color/transparency/rotation. 
645
646         * scripts/lilypond-book.py (main): add --formats=eps for
647         texinfo/latex.
648
649         * lily/spacing-engraver.cc (stop_translation_timestep): don't
650         crash if spacing_ is nonexistent.
651
652 2006-08-14  Mats Bengtsson  <mabe@s3.kth.se>
653
654         * scripts/lilypond-book.py (output): Remove obsolete(!?)
655         \catcode`\@=12 in the LaTeX output.
656
657 2006-08-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
658
659         * scm/define-music-types.scm (music-descriptions):
660         use sustain-event iso. sustain-pedal-event.
661
662 2006-08-11  Joe Neeman  <joeneeman@gmail.com>
663
664         * scripts/convert-ly.py: honour the -n command-line switch
665
666 2006-08-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
667
668         * scm/output-lib.scm (bar-line::calc-glyph-name): add dashed liine
669         break specification.
670
671 2006-08-10  Joe Neeman  <joeneeman@gmail.com>
672
673         * Documentation/user: convert-ly the user manual
674
675 2006-08-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
676
677         * stepmake/aclocal.m4: version check patch (thanks MWD)
678
679         * ly/music-functions-init.ly: robustness. Don't crash if
680         currentBarNumber is not a number.
681
682         * VERSION (PATCH_LEVEL): bump.
683
684 2006-08-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
685
686         * stepmake/aclocal.m4: better version check; handle fooX.Y
687         binaries too.
688
689         * ly/performer-init.ly: instrument name fixup.
690
691         * input/manual/chord-names-jazz.ly (banterProperties):
692         instrumentName update
693
694         * scm/define-event-classes.scm (lambda): use ly:is-listened-event-class
695
696         * lily/ly-module.cc (ly_module_symbols): use ly_hash_table_keys
697
698         * lily/translator.cc (LY_DEFINE): ly:is-listened-event-class: new
699         function. Use hash tables to check membership.
700
701         * lily/general-scheme.cc (LY_DEFINE): new function.
702
703         * lily/piano-pedal-engraver.cc (struct Pedal_type_info): idem
704
705         * lily/include/translator.hh (struct Acknowledge_information): add
706         Protected_scm
707
708         * ly/music-functions-init.ly: change name to BreathingEvent
709
710         * input/regression/*.ly: apply it.
711
712         * python/convertrules.py (conv): better instrumentName conversion
713         rule.
714
715         * scm/define-music-types.scm (music-descriptions): add
716         line-break-event to LineBreakEvent music
717
718         * lily/music.cc (to_event): don't crash if music type not set.
719
720         * lily/spacing-loose-columns.cc (set_loose_columns): don't barf if
721         spacing not set.
722
723         * lily/spacing-engraver.cc (stop_translation_timestep): set
724         spacing for proportional notation too.
725
726         * scm/translation-functions.scm (format-bass-figure): inspect
727         stream-event.
728
729         * scripts/lilypond-book.py (bindir): add bindir to $PATH.
730
731 2006-08-08  Joe Neeman  <joeneeman@gmail.com>
732
733         * lily/include/constrained-breaking.hh: add Line_details (Prob*)
734
735         * scm/page.scm (make-page): make it friendlier to call (esp. from C++)
736
737         * scm/layout-page-layout.scm (make-page-from-systems): new function
738         (optimal-page-breaks): use the new page-breaking calling convention
739
740         * scm/define-context-properties.scm (all-user-translation-properties):
741         add revokePageTurns
742
743         * lily/paper-column-engraver.cc (stop_translation_timestep): add
744         revokePageTurns  functionality. If there is a special barline within
745         the breakable region, break there instead of at the end of the region.
746
747         * lily/paper-book.cc (pages): use the new page-breaking calling
748         convention
749
750 2006-08-07  Erik Sandberg  <mandolaerik@gmail.com>
751
752         * lily/lexer.ll, lily/source-file.cc: Add \sourcefileline command
753
754         * scripts/lilypond-book.py: insert \sourcefileline command in
755         output, so lilypond error messages refer to the spot in the
756         original .lytex / .itely sourcefile.
757
758 2006-08-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
759
760         * lily/spacing-loose-columns.cc (set_loose_columns): oops: use
761         space to next column for distance to fixed col.
762
763         * VERSION (PACKAGE_NAME): release 2.9.14
764
765         * lily/pitched-trill-engraver.cc (make_trill): do set_parent also
766         if no accidental.
767
768         * lily/accidental-engraver.cc (process_acknowledged): don't create
769         accidental for trill span event. This fixes spurious accidentals
770         on trills.
771
772 2006-08-04  Mats Bengtsson  <mabe@s3.kth.se>
773
774         * scm/define-grob-properties.scm (all-user-grob-properties):
775         Clarify documentation of side-axis and direction. Thanks to Paul
776         for the inspiration.
777
778         * lily/bar-line.cc: Add documentation for "||:" also in the
779         interface documentation.
780
781 2006-08-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
782
783         * lily/spacing-loose-columns.cc (set_loose_columns): bugfix.
784
785         * lily/paper-column.cc (set_system): new function.
786
787         * lily/spacing-engraver.cc (stop_translation_timestep): store
788         SpacingSpanner refs in Paper_column.
789
790         * lily/spacing-loose-columns.cc (set_loose_columns): rewrite
791         compute loose clique spacing using GraceSpacing/SpacingSpanner.
792
793 2006-08-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
794
795         * lily/beam-engraver.cc (listen_beam): add method for
796         Grace_beam_engraver too.
797
798 2006-08-03  Mats Bengtsson  <mabe@s3.kth.se>
799
800         * python/convertrules.py: Fix indentation bug that broke
801         conversion of files older than 1.3.117.
802         Fix escape error in the description for 2.9.6.
803
804 2006-08-02  Erik Sandberg  <mandolaerik@gmail.com>
805
806         * lily/*-engraver.cc: convert all try_music functions to listen_*
807         functions.
808
809         * lily/piano-pedal-engraver.cc: some additional cleanups: use
810         enums to represent pedal types, and calculate more data statically.
811
812         * scm/part-combiner.scm (recording-group-emulate): create a
813         softcoded substitute for recording-group-engraver.cc.
814
815         * lily/music.cc: make a common transpose function for events and
816         music
817
818         * ly/declarations-init.ly: change melisma/melismaEnd. Eliminates
819         ManualMelismaEvent, and obsoletes Melisma_translator.
820
821 2006-08-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
822
823         * input/test/instrument-name-align.ly: update version.
824
825 2006-08-02  Mats Bengtsson  <mabe@s3.kth.se>
826
827         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
828         Doc the --pdf flag to lilypond-book.
829
830 2006-07-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
831
832         * Documentation/topdocs/NEWS.tely (Top): add description.
833
834         * input/regression/tuplet-full-length-note.ly: add file.
835
836         * lily/instrument-name-engraver.cc (acknowledge_axis_group):
837         always store axis group.
838
839 2006-07-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
840
841         * input/regression/instrument-switch.ly: new file.
842
843         * lily/instrument-switch-engraver.cc (process_music): new file.
844
845         * ly/engraver-init.ly: add Instrument_switch_engraver
846
847         * ly/music-functions-init.ly: \instrumentSwitch
848
849         * scm/define-context-properties.scm
850         (all-user-translation-properties): add instrumentCueName
851
852         * scm/define-grobs.scm (all-grob-descriptions): add InstrumentSwitch
853
854 2006-07-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
855
856         * ly/music-functions-init.ly: music function \transposition.
857
858         * lily/parser.yy (command_element): softcode \transposition.
859
860         * lily/fall-engraver.cc (process_music): delta-pitch -> delta-step.
861         (process_music): oops.
862
863         * lily/instrument-name-engraver.cc (start_spanner): new
864         function. Create spanner when property changes.
865         (stop_spanner): new function.
866
867         * python/convertrules.py (conv): add rule.
868
869         * lily/instrument-name-engraver.cc: shortVocalName iso. vocNam,
870         shortInstrumentName iso. instr.
871
872         * scm/output-ps.scm (dashed-line): add phase argument to
873         dashed-line.
874
875         * lily/bar-line.cc (dashed_bar_line): new function.
876         (compound_barline): support \bar "dashed". 
877
878         * lily/lily-parser-scheme.cc (LY_DEFINE): only write
879         --output=DIR to DIR/BASE if it is a dir. 
880
881         * flower/file-name.cc (file_part): new function
882         (dir_part): new function
883
884         * lily/lily-parser-scheme.cc (LY_DEFINE): 
885
886         * DEDICATION: update
887
888 2006-07-25  Han-Wen Nienhuys  <hanwen@lilypond.org>
889
890         * lily/instrument-name-engraver.cc: formatting.
891
892         * python/convertrules.py (conv): bugfix for \epsfile.
893
894 2006-07-25  Joe Neeman  <joeneeman@gmail.com>
895
896         * lily/grob.cc:
897         
898         * lily/gourlay-breaking.cc: Oops, these should have been included
899         in my last commit
900
901 2006-07-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
902
903         * scripts/*.py (program_name): cleanup relocation snippets.
904
905         * scripts/convert-ly.py (datadir): remove LILYPONDPREFIX support.
906
907 2006-07-24  Joe Neeman  <joeneeman@gmail.com>
908
909         * scm/define-grobs.scm (all-grob-descriptions): make NonMusicalPaperColumn
910         page-breakable by default
911
912         * scm/layout-page-layout.scm (space-systems): fix bug where the force isn't
913         correctly calculated for a single-system page
914
915         * scm/lily-library.scm (interval-sane?): also check that the first number is no
916         bigger than the second number
917
918         * lily/simple-spacer.cc (solve): allow compression even when ragged (but we
919         acknowledge that we aren't satisfying constraints)
920
921         * lily/hara-kiri-group-spanner.cc (request_suicide): give equal treatment to
922         non-Items
923
924         * lily/grob.cc (pure_height): add minimum-Y-extent
925
926         * lily/gourlay-breaking.cc (solve): don't ignore a compression force, even if we're
927         ragged
928
929         * lily/constrained-breaking.cc: convert code to use new Matrix class
930         (get_best_solution): new function
931
932         * scm/page.scm (make-page-stencil): don't crash if we annotate-layout when there
933         is a page with no systems
934
935 2006-07-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
936
937         * VERSION (PACKAGE_NAME): release 2.9.13
938
939         * scm/define-grobs.scm (all-grob-descriptions): remove stray
940         assignment.
941
942 2006-07-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
943
944         * Documentation/topdocs/NEWS.tely (Top): doc new features.
945
946         * scm/output-lib.scm (grace-spacing::calc-shortest-duration): new
947         function.
948
949         * scm/define-grob-properties.scm (all-user-grob-properties):
950         remove grace-space-factor.
951
952         * scm/define-grob-interfaces.scm (grace-spacing-interface): add
953         grace-spacing-interface
954         (spacing-options-interface): add.
955
956         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add Grace_spacing_engraver
957
958         * lily/spacing-options.cc (get_duration_space): move function from spacing-basic.cc
959
960         * lily/spacing-basic.cc (note_spacing): do init_from_grob on
961         GraceSpacing object.
962
963         * lily/note-spacing.cc: fix prop list formatting
964
965         * lily/beaming-pattern.cc (de_grace): new function. Sensible
966         beaming for grace notes too.
967
968         * input/regression/spacing-grace.ly: update.
969
970         * lily/grace-spacing-engraver.cc: new file.
971
972         * lily/spacing-spanner.cc: add strict-grace-spacing.
973
974 2006-07-20  Graham Percival  <gpermus@gmail.com>
975
976         * lily/parser.yy: compile fix.
977
978 2006-07-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
979
980         * scm/define-grobs.scm (all-grob-descriptions): typo.
981
982         * scm/framework-eps.scm (dump-stencils-as-EPSes): just strip
983         .eps extension from includegraphics.
984
985         * scripts/lilypond-book.py (main): add support for --pdf. 
986
987         * lily/spacing-spanner.cc (calc_common_shortest_duration): use
988         callback to compute common shortest duration.
989         (set_springs): typo.
990
991         * scm/define-grob-properties.scm (all-user-grob-properties): add
992         strict-grace-spacing.
993
994         * lily/spacing-determine-loose-columns.cc (is_loose_column):
995         support float_grace_columns_.
996
997         * lily/spacing-options.cc (init_from_grob): new file.
998
999         * Documentation/topdocs/NEWS.tely (Top): doc tupletFullLengthNote.
1000
1001         * input/regression/spacing-loose-grace.ly: new file.
1002
1003         * Documentation/topdocs/NEWS.tely (Top): document new feature.
1004
1005         * lily/tuplet-engraver.cc (struct Tuplet_description): read
1006         tupletFullLengthNote too. Choose right bound depending on value.
1007
1008         * input/regression/tuplet-full-length-note.ly: new file.
1009
1010 2006-07-19  Erik Sandberg  <mandolaerik@gmail.com>
1011
1012         * lily/*-performer.cc: Converted try_music to listen_*
1013
1014         * lily/grob-info.cc, lily/engraver.cc: represent the cause of grob
1015         as a stream-event internally. Introduce event_cause (), deprecate
1016         music_cause ().
1017
1018         * scm/define-music-types.scm: Removed BusyPlayingEvent
1019         
1020 2006-07-19  Mats Bengtsson  <mabe@s3.kth.se>
1021
1022         * Documentation/user/advanced-notation.itely (Font selection):
1023         Document how to get a list of available fonts using 'lilypond
1024         -dshow-available-fonts blabla'.
1025
1026 2006-07-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
1027
1028         * GNUmakefile.in: filter lily-XXX.pdf files.
1029
1030         * scm/define-grob-interfaces.scm (bend-after-interface): add thickness.
1031
1032         * scm/define-grob-properties.scm (all-internal-grob-properties):
1033         remove delta-pitch. Use delta-position everywhere.
1034
1035         * scm/output-lib.scm (fall::print): use new order.
1036
1037         * scm/output-ps.scm (path): reorder arguments.
1038
1039         * scm/output-svg.scm (path): support for path primitive.
1040
1041         * input/regression/bend-after.ly: new file.
1042
1043         * Documentation/user/GNUmakefile ($(outdir)/%.pdf): foolproof
1044         recipe for eps -> pdf conversion.
1045
1046 2006-07-19  Erik Sandberg  <mandolaerik@gmail.com>
1047
1048         * lily/parser.yy, lily/lexer.ll: added some simplifications by
1049         Angelo Contardi.
1050
1051 2006-07-19  Graham Percival  <gpermus@gmail.com>
1052
1053         * input/manual/screech-boink.ly: moved to here.
1054
1055         * input/screech-boink.ly: deleted.
1056
1057         * scm/define-grob-properties.scm: clarify doc string.
1058
1059 2006-07-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
1060
1061         * Documentation/topdocs/NEWS.tely (Top): doc new feature.
1062
1063         * scm/output-ps.scm (path): define path.
1064
1065         * scm/define-stencil-commands.scm
1066         (ly:register-stencil-expression): add path.
1067
1068         * scm/define-music-properties.scm (all-music-properties): add delta-pitch.
1069
1070         * ly/engraver-init.ly: add Fall_engraver
1071
1072         * lily/parser.yy (music_function_event): allow musicfunction
1073         without music arg as music_function_event.
1074
1075         * lily/grob-scheme.cc (LY_DEFINE):
1076         ly:grob-robust-relative-extent. New function.
1077
1078         * scm/define-grobs.scm (all-grob-descriptions): add BendAfter
1079
1080         * scm/define-music-types.scm (music-descriptions): add BendAfterEvent.
1081
1082         * scm/output-lib.scm (fall::print): new function
1083
1084         * lily/fall-engraver.cc (stop_fall): new file.
1085
1086         * ly/music-functions-init.ly: alphabetise.
1087
1088         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): pdf iso. eps as
1089         base.
1090
1091 2006-07-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
1092
1093         * VERSION (PATCH_LEVEL): bump version. Release 2.9.12
1094
1095         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
1096         doc pdftex usage.
1097
1098         * lily/translator-group.cc (connect_to_context): non const error message.
1099
1100         * Documentation/user/GNUmakefile ($(outdir)/%.pdf): update to use PDF
1101
1102         * scm/paper.scm (internal-set-paper-size): define landscape to #f
1103         if unset.
1104
1105         * scm/framework-ps.scm (convert-to-pdf): swap h and w in case of landscape. 
1106
1107         * stepmake/stepmake/texinfo-rules.make: strip DVI support.
1108
1109         * scm/framework-eps.scm (dump-stencils-as-EPSes): generate
1110         systems.pdftex too.
1111
1112         * scm/backend-library.scm (postscript->pdf): use -dEPSCrop for PDF.
1113
1114         * make/lilypond-vars.make (TEXINPUTS): add pdf output format.
1115
1116         * Documentation/topdocs/NEWS.tely (Top): add pdftex note.
1117
1118         * scm/output-ps.scm (resetrotation): use gsave/grestore for rotation.
1119
1120         * lily/main.cc (parse_argv): don't overwrite previous --formats string.
1121
1122         * scm/backend-library.scm (postscript->pdf): strip .eps too. 
1123
1124 2006-07-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1125
1126         * scm/layout-page-layout.scm: Define module, tidy code, use more
1127         functions iso. a single big one.
1128
1129         * scm/layout-page-dump.scm: move page dump functions used in two
1130         pass spacing to this file. Define module.
1131
1132         * scm/lily.scm (ly:load): don't load layout-page-layout.scm
1133          (separate module)
1134
1135         * ly/paper-defaults.ly: use module layout-page-layout.
1136
1137 2006-07-14  Erik Sandberg  <mandolaerik@gmail.com>
1138
1139         * lily/music.cc: Revised MusicEvent event class. It now contains
1140         event data directly instead of encapsulating it in music. The
1141         previously used class is renamed to OldMusicEvent.
1142
1143         * lily/stream-event.cc: Stream events are now probs.
1144         
1145         * lily/translator-group.cc, lily/translator.cc: Translators can
1146         now listen directly to stream events, by using macros
1147         [DECLARE,IMPLEMENT]_TRANSLATOR_LISTENER.
1148
1149         * lily/arpeggio-engraver.cc: Converted to use new event system
1150
1151         * THANKS: Corrected spelling mistake.
1152
1153 2006-07-12  Graham Percival  <gpermus@gmail.com>
1154
1155         * Documentation/user/SConscript, make/lilypond-vars.make,
1156         input/GNUmakefile: doc build looks in input/manual instead
1157         of input/test/
1158
1159         * input/manual/ GNUmakefile, SConscript: build files for
1160         input/manual/
1161
1162         * input/test/ various: some files moved to input/manual/ 
1163
1164         * Documentation/user/basic-notation.itely: small updates;
1165         thanks Kieren and Charles!
1166
1167 2006-07-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
1168
1169         * VERSION (PACKAGE_NAME): release 2.9.11
1170
1171         * Documentation/topdocs/NEWS.tely (Top): update prop value 
1172
1173         * Documentation/user/basic-notation.itely (Tuplets): new property
1174         value.
1175
1176 2006-07-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
1177
1178         * python/convertrules.py (conv): tweaks. 
1179
1180         * VERSION (PATCH_LEVEL): bump version.
1181
1182         * python/convertrules.py (conv): add rule for
1183         tupletNumberFormatFunction.
1184
1185         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
1186         tupletNumberFormatFunction.
1187
1188         * scm/define-grobs.scm (all-grob-descriptions): calc TupletNumber
1189         text through 'text callback.
1190
1191         * lily/time-scaled-music-iterator.cc (construct_children): copy
1192         tweaks generated events.
1193
1194         * scm/define-context-properties.scm
1195         (all-user-translation-properties): remove tupletNumberFormatFunction
1196
1197         * lily/tuplet-engraver.cc (process_music): don't read
1198         tupletNumberFormatFunction
1199
1200         * scm/output-lib.scm (tuplet-number::calc-fraction-text): new
1201         function.
1202
1203 2006-07-11  Erik Sandberg  <mandolaerik@gmail.com>
1204
1205         * lily/global-context-scheme.cc: Separated ly:run-translator into
1206         smaller pieces.
1207
1208         * lily/score-engraver.cc, lily/score-performer.cc,
1209         scm/define-context-properties.scm: Make paper/midi output
1210         accessable as a context property.
1211
1212         * lily/score-translator.cc, lily/score-context.cc: Removed.
1213
1214 2006-07-07  Guido Amoruso  <guidonte@katamail.com>
1215
1216         * scm/ps-to-png.scm (Module): 
1217         * scm/framework-tex.scm (Module): 
1218         * scm/framework-ps.scm (Module): 
1219         * scm/backend-library.scm (Module): 
1220         * scm/framework-ps.scm: invoke gs with "-dDEVICEWIDTHPOINTS" and
1221         "dDEVICEHEIGHTPOINTS".
1222
1223 2006-07-04  Graham Percival  <gpermus@gmail.com>
1224
1225         * Documentation/user/ various: general improvements to
1226         "working with lilypond files" section.
1227
1228 2006-07-03  Erik Sandberg  <mandolaerik@gmail.com>
1229
1230         * lily/sequential-iterator.cc: Change the default get_music_list
1231         to read elements-callback music property
1232
1233         * scm/define-music-types.scm, scm/music-functions.scm: Cleaner
1234         processing of multimeasure rests. Softcoded
1235         sequential-music-iterator.
1236
1237         * lily/sequential-music-iterator.cc: Removed.
1238
1239 2006-06-28  Graham Percival  <gpermus@gmail.com>
1240
1241         * Documentation/user/basic-notation.itely: clarify \repeatTie.
1242
1243 2006-06-27  Erik Sandberg  <mandolaerik@gmail.com>
1244
1245         * lily/parser.yy: Wrap non-post-events in EventChords before
1246         assigning them to identifiers.
1247
1248 2006-06-27  Mats Bengtsson  <mabe@s3.kth.se>
1249
1250         * lily/bar-line.cc (compound_barline): Fix parenthesis error,
1251         gives correct vertical placement of \bar ":" in all staff
1252         sizes. Thanks Martial!
1253
1254 2006-06-26  Graham Percival  <gpermus@gmail.com>
1255
1256         * Documentation/user/invoking.itely : minor update from mailist.
1257
1258 2006-06-26  Erik Sandberg  <mandolaerik@gmail.com>
1259
1260         * lily/ various: Introduce stream events of types Prepare,
1261         OneTimeStep, CreateContext, AnnounceNewContext, RemoveContext,
1262         ChangeContext, SetProperty, RevertProperty, Override and Revert.
1263
1264         * lily/global-context*.cc: Time is now -inf before iteration
1265         starts.
1266
1267         * lily/include/context.hh: Removed unique_, init_
1268
1269         * Documentation/topdocs/NEWS: Make the feathered beam example
1270         avoid triggering a bug.
1271
1272 2006-06-24  Graham Percival  <gpermus@gmail.com>
1273
1274         * Documentation/user/ various: small additions from mailist.
1275
1276 2006-06-22  Mats Bengtsson  <mabe@s3.kth.se>
1277
1278         * ly/performer-init.ly: Add some missing links in the context
1279         hierarchy for MIDI output. There are probably some more missing!
1280
1281 2006-06-21  Graham Percival  <gpermus@gmail.com>
1282
1283         * Documentation/user/ various: minor spelling fixes;
1284         thanks Dave Luttinen!
1285
1286         * Documentation/user/ various: small clarifications;
1287         thanks Anthony Youngman!
1288
1289 2006-06-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
1290
1291         * po/fr.po: add \n appropriately.
1292
1293         * lily/lexer.ll: remove ? from version-seen?  
1294
1295 2006-06-19  John Mandereau  <john.mandereau@free.fr>
1296
1297         * po/fr.po; update translation, by Jean-Charles Malahieude and
1298         John Mandereau.
1299
1300 2006-06-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
1301
1302         * THANKS: add Markus Schneider.
1303
1304         * lily/tab-staff-symbol-engraver.cc: derive from Engraver, not
1305         Staff_symbol_engraver
1306
1307         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): don't
1308         replace staff_engraver
1309
1310         * lily/staff-symbol-engraver.cc (stop_spanner): announce end of
1311         spanner.
1312
1313         * lily/staff-collecting-engraver.cc
1314         (acknowledge_end_staff_symbol): new function
1315
1316         * lily/volta-engraver.cc (acknowledge_end_staff_symbol): new function. 
1317
1318         * lily/staff-collecting-engraver.cc
1319         (acknowledge_end_staff_symbol): new function.
1320
1321         * lily/main.cc: switch on relocation by default.
1322
1323 2006-06-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
1324
1325         * lily/spacing-spanner.cc (musical_column_spacing): set
1326         compound_fixed_note_space to 0.0. Document why.
1327
1328         * lily/simple-spacer.cc (is_sane): also have a kludge for numeric
1329         range of inverse_hooke_
1330         (Simple_spacer): init completely.
1331         (fits): const
1332         (get_line_configuration): don't use cols.resize(); it introduces
1333         initialized data.
1334
1335         * scm/framework-ps.scm (dump-page): add setstrokeadjust. 
1336
1337         * ps/music-drawing-routines.ps: remove selectfont L1 hack.
1338
1339         * lily/beaming-pattern.cc (best_splitpoint_index): urg, 2nd
1340         try. Divide by beatlength.
1341
1342         * input/regression/beaming-ternary-metrum.ly: update doc.
1343         add beatLength hack.
1344
1345         * scm/music-functions.scm (make-time-signature-set): add
1346         standard-beat-grouping. 
1347
1348 2006-06-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
1349
1350         * input/regression/tie-whole.ly: new file.
1351
1352         * lily/tie-formatting-problem.cc (set_column_chord_outline): don't
1353         cross center of note head in case of invisible stem. 
1354
1355 2006-06-16  Graham Percival  <gpermus@gmail.com>
1356
1357         * Documentation/user/ various: small fixes from mailist.
1358
1359 2006-06-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
1360
1361         * lily/breathing-sign.cc (offset_callback): idem.
1362
1363         * lily/align-interface.cc (align_to_fixed_distance): remove
1364         hungarian suffix.
1365
1366         * lily/beaming-pattern.cc (count_factor_twos): oops. We want
1367         x%2==0.
1368
1369 2006-06-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
1370
1371         * VERSION (PACKAGE_NAME): release 2.9.9
1372
1373         * ly/lilypond-book-preamble.ly: add \version
1374
1375 2006-06-14  Han-Wen Nienhuys  <hanwen@lilypond.org>
1376
1377         * scripts/lilypond-book.py (PREAMBLE_LY): include
1378         lilypond-book-preamble.ly
1379
1380         * lily/stem.cc (get_beaming): return max of 0 and
1381         scm_ilength. Fixes slurring from/to beams.
1382
1383         * ly/lilypond-book-preamble.ly: new file.
1384
1385         * lily/slur.cc: add inspect-index feature.
1386
1387 2006-06-13  Graham Percival  <gpermus@gmail.com>
1388
1389         * Documentation/user/tutorial.itely: trivial fix.
1390
1391 2006-06-13  Erik Sandberg  <mandolaerik@gmail.com>
1392
1393         * lily/parser.yy, scm/ly-syntax-constructors.scm: Produce almost
1394         all non-event music in the parser via MAKE_SYNTAX.
1395
1396         * lily/parser-scheme.cc: Add ly:parser-error function
1397
1398         * scm/paper.scm: fix typo
1399
1400 2006-06-13  Han-Wen Nienhuys  <hanwen@lilypond.org>
1401
1402         * THANKS: add RT.
1403
1404         * lily/font-config.cc (init_fontconfig): add warning if cache_file
1405         is null.
1406
1407         * buildscripts/output-distance.py (test_compare_signatures):
1408         timing routines.
1409         (read_signature_file): use new signature format.
1410
1411         * scm/stencil.scm (write-system-signature): simpler signature
1412         format.
1413
1414         * lily/stem.cc (calc_stem_end_position): calc quantized-positions
1415         for beamed case. 
1416
1417         * lily/note-spacing.cc (stem_dir_correction): don't inspect
1418         stem_end_position, but estimate instead. 
1419
1420         * lily/tuplet-bracket.cc (calc_positions): look at
1421         stem-end-position for tuplet bracket slope. Fixes sloped tuplet
1422         brackets narrower than beams. 
1423
1424         * lily/lexer.ll: set version-seen? even if version is
1425         INVALID. 
1426
1427         * lily/rest.cc (y_offset_callback): bugfix: decide position
1428         override based on scm_is_number(). Fixes \rest on center staff
1429         line. 
1430
1431         * lily/beaming-pattern.cc (best_splitpoint_index): fix beaming
1432         patterns for 16th triplets.
1433
1434 2006-06-10  Graham Percival  <gpermus@gmail.com>
1435
1436         * Documentation/user/ page.itely, global.itely: editing
1437         and reorg.
1438
1439         * Documentation/user/ various: findex -> funindex.
1440
1441 2006-06-10  Erik Sandberg  <mandolaerik@gmail.com>
1442
1443         * lily/time-scaled-music-iterator.cc: Use tupletSpannerDuration to
1444         insert extra tuplet events.
1445
1446 2006-06-10  Graham Percival  <gpermus@gmail.com>
1447
1448         * Documentation/user/programming-interfaces.itely: add
1449         info from NEWS.
1450
1451         * python/convertrules.py: add annotatefoo -> annotate-foo
1452         rules.
1453
1454         * Documentation/user/global.itely: start editing.
1455
1456         * Documentation/user/page.itely: major editing, new spacing
1457         docs.
1458
1459 2006-06-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
1460
1461         * scm/define-markup-commands.scm (wordwrap-markups): use
1462         output-def 'line-width if undefined.
1463
1464         * HACKING: trim outdated info.
1465
1466 2006-06-09  Mats Bengtsson  <mabe@s3.kth.se>
1467
1468         * scm/define-grobs.scm (all-grob-descriptions): Add
1469         line-spanner-interface to all grobs that already have
1470         text-spanner-interface or dynamic-text-spanner-interface
1471
1472         * scm/page.scm: Rename annotate{headers,systems,page}->
1473         annotate-*
1474
1475         * input/regression/page-spacing.ly,
1476         input/regression/page-layout-manual-position.ly: idem
1477
1478 2006-06-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
1479
1480         * lily/line-spanner.cc: cleanup property list.
1481
1482         * scripts/lilypond-book.py (find_toplevel_snippets): don't use
1483         generator expressions (2.3 compat). 
1484
1485 2006-06-09  Mats Bengtsson  <mabe@s3.kth.se>
1486
1487         * lily/vertical-align-engraver.cc: Make sure that the
1488         align{Above,Below}Context properties are included in the automatic
1489         documentation.
1490
1491 2006-06-08  Joe Neeman  <joeneeman@gmail.com>
1492
1493         * scm/paper-system.scm (paper-system-annotate): also annotate the
1494         estimated pure-Y-extent
1495
1496         * scm/define-grobs.scm: add pure-Y-extent and pure-Y-offset functions
1497
1498         * lily/system.cc (break_into_pieces): set the estimated height
1499         of each child system
1500
1501         * lily/stem.cc (pure_height): new pure-Y-extent callback
1502
1503         * lily/staff-symbol-referencer.cc (callback): don't destroy
1504         the staff-position property
1505
1506         * lily/hara-kiri-group-spanner.cc (request_suicide): split
1507         consider_suicide into two functions
1508
1509         * lily/constrained-breaking.cc (resize): use the new pure
1510         callbacks to estimate the height of a system
1511
1512         * lily/axis-group-interface.cc (pure_group_height): new
1513         side-effect-free VerticalAxisGroup height-callback
1514
1515         * lily/align-interface.cc (get_extents_aligned_translates):
1516         split align_elements_to_extents into two functions
1517         (get_pure_child_y_translation): new function
1518
1519         * lily/grob.cc: new functions for pure-Y-extent and pure-Y-offset
1520
1521         * lily/item.cc: new functions pure_is_visible and spanned_rank_iv
1522
1523         * lily/paper-score.cc: cache break_indices and columns
1524
1525         * lily/side-position-interface.cc: new pure-Y-extent callbacks
1526         
1527 2006-06-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
1528
1529         * lily/font-config.cc (init_fontconfig): do the init if
1530         cache_file, but don't look at cache_file.
1531
1532         * input/regression/quote-tie.ly: new file.
1533
1534         * lily/tie-engraver.cc (struct Head_event_tuple): add end_moment_
1535         to Head_event_tuple, so we deal gracefully with ties on
1536         cue-endings.
1537
1538         * lily/pango-font.cc (pango_item_string_stencil): type correctness
1539         for FcChar8*
1540
1541 2006-06-08  Graham Percival  <gpermus@gmail.com>
1542
1543         * input/test/ smart-transpose.ly, reverse-music.ly:
1544         \applyMusic to music functions update, thanks Michael!
1545
1546 2006-06-07  Graham Percival  <gpermus@gmail.com>
1547
1548         * input/test/ add-staccato.ly, add-text-script.ly,
1549         unfold-all-repeats.ly, music-box.ly: \applyMusic to
1550         music functions update, thanks to Michael Meixner.
1551
1552         * Documentation/user/music-glossary.tely: small fix
1553         from Francisco.
1554
1555         * Documentation/user/ various: minor additions from mailist.
1556
1557         * Documentation/user/lilypond.tely, basic-notation.itely:
1558         small test of @funindex.  (works here)
1559
1560         * input/test/font-table.ly: reduce size to partially
1561         de-ugly version in manual.
1562
1563         * Documentation/user/page.itely: new file (split former
1564         "global issues" into "page settings" and "non-musical
1565         output".
1566
1567         * Documentation/user/ various: fix @ref{}s to match
1568         new chapter names (above).
1569
1570 2006-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1571
1572         * SConstruct (LILYPONDPREFIX): Bootstrap fix.
1573
1574 2006-06-06  Graham Percival  <gpermus@gmail.com>
1575
1576         * Documentation/user/advanced-notation.itely: add example
1577         for segno/coda on barline.
1578
1579         * tex/texinfo.tex: merge from upstream.
1580
1581 2006-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1582
1583         * scripts/lilypond-book.py (process_snippets): Argument fix.
1584
1585         * SConstruct:
1586         * buildscripts/builder.py:
1587         * lily/SConscript: 
1588         * mf/SConscript: 
1589         * Documentation/user/SConscript:  More SCons fixes.
1590
1591 2006-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1592
1593         * lily/font-config.cc (init_fontconfig): Only initialize if
1594         global cache_file is found.
1595
1596 2006-06-06  Erik Sandberg  <mandolaerik@gmail.com>
1597
1598         * ly/music-functions-init.ly: Updated \overrideProperty to use the
1599         new \applyOutput.
1600
1601 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
1602
1603         * VERSION (PACKAGE_NAME): release 2.9.8
1604
1605         * lily/ledger-line-engraver.cc (stop_translation_timestep): new
1606         function. Delay ledger modifying ledgered grobs to
1607         stop_translation_timestep(), to ensure that we're ledgering
1608         according to the new spanner.
1609         (acknowledge_staff_symbol): don't check for non-NULL
1610         staff_sym->get_bound()
1611
1612         * lily/staff-symbol-engraver.cc (start_spanner): set left bound on
1613         creation.
1614
1615         * Documentation/pictures/GNUmakefile (XPM_FILES): src-wildcard for
1616         pictures too.
1617
1618         * GNUmakefile.in (dist-toplevel-txt-files): dist aclocal.m4
1619         directly from srcdir/stepmake/aclocal.m4
1620         
1621         * Documentation/misc/GNUmakefile (TEXTS): use src-wildcard for
1622         disting MISC files.
1623
1624         * lily/simple-spacer.cc (get_column_desc): desc -> description.
1625
1626 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
1627
1628         * lily/simple-spacer.cc (get_line_configuration): add
1629         keep-inside-line rods
1630         (struct Column_desc): add constructor
1631         (struct Rod_desc): add constructor
1632         (get_line_forces): check for forced page breaks here too
1633
1634         * lily/instrument-name-engraver.cc (acknowledge_axis_group): prevent
1635         support/elements cycles between InstrumentNames and AxisGroups
1636
1637 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
1638
1639         * config.make.in (METAFONT): remove MAKEINFO_VERSION
1640
1641         * stepmake/stepmake/topdocs-targets.make (make-txt-files): define
1642         make-txt-files target.
1643
1644         * stepmake/stepmake/toplevel-targets.make (do-top-doc): use
1645         make-txt-files target.
1646
1647         * configure.in (LINK_GXX_STATICALLY): $srcdir for readlink.py
1648
1649         * stepmake/stepmake/generic-vars.make (distdir): create dist in
1650         top-build-dir.
1651
1652 2006-06-06  Jürgen Reuter  <reuter@ipd.uka.de>
1653
1654         * Documentation/user/instrument-notation.itely,
1655         input/regression/breathing-sign-ancient.ly,
1656         input/test/divisiones.ly: Removed redundant property settings for
1657         vaticana contexts.
1658
1659         * ly/gregorian-init.ly: Rewrote \versus and \responsum in order to
1660         fix lyrics alignment problems.  They are implemented now as scheme
1661         functions that add the appropriate unicode char to the first lyric
1662         event rather than adding a separate lyric event.  Minor edit of
1663         comments.
1664
1665 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
1666
1667         * GNUmakefile.in (dist-toplevel-txt-files): new target. Don't
1668         pollute src dir with built .txt files, but install directly from
1669         Documentation/topdocs/out/
1670
1671         * buildscripts/output-distance.py
1672         (ComparisonData.create_html_result_page): put version/directories
1673         in table header.
1674
1675         * Documentation/topdocs/NEWS.tely (Top): document spacing section
1676         feature.
1677
1678         * configure.in (LINK_GXX_STATICALLY): use readlink.py to resolve links.
1679         Patch by Karl Hammar
1680         
1681         * buildscripts/readlink.py: add  file.
1682         Patch by Karl Hammar
1683
1684 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
1685
1686         * lily/tuplet-number.cc (print): prevent stencil from being
1687         garbage collected.
1688
1689 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
1690
1691         * scm/stencil.scm (write-system-signature): explicitly 
1692         -well, superfluously- close output port.
1693
1694         * buildscripts/output-distance.py (main): oops. Add extra argument.
1695
1696 2006-06-05  Graham Percival  <gpermus@gmail.com>
1697
1698         * Documentation/user/music-glossary.tely: clarified example
1699         from Francisco Vila, thanks!
1700
1701 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
1702
1703         * input/regression/spacing-section.ly: new file.
1704
1705         * lily/input.cc (programming_error): new function.
1706
1707         * lily/spacing-engraver.cc (try_music): new function. Accept
1708         spacing-section-event
1709
1710         * lily/spacing-spanner.cc (set_springs): take slices of all
1711         columns for spacing.
1712
1713         * lily/include/paper-column.hh (class Paper_column): add
1714         Paper_column::compare.
1715
1716         * ly/spanners-init.ly (newSpacingSection): add newSpacingSection.
1717
1718         * scm/define-music-types.scm (music-descriptions): add
1719         SpacingSectionEvent
1720
1721         * lily/music-iterator.cc (report_event): use programming_error for
1722         sending non-event error.
1723
1724         * lily/input.cc (programming_error): new function
1725
1726         * buildscripts/output-distance.py (main): use compare-XXX for
1727         compare files.
1728         (main): --threshold option, default at 0.30
1729
1730         * output-distance.py (main): add --threshold option.
1731
1732 2006-06-04  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1733
1734         * scm/paper-system.scm (paper-system-annotate): fix problem when
1735         annotating an empty system
1736
1737 2006-06-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
1738
1739         * GNUmakefile.in: reinstate old web tar/copying.
1740
1741 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
1742
1743         * lily/lyric-combine-music-iterator.cc (find_voice): return 0 if
1744         nothing changes. (Erik S) 
1745
1746         * lily/percent-repeat-iterator.cc (get_music_list): fix repeat
1747         count. (Erik S)
1748
1749 2006-05-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1750
1751         * scm/define-markup-commands.scm (whiteout): do not force
1752         foreground color of argument markup to black.
1753
1754         * scm/stencil.scm (annotate-y-interval): put arrow dimension at
1755         the left of the arrow, instead of below the arrow name, so that,
1756         when two little arrows are vertically stacked, their dimensions
1757         and name should not overlap. Add a color key parameter.
1758
1759         * scm/paper-system.scm (paper-system-annotate): Annotate
1760         next-space+next-padding instead of next-space. Annotate space
1761         between next-padding and next-space+padding, respectively, and
1762         following system extent and refpoint-Y-extent. Use colors.
1763
1764         * scm/page.scm (annotate-page): translate annotations slightly to
1765         the right.
1766
1767 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
1768
1769         * lily/figured-bass-position-engraver.cc (acknowledge_end_slur):
1770         fix for x-staff slurs. Thanks Joe!
1771
1772         * buildscripts/output-distance.py
1773         (SystemLink.output_expression_change_count): keep track of changed
1774         details, and dump in details html page.
1775  
1776         * input/regression/figured-bass-staff.ly: add note about setting
1777         properties in Staff context.
1778
1779         * lily/figured-bass-position-engraver.cc (acknowledge_slur):
1780         add slurs and ties to support too.
1781
1782         * buildscripts/output-distance.py (main): set dest_dir
1783         argument. Add --max-count option.
1784
1785 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
1786
1787         * ly/gregorian-init.ly: Converted to utf-8.  Added memorable
1788         shortcuts for special unicode chars that are useful in chant
1789         notation.  Revised exisiting and added new comments.
1790
1791 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
1792
1793         * make/mutopia-rules.make: remove duplicate recipe.
1794
1795 2006-06-02  Werner Lemberg  <wl@gnu.org>
1796
1797         * tex/texinfo.cnf: Fix typo (\euro -> \minus).
1798         Add support for U+0132 (IJ) and U+0133 (ij).
1799
1800 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
1801
1802         * buildscripts/output-distance.py (FileLink): new class. collect
1803         info systems from one .ly file. 
1804         (FileLink.link_files_for_html): further tweaks.
1805
1806 2006-06-02  Graham Percival  <gpermus@gmail.com>
1807
1808         * tex/texinfo.tex: partial fix for @funindex.
1809
1810         * Documentation/user/macros.tely: uncomment @funindex (doesn't
1811         break anything).
1812
1813 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
1814
1815         * make/mutopia-vars.make (ly_examples): replace .ly.txt with .ly
1816
1817         * tex/texinfo.tex (sectionheading, q.v.): call \quoteexpand for
1818         @example too. Backportme.
1819
1820 2006-06-02  Graham Percival  <gpermus@gmail.com>
1821
1822         * tex/texinfo.cnf: added UTF-8 support for texinfo; patch
1823         from Werner Lemberg.
1824
1825 2006-06-02  Paco (Francisco Vila)  <fravd@ya.com>
1826
1827         * Documentation/user/music-glossary.tely: additional spanish
1828         updates and a lyrics fix in an example.
1829
1830 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
1831
1832         * scm/define-grob-properties.scm: Previous patch contained
1833         spurious line from another patch not yet committed.  Fixed.
1834
1835         * scm/define-grob-properties.scm: Add missing doc strings for
1836         ancient notation.
1837
1838 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
1839
1840         * buildscripts/output-distance.py
1841         (ComparisonData.write_text_result_page): separate the scores, sort
1842         by geo_score.
1843
1844         * scm/framework-eps.scm (output-classic-framework): start at 1 for
1845         system signatures.
1846
1847         * buildscripts/output-distance.py (me_path): use argv[0] for
1848         sys.path extension
1849         (ComparisonData.img_cell): use colored borders.
1850
1851         * scm/stencil.scm (write-system-signature): escape newlines too.
1852         (write-system-signature): use (1,-1) interval for empty interval
1853
1854 2006-01-01  Graham Percival  <gpermus@gmail.com>
1855
1856         * Documentation/user/music-glossary.tely: Spanish updates
1857         from Francisco Vila.
1858
1859         * Documentation/user/lilypond-book.itely: addition from
1860         Vaclav Smilauer.
1861
1862         * Documentation/user/ various: edits, small additions
1863         from mailist, etc.
1864
1865 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1866
1867         * GNUmakefile.in (tree-lib-prefix-current):
1868         (tree-share-prefix-current): Use version number in tree, add
1869         `current' symlinks.
1870
1871 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
1872
1873         * GNUmakefile.in: write VERSION, again.
1874
1875         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
1876         $(outdir)/%.ly $(outdir)/%.ps): dump sigs for normal files too.
1877
1878         * stepmake/aclocal.m4: robuster version detection.
1879
1880         * buildscripts/output-distance.py
1881         (ComparisonData.create_html_result_page): copy only if file
1882         exists, fixup src paths.
1883
1884         * stepmake/bin/add-html-footer.py (built): junk gulp_file()
1885
1886 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1887
1888         * stepmake/aclocal.m4: Robustification for (gcc) version detection.
1889         Another datarootdir reto.
1890
1891         * cygwin/postinstall-lilypond.sh: Do not fail if info docs aren't
1892         available.  This should be moved to postinstall-lilypond-doc.
1893
1894 2006-05-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
1895
1896         * GNUmakefile.in: simplify local-WWW-post. 
1897         remove -type l from find.
1898
1899         * buildscripts/output-distance.py (ComparisonData.compare_trees):
1900         fixes. Don't follow symlinks.
1901         (ComparisonData.create_html_result_page): remove previous results.
1902         insert ../python in path.
1903
1904         * scripts/lilypond-book.py (PREAMBLE_LY): spacing fixes.
1905
1906 2006-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1907
1908         * config.make.in (datadir): Add datarootdir to silence autoconf.
1909
1910         * stepmake/aclocal.m4: Update for autoconf-2.59d.
1911
1912 2006-05-31  Erlend Aasland  <erlenda@gmail.com>
1913
1914         * dynamic-engraver.cc: fix bug (dynamics collide with accidentals)
1915
1916         * scm/output-ps.scm (repeat-slash): fix a bug that made repeat
1917         slash beams too wide.
1918
1919 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
1920
1921         * VERSION: release 2.9.7
1922         
1923 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1924
1925         * lily/relocate.cc (read_relocation_dir): Do not blindly
1926         dereference DIR.
1927
1928 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
1929
1930         * lily/parser.yy: replace THIS by PARSER
1931
1932         * Documentation/index.html.in: add link to test-results.html page.
1933
1934         * Documentation/topdocs/NEWS.tely (Top): update NEWS entry.
1935
1936         * scm/translation-functions.scm (format-bass-figure): translate
1937         digits over 10 to the left
1938
1939         * scm/define-markup-commands.scm (translate-scaled): new markup.
1940
1941         * mf/feta-nummer-code.mf (code): overshoot the topright tip of the
1942         7 glyph. 
1943
1944         * ly/engraver-init.ly: add Figured_bass_engraver
1945
1946         * lily/engraver-group.cc (acknowledge_grobs): use start/stop drul.
1947
1948         * lily/figured-bass-engraver.cc (clear_spanners): use everywhere.
1949
1950         * lily/score-engraver.cc (announce_grob): only note START announces.
1951
1952         * lily/include/engraver-group.hh (Translator_group):
1953         acknowledge_hash_table_ is now drul.
1954
1955         * lily/engraver.cc (announce_end_grob): new method.
1956
1957         * lily/include/grob-info.hh (class Grob_info): add start_end_ member.
1958
1959         * lily/translator-dispatch-list.cc (create): take start_end argument.
1960
1961         * lily/include/translator.hh (TRANSLATOR_DECLARATIONS): change
1962         acknowledge_static_array_ to drul
1963
1964         * lily/include/translator.icc (ADD_END_ACKNOWLEDGER): new macro.
1965
1966         * scm/define-grob-interfaces.scm
1967         (bass-figure-alignment-interface): add bass-figure-alignment-interface
1968
1969         * scm/define-grobs.scm (all-grob-descriptions): add
1970         BassFigureAlignmentPositioning
1971
1972         * ly/Welcome-to-LilyPond-MacOS.ly: include in LilyPond, so version
1973         number stays up to date. Backportme.
1974
1975 2006-05-30  Mats Bengtsson  <mabe@s3.kth.se>
1976
1977         * Documentation/user/basic-notation.itely (Bar lines): Document
1978         the "||:" bar type. 
1979
1980 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1981
1982         * buildscripts/builder.py: Remove --ly option/target from mf-to-table.
1983
1984         * scripts/lilypond-book.py: Bugfix: do not blindly attempt
1985         .../current hack if LILYPONDPREFIX is fine.  Fixes `scons doc'
1986         build.
1987
1988         * Resurrect `scons lily' build.
1989
1990         * SConstruct (symlink_tree): Bugfix: link
1991         music-drawing-routines.ps to file iso directory.
1992
1993         * lily/SConscript: Remove kpath-guile from LIBS.
1994
1995         * SConstruct (libdir_package_version): Typo.
1996         (configure): Comment-out fontforge for lack of fontforge.pc .
1997         Also add libdir* to environment.
1998
1999 2006-05-30  Graham Percival  <gpermus@gmail.com>
2000
2001         * Documentation/user/ various: minor additions from mailist and
2002         editing.
2003
2004 2006-05-30  Paco <fravd@ya.com>
2005
2006         * Documentation/user/music-glossary.tely: numerous corrections and
2007         some new translations.
2008
2009 2006-05-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
2010
2011         * BackportmeStart.
2012         
2013         * buildscripts/output-distance.py
2014         (ComparisonData.create_html_result_page): new routine: summarise
2015         results in HTML page with images. 
2016         (ComparisonData.create_text_result_page): create summary text files too.
2017
2018         * GNUmakefile.in (web-ext): package .signature files too. They
2019         compress well. 
2020
2021         * scm/stencil.scm (write-system-signature): typo.
2022
2023         * GNUmakefile.in: create web-root/VERSION to help upload scripts.
2024
2025         * scm/stencil.scm (write-system-signature): better escaping.
2026         only write signature for music systems, not for markup systems.
2027
2028         * scm/framework-ps.scm (output-framework): dump-signatures support
2029         for plain output.
2030
2031         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): add -ddump-signatures.
2032
2033         * scm/framework-ps.scm (write-preamble): redefine mark_URI to nop
2034         for -dno-point-and-click
2035
2036         * lily/grob.cc (get_print_stencil): don't read
2037         point_and_click_global to determine whether to set grob-cause.
2038
2039 2006-05-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
2040
2041         * buildscripts/output-distance.py (main): new function.
2042         (ComparisonData): new class.
2043
2044         * lily/ledger-line-engraver.cc (acknowledge_staff_symbol): be more
2045         careful with generating new LedgerLineSpanners.
2046
2047         * lily/ledger-line-spanner.cc (set_spacing_rods): suicide if no staff.
2048
2049         * ly/engraver-init.ly: remove Ledger_line_engraver from Voice
2050         context. This fixes double ledger lines in output. 
2051
2052         * lily/system.cc (get_paper_system): remove 3 layer limit.
2053
2054         * buildscripts/output-distance.py (SystemLink.distance): new
2055         file. Compare signatures.
2056
2057         * python/safeeval.py (SafeEval.visitUnarySub): new file.
2058
2059         * lily/grob-array.cc (remove_duplicates): rename from
2060         uniq(). Sort before calling uniq() so it actually works.
2061
2062 2006-05-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
2063
2064         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): strip
2065         \version from lilypond file snippet.
2066         (Lilypond_file_snippet.ly): oops. typo.
2067         (find_toplevel_snippets): urgh. again.
2068
2069         * lily/system.cc (get_paper_systems): uniq all_elements_ , to
2070         prevent duplicated broken items in output.
2071
2072         * scm/framework-eps.scm (output-classic-framework): only dump if
2073         dump-signatures is set.
2074
2075         * scm/lily.scm (define-scheme-options): add dump-signatures option.
2076
2077         * scm/stencil.scm (write-system-signature): new routine: write
2078         python parseable signature of a separate paper system.
2079         BackportmeEnd.
2080         
2081 2006-05-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
2082
2083         * lily/stanza-number-engraver.cc (process_music): use is_markup()
2084         iso is_string().
2085         include header.
2086
2087 2006-05-25  Erik Sandberg  <mandolaerik@gmail.com>
2088
2089         * translator-group.cc: send music events to engravers in
2090         non-bottom contexts.
2091
2092         * tuplet-engraver.cc: process tuplet brackets in correct order.
2093
2094 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
2095
2096         * stepmake/aclocal.m4: STEPMAKE_PYTHON(): clear cached value since
2097         arg 2 might point us to a new binary (patch by Karl Hammar)
2098         
2099 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
2100
2101         * VERSION (PACKAGE_NAME): release 2.9.6
2102
2103         * Documentation/topdocs/NEWS.tely (Top): trim explanation. 
2104
2105         * Documentation/user/*.itely: 2nd
2106         attempt: replace funindex -> findex globally.
2107
2108 2006-05-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2109
2110         * input/no-notation/display-lily-tests.ly: fix \applyOutput
2111         test. Add \break, \pageBreak, \pageTurn, etc, tests.
2112
2113         * scm/define-music-display-methods.scm: display methods for
2114         breaks. Fix \applyOutput.
2115
2116 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
2117
2118         * Documentation/user/macros.itexi: comment out funindex expansion. 
2119
2120         * Documentation/user/music-glossary.tely: junk \oldaddlyrics
2121         everywhere.
2122
2123         * GNUmakefile.in: fix wildcarding for scrips/out/ links. Thanks
2124         Karl Hammar. Backportme.
2125  
2126         * Documentation/user/advanced-notation.itely (Balloon help): idem.
2127
2128         * Documentation/user/changing-defaults.itely (Creating contexts): idem.
2129
2130         * Documentation/user/programming-interface.itely (Running a
2131         function on all layout objects): idem.
2132
2133         * Documentation/user/introduction.itely (Automated engraving):
2134         update \applyOutput syntax
2135
2136         * lily/lyric-combine-music-iterator.cc (start_new_syllable):
2137         remove debugging hook.
2138
2139         * configure.in (LINK_GXX_STATICALLY): use "" to allow $
2140         expansion. 
2141
2142         * Documentation/user/GNUmakefile (TEXI2DVI_FLAGS): add -E.
2143
2144         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
2145         TEXI2DVI_FLAGS to texi2dvi invocation. 
2146
2147 2006-05-24  Erik Sandberg  <mandolaerik@gmail.com>
2148
2149         * lily/chord-tremolo-*.cc: Reworked how \repeat "tremolo"
2150         works. More work is done by iterator now, and engraver has been
2151         very much simplified.
2152
2153         * lily/translator-group.cc: try_music is now invoked through a
2154         listener
2155
2156         * lily/*-iterator.cc: Massive cleanups. Junked
2157         try_music_in_children globally. Renamed try_music to report_event,
2158         and made that method descend to a bottom context automatically.
2159
2160         * lily/event-iterator.cc: New file.
2161
2162         * lily/output-property-iterator.cc,
2163         lily/old-lyric-combine-music-iterator.cc: Removed.
2164
2165         * python/convert-rules.py: Modified the syntax for \applyOutput.
2166
2167 2006-05-23  Graham Percival  <gpermus@gmail.com>
2168
2169         * stepmake/stepmake/texinfo-rules.make: added -E, allows pdf doc
2170         creation.
2171
2172         * Documentation/user/ various: stuff that might have helped
2173         to fix the pdf creation, plus some minor doc additions.
2174
2175         * Documentation/user/changing-defaults.itely: remove @b from
2176         @b{ @internasref{foo}}; this breaks texi2dvi -E.
2177
2178 2006-05-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
2179
2180         * lily/beaming-pattern.cc (beamify): deal with negative start
2181         moments for beaming patterns.
2182
2183 2006-05-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
2184
2185         * lily/beaming-info.cc (beamify): new function: read beatLength
2186         and beatGrouping from context. 
2187
2188         * input/regression/beam-beat-grouping.ly (Module): new file.
2189
2190         * input/regression/beam-unconnected-beamlets.ly (Module): new file.
2191
2192         * lily/beam.cc (get_beam_segments): generate events for
2193         max_connect_ case too.
2194         (get_beam_segments): read Stem::max-beam-connect.
2195
2196         * input/regression/beam-single-stem.ly: new file.
2197
2198         * lily/stem.cc (set_beaming): use #f as signaling value for
2199         beamcount 0.
2200
2201         * lily/beam-engraver.cc (typeset_beam): set right bound if unset.
2202
2203         * lily/beam.cc (set_beaming): read clip-edges property.
2204         (calc_direction): don't suicide for single stem.
2205
2206         * lily/beaming-info.cc (best_splitpoint_index): take bool*
2207         argument, remove 1<<15 hack. Remove clip_edges() 
2208
2209         * lily/hairpin.cc (print): only do padding for nonmusical bounds
2210
2211 2006-05-21  Graham Percival  <gpermus@gmail.com>
2212
2213         * Documentation/user/basic-notation.itely: reorg.
2214
2215         * Documentation/user/ various: minor fixes.
2216
2217 2006-05-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
2218
2219         * lily/stencil-expression.cc (register_stencil_head): opps, append
2220         to cdr of static SCM object.
2221
2222 2006-05-19  Graham Percival  <gpermus@gmail.com>
2223
2224         * Documentation/user/README.txt, lilypond.tely, macros.itexi:
2225         update framework for command index.  DOC WRITERS: use @funindex
2226         instead of @cindex @code{}.
2227
2228         * Documentation/user/ various: replace @cindex @code{} => @funindex
2229
2230 2006-05-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
2231
2232         * lily/beam.cc (set_stem_lengths): trigger 'beaming callback, in
2233         case positions is set manually. 
2234
2235 2006-05-18  Erik Sandberg  <mandolaerik@gmail.com>
2236         
2237         * scm/ly-syntax-constructors.scm: New file. Converted a few syntax
2238         rules to Scheme.
2239
2240 2006-05-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
2241
2242         * Documentation/user/changing-defaults.itely (Contexts explained):
2243         use absolute dimension for @image.
2244
2245         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): generate PNG
2246         out image for illustration too.
2247         ($(outdir)/%.png): add more png <-> eps rules. 
2248
2249 2006-05-17  Graham Percival  <gpermus@gmail.com>
2250
2251         * Documentation/user/ various: remove trailing whitespace, cosmetic
2252         change to reduce changes produced by diff.
2253
2254 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
2255
2256         * lily/main.cc (do_chroot_jail): correctness tweak.
2257
2258         * python/lilylib.py (system): import subprocess in system () only.
2259
2260         * scripts/*.py: use TARGET_PYTHON iso PYTHON. Backportme.
2261
2262         * make/substitute.make (ATVARIABLES): add TARGET_PYTHON as subst
2263         variable. Backportme.
2264
2265 2006-05-17  Erik Sandberg  <mandolaerik@gmail.com>
2266         
2267         * lily/parser.yy: Change all syntax rules of type Music to SCM type
2268
2269 2006-05-17  Werner Lemberg  <wl@gnu.org>
2270
2271         * lily/lexer.ll (init_signature_has_table): Add
2272         `scm-scm-music-music'.
2273
2274         * lily/parser.yy (MUSIC_FUNCTION_SCM_SCM_MUSIC_MUSIC): New token.
2275         (Generic_prefix_music_scm): Add rule for it.
2276
2277         * lily/quote-iterator.cc (Quote_iterator::process): Handle
2278         `quoted-transposition' property.
2279
2280         * ly/music-functions-init.ly (transposedCueDuring): New function.
2281
2282         * scm/define-music-properties.scm (all-music-properties): Updated.
2283
2284         * Documenation/topdocs/NEWS.itely: Document it.
2285
2286 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
2287
2288         * python/lilylib.py (system): move import subprocess to system()
2289         definition. 
2290
2291         * python/convertrules.py (conv): fix convert-ly rules for 2.9.4
2292
2293         * VERSION (PATCH_LEVEL): release 2.9.5
2294         
2295         * Documentation/topdocs/INSTALL.texi (Top): update versions and
2296         build instructions. 
2297
2298         * ly/engraver-init.ly: switch on hairpinToBarline by default.
2299
2300 2006-05-16  Graham Percival  <gpermus@gmail.com>
2301
2302         * Documentation/user/basic-notation.itely: editing from Dave, thanks!
2303
2304         * Documentation/user/ various: minor fixes.
2305
2306 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
2307
2308         * Documentation/topdocs/NEWS.tely (Top): add hairpinToBarline feature.
2309
2310 2006-05-16  Mats Bengtsson  <mabe@s3.kth.se>
2311
2312         * Documentation/user/advanced-notation.itely (Instrument names):
2313         Modified obsolete instruction on how to move instrument names away
2314         from the staves. Hmm, at second thought the bug probably has been
2315         solved, so the full bug description should probably be removed.
2316
2317 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
2318
2319         * lily/dynamic-engraver.cc (typeset_all): hang ending on
2320         currentCommandColumn. 
2321
2322         * lily/hairpin.cc (print): also add padding for non-neighbor
2323         hairpin bounds.
2324
2325         * scm/define-context-properties.scm
2326         (all-user-translation-properties): add hairpinToBarline
2327
2328         * input/regression/hairpin-to-barline.ly: new file.
2329
2330         * lily/context.cc (internal_send_stream_event): thinko fix.
2331
2332         * lily/tie.cc (set_default_control_points): robustness fix.
2333
2334         * python/musicxml.py (Part.interpret): don't complain about
2335         incomplete measures.
2336
2337         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): only add
2338         new music if last_event_chord() returned None.
2339
2340         * python/musicxml.py (Part.interpret): skip back over chord notes.
2341
2342 2006-05-16  Erik Sandberg  <mandolaerik@gmail.com>
2343         
2344         * lily/percent-repeat-engraver.cc, lily/parser.yy,
2345         lily/define-music-types.cc, lily/percent-repeat-iterator.cc,
2346         lily/slash-repeat-engraver.cc,
2347         lily/include/percent-repeat-iterator.hh: Rework percent repeats:
2348         iterator sends PercentEvents
2349
2350         * lily/time-scaled-music-iterator.cc, lily/tuplet-engraver.cc:
2351         rework tuplets: send start/stop events to engraver
2352
2353         * lily/context.cc, lily/music.cc, lily/context-scheme.cc: Add
2354         dispatchers event-source and events-below to Context
2355         
2356 2006-05-15  Graham Percival  <gpermus@gmail.com>
2357
2358         * Documentation/user/README.txt: update info for doc writers.
2359
2360         * Documentation/user/programming-interface.itely: integrate
2361         Nicolas' fixes for chapter rewrite.
2362
2363         * Documentation/user/ various: minor fixes.
2364
2365 2006-05-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
2366
2367         * lily/clef-engraver.cc: cleanup.
2368
2369         * Documentation/user/GNUmakefile: dist context-example.eps too.
2370
2371         * lily/key-engraver.cc (create_key): use
2372         explicitKeySignatureVisibility for cancellation too. 
2373
2374         * lily/font-config.cc (init_fontconfig): don't close file if
2375         f==NULL. 
2376
2377 2006-05-15  Erlend Aasland  <erlenda@gmail.com>
2378
2379         * Documentation/topdocs/NEWS.tely: niente and rotation news
2380
2381 2006-05-14  Erlend Aasland  <erlenda@gmail.com>
2382
2383         * lily/include/stencil.hh
2384         * lily/stencil.cc (rotate): new function. Makes it possible
2385         to rotate a stencil around a given offset.
2386
2387         * lily/grob.cc (get_print_stencil): add rotation support
2388
2389         * lily/stencil-interpret.cc (interpret_stencil_expression):
2390         add rotation support
2391
2392         * lily/stencil-scheme.cc (ly:stencil-rotate): new function
2393
2394         * scm/define-grob-properties.scm: add 'rotation property
2395
2396         * scm/define-markup-commands.scm: add rotate markup command
2397         
2398         * scm/output-ps.scm: add rotation support in PostScript backend
2399
2400         * scm/output-svg.scm: add rotation support in SVG backend
2401
2402 2006-05-13  Graham Percival  <gpermus@gmail.com>
2403
2404         * Documentation/user/music-glossary.itely: French correction.
2405
2406         * Documentation/user/programming-interface.itely: major
2407         new docs, some reorg, some info from Nicolas.
2408
2409         * Documentation/user/ various: small fixes.
2410
2411 2006-05-12  Mats Bengtsson  <mabe@s3.kth.se>
2412
2413         * Documentation/user/programming-interface.itely (Markup
2414         programmer interface): Remove duplicate text.
2415
2416 2006-05-12  Graham Percival  <gpermus@gmail.com>
2417
2418         * Documentation/user/context-example.eps: new file.
2419
2420         * Documentation/user/changing-defaults.itely: set up file to
2421         use eps image.
2422
2423         * Documentation/user/programming-interface.itely: changes
2424         from mailist.
2425
2426 2006-05-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
2427
2428         * configure.in (LINK_GXX_STATICALLY): python 2.4 req.
2429
2430 2006-05-11  Graham Percival  <gpermus@gmail.com>
2431
2432         * Documentation/user/programming-interface.itely: first round of
2433         editing and merging emails from Nicolas.
2434
2435         * Documentation/user/scheme-tutorial: minor edit.
2436
2437 2006-05-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
2438
2439         * python/musicxml.py (Xml_node.__init__): _attribute_dict stores
2440         XML attributes.
2441         (Xml_node.message): use it.
2442
2443         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): 
2444         oops. Add duration argument.
2445
2446 2006-05-10  Joe Neeman  <joeneeman@gmail.com>
2447
2448         * lily/paper-column-engraver.cc (make_columns):
2449         * scm/define-grobs.scm: Revert my previous change and set the default
2450         in define-grobs.scm instead.
2451
2452 2006-05-09  Graham Percival  <gpermus@gmail.com>
2453         
2454         * Documentation/user/changing-defaults.itely: general editing,
2455         info about \set and \override.
2456
2457         * Documentation/user/tweaking.itely, advanced-notation.itely:
2458         fixes from Dave Luttinen, thanks!
2459
2460 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
2461
2462         * lily/paper-column-engraver.cc (make_columns): By default, a column
2463         needs to be breakable.
2464
2465 2006-05-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
2466
2467         * scripts/musicxml2ly.py (musicxml_clef_to_lily): use new
2468         Attributes methods
2469         (musicxml_time_to_lily): idem
2470         (musicxml_key_to_lily): idem
2471         (instrument_drumtype_dict): dict for supported drumtypes.
2472         (LilyPondVoiceBuilder.__init__): new class: sanely keep track of
2473         moments and pending mm rests
2474         (musicxml_voice_to_lily_voice): rewrite to use LilyPondVoiceBuilder
2475         (musicxml_voice_to_lily_voice): strip KeyChangeEvents for drums.
2476         (musicxml_voice_to_lily_voice): add mode change.
2477         (option_parser): lxml.etree (http://codespeak.net/lxml/) for more
2478         speed and less memory usage (factor 5 to 10).
2479         (convert): write -defs.ly  and driver file separately so people
2480         can script their own part extraction.
2481
2482         * python/musicxml.py (minidom_demarshal_node): new function:
2483         separate minidom handling.
2484         (lxml_demarshal_node): new function: support lxml.etree too.
2485         (Xml_node.message): new function: verbose error message, with XML
2486         path to offending node.
2487         (Attributes.get_measure_length): sane interface to MusicXML attributes.
2488         (Part_list.generate_id_instrument_dict): new method: collect
2489         instrument names, to be able to set drum_type.
2490         (Part.interpret): handle underfull measures
2491         (Part.interpret): assign instrument names.
2492
2493         * python/musicexp.py (Output_printer.close): new method
2494         (MusicWrapper.print_ly): new class: support other modes,
2495         eg. \drummode
2496         (BarCheck.print_ly): new class. Support bar checks, with comments
2497         and fancy barchecks. 
2498         (NoteEvent.__init__): also set drum_type for drum notes.
2499         (MultiMeasureRest.lisp_expression): dump mm rests.
2500
2501         * lily/paper-column-engraver.cc (stop_translation_timestep): set
2502         line-break-permission if forbidBreak is not set.
2503
2504 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
2505
2506         * scm/define-context-properties.scm:
2507         * scm/define-grob-properties.scm:
2508         * scm/define-grobs.scm:
2509         * scm/define-music-display-methods.scm:
2510         * scm/define-music-properties.scm:
2511         * scm/define-music-types.scm:
2512         * scm/music-functions.scm:
2513         * ly/declarations-init.ly:
2514         * lily/include/constrained-breaking.hh:
2515         * lily/system.cc:
2516         * lily/spaceable-grob.cc:
2517         * lily/simple-spacer.cc:
2518         * lily/paper-score.cc:
2519         * lily/paper-column.cc:
2520         * lily/paper-column-engraver.cc:
2521         * lily/item.cc:
2522         * lily/gourlay-breaking.cc:
2523         * lily/constrained-breaking.cc:
2524         * python/convertrules.py:
2525         Change "penalty", "page-penalty" and "breakable" to "line-break-penalty",
2526         "page-break-penalty" and "line-break-permission".
2527         Add "page-break-permission", "page-turn-permission" and "page-turn-penalty".
2528         Replace BreakEvent with LineBreakEvent, PageBreakEvent and PageTurnEvent.
2529
2530         * lily/bar-engraver.cc:
2531         * lily/beam-engraver.cc:
2532         * lily/forbid-break-engraver.cc:
2533         * lily/ligature-engraver.cc:
2534         * lily/paper-column-engraver.cc:
2535         * lily/percent-repeat-engraver.cc:
2536         * lily/score-engraver.cc:
2537         * lily/score-engraver.hh:
2538         * lily/paper-column-engraver.hh:
2539         Inter-engraver communication regarding line breaks is done through context
2540         properties (Score.forbidBreak) instead of function calls.
2541
2542 2006-05-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
2543
2544         * VERSION (PACKAGE_NAME): release 2.9.4
2545
2546 2006-05-08  Graham Percival  <gpermus@gmail.com>
2547
2548         * Documentation/user/working.itely: proofreading from Dave
2549         Luttinen, thanks.
2550
2551         * Doucmentation/user/README.txt: updated with manual style info.
2552
2553         * Documentation/user/ various: trim linewidth to 78 chars.
2554
2555 2006-05-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
2556
2557         * scm/define-grob-properties.scm (all-internal-grob-properties):
2558         remove chord-tremolo property.
2559
2560         * lily/beam.cc (get_beam_segments): don't use stem position as
2561         base for broken ends.
2562
2563 2006-05-06  Graham Percival  <gpermus@gmail.com>
2564
2565         * Documentation/user/putting.itely: proofreading from Dave
2566         Luttinen, thanks!
2567
2568         * Documentation/user/ various: more reorg and clarifications.
2569
2570 2006-05-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
2571
2572         * scm/lily.scm (TEX_STRING_HASHLIMIT): move from framework-texstr.scm.
2573
2574         * ly/music-functions-init.ly: new function featherDurations
2575
2576         * lily/beam.cc: read grow-direction for feathered beaming.
2577
2578         * Documentation/topdocs/NEWS.tely (Top): typo.
2579
2580 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
2581
2582         * lily/include/beam.hh (struct Beam_stem_segment): add gapped_ for
2583         tremolo beams.
2584
2585 2006-05-05  Erik Sandberg  <mandolaerik@gmail.com>
2586         * lily/context.cc, lily/global-context.cc: Added 'unique' member,
2587         used by music streams.
2588
2589         * lily/dispatcher.cc, lily/dispatcher-scheme.cc,
2590         lily/stream-event.cc, lily/stream-event-scheme.cc,
2591         lily/listener.cc, lily/scheme-listener.cc,
2592         lily/scheme-listener-scheme.cc, lily/include/dispatcher.hh,
2593         lily/include/stream-event.hh, lily/include/listener.hh,
2594         lily/include/scheme-listener.hh, scm/define-event-classes.scm:
2595         Created data structures for music streams.
2596         
2597 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
2598
2599         * lily/beam.cc (get_beam_segments): new function. Reorganise the
2600         construction of a beam. 
2601         (print): rewrite. 
2602
2603         * flower/include/std-vector.hh (default_compare): use only one comparison.
2604
2605         * scm/define-markup-commands.scm (note-by-number): remove debug display.
2606         (note-by-number): further attachment fixes.
2607
2608         * scm/lily-library.scm (ordered-cons): new function.
2609         (interval-index): new function
2610
2611         * lily/note-head-scheme.cc (LY_DEFINE): new file.
2612
2613         * lily/note-head.cc (get_stem_attachment): new function.
2614
2615         * scm/define-markup-commands.scm (note-by-number): read 'style
2616         property. 
2617
2618         * input/regression/markup-note.ly: show note-head style option.
2619
2620         * mf/feta-bolletjes.mf (overdone_heads): fix attachment points for
2621         triangle head.
2622
2623 2006-05-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
2624
2625         * mf/GNUmakefile (NCSB_OTFS): remove old ncsb detection further.
2626
2627         * configure.in (LINK_GXX_STATICALLY): fix for ncsb detection.
2628
2629         * lily/include/constrained-breaking.hh: GCC 4 fix.
2630
2631 2006-05-04  Joe Neeman  <joeneeman@gmail.com>
2632
2633         * lily/simple-spacer.cc: Remove class Simple_spacer_wrapper.
2634         Replace it with functions get_line_forces and get_line_configuration.
2635         (class Simple_spacer): Make data private.
2636         Rewrite compression algorithm to be faster and simpler.
2637
2638         * lily/simple-spacer-scheme.cc (ly_solve_rod_and_spring_problem):
2639         * lily/gourlay-breaking.cc (solve):
2640         * lily/constrained_breaking.cc (space_line):
2641         Change it to the new simple-spacer code.
2642
2643         * lily/paper-score.cc (get_paper_systems):
2644         (Paper_score):
2645         (process):
2646         Delay breaking the systems until they are requested.
2647         (find_break_indices):
2648         Use vsize for indices.
2649         (calc_breaking):
2650         Move the "Calculating line breaks" message here.
2651
2652         * lily/system.cc (pre_processing):
2653         Move the "Calculating line breaks" message away from here.
2654         (break_into_pieces):
2655         Allow multiple calls to this function in sequence (with touching-but-
2656         not-overlapping breakpoints).
2657
2658         * lily/constrained-breaking.cc:
2659         Replace most of the get_XXXX functions with get_line_details.
2660         Only calculate the force for each line. Calculate configurations only
2661         for the lines we will actually use.
2662         Replace cols_ with lines_.
2663
2664 2006-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2665
2666         * mf/GNUmakefile (depth): remove FC_FIND.
2667
2668         * config.make.in (NCSB_SOURCE_FILES): subst NCSB_SOURCE_FILES
2669
2670         * configure.in (LINK_GXX_STATICALLY): call fc-match from within configure.
2671
2672         * scm/framework-ps.scm (write-preamble): new function.
2673         (write-preamble): load mac fonts via fondu, even if gs-font-load
2674         is set.
2675
2676 2006-05-03  Werner Lemberg  <wl@gnu.org>
2677
2678         * mf/GNUmakefile (FC_FIND): Fix typo.
2679
2680 2006-05-03  Erlend Aasland  <erlenda@gmail.com>
2681
2682         * stepmake/stepmake/generic-targets.make (cvs-clean): also remove out-www dirs.
2683
2684 2006-05-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
2685
2686         * stepmake/aclocal.m4: run python-config for crosscompiling
2687         flags. 
2688
2689         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system): add
2690         -f png for HTML, TEXINFO formats. 
2691
2692         * input/tutorial/lbook-html-test.html: new file.
2693
2694         * lily/include/tie-formatting-problem.hh (class
2695         Tie_formatting_problem): index Chord_outline_map by Tuple2 for
2696         [column, direction]. This fixes laissez vibrer ties.
2697  
2698         * flower/include/tuple.hh (struct Tuple2): new file.
2699
2700         * mf/GNUmakefile (FC_FIND): new function. Find ncsb using
2701         $(FCMATCH), only if $(NCSB_DIR) not set. 
2702
2703         * configure.in (LINK_GXX_STATICALLY): only warn if $NCSB_DIR set.
2704
2705         * config.make.in (DOCUMENTATION): set FCMATCH.  
2706
2707         * autogen.sh (srcdir): don't set --with-ncsb-dir. 
2708
2709 2006-05-03  Graham Percival  <gpermus@gmail.com>
2710
2711         * Documentation/user/ various: final round of reorg.
2712
2713         * Documentation/user/instrument-notation.itely: some more
2714         fixes from Eduardo, thanks!
2715
2716 2006-05-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
2717
2718         * VERSION (PACKAGE_NAME): release 2.9.3
2719
2720         * flower/file-path.cc (is_dir): canonicalize file name before stat'ing.
2721
2722         * lily/relocate.cc (framework_relocation): remove old relocation stuff.
2723
2724 2006-05-01  Mats Bengtsson  <mabe@s3.kth.se>
2725
2726         * scm/define-grob-properties.scm (all-user-grob-properties):
2727         Correct typo, thanks to Eduardo.
2728
2729 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
2730
2731         * scripts/GNUmakefile (SEXECUTABLES): remove lilypond-ps2png.scm
2732
2733         * buildscripts/lilypond-words.py (F): indent fix.
2734
2735         * input/regression/tie-arpeggio-collision.ly: new file.
2736
2737         * lily/tie-formatting-problem.cc (set_column_chord_outline): new
2738         function: store outlines per column rank.
2739
2740         * lily/include/tie-configuration.hh (class Tie_configuration): add
2741         column_ranks_ to specification and configuration, to distinguish
2742         between ties for different heads in arpegiated chords.
2743
2744         * lily/relocate.cc (framework_relocation): use INSTALLER_PREFIX.
2745
2746         * *.py: more 4 space indents.
2747
2748         * autogen.sh (conf_flags): set sensible default for with-ncsb-dir
2749
2750 2006-05-01  Joe Neeman  <joeneeman@gmail.com>
2751
2752         * scm/lily-library.scm: Fix guile 1.6 compatibility in inf? and nan?
2753
2754 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
2755
2756         * buildscripts/pfx2ttf.fontforge (err): create OTF files.
2757
2758         * scripts/abc2ly.py (dump_score): indent of 4 for python code. 
2759
2760         * configure.in (LINK_GXX_STATICALLY): remove locate() call.
2761
2762 2006-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2763
2764         * python/convertrules.py (conv): indent 4 for python files.
2765
2766 2006-04-29  Mats Bengtsson  <mabe@s3.kth.se>
2767
2768         * Documentation/user/changing-defaults.itely (Creating contexts):
2769         Clarify \new semantics.
2770
2771 2006-04-28  Graham Percival  <gpermus@gmail.com>
2772
2773         * Documentation/user/ various: major new sections in the
2774         Learning manual, slight reorg elsewhere.
2775
2776 2006-04-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
2777
2778         * mf/GNUmakefile (MFTRACE_FLAGS): add $(outdir) to $(ENCODING_FILE) 
2779
2780         * scm/framework-ps.scm (output-framework): remove PageMedia
2781
2782 2006-04-27  Graham Percival  <gpermus@gmail.com>
2783
2784         * Documentation/user/ tweaks.itely, working.itely: new
2785         files, being more advanced "learning manual" chapters.
2786
2787         * Documentation/user/ tutorial, putting, lilypond: reorg.
2788
2789 2006-04-26  Graham Percival  <gpermus@gmail.com>
2790
2791         * input/regression/lyric-combine-polyphonic.ly: fixed test
2792         (no more "can't find context `one'" error).
2793
2794 2006-04-25  Joe Neeman <joeneeman@gmail.com>
2795
2796         * lily/stem-tremolo.cc (print): fix whole note tremolo placement
2797
2798         * input/regression/stem-tremolo.ly: add 2 more whole note examples
2799         
2800 2006-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2801
2802         * lily/relocate.cc (read_relocation_dir): new function.
2803
2804 2006-04-26  Graham Percival  <gpermus@gmail.com>
2805
2806         * Documentation/user/instrument-notation.itely: a few more fixes
2807         from Eduardo, thanks!
2808
2809         * Documentation/user/README.txt: new file; contains info on
2810         style that used to be in lilypond.tely.
2811
2812         * Documentation/user/ various: first round of doc reorg.
2813
2814         * Documentation/user/baer-flat-bw.png: remove alpha bit from
2815         graphic; this probably causes problems on some pdf
2816         viewers, notably Adobe Acrobat.
2817
2818 2006-04-24  Graham Percival  <gpermus@gmail.com>
2819
2820         * Documentation/user/instrument-notation.itely: many alterations
2821         to Vocal music, from Eduardo Viera.
2822
2823 2006-04-23  Graham Percival  <gpermus@gmail.com>
2824
2825         * Documentation/user/instrument-notation.itely: fix \new
2826         instead of \context problem.
2827
2828 2006-04-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2829
2830         * lily/relocate.cc (expand_environment_variables): new function.
2831         (read_line): id.
2832         (read_relocation_file): id.
2833
2834         * scm/stencil.scm (eps-file->stencil): fix EPS PS embedding code 
2835
2836 2006-04-21  Erlend Aasland  <erlenda@gmail.com>
2837
2838         * ly/engraver-init.ly: remove old comments from TabVoice
2839
2840 2006-04-20  Graham Percival  <gpermus@gmail.com>
2841
2842         * Documentation/user/instrument-notation.itely: added Erlend's
2843         latest doc patch, thanks!
2844
2845 2006-04-19  Erlend Aasland <erlenda@gmail.com>
2846
2847         * lily/include/slur.hh:
2848         * lily/slur.cc:
2849         * lily/phrasing-slur-engraver.cc:
2850         * lily/slur-engraver.cc: Fix 'cut & paste' code by merging
2851         acknowledge_extra_object () from Phrasing_slur_engraver:: and
2852         Slur_engraver:: and putting it in
2853         Slur::auxiliary_acknowledge_extra_object ().
2854
2855         * ps/music-drawing-routines.ps (draw_dashed_slur): fix another bug
2856
2857         * lily/note-collision.cc: fix a comment
2858
2859 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
2860
2861         * stepmake/bin/add-html-footer.py: fix footer position in
2862         generated html files: before </body> and </html> tags.
2863
2864 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
2865
2866         * scripts/GNUmakefile: revert last "fix", which rather broke make.
2867         Earlier successive `make' commands finally compiled ok.
2868
2869         * Documentation/topdocs/INSTALL.texi: require mftrace 1.1.19.
2870
2871 2006-04-18  Erlend Aasland <erlenda@gmail.com>
2872
2873         * lily/include/stem-tremolo.hh:
2874         * lily/stem-tremolo.cc: move rotated_box () to Lookup:: and update
2875         callers.
2876
2877         * lily/lookup.cc:
2878         * lily/include/lookup.hh: add rotated_box ()
2879
2880 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
2881
2882         * scripts/GNUmakefile: bugfix: run help2man only after scripts have 
2883         been generated. Fixes "can't get `--help'" bug after make clean.
2884
2885         * THANKS: alphabetize contributors.
2886
2887 2006-04-17  Graham Percival  <gpermus@gmail.com>
2888
2889         * Documentation/user/instrument-notation.itely: added Erlend's
2890         tabs and banjo doc patch.  Thanks!
2891
2892 2006-04-17  Erlend Aasland  <erlenda@gmail.com>
2893
2894         * scm/define-grobs.scm: fix stem-attachment for tablature note heads.
2895
2896         * ps/music-drawing-routines.ps (draw_dashed_line): fix dash pattern bug.
2897
2898         * scm/output-lib.scm: add some more predefined string tunings.
2899
2900         * Documentation/user/instrument-notation.itely: and doc them.
2901
2902 2006-04-16  Jürgen Reuter  <reuter@ipd.uka.de>
2903
2904         * ly/engraver.ly: Remove obsolete comments.
2905
2906         * ly/gregorian-init.ly: Define default layout block.
2907
2908         * input/puer-fragment.ly: Updated and extended.
2909
2910 2006-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2911
2912         * lily/lily-parser-scheme.cc: Use them to fix --output=DIR/BASE
2913         pdf conversion behaviour.
2914
2915         * flower/file-name.cc (dir_name)
2916         (get_working_directory): Move from relocate.cc.
2917
2918         * lily/relocate.cc (setup_paths): Remove rogue stat calls.
2919         
2920         * lily/relocate.cc: Encapsulate sys/stat.h in
2921         HAVE_STAT_H.
2922
2923 2006-04-14  Graham Percival  <gpermus@gmail.com>
2924
2925         * Documentation/user/ various: small updates from Cameron
2926         and Juergen, thanks!
2927
2928         * Documentation/user/ various: small updates of my own.
2929
2930         * THANKS: 2.7 -> 2.8.
2931
2932 2006-04-11  Graham Percival  <gpermus@gmail.com>
2933
2934         * scm/define-context-properties.scm: typo.
2935
2936         * Documentation/user/ : many more small updates.
2937
2938 2006-04-13  Jürgen Reuter  <reuter@ipd.uka.de>
2939
2940         * scm/define-music-types.scm: disposed "docme".
2941
2942 2006-04-11  Erlend Aasland  <erlenda@gmail.com>
2943
2944         * lily/hairpin.cc: make niente circles a bit smaller.
2945
2946 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
2947
2948         * mf/GNUmakefile: remove redundant mftrace check. Also remove
2949         get-pfa and get-*-fonts targets.
2950
2951 2006-04-10  Graham Percival  <gpermus@gmail.com>
2952
2953         * THANKS, Documentation/user/ basic-notation, advanced-notation,
2954         music-glossary, programming-interface: more minor fixes
2955         from mailist.
2956
2957         * scm/define-grob-properties.scm: clarified direction, thanks Mats!
2958
2959         * scm/define-context-properties.scm: another old \property update.
2960         This time tested for compiling!
2961
2962 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
2963
2964         * mf/GNUmakefile: fix for mftrace version >= 1.2.0
2965
2966 2006-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2967
2968         * scm/define-context-properties.scm (all-user-translation-properties): 
2969         * Documentation/user/global.itely (Page formatting): Compile fix.
2970
2971 2006-04-09  Mats Bengtsson  <mabe@s3.kth.se>
2972
2973         * Documentation/user/advanced-notation.itely (Polymetric
2974         notation): Update the example to use the "+" symbol and add link
2975         to input/test/compound-time.ly.
2976
2977 2006-04-08  Graham Percival  <gpermus@gmail.com>
2978
2979         * scm/define-grob-properties.scm: clarify docs for #'direction.
2980
2981         * scm/define-context-properties.scm: update old \property override.
2982
2983         * Documentation/user/ advanced-notation, global, lilypond-book:
2984         more minor doc updates.
2985
2986 2006-04-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
2987
2988         * lily/parser.yy (Generic_prefix_music_scm): append lists, not objects.
2989
2990         * scm/backend-library.scm (search-gs): oops.
2991
2992 2006-04-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
2993
2994         * scripts/lilypond-book.py (output): use base, not filename for href.
2995
2996         * scm/backend-library.scm: only look for gs.
2997
2998         * scripts/lilypond-book.py (output): fix printfilename.
2999
3000         * lily/parser.yy (music_function_musicless_prefix): fold together
3001         definitions of signature (SCM*) (Music|post_event|chord_body_element)
3002
3003         * lily/slur.cc (print): only set font-size if not set yet.
3004
3005         * lily/slur-configuration.cc (add_score): improved layout of debug
3006         scoring output.
3007
3008 2006-04-05  David Feuer  <David.Feuer@gmail.com>
3009
3010         * music-drawing-routines.ps (draw_round_box): removed testing artifact.
3011         (draw_circle): Hopefully fixed regression.
3012         Improved documentation for several procedures.
3013         
3014 2006-03-04  Werner Lemberg  <wl@gnu.org>
3015
3016         * ly/engraver-init.ly (\Score): Add beam-event to quotedEventTypes.
3017
3018 2006-04-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
3019
3020         * scripts/musicxml2ly.py (bindir): add dynamic
3021         relocation. 
3022
3023 2006-04-04  Graham Percival  <gpermus@gmail.com>
3024
3025         * Documentation/user/ basic-notation, advanced-notation, putting,
3026         instrument-notation, invoking, lilypond, THANKS: another ream of small
3027         fixes from the Doc Helpers.
3028
3029 2006-04-03  David Feuer  <David.Feuer@gmail.com>
3030
3031         * music-drawing-routines.ps: remove superfluous gsave/grestore pairs.
3032
3033         * lilyponddefs.ps (set-ps-scale-to-lily-scale): Fixed code duplication.
3034
3035         * Cleaned up interfaces between PostScript and Scheme, and moved
3036         computations from PostScript to Scheme:
3037
3038         * music-drawing-routines.ps
3039         (*SF, stroke_and_fill): new procedures.  Replaced stroke and fill
3040         with stroke_and_fill throughout.
3041         (euclidean_length, print_letter, draw_box): Deleted unused
3042         procedures.  If someone needs draw_box, implement it using
3043         draw_round_box; don't duplicate code.
3044         (print_glyphs, draw_round_box, draw_polygon, draw_repeat_slash):
3045         Refactored/cleaned up interfaces.
3046         (mark_URI): Moved.
3047
3048         * output-ps.scm: reordered arguments to PostScript functions to
3049         match new interfaces
3050         (glyph-string): Rewrote glyph-string.
3051         (grob-cause): Replaced string-append with format.
3052         (repeat-slash): Rewrote to do computation here.
3053         (round-filled-box): Rewrote to do computation here.
3054
3055 2006-04-04  Erlend Aasland  <erlenda@gmail.com>
3056
3057         * stepmake/stepmake/generic-targets.make: add cvs-clean target
3058
3059         * stepmake/stepmake/toplevel- targets.make: print help info about
3060         cvs-clean
3061
3062 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
3063
3064         * input/regression/hairpin-circled.ly: new file
3065
3066 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
3067
3068         * lily/hairpin.cc (print): add support for circled tip
3069
3070         * scm/define-grob-properties.scm: add circled-tip parameter
3071
3072         * scm/define-grobs.scm: init circled-tip to false
3073         
3074 2006-04-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
3075
3076         * scm/music-functions.scm (quote-substitute): set
3077         iterators-ctor. 
3078
3079 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
3080
3081         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): set
3082         BSTINPUTS. 
3083
3084         * Documentation/topdocs/AUTHORS.texi (Top): add David Feuer.
3085
3086         * scm/output-ps.scm (glyph-string): revert cid selectfont.
3087
3088 2006-03-31  David Feuer  <david.feuer@gmail.com>
3089         
3090         * scm/framework-ps.scm:
3091         
3092         * scm/output-ps.scm: glyph-string now produces smaller, more
3093         readable, and probably faster PostScript.  Several findfont
3094         scalefont setfont instances changed to selectfont
3095         Hacked-up string-appends changed to formats.
3096
3097         * ps/music-drawing-routines.ps: add print_letter, print_glyphs.
3098         
3099 2006-03-30  Graham Percival  <gpermus@gmail.com>
3100
3101         * scm/lily-library.scm: make "no version" warning message more polite.
3102
3103         * lily/music.cc: add double quotes to failed octave check.
3104
3105         * Documentation/user/ advanced-notation, changing-defaults,
3106         instrument-notation, invoking, music-glossary: whole bunch of minor
3107         fixes from mailist.
3108
3109 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
3110
3111         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): use
3112         $(buildscriptdir) iso. depth.
3113
3114         * VERSION (PACKAGE_NAME): release 2.9.1
3115
3116 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
3117
3118         * lily/pango-font.cc (pango_item_string_stencil): more robustness.
3119
3120         * VERSION (PATCH_LEVEL): bump version number.
3121
3122         * flower/include/guile-compatibility.hh (scm_from_uint32): add
3123         scm_from_uint32 ()
3124
3125         * lily/pango-font.cc (pango_item_string_stencil): use
3126         scm_from_uint32 ()
3127
3128         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
3129         $(outdir)/emmentaler-%.svg): remove canary.
3130
3131         * lily/pango-font.cc (pango_item_string_stencil): only use uXXX
3132         glyphnames if we have a ttf font.
3133
3134 2006-03-30  Mats Bengtsson  <mabe@s3.kth.se>
3135
3136         * Documentation/user/advanced-notation.itely (Font selection):
3137         Corrected reference to the font-family-override.ly example.
3138
3139 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
3140         
3141         * lily/chord-tremolo-engraver.cc (acknowledge_stem): set the
3142         stem-tremolo object in the stem (or else the stem might not be
3143         long enough).
3144
3145 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
3146
3147         * lily/ttf.cc (print_trailer): only print existing glyphs.
3148
3149 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
3150
3151         * lily/stem-tremolo.cc (print): for whole notes (and breves, etc.)
3152         position the tremolo based on the position of the notehead.
3153
3154         * input/regression/stem-tremolo.ly: add example of unbeamed eighth
3155         notes and update the texidoc line with the new positioning rules.
3156         
3157 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
3158
3159         * lily/ttf.cc (print_trailer): don't always use uXXX glyphname.
3160
3161         * scripts/lilypond-book.py (Module): set default for linewidth if
3162         preamble not found.
3163
3164 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
3165
3166         * VERSION (PACKAGE_NAME): release 2.9.0.
3167
3168         * input/regression/stem-tremolo-position.ly: new file.
3169
3170         * lily/stem-tremolo.cc: remove Stem_tremolo::dim_callback
3171
3172 2006-03-28  Joe Neeman  <joeneeman@gmail.com>
3173
3174         * lily/stem-tremolo.cc (print): position
3175         the tremolo depending only on the end of the stem
3176         and not on the notehead
3177         (raw_stencil): center, on the middle staff line, the
3178         flag that is closest to the end of the stem (previously
3179         the bottom flag)
3180         (calc_width): add this callback to shorten a tremolo when
3181         it is beamed or it is stemup with a flag
3182         (style): add this callback to make a tremolo rectangular when
3183         it is beamed or it is stemup with a flag
3184         (rotated_box): this is like Lookup::beam but makes a rotated
3185         rectangle instead of a parallelogram
3186
3187         * lily/stem.cc (calc_stem_info): make sure the stem
3188         is long enough to fit the tremolo
3189         (calc-length): reduce the length of tremolo stems since the
3190         tremolo code is now capable of better positioning
3191
3192         * scm/define-grobs.scm: make calc_width the default beam-width
3193         callback for stem-tremolo and add the style callback
3194                 
3195 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
3196
3197         * lily/tuplet-bracket.cc (calc_control_points): handle suicide
3198         case. 
3199
3200 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
3201
3202         * lily/ttf.cc (make_index_to_charcode_map): restore old
3203         cmap. 
3204
3205 2006-03-28  Werner Lemberg  <wl@gnu.org>
3206
3207         * lily/pango-font.cc (get_unicode_name): Fix `uXXXXX' glyph names.
3208
3209 2006-03-28  Graham Percival  <gpermus@gmail.com>
3210
3211         * THANKS: update for 2.9, add section for Documentation helpers.
3212
3213         * Documentation/topdocs/NEWS.tely: compile fix.
3214
3215         * Documentation/user/ basic-notation, global, advanced-notation,
3216         examples.itely: minor fixes from mailist.
3217
3218 2006-03-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
3219
3220         * mf/feta-bolletjes.mf: match width of solfa notes with normal
3221         note heads. 
3222
3223         * lily/ttf.cc (print_trailer): use it.
3224
3225         * lily/pango-font.cc (get_unicode_name): new function.
3226
3227         * lily/ttf.cc (make_index_to_charcode_map): move function from
3228         open-type-font.cc
3229         (print_trailer): substitute uniXXXX name if applicable. 
3230
3231         * lily/pango-font.cc (get_index_to_charcode_map): new function.
3232         (pango_item_string_stencil): use it to generate uniXXXX names.
3233
3234         * mf/feta-bolletjes.mf (overdone_heads): add small style (ugly)
3235         note heads, for uniform widths in shape note output.
3236         (overdone_heads): hmm. remove them again.
3237
3238         * scripts/lilypond-book.py (output): add links to filenames.
3239
3240         * Documentation/topdocs/INSTALL.texi (Top): update versions.
3241
3242         * lily/note-collision.cc (get_clash_groups): only consider when
3243         Note_column::dir <> CENTER. 
3244
3245         * scripts/lilypond-book.py (get_option_parser): init output_name
3246         to ''. 
3247
3248 2006-03-24  Graham Percival  <gpermus@gmail.com>
3249
3250         * Documentation/topdocs/NEWS.tely: add @end itemize
3251
3252         * Documentation/user/ global, advanced-notation: minor
3253         stuff from mailist.
3254
3255 2006-03-23  Graham Percival  <gpermus@gmail.com>
3256
3257         * Documentation/user/ lilypond.tely, music-glossary,
3258         preface: housekeeping; 2005->2006, remove "notes for 2.6"
3259
3260 2006-03-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
3261
3262         * mf/GNUmakefile: don't install .enc files.
3263
3264         * Documentation/topdocs/NEWS.tely: clear for 2.9 cycle.
3265
3266         * VERSION (PATCH_LEVEL): bump to 2.9.0
3267
3268 2006-03-22  Graham Percival  <gpermus@gmail.com>
3269
3270         * Documentation/user/advanced-notation.itely: minor fixes
3271         from mailist.
3272
3273 2006-03-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
3274
3275         * Documentation/topdocs/AUTHORS.texi (Top): add Joe Neeman.
3276
3277         * branch lilypond_2_8
3278
3279 2006-03-22  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
3280
3281         * scripts/lilypond-book.py (samefile): new function, for windoze
3282         compatibility.
3283
3284 2006-03-21  Graham Percival  <gpermus@gmail.com>
3285
3286         * ly/engraver-init.ly: add info about StaffGroup.
3287
3288 2006-03-21  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
3289
3290         * input/regression/stem-direction-context.ly: idem.
3291
3292         * Documentation/topdocs/NEWS.tely (Top): fix interpolation example.
3293
3294         * THANKS: add Mats.
3295
3296         * input/regression/page-layout-twopass.ly: comment out \markup so
3297         tweak-file is left.
3298
3299         * lily/instrument-name-engraver.cc (finalize): add to instrument
3300         name global System. This also fixes chopped instrument names, but
3301         doesn't crash when there are slurs/beams.
3302
3303         * lily/slur-configuration.cc (add_score): disallow negative slur
3304         scores.
3305         
3306 2006-03-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3307
3308         * scm/framework-ps.scm (dump-stencil-as-EPS): remove debugging code.
3309
3310         * lily/instrument-name-engraver.cc (process_music): kludge: add
3311         InstrumentName spanner to axis group of left bound. Fixes chopped
3312         off instrument names in EPS images.
3313
3314         * input/regression/lyric-hyphen-retain.ly: elaborate explanation.
3315
3316         * scripts/abc2ly.py (option_parser): update to 2.7.40
3317
3318 2006-03-20  Graham Percival  <gpermus@gmail.com>
3319
3320         * THANKS: move small doc contributors to SUGGESTIONS.
3321
3322         * Documentation/user/ basic-notation, advanced-notation,
3323         global: small changes from mailist.
3324
3325 2006-03-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3326
3327         * Documentation/user/advanced-notation.itely (Text marks): update
3328         for new rehearsalMarkAlignSymbol convention.
3329
3330         * VERSION (PATCH_LEVEL): bump version.
3331
3332         * input/test/instrument-name-align.ly: new file.
3333
3334         * scm/define-markup-commands.scm (hcenter-in): add hcenter-in.
3335
3336         * input/test/instrument-name-align.ly: new file. Document how to
3337         align instrument names.
3338
3339         * lily/mark-engraver.cc: remove properties.
3340
3341         * scm/define-context-properties.scm
3342         (all-user-translation-properties): remove align symbol properties
3343         for barnumber/reh. mark.
3344
3345         * lily/break-align-interface.cc (self_align_callback): new
3346         interface, new function. Look at complete alignment. This handles
3347         tunable break alignments in case break-align-symbols are missing.
3348
3349         * lily/bar-number-engraver.cc (acknowledge_break_alignment): new function
3350
3351         * lily/mark-engraver.cc (acknowledge_break_alignment): new function.
3352
3353         * python/convertrules.py (conv): mark/bar number alignment rule.
3354
3355         * lily/break-align-interface.cc (calc_positioning_done): also
3356         store offset from last visible break-alignment to its
3357         neighbor. This makes alignment on non-visible objects more reliable.
3358
3359         * po/lilypond.pot (Module): ran po-replace.
3360
3361         * input/regression/tie-single-manual.ly (Module): new file.
3362
3363         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
3364         look at has_manual_position_.
3365         (from_ties): set has_manual_position_ if tie has staff-position set.
3366
3367         * lily/tuplet-bracket.cc (calc_positions): idem.
3368
3369         * lily/tuplet-number.cc (print): don't print tupletnumber if it
3370         doesn't span time.
3371
3372 2006-03-19  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3373
3374         * scm/define-markup-commands.scm (smallCaps): new markup command
3375         for turning a text to small caps using smaller font size and upper
3376         casing.
3377
3378 2006-03-17  Graham Percival  <gpermus@gmail.com>
3379
3380         * Documentation/user/ examples, instrument-notation,
3381         advnaced-notation: minor fixes from mailist.
3382
3383 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3384
3385         * Documentation/user/tutorial.itely (First steps): change example
3386         to verbatim.  
3387
3388 2006-03-17  Graham Percival  <gpermus@gmail.com>
3389
3390         * Documentation/user/ examples, advanced: minor changes from mailist.
3391
3392         * THANKS: add Geoff Horton, for documentation stuff.
3393
3394 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3395
3396         * python/lilylib.py (system): revert have_select kludge.
3397
3398         * Documentation/user/tutorial.itely (Commenting input files):
3399         update version numbers in doc. 
3400
3401         * scm/define-grob-interfaces.scm (multi-measure-interface): add
3402         bound-padding to multi-measure-interface
3403
3404 2006-03-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3405
3406         * input/test/engraver-example.ily: update version number.
3407
3408         * VERSION (PACKAGE_NAME): release 2.7.39
3409
3410         * lily/note-spacing.cc (get_spacing): heighten threshold where
3411         accidentals/arpeggios influence previous spacing fully.
3412
3413         * lily/rest.cc (y_offset_callback): only use direction if
3414         staff-position wasn't set before.
3415
3416         * lily/bar-number-engraver.cc: add support for
3417         barNumberAlignSymbol. 
3418         add ADD_ACKNOWLEDGER() call for break_aligned. Fixes bar-number-breathe
3419
3420         * lily/pointer-group-interface.cc (set_ordered): new function. 
3421         (add_unordered_grob): new function.
3422
3423         * lily/grob-array.cc (Grob_array): grob-arrays are always assumed
3424         to ordered, unless the opposite has been proved.  This fixes
3425         random reordering of large object groups across linebreaks,
3426         eg. beams.
3427
3428         * lily/main.cc (do_chroot_jail): printf format fix.
3429
3430         * lily/tie-formatting-problem.cc (generate_configuration):
3431         multiply y-shift for dot with direction.
3432  
3433         * scm/define-markup-commands.scm (note-by-number): put (magstep
3434         size) in y-attach too.
3435
3436         * Documentation/topdocs/NEWS.tely (Top): show override.
3437
3438         * scm/define-grobs.scm (all-grob-descriptions): reinstate neutral
3439         direction for stems.
3440         
3441 2006-03-15  Graham Percival  <gpermus@gmail.com>
3442
3443         * Documentation/user/ changing-defaults, global: minor
3444         fixes from mailist.
3445
3446 2006-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3447
3448         * lily/lexer.ll (Lily_lexer): bump required version to 2.7.38
3449
3450         * lily/spacing-spanner.cc (musical_column_spacing): crude fix for
3451         breakable items after uniformly stretched notes.
3452
3453         * lily/tie-formatting-problem.cc (set_chord_outline): initialize
3454         outline with outer edge of note heads. This prevents infinity
3455         problems with tied whole notes.
3456
3457         * scripts/lilypond-book.py (do_file): use os.popen
3458
3459         * python/convertrules.py (conv): add rule for Stem #'beamed-*
3460
3461 2006-03-14 Erik Sandberg  <mandolaerik@gmail.com>
3462
3463         * Documentation/user/invoking.itely: Add ragged-right to bug report
3464         guidelines.
3465
3466 2006-03-14  Graham Percival  <gpermus@gmail.com>
3467
3468         * Documentation/user/global.itely: small fix from mailist.
3469
3470 2006-03-14  Mats Bengtsson  <mabe@s3.kth.se>
3471
3472         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use the
3473         file descriptor returned by tempfile.mkstemp() when writing
3474         to tmpfile and closing it. Solves problem with unlink(tmpfile)
3475         on mingw.
3476
3477 2006-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3478
3479         * po/fi.po: newline bugfix.
3480
3481 2006-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3482
3483         * scm/paper.scm (paper-alist): Rounding fixes.
3484
3485 2006-03-13  Graham Percival  <gpermus@gmail.com>
3486
3487         * Documentation/user/ changing-defaults, instrument-notation,
3488         tutorial: small fixes from mailist, mostly from Mats.  Thanks!
3489
3490 2006-03-13 Heikki Junes  <hjunes@cc.hut.fi>
3491
3492         * po/fi.po: update.
3493
3494 2006-03-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3495
3496         * stepmake/bin/add-html-footer.py (mail_address_url): don't add
3497         mailto: to http:// 
3498
3499         * python/lilylib.py (print_environment): move ps_page_count to
3500         lilypond-book.py
3501
3502 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3503
3504         * Documentation/user/music-glossary.tely (G clef): fix clef alignments.
3505
3506         * scm/framework-ps.scm (embed-document): new function. Use to
3507         embed PFA files.
3508
3509         * ly/engraver-init.ly: init rehearsalMarkAlignSymbol to staff-bar.
3510
3511 2006-03-12  Mats Bengtsson  <mabe@s3.kth.se>
3512
3513         * Documentation/user/instrument-notation.itely (Setting simple
3514         songs): Added \book{...} around the full example, so the separate
3515         markups are included in the printed example. 
3516
3517 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3518
3519         * scripts/lilypond-book.py (get_latex_textwidth): explicitly close
3520         tmphandle.
3521
3522         * python/lilylib.py (system): rewrite system() using
3523         subprocess. Remove >& redirection trickery.
3524
3525 2006-03-11  Graham Percival  <gpermus@gmail.com>
3526
3527         * Documentation/user/ changing-defaults, global, scheme-tutorial,
3528         notation-appendices.itely: minor fixes from mailist.
3529
3530 2006-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3531
3532         * Documentation/user/GNUmakefile ($(outdir)/lilypond.html):
3533         unsplit man also needs images.
3534
3535         * tex/texinfo.tex (sectionheading, q.v.): relax after \char'15.
3536
3537         * VERSION (PACKAGE_NAME): 2.7.38 released.
3538
3539 2006-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3540
3541         * scripts/lilypond-book.py (get_latex_textwidth): look for latex
3542         log in output dir.
3543
3544 2006-03-08  Johannes Schindelin  <Johannes.Schindelin@gmx.de>
3545
3546         * lily/audio-column.cc, lily/score-performer.cc: MIDI output now
3547         respects the Score.skipTypesetting property.
3548         
3549 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3550
3551         * scm/framework-ps.scm (ps-embed-cff): no Setup section in
3552         Prolog. No %%EOF after CFF file.
3553
3554 2006-03-08  Joe Neeman  <joeneeman@gmail.com>
3555         
3556         * lily/constrained-breaking.cc (get_max_systems): used to return a
3557         much too big value
3558         (combine_demerits): use pointers to reduce copying data
3559         (calc_subproblem): idem
3560         (get_page_penalty): add page turn penalties
3561         
3562 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3563
3564         * Documentation/user/invoking.itely (Invoking lilypond): better
3565         explanation of -e usage.
3566
3567         * lily/main.cc (main_with_guile): don't append to
3568         init_scheme_code_string
3569
3570         * tex/texinfo.tex (sectionheading, q.v.): don't center @image.
3571
3572         * Documentation/user/invoking.itely: add note about MacOS X scripts.
3573
3574         * scripts/convert-ly.py (do_options): don't print help for
3575         --show-rules rule.
3576
3577         * tex/texinfo.tex: patch texinfo.tex to leave single quotes in
3578         @code and @example. Update from texinfo.tex from CVS.
3579
3580 2006-03-08  Graham Percival  <gpermus@gmail.com>
3581
3582         * Documentation/user/scheme-tutorial.itely: clarifies distances
3583         measured in staff-spaces.
3584
3585 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3586
3587         * lily/slur.cc (outside_slur_callback): only calculate offsets if
3588         consider[k] is true.
3589
3590         * scm/output-ps.scm (grob-cause): put numbers to ~$ (Thanks Johannes!)
3591
3592         * lily/spacing-basic.cc (standard_breakable_column_spacing): also
3593         consider columns that have originals.  Unifies spacing for mm
3594         rests around line breaks.
3595
3596         * lily/multi-measure-rest.cc (set_spacing_rods): read bound-padding.
3597         (set_text_rods): idem.
3598         (calculate_spacing_rods): new function: share code between
3599         set_text_rods and set_spacing_rods.
3600         (set_text_rods): take extents of bounds into account.  
3601
3602 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3603
3604         * Documentation/user/basic-notation.itely (Writing music in
3605         parallel): don't use relative.
3606
3607 2006-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3608
3609         * ly/music-functions-init.ly (Module): add shiftDurations
3610
3611         * ly/drumpitch-init.ly (drumPitchNames): add tamtam.
3612
3613         * scm/paper.scm (paper-alist): no decimals for Ax paper sizes. 
3614
3615         * ly/engraver-init.ly: init vocalName to nil.
3616
3617 2006-03-05 Erik Sandberg  <mandolaerik@gmail.com>
3618
3619         * scm/music-functions.scm (music->make-music): bugfix,
3620         KeyChangeEvents are now handled correctly.
3621
3622         * scripts/lilypond-book.py: Add --debug option.
3623
3624 2006-03-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3625
3626         * python/lilylib.py: add tempfile.
3627
3628 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3629
3630         * VERSION (PACKAGE_NAME): release 2.7.37
3631
3632         * python/lilylib.py (ps_page_count): remove make_ps_images().
3633         (ps_page_count): remove mkdir_p
3634         (system): remove cleanup_temp.
3635         (exit): remove lilypond_version_(check)
3636         (error_log): remove pseudo_filter_p
3637         remove read_pipe
3638         remove cp_to_dir
3639         remove identify
3640
3641         * scripts/lilypond-book.py (Lilypond_snippet.compose_ly): don't
3642         use __main__
3643
3644         * lily/accidental-engraver.cc (make_standard_accidental): only add
3645         support for side-axis is X_AXIS. Fixes text-spacing-accidental.ly
3646
3647         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
3648         $(outdir)/emmentaler-%.svg): rewrite without functions; too many
3649         Make incompatibilities.
3650
3651         * scm/output-ps.scm (grob-cause): replace backslashes by /
3652         (glyph-string): use ~$ for less decimals for glyph-string and grob-cause.
3653
3654 2006-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3655
3656         * cygwin/GNUmakefile: Install fixes.
3657
3658         * scripts/GNUmakefile (SEXECUTABLES): Install fix: remove mup2ly.
3659
3660         * lily/note-head.cc (head::get_balltype): Compile fix.
3661
3662         * flower/file-name.cc (dos_to_posix): Flower string fix.
3663
3664 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3665
3666         * python/lilylib.py: pychecker cleanups.
3667
3668         * scripts/lilypond-book.py
3669         (Lilypond_snippet.output_print_filename): pychecker cleanups
3670
3671         * scripts/midi2ly.py (Key.dump): pychecker cleanups.
3672
3673         * python/lilylib.py (underscore): remove identify() , warranty()
3674
3675         * ps/music-drawing-routines.ps: change Border routine for GSView
3676         compatibility.
3677
3678         * lily/stem.cc (height): use quantize-positions.  This triggers
3679         set_stem_lengths, so scripts on beamed stems are handled correctly.
3680
3681         * lily/side-position-interface.cc (aligned_side): check if edges
3682         of script are inside staff. Fixes accent of edge of the staff.
3683
3684         * input/regression/staccato-pos.ly: more examples.
3685
3686         * stepmake/aclocal.m4 (depth): fix bashism.
3687
3688         * lily/lyric-combine-music-iterator.cc: move from
3689         new-lyric-combine-iterator.cc
3690         (process): add pending_grace_lyric_ member to delay lyrics on
3691         grace notes.
3692
3693         * lily/system-start-text.cc (print): suicide if we don't have any
3694         elements. Fixes hara kiri'd instrument names.
3695
3696         * scripts/mup2ly.py (Module): remove.
3697
3698 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3699
3700         * Documentation/user/global.itely (A single music expression):
3701         close @lilypond properly
3702
3703         * lily/volta-bracket.cc (modify_edge_height): change from
3704         after_line_breaking_callback. Suicide last bracket if appropriate.
3705  
3706         * python/lilylib.py: strip getopt support
3707
3708         * scripts/etf2ly.py (do_options): use optparse
3709
3710         * scripts/midi2ly.py: optparse, strip lilylib copy. 
3711
3712         * scripts/abc2ly.py (voices): use optparse.
3713
3714         * stepmake/stepmake/generic-vars.make: new function absdir.
3715
3716         * scripts/convert-ly.py (bindir): use optparse, argv[0] relocation.
3717
3718         * scripts/lilypond-book.py (find_file): use global_options for
3719         include path
3720
3721         * scm/ps-to-png.scm (ps-page-count): prevent null characters
3722         entering C code.
3723
3724 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3725
3726         * python/lilylib.py (get_global_option): ughness for extracting
3727         global options from lilylib.
3728         (NonDentedHeadingFormatter.format_heading): move from musicxml2ly
3729
3730         * scripts/lilypond-book.py (get_option_parser): use optparse for
3731         option handling.  Put options in global_options variable.
3732
3733 2006-02-28  Heikki Junes  <hjunes@cc.hut.fi>
3734
3735         * Documentation/index.html.in: clarify.
3736
3737 2006-02-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3738
3739         * scm/layout-page-layout.scm (write-page-breaks): add a
3740         music-system-heights property to the page layout output.
3741
3742         * scm/page.scm (make-page-stencil): take footer into account when
3743         computing the 'space-left page property
3744         (annotate-space-left): take footer into account when annonating
3745         space left.
3746
3747 2006-02-28  Graham Percival  <gpermus@gmail.com>
3748
3749         * Documentation/user/ advanced-notation, global: more (final)
3750         docs for music expressions, removed special fermatas.
3751
3752 2006-02-27  Graham Percival  <gpermus@gmail.com>
3753
3754         * Documentation/user/ basic-notation, global: minor changes
3755         from mailist.
3756
3757 2006-02-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3758
3759         * scm/framework-ps.scm:         
3760         * scm/lily-library.scm (nan?, inf?): Move guile 1.6 compatibility
3761         layer for inf? and nan? from framework-ps to lily-library.
3762
3763 2006-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3764
3765         * mf/GNUmakefile ($(outdir)/emmentaler-$(1).otf
3766         $(outdir)/emmentaler-$(1).svg): remove backslashes from define endef.
3767
3768         * buildscripts/substitute-encoding.py (Module): remove file.
3769
3770         * mf/GNUmakefile: more PFA strippage.
3771
3772         * mf/aybabtu.pe.in (i): remove PFAaybabtu generation
3773
3774         * buildscripts/gen-emmentaler-scripts.py (i): remove PFAemmentaler
3775         generation
3776
3777         * scm/framework-ps.scm: remove font name munging.
3778
3779         * Documentation/topdocs/INSTALL.texi (Top): bump GS requirement.
3780
3781 2006-02-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3782
3783         * scm/markup.scm (define-markup-command): change
3784         def-markup-command to define-markup-command
3785
3786         * scm/music-functions.scm (define-music-function): change
3787         def-music-function to define-music-function.
3788
3789         * python/convertrules.py (conv): rules for def-music-function
3790         and def-markup-commands
3791
3792         * Documentation/user/programming-interface.itely,
3793         input/no-notation/display-lily-tests.ly,
3794         input/regression/lily-in-scheme.ly,
3795         input/regression/markup-user.ly,
3796         input/regression/music-function.ly, input/regression/tie-chord.ly,
3797         scm/fret-diagrams.scm, ly/music-functions-init.ly,
3798         ly/gregorian-init.ly: use new macro names (define-music-function,
3799         define-markup-command).
3800
3801 2006-02-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3802
3803         * scripts/lilypond-book.py (main): write Makefile dependencies file. 
3804         (output): add comments to lp-book latex output.
3805
3806         * GNUmakefile.in (footifymail): use gmane address for webpage bug
3807         address.
3808
3809 2006-02-23  Graham Percival  <gpermus@gmail.com>
3810
3811         * Documentation/user/ tutorial, global: minor changes.
3812
3813 2006-02-23  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3814
3815         * mf/GNUmakefile: add '\' in multi-line "define ... endef"
3816         blocks (for make 3.80)
3817
3818         * scm/parser-ly-from-scheme.scm (ly:parse-string-result): add
3819         \notemode so that user should not have to explicitely type it.
3820
3821         * scm/define-music-display-methods.scm: various
3822         fixes (ApplyOutputEvent, ApplyContext; \new, \context and derived
3823         constructs)
3824
3825         * input/no-notation/display-lily-tests.ly: new tests for
3826         \applyOutput and \applyContext
3827
3828 2006-02-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3829
3830         * lily/constrained-breaking.cc: patch by Joe Neeman: "I have
3831         changed it slightly so that the number of systems returned by
3832         solve () will be the same as the last value passed to resize
3833         (). I've also added more documentation, removed casts, fixed style
3834         problems and put in some recovery if constraints aren't satisfied."
3835
3836 2006-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3837
3838         * elisp/lilypond-mode.el (count-matches-as-number): New funtion
3839         for emacs < 22 compatibility.
3840         (count-rexp): Use it.
3841         (LilyPond-string-current-midi, LilyPond-string-all-midi): Remove
3842         substring juggling (Milan Zamazal).
3843
3844 2006-02-23  Graham Percival  <gpermus@gmail.com>
3845
3846         * Documentation/user/ basic-notation, advanced-notation,
3847         global.itely, invoking.itely, tutorial,itely:
3848         minor fixes from mailist.
3849
3850         * scm/define-markup-commands.scm: improve docs of \filled-box.
3851
3852 2006-02-23  Heikki Junes  <hjunes@cc.hut.fi>
3853
3854         * Documentation/index.html.in: changes concern the previous release.
3855
3856         * input/regression/+.ly: cultivate typographical terminology.
3857
3858 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3859
3860         * scm/define-grob-interfaces.scm (parentheses-interface): add
3861         padding to parentheses-interface.
3862
3863         * Documentation/user/GNUmakefile: remove $(CROSS) support from
3864         Documentation/user/GNUmakefile. Use --disable-documentation for that.
3865
3866         * VERSION (PATCH_LEVEL): release 2.7.36
3867
3868         * lily/slur.cc: add avoid-slur (ugh.)
3869         
3870         * lily/slur-configuration.cc (fit_factor): oops, skip point if
3871         intersection gets smaller. This fixes slurs over extreme points.
3872
3873         * lily/melody-engraver.cc (stop_translation_timestep): ignore
3874         stems with neutral-direction set.
3875
3876         * lily/piano-pedal-engraver.cc (create_text_grobs): idem.
3877
3878         * lily/open-type-font.cc (load_table): format error.
3879
3880         * lily/change-iterator.cc (process): format fix.
3881
3882         * flower/include/international.hh (_f): idem.
3883
3884         * flower/include/std-string.hh: add format printf attribute.
3885
3886         * scm/define-grobs.scm (all-grob-descriptions): height of all
3887         PedalLineSpanner is Y-extent property. Fixes pedal-ped.ly
3888
3889         * lily/ambitus-engraver.cc (finalize): use grob_array. This fixes
3890         ambitus lines.
3891
3892         * input/regression/beam-cross-staff-slope.ly: remove decrescendo.
3893
3894 2006-02-22 Erik Sandberg  <mandolaerik@gmail.com>
3895
3896         * input/regression/: upgraded syntax for some files.
3897
3898         * THANKS: Add bughunters.
3899
3900 2006-02-22  Graham Percival  <gpermus@gmail.com>
3901
3902         * Documentation/user/ invoking.itely, advanced-notation.itely,
3903         global.itely: long-awaited "let's make chapter 10 not suck"
3904         update.  Rearrange chapter 10; now called "global issues",
3905         addresses file structure, etc.  Some info from other files
3906         moved into global.itely.
3907
3908 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3909
3910         * lily/accidental-engraver.cc (acknowledge_rhythmic_head): also
3911         catch trill-span-event notes.
3912
3913         * Documentation/user/examples.itely (Ancient notation templates): typo.
3914         (Jazz combo): typo.
3915
3916         * scripts/lilypond-book.py (main): scrap invokes_lilypond(). 
3917
3918         * Documentation/user/basic-notation.itely (Ties): document \repeatTie.
3919
3920         * Documentation/topdocs/NEWS.tely (Top): document \repeatTie.
3921
3922         * scm/define-music-types.scm (music-descriptions): add RepeatTieEvent
3923
3924         * lily/repeat-tie-engraver.cc (acknowledge_note_head): new file. cut & paste
3925         froum Laissez_vibrer_engraver.
3926
3927         * ly/declarations-init.ly (repeatTie): add \repeatTie
3928
3929         * scm/define-grobs.scm (all-grob-descriptions): add RepeatTie, RepeatTieColumn
3930
3931         * scm/define-grob-properties.scm (all-user-grob-properties): add
3932         head-direction property.
3933
3934         * lily/tie-formatting-problem.cc (from_semi_ties): rename from
3935         from_lv_ties. Take head direction argument.
3936
3937         * lily/semi-tie-column.cc: rename from
3938         laissez-vibrer-tie-column.cc. Rename class too.
3939
3940         * lily/semi-tie.cc: rename from laissez-vibrer-tie.cc. Rename
3941         class too.
3942
3943         * lily/paper-score.cc (find_break_indices): move from Break_algorithm.
3944
3945         * lily/break-algorithm.cc (find_break_indices): remove linewidth <
3946         0 case.
3947         (find_breaks): idem.
3948
3949 2006-02-21  Graham Percival  <gpermus@gmail.com>
3950
3951         * Documentation/user/advanced-notation.itely: fixed make-moment]
3952         example.
3953
3954         * Documentation/user/basic-notation.itely: more clarification to
3955         transpose.
3956
3957 2006-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3958
3959         * lily/include/constrained-breaking.hh (class
3960         Constrained_breaking): new file.
3961
3962         * lily/constrained-breaking.cc (resize): new file.
3963
3964         * lily/gourlay-breaking.cc (do_solve): ragged-last iso raggedlast
3965
3966         * Documentation/user/advanced-notation.itely (Clusters): insert
3967         end ignore too.
3968
3969         * lily/tie-column.cc (calc_positioning_done): support for
3970         tie-score debugging
3971
3972         * lily/tie-formatting-problem.cc
3973         (generate_extremal_tie_variations): factor out.
3974         (score_ties_configuration): annotate all tie 
3975         (print_ties_configuration): new routine.
3976         (generate_configuration): nudge extremal ties outside of the head
3977         Y extents.
3978         (score_ties_configuration): oops. convert to staff-space before
3979         determining position symmetry.
3980
3981 2006-02-20  Graham Percival  <gpermus@gmail.com>
3982
3983         * Documentation/user/*-notation.itely: misc minor editing,
3984         shifting doc sections around.
3985
3986         * Documentation/user/*-notation-itely, global.itely,
3987         changing-defaults.itely: added new stuff from NEWS.
3988
3989 2006-02-20  Heikki Junes  <hjunes@cc.hut.fi>
3990
3991         * po/fi.po: update.
3992
3993 2006-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3994
3995         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): don't run
3996         lilypond --verbose for lp-book.
3997
3998         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
3999         $(outdir)/%.ly $(outdir)/%.ps): use $(srcdir) iso $(shell pwd).
4000
4001         * make/lysdoc-rules.make ($(outdir)/collated-files.tely): use
4002         $(buildscript-dir) iso. absolute depth.
4003
4004         * buildscripts/genicon.py (dir): thinko.
4005
4006         * Documentation/pictures/GNUmakefile ($(outdir)/%.ico): typo.
4007
4008 2006-02-19 Erik Sandberg  <mandolaerik@gmail.com>
4009
4010         * scm/output-lib.scm: swap darkcyan/darkyellow
4011
4012         * THANKS: Add bughunters.
4013
4014 2006-02-19  Graham Percival  <gpermus@gmail.com>
4015
4016         * Documentation/user/programming-interfaces.itely: fixed example.
4017
4018         * Documentation/user/instrument-notation.itely: fix @{ @}.
4019
4020         * scm/script.scm: add avoid-slur for \open.
4021
4022 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4023
4024         * lily/tie-formatting-problem.cc (score_configuration): use
4025         sliding score for min-length. 
4026
4027         * Documentation/pictures/GNUmakefile (local-dist): loose the rule
4028         spaghetti for icons.
4029
4030         * buildscripts/genicon.py (program_name): new file.
4031
4032         * lily/tie-formatting-problem.cc (set_chord_outline): put dots
4033         in outline too.  
4034         (generate_configuration): for small ties, also look for collisions
4035         at Y + DIR*h + DELTA_Y.
4036         (get_variations): consider variation for dot positions too.
4037
4038         * lily/side-position-interface.cc (aligned_side): take abs for
4039         quantized rounded position. Fixes tenuto below staff.
4040
4041         * scm/stencil.scm (annotate-y-interval): robustify: print nan/inf
4042         markers when necessary.
4043
4044         * lily/program-option.cc (internal_set_option): add
4045         strict_infinity_checking option.
4046
4047         * scm/output-lib.scm (cyan): swap yellow and cyan.
4048
4049 2006-02-19  Graham Percival  <gpermus@gmail.com>
4050
4051         * darwin.patch: trivial linenumber update.
4052
4053         * Documentation/user/ {various}: `\context foo = named' changed
4054         to `\new foo = "name"' in docs.
4055
4056 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4057
4058         * scm/stencil.scm (annotate-y-interval): use it.
4059
4060         * scm/lily-library.scm (interval-sane?): new function.
4061
4062         * buildscripts/mf-to-table.py (Char_metric.__init__): remove
4063         tfm_checksum stuff.
4064
4065         * lily/tie-formatting-problem.cc (from_lv_ties): add heads for
4066         common refpoint.
4067
4068         * flower/include/std-vector.hh (iterof): add iterof macro.
4069
4070         * lily/enclosing-bracket.cc (width): new function.
4071
4072         * lily/align-interface.cc (align_elements_to_extents): reinstate
4073         warning.
4074
4075 2006-02-18  Heikki Junes  <hjunes@cc.hut.fi>
4076
4077         * Documentation/index.html.in: fix spelling: thankyous.
4078
4079 2006-02-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4080
4081         * lily/lyric-hyphen.cc: typo.
4082
4083 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4084
4085         * stepmake/stepmake/c++-rules.make ($(outdir)/%.cc
4086         $(outdir)/%.hh): generate h and c in one rule; otherwise -jX
4087         builds don't work. 
4088
4089         * VERSION: release 2.7.35
4090
4091         * lily/beam.cc (get_default_dir): oops. Take abs () for
4092         extremes[DOWN].
4093         (get_default_dir): use extreme position criterion only in absence
4094         of forced stem directions.
4095
4096         * VERSION (PATCH_LEVEL): bump VERSION.
4097
4098         * mf/GNUmakefile: explicit rules for emmentaler/aybabtu
4099         dependencies. Necessary for -jX builds.  
4100
4101 2006-02-17  Jan Nieuwenhuizen  <janneke@gnu.org>
4102
4103         * lily/relocate.cc (setup_paths): Yet another const fix.
4104
4105 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4106
4107         * configure.in (HOST_ARCH): determine HOST_ARCH in configure.
4108
4109         * lily/relocate.cc (setup_paths): oops.
4110
4111 2006-02-17  Heikki Junes  <hjunes@cc.hut.fi>
4112
4113         * Documentation/index.html.in: order links: html before PDF.
4114
4115 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4116
4117         * lily/tie-column-format.cc (Module): remove.
4118
4119         * lily/relocate.cc (setup_paths): GCC 4.2 fixes: const correctness.
4120
4121         * lily/text-spanner.cc (print): idem.
4122
4123         * lily/dynamic-text-spanner.cc (print): only print line if longer
4124         than dash-period.
4125
4126         * lily/auto-change-iterator.cc (change_to): formatting.
4127
4128         * lily/beam.cc (get_default_dir): take extreme note head as input
4129         for stem direction.
4130
4131         * lily/tie.cc (get_default_dir): only look directions for visible
4132         stems. 
4133
4134         * lily/side-position-interface.cc (aligned_side): oops. Don't
4135         mutiply with direction. This fixes quantized (staccato, tenuto)
4136         scripts below notes.
4137
4138         * lily/lyric-hyphen.cc (set_spacing_rods): oops. Multiply with
4139         direction. Fixes c-lyrics-center-align.ly
4140
4141 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
4142
4143         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Add copy
4144         constructor.
4145
4146         * lily/std-string.cc:
4147         * lily/include/std-vector.hh (split_string): Move and rename from
4148         lily/include/misc.hh, lily/misc.cc.  Update callers.
4149
4150 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4151
4152         * lily/include/pango-font.hh: HAVE_PANGO_FT2 iso. HAVE_PANGO_16
4153
4154 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
4155
4156         * flower/test-file.cc: New file.
4157
4158         * stepmake/stepmake/test-vars.make (TEST_MODULE_LIBES): Fixes for
4159         libraries.
4160
4161         * flower/GNUmakefile (TEST_MODULE_LIBS): Link to flower lib.
4162
4163 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4164
4165         * flower/include/file-storage.hh: remove file.
4166
4167         * lily/include/midi-item.hh (class Midi_track): idem.
4168
4169         * lily/include/source.hh (class Sources): idem.
4170
4171         * lily/include/performance.hh (class Performance): use vector
4172         iso. Cons<>
4173
4174         * flower/include/cons.hh (class Cons): remove file.
4175
4176         * flower/include/flower-proto.hh: remove template cruft.
4177
4178         * lily/include/font-metric.hh: use size_t not vsize for indices.
4179
4180         * flower/include/flower-proto.hh (Module): remove std-vector.hh
4181         from proto.
4182
4183         * lily/include/all-font-metrics.hh: use HAVE_PANGO_FT2
4184
4185         * lily/include/paper-book.hh (class Paper_book):
4186         make get_system_specs() public.
4187
4188         * scm/layout-page-layout.scm (optimal-page-breaks): only consider
4189         the force=10000 case if we don't have a current-best. 
4190
4191         * lily/tuplet-bracket.cc (get_bounds): don't do (size() - 1) for
4192         vsize 
4193
4194         * flower/include/flower-proto.hh: remove outdated templates.
4195
4196         * scm/page.scm: use annotate-spacing
4197
4198 2006-02-15  Graham Percival  <gpermus@gmail.com>
4199
4200         * scm/translation-functions.scm: circle patch from Erlend, thanks!
4201
4202         * THANKS: moved Erlend Aasland to contributors.
4203
4204 2006-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4205
4206         * config.hh.in: remove HAVE_PANGO_16
4207
4208         * lily/tuplet-bracket.cc (calc_positions): multiply with
4209         staff-space for beam case. This fixes tuplets+beams on scaled
4210         staves.
4211
4212         * config.hh.in: remove all Kpathsea related defines.
4213
4214         * lily/dot-column.cc (side_position): reach stem via dots->
4215         head->stem. Inspect all stems for dot collisions. 
4216
4217         * lily/dot-column-engraver.cc (class Dot_column_engraver): excise
4218         stem handling.
4219
4220         * lily/bar-number-engraver.cc (process_music): document function
4221         of whichBar.
4222
4223         * lily/score.cc (default_rendering): add pscore, not systems
4224         themselves.
4225
4226         * lily/paper-book.cc (get_system_specs): separate generation of
4227         titles and systems.
4228
4229         * flower/include/std-vector.hh: don't include config.hh
4230
4231 2006-02-15  Jan Nieuwenhuizen  <janneke@gnu.org>
4232
4233         * flower/include/std-vector.hh: Better wrapper compatibility with
4234         std::vector.
4235
4236         * flower/include/flower-proto.hh: Remove cheap forward declaration
4237         attempts.
4238
4239         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): Bugfix.
4240
4241 2006-02-14  Graham Percival  <gpermus@gmail.com>
4242
4243         * Documentation/user/invoking.itely: add warning about command line.
4244
4245 2006-02-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4246
4247         * lily/include/lily-proto.hh: add Prob, rm Page.
4248
4249         * flower/include/std-vector.hh (VPOS): use 64 bit-proof version.
4250
4251         * VERSION: release 2.7.34
4252
4253         * lily/relocate.cc (framework_relocation): show canary if
4254         GHOSTSCRIPT_VERSION undefined.
4255
4256         * GNUmakefile.in: remove $(VERSION) symlink.
4257
4258         * lily/relocate.cc (setup_paths): add + 
4259
4260 2006-02-13  Heikki Junes  <hjunes@cc.hut.fi>
4261
4262         * Documentation/index.html.in: specify sizes for all big HTML pages.
4263
4264 2006-02-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4265
4266         * config.hh.in: remove @FRAMEWORKDIR@
4267
4268         * lily/system-start-text.cc (get_stencil): new file: separate out
4269         system-start-delimiter text support.
4270
4271         * input/**ly: replace \context with \new where appropriate.
4272         
4273         * THANKS: add Don.
4274
4275         * lily/slur-scoring.cc (get_base_attachments): use
4276         robust_relative_extent. This fixes problems with empty paper-columns. 
4277
4278 2006-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4279
4280         * Documentation/topdocs/NEWS.tely (Top): document \new syntax.
4281
4282         * scm/define-music-properties.scm (all-music-properties):
4283         create-new property.
4284
4285         * lily/context-specced-music-iterator.cc (construct_children):
4286         inspect 'create-new property iso. magical $uniqueContextId context
4287         id.
4288
4289         * lily/parser.yy (optional_id): allow \new "Bar" = "foo" too.
4290
4291         * lily/context-key-manager.cc (Module): new file. Encapsulate
4292         object key generation.
4293
4294         * lily/include/context-key-manager.hh (Module): new file.
4295
4296 2006-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4297
4298         * scm/define-grobs.scm (all-grob-descriptions): center instrument
4299         names vertically
4300
4301         * configure.in (LINK_GXX_STATICALLY): strip -DSTRING_UTILS_INLINED
4302         options.
4303         (reloc_b): excise --enable-framework-dir
4304
4305         * lily/relocate.cc (framework_relocation): use getenv
4306         LILYPOND_GS_VERSION or -DGHOSTSCRIPT_VERSION to set GS version.
4307
4308 2006-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4309
4310         * flower/include/std-string.hh: 
4311         * flower/include/std-vector.hh: Finish std:: conversion; move
4312         flower extensions from std:: namespace.  Update users.
4313
4314         * lily/include/lily-proto.hh: Replace Link_array__*_ macros by
4315         their expansion to vector<*>.  Update users.
4316
4317 2006-02-10  Graham Percival  <gpermus@gmail.com>
4318
4319         * Documentation/user/invoking.itely: add example to File structure.
4320
4321         * Documentation/user/ instrument-notation.itely, cheatsheet.itely,
4322         examples.itely, putting.itely: {\new|\context} Lyrics \lyricsto.
4323
4324 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4325
4326         * ly/paper-defaults.ly: typo.
4327
4328         * lily/parenthesis-engraver.cc (acknowledge_grob): don't do
4329         set_parent() for parentheses. This will make it show up in bbox
4330         calculations.
4331
4332         * scm/output-lib.scm (parentheses-item::print): rewrite, using
4333         ly:grob-common* functions.
4334
4335         * lily/grob-scheme.cc (LY_DEFINE):
4336         ly:grob-common-refpoint-of-array: new function 
4337         ly:grob-common-refpoint: new function 
4338         ly:grob-relative-coordinate: new function 
4339
4340         * lily/instrument-name-engraver.cc (process_music): use
4341         Text_interface::is_markup(). This fixes \markup on instrument names.  
4342
4343         * scm/define-grobs.scm (all-grob-descriptions): set line-thickness
4344         for ties and slurs.
4345
4346         * lily/slur.cc (print): idem.
4347
4348         * lily/tie.cc: add line-thickness for ties. 
4349
4350 2006-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4351
4352         * scm/output-svg.scm: Document diversion from GNU coding standards
4353         as a workaround for a bug in Microsoft Internet Explorer.
4354
4355 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4356
4357         * lily/instrument-name-engraver.cc (process_music): use
4358         is_markup() iso. is_string()
4359
4360         * Documentation/user/changing-defaults.itely (Module): add menu entry.
4361
4362         * lily/percent-repeat-engraver.cc (process_music): only look at
4363         main_part_ for % repeats.
4364
4365         * lily/stem-tremolo.cc (get_beam_translation): new function.
4366         (calc_slope): new function.
4367         (height): don't use real slope.
4368
4369 2006-02-10  Jürgen Reuter  <reuter@ipd.uka.de>
4370
4371         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: add
4372         new connect-to-neighbor, control-points and staff-padding
4373         properties to make ligature brackets showing up again.
4374
4375 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4376
4377         * VERSION: release 2.7.33
4378
4379         * lily/relocate.cc (prefix_relocation): oops. One TOPLEVEL_VERSION
4380         too many.
4381
4382         * Documentation/user/changing-defaults.itely (Difficult tweaks):
4383         remove applyOutput example.
4384         (Objects connected to the input): document \tweak, \parenthesize
4385
4386         * lily/relocate.cc (prefix_relocation): allow "current"
4387         iso. TOPLEVEL_VERSION for share/lilypond/ suffix. This makes
4388         changing VERSION in a lily tree less painful.
4389
4390         * input/regression/parenthesize.ly: new file. 
4391
4392         * scm/output-lib.scm (parenthesize-element): new function.
4393
4394         * scm/define-grobs.scm (all-grob-descriptions): add ParenthesesItem.
4395
4396         * lily/parenthesis-engraver.cc (acknowledge_grob): new file.
4397
4398         * lily/accidental-engraver.cc (make_standard_accidental): reroute
4399         cause: accidentals are caused by note heads, not note events. 
4400
4401 2006-02-08  Graham Percival  <gpermus@gmail.com>
4402
4403         * darwin.patch: small patch from Erlend, thanks!
4404
4405         * Documentation/user/basic-notation.itely: add stem-neutral example.
4406
4407         * Documentation/user/putting.itely: clarifications.
4408
4409 2006-02-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4410
4411         * Documentation/topdocs/NEWS.tely (Top): remove internal cleanup
4412         note, add more guidelines to what should go into NEWS.
4413
4414         * input/sakura-sakura.ly: document how to override font.
4415
4416         * input/regression/font-family-override.ly:  doc -dshow-available-fonts
4417
4418 2006-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4419
4420         * lily/midi-item.cc (to_string): truncate time sig at 255 beats.
4421
4422 2006-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
4423
4424         * scripts/convert-ly.py (lilypond_version_re_str): Move from
4425         convertrules.  Add explicit grouping, needed for python2.2.
4426
4427 2006-02-07  Jan Nieuwenhuizen  <janneke@gnu.org>
4428
4429         * Documentation/topdocs/NEWS.tely (Top): Mention code cleanup.
4430
4431 2006-02-07  Graham Percival  <gpermus@gmail.com>
4432
4433         * Documentation/user/global.itely: fix line-width in (text) docs.
4434
4435         * Documentation/user/lilypond-book.itely: same.
4436
4437 2006-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4438
4439         * VERSION (PACKAGE_NAME): release 2.7.32
4440
4441         * Documentation/topdocs/NEWS.tely (Top): document new variable
4442         naming.
4443
4444         * flower/include/array.icc (Message): remove file.
4445
4446         * flower/include/std-vector.hh: make sure vsize and VPOS are
4447         defined for binary_search_bounds().
4448
4449         * flower/std-string.cc (std): add to_string(long unsigned).
4450
4451         * configure.in (gui_b): excise std_string option.
4452         (gui_b): excise std_vector option.
4453
4454         * flower/string.cc (Module): excise flower array & string
4455
4456         * flower/include/std-string.hh: excise flower string.
4457
4458         * {ly,lily,scm}/*: use dashes in \paper and \layout variables
4459
4460         * python/convertrules.py (lilypond_version_re_str): require
4461         only numbers and dots in \version string.
4462
4463 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4464
4465         * lily/system-start-delimiter.cc (print): allow style = text too.
4466
4467         * lily/system-start-delimiter-engraver.cc
4468         (acknowledge_system_start_text): new function, also add add to
4469         support of system-start-text (instrument names). This fixes
4470         instrument names on piano staves.
4471
4472         * lily/instrument-name-engraver.cc: rewrite. Use
4473         system-start-delimiter approach. This save memory and cpu.
4474
4475         * scm/define-grobs.scm (all-grob-descriptions): remove
4476         instrument-name from break-alignment.
4477
4478         * mf/GNUmakefile ($(NCSB_TTFS)): depend on pfx2ttf script too.
4479
4480 2006-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4481
4482         * stepmake/stepmake/generic-vars.make (LOOP): Add PLUS to keep -j
4483         jobserver going.
4484
4485         * configure.in (std_vector): On by default.
4486
4487         * lily/include/font-metric.hh:
4488         * lily/include/tfm-reader.hh: 
4489         * lily/include/spanner.hh: Use unsigned for indices and sizes.
4490         Update users.
4491
4492         * Documentation/user/changing-defaults.itely: Fix link v2.5, out-www.
4493
4494 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4495
4496         * VERSION (PACKAGE_NAME): 2.7.31
4497
4498         * scm/framework-ps.scm (dump-stencil-as-EPS): don't hardcode left
4499         EPS edge at 0, but take minimum with left-overshoot. This fixes
4500         cut off system start delims. 
4501
4502         * lily/instrument-name-engraver.cc (stop_translation_timestep):
4503         hack: add to axis group if not added yet. This fixes hara kiri'd
4504         piano staves.
4505
4506         * lily/hara-kiri-group-spanner.cc
4507         (force_hara_kiri_in_y_parent_callback): fix signatures.
4508
4509         * lily/hairpin.cc (print): check next hairpin to see whether or
4510         not to be continuing.
4511
4512 2006-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4513
4514         * Remove trailing whitespace from makefiles.
4515         
4516         * flower/include/std-vector.hh: Add binary_search_bounds workaround
4517         for earlier gcc.
4518
4519         * .cvsignore: Add out*, out-www, config-*.  Remove lots of cruft.
4520
4521         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Workaround.
4522
4523         * config.hh.in (HAVE_STL_DATA_METHOD): Add.
4524
4525         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): New function.
4526
4527         * configure.in: Use it.
4528
4529 2006-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4530
4531         * scm/music-functions.scm (pitch-of-note): new function.
4532
4533         * ly/music-functions-init.ly: add \octave and \addquote
4534
4535         * lily/parser.yy (music_function_chord_body): softcode \octave.
4536         (lilypond_header): softcode \addquote
4537
4538 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4539
4540         * flower/include/std-vector.hh[STD_VECTOR]: Do not include
4541         array.hh, parray.hh at all.  Getting ready to flip the
4542         configure default.
4543
4544         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
4545
4546         * lily/source-file.cc (file::get_line): Help binary_search_bounds
4547         a bit.
4548
4549         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
4550
4551 2006-02-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4552
4553         * flower/include/array.hh: typo. 
4554
4555 2006-02-02  Graham Percival  <gpermus@gmail.com>
4556
4557         * Documentation/user/advanced-notation.itely: doc "\#" in text.
4558
4559 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4560
4561         * flower/include/pqueue.hh: Derive from std::vector.
4562
4563         * flower/include/parray.hh: Conform to std::vector interface.
4564         Update users.
4565
4566 2006-02-02  Graham Percival  <gpermus@gmail.com>
4567
4568         * Documentation/topdocs/NEWS.itely: grammar fix from Laura.
4569
4570 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4571
4572         * flower/file-path.cc (is_file): remove if 0 section.
4573
4574         * buildscripts/pfx2ttf.fontforge (err): robustness fix for
4575         selecting afii61352.
4576
4577 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4578
4579         * flower/include/std-vector.hh (boundary): Oops, reverse.
4580
4581         * flower/string-convert.cc (convert::unsigned_string): Bugfix:
4582         remove superfluous `d'.
4583
4584         * flower/include/std-vector.hh (boundary, top): Detach from class.
4585         Remove empty vector shell.
4586
4587         * flower/include/array.hh (reverse, swap): Detach from class.
4588         Update users.
4589         
4590         * flower/include/std-vector.hh
4591         * flower/include/array.hh (concat): Globally change to insert ().
4592
4593         
4594         * flower/include/std-vector.hh
4595         * flower/include/parray.hh
4596         * flower/include/array.hh (elem, elem_ref): Globally replace by
4597         at ().
4598
4599 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4600
4601         * Documentation/topdocs/NEWS.tely (Top): use ly: prefix for members.
4602
4603         * python/convertrules.py (FatalConversionError.sub_cxx_id):
4604         anticipate on identifier substitutions.
4605
4606 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4607
4608         * flower/include/std-vector.hh (insert): Remove, replace by
4609         std::vector interface.  Update callers.
4610
4611         * flower/include/array.icc (insert): Change signature to
4612         match std::vector interface.
4613         
4614         * flower/include/array.icc (vector_sort): Bugfix.
4615
4616 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4617
4618         * lily/parser.yy (output_def_head_with_mode_switch): new
4619         production. Result: dashes and underscores may be used in the
4620         \paper block.
4621
4622         * lily/lexer.ll: add DASHED_WORD.  Accept in INITIAL mode.
4623
4624         * python/convertrules.py (conv): oops. One slash too much.
4625
4626 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4627
4628         * flower/include/std-vector.hh (sort): Remove, replace by
4629         ::vector_sort.  Update callers.
4630
4631         * flower/include/std-vector.hh (slice): Remove.  Update callers.
4632         (sort): Bugfix.
4633
4634         * flower/test-std.cc (vector_sort): New test.
4635
4636 2006-02-01  Graham Percival  <gpermus@gmail.com>
4637
4638         * Documentation/user/putting.itely: fixes from Erik.
4639
4640 2006-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4641
4642         * flower/test-std.cc: Add simple unit test for vector migration.
4643
4644         * stepmake/stepmake/test*: Unit test support.
4645
4646         * flower/include/std-vector.hh (del): Remove.  Use erase (),
4647         update callers.
4648
4649         * flower/include/array.hh (begin, end): Add.
4650         (del, get): Remove.
4651
4652 2006-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4653
4654         * lily/include/lily-guile-macros.hh (MAKE_SCHEME_CALLBACK): use
4655         std::string not String. 
4656
4657         * lily/context-def.cc (path_to_acceptable_context): use INT_MAX
4658         iso UINT_MAX.
4659
4660         * lily/prob.cc (Prob): copy type_ too.
4661
4662         * lily/lily-guile.cc (mangle_cxx_identifier): new
4663         function. Class_bla::foo_bar_[px] ->
4664         ly:class-bla::foo-bar[?!]. Changes throughout
4665
4666 2006-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4667
4668         * flower/include/guile-compatibility.hh (scm_from_unsigned): add scm_from_unsigned().
4669
4670         * lily/beam.cc (calc_direction): take dir from visible stem in
4671         degenerate case.
4672
4673 2006-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4674
4675         * lily/melody-spanner.cc (spanner::calc_neutral_stem_direction):
4676         Fix -1, >=0 boundary checks for unsigned vsize.
4677
4678         * lily/separating-group-spanner.cc (spanner::find_rods): Fix >=0
4679         loop for unsigned vsize.
4680
4681         * configure.in (--enable-std-vector): New option.
4682         (--enable-std-string): On by default.
4683
4684         * flower/include/std-vector.hh: New file.  Enable switch to
4685         std::vector, update client code.
4686
4687 2006-01-30  Graham Percival  <gpermus@gmail.com>
4688
4689         * scm/document-translation.scm: clarify "this context is also
4690         known as".  Thanks, Werner!
4691
4692         * Documentation/user/putting.itely: small fixes from Don Blaheta.
4693
4694         * Documentation/user/invoking.itely: small fix from Don.
4695
4696 2006-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4697
4698         * scm/lily.scm (define-scheme-options): rename option
4699         preview-include-book-title to book-title-preview
4700         (define-scheme-options): move force-eps-font-include (from paper
4701         block) to eps-font-include -d option.
4702
4703         * VERSION (PATCH_LEVEL): release 2.7.30
4704
4705         * input/bach-schenker.ly (staffPiano): new file.
4706
4707         * buildscripts/pfx2ttf.fontforge: remove No. glyph from TTF file.
4708
4709         * Documentation/topdocs/NEWS.tely (Top): simplify NEWS entry, add
4710         credits to Nicolas.
4711
4712         * scm/define-markup-commands.scm (epsfile): add scaling to \epsfile.
4713
4714         * ps/lilyponddefs.ps: remove start-system, stop-system,
4715         start-page fluff. This saves putting { } code on the stack, fixing
4716         stack overflows when including EPS files.
4717
4718 2006-01-29  Graham Percival  <gpermus@gmail.com>
4719
4720         * Documentation/user/putting.itely: minor fixes (comments on -devel).
4721
4722 2006-01-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4723
4724         * Documentation/topdocs/NEWS.tely (Top): add \parallelMusic news.
4725
4726 2006-01-28  Graham Percival  <gpermus@gmail.com>
4727
4728         * Documentation/user/putting.itely: minor fixes (mostly tab->space).
4729
4730 2006-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4731
4732         * input/mutopia/claop.py: Update.
4733
4734 2006-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4735
4736         * input/regression/completion-heads.ly (texidoc): fix.
4737
4738         * lily/staff-symbol-referencer.cc (on_staff_line): idem.
4739
4740         * lily/tie-formatting-problem.cc
4741         (set_ties_config_standard_directions): use abs iso fabs for ints.
4742
4743         * Documentation/topdocs/INSTALL.texi (Top): document ncsb requirement.
4744
4745         * mf/feta-bolletjes.mf (overdone_heads): solfa_noteheight, a
4746         little less than noteheight, to prevent overlaps in chords.
4747
4748         * lily/note-collision.cc (check_meshing_chords): wipe upper FA
4749         head, and fudge stem-attachment.
4750
4751         * scm/lily-library.scm (not): define hash-for-each for guile 1.6
4752
4753         * lily/slur-scoring.cc (get_best_curve): handle opt_idx < 0 case.
4754
4755 2006-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4756
4757         * lily/main.cc (main): Debugging aid: catch exceptions.
4758
4759         * flower/std-string.cc (to_string): Robustification.  Fixes midi
4760         output with std::string.
4761
4762 2006-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4763
4764         * Documentation/topdocs/INSTALL.texi (Top): remove libkpathsea notes.
4765
4766 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4767
4768         * Fix -DSTRING_UTILS_INLINED.
4769
4770 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4771
4772         * VERSION (PATCH_LEVEL): release 2.7.29
4773
4774         * lily/relocate.cc (setup_paths): mingw uses std string too.
4775
4776         * lily/*.cc: various fixes for substr(ARG).
4777
4778         * lily/sustain-pedal.cc (print): 
4779
4780         * flower/file-name.cc (slashify): use std strings.
4781
4782         * flower/string-convert.cc: remove publib.h
4783
4784         * scm/define-markup-commands.scm (verbatim-file): new markup
4785         command \verbatim-file
4786
4787         * Documentation/topdocs/NEWS.tely: fixup URLs
4788
4789         * input/regression/alignment-vertical-manual-setting.ly (Module):
4790         new file.
4791
4792         * lily/align-interface.cc (align_elements_to_extents): overwrite
4793         translations with numbers in alignment-offsets from left bound
4794
4795         * scm/page.scm (make-page-stencil): read X-offset from paper-system.
4796         (page-translate-systems): new function: take into account Y-offset.
4797
4798         * Documentation/topdocs/NEWS.tely (Top): document new features.
4799
4800         * input/regression/page-layout-manual-position.ly (Module): new
4801         file.
4802
4803 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4804
4805         * flower/file-path.cc (path::parse_path): Oops.
4806
4807         * Finish std::string interface.  For now, use std:: marker
4808         throughout for easy s/r.
4809
4810 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4811
4812         * Documentation/user/putting.itely (Score is a single musical
4813         expression): typo.
4814         (Score is a single musical expression): more typos.
4815
4816         * scm/page.scm (annotate-space-left): thinko.
4817         (annotate-page): more thinkos.
4818
4819 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4820
4821         * scm/layout-page-layout.scm (write-page-breaks): record tweaks
4822         for different \score blocks separately.
4823         (post-process-pages): put write-page-layout into paper block.
4824
4825         * lily/output-def.cc (get_parser): new file.
4826
4827         * lily/output-def-scheme.cc (LY_DEFINE): ly:output-def-parser, new
4828         file.
4829
4830         * lily/include/output-def.hh (class Output_def): add parser_ member.
4831
4832         * input/regression/page-layout-twopass.ly (Module): new file.
4833
4834         * scm/lily.scm: remove cpp hack.
4835
4836         * lily/lyric-engraver.cc (get_voice_to_lyrics): use NPOS everywhere.
4837
4838 2006-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4839
4840         * GNUmakefile.in (c-clean): New target.
4841
4842         * flower/include/std-string.hh: String/std::string compatibility:
4843         Use NPOS for `not found' (iso -1), use ssize for length () and pos
4844         type.
4845
4846         * flower/rational.cc: 
4847         * flower/include/rational.hh: 
4848
4849         * flower/offset.cc: 
4850         * flower/include/offset.hh: 
4851
4852         * flower/interval.cc: 
4853         * flower/include/interval.hh: 
4854
4855         * flower/string-convert.cc: 
4856         * flower/include/string-convert.hh: Use std::string [interface].
4857         Update callers.
4858
4859 2006-01-25  Heikki Junes  <hjunes@cc.hut.fi>
4860
4861         * Documentation/index.html.in: clean up.
4862
4863 2006-01-25  Graham Percival  <gpermus@gmail.com>
4864
4865         * Documentation/user/putting.itely: another new untested doc section.
4866
4867 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4868
4869         * scm/layout-page-layout.scm (write-page-breaks): write
4870         \spacingTweaks #ALIST. Handle grace timing.
4871
4872         * scm/: more imports.
4873
4874         * scm/page.scm (make-page): add footer/header.
4875         (annotate-space-left): revise: only take page argument.
4876         (layout->page-init): new function.
4877
4878         * scm/layout-page-layout.scm (write-page-breaks): preliminary
4879         version of the system/spacing/linebreak hack writing to the output
4880
4881         * lily/prob-scheme.cc (LY_DEFINE): take optional 'key val args in
4882         ly:make-prob.
4883
4884         * lily/grob-scheme.cc (LY_DEFINE): ly:spanner-get-bound ->
4885         ly:spanner-bound
4886
4887 2006-01-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4888
4889         * scm/stencil.scm (annotate-y-interval): move from layout-page-layout.scm
4890
4891         * scm/paper-system.scm (paper-system-annotate): new file. Handle paper-system.
4892
4893         * scm/layout-page-layout.scm (optimal-page-breaks): move all page
4894         handling to page.scm
4895
4896         * lily/prob-scheme.cc (LY_DEFINE): new file.
4897         (LY_DEFINE): functions ly:make-prob , ly:prob-type? , ly:prob-(set-)property(!)
4898
4899         * lily/music-scheme.cc (LY_DEFINE): rewrite get/set property using
4900         prob functions.
4901
4902         * lily/music.cc (derived_mark): derive Music from Prob.
4903
4904         * lily/paper-system.cc (LY_DEFINE): derive from Prob.
4905
4906         * lily/prob.cc (Module): Implement Prob (Property Object), object
4907         with shared and r/w property alists.  
4908
4909         * lily/include/prob.hh (Module): new file. Declare Prob.
4910
4911         * flower/string.cc: remove is_empty().
4912
4913         * flower/include/string.hh (class String): remove String:: qualifier.
4914
4915         * buildscripts/analyse-cxx-log.py: new file. Read compile log to
4916         substitute appropriate functions.
4917
4918         * flower/include/string.hh (class String): remove to_str0 and
4919         is_empty(). S&R everywhere.
4920
4921 2006-01-23  Graham Percival  <gpermus@gmail.com>
4922
4923         * Documentation/user/basic-notation.itely: add hairpin
4924         after-linebreak tweak to commonprop.
4925
4926         * Documentation/user/putting.itely: added two new sections.
4927
4928 2006-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4929
4930         * flower/international.cc: 
4931         * flower/include/international.hh: 
4932
4933         * flower/getopt-long.cc: 
4934         * flower/include/getopt-long.hh: Use std::string [interface].
4935         Update callers.
4936
4937         * flower/include/std-string.hh: Oops, bugfix for --disable-std-string.
4938
4939         * stepmake/stepmake/executable-rules.make: Add dependency on
4940         module libraries.
4941
4942 2006-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4943
4944         * flower/file-path.cc: 
4945         * flower/include/file-path.hh: Use std::string [interface].
4946         Update callers.
4947
4948         * flower/direction.cc: 
4949         * flower/axis.cc: Unused.  Remove.
4950
4951         * configure.in (--enable-std-string): New option.
4952
4953         * flower/std-string.cc: 
4954         * flower/include/std-string.hh: New file.
4955
4956         * flower/file-name.cc[STD_STRING]:
4957         * flower/include/file-name.hh[STD_STRING]: Use it.  Update callers.
4958
4959 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4960
4961         * scm/output-svg.scm (placebox): no GNU coding standards in SVG output. 
4962
4963         * scm/define-markup-commands.scm (with-dimensions):
4964         with-dimensions markup command.
4965
4966         * input/test/font-table.ly: use it.
4967
4968         * lily/open-type-font.cc (glyph_list): new function.
4969
4970         * lily/open-type-font-scheme.cc (LY_DEFINE): ly:otf-glyph-list function.
4971
4972         * lily/ttf.cc: remove ly:font-glyph-list scheme function
4973
4974 2006-01-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4975
4976         * ly/music-functions-init.ly (parallelMusic): new music function
4977         for parallel music entry.
4978
4979         * scm/define-music-properties.scm (all-music-properties): new
4980         'void music property
4981
4982         * scm/music-functions.scm (ly:music-message): make public, to be
4983         used in music function definitions
4984
4985         * scm/lily-library.scm (collect-music-for-book): discard music
4986         when the 'void property is set.
4987
4988 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4989
4990         * lily/ttf.cc (LY_DEFINE): store name before destroying face.
4991
4992         * mf/GNUmakefile: idem.
4993
4994         * buildscripts/mf-to-table.py (help): excise fetaXXlist.ly support.
4995
4996         * stepmake/bin/install.py (dest): Only chmod/chown just created directories
4997
4998         * Documentation/user/notation-appendices.itely (The Feta font):
4999         use it.
5000
5001         * input/test/font-table.ly: new file. Generate font table within lily.
5002
5003         * Documentation/user/notation-appendices.itely (The Feta font):
5004         use new font-table.ly file. 
5005
5006         * stepmake/stepmake/install-out-targets.make
5007         (local-install-outfiles): only create directory if
5008         $(INSTALLATION_OUT_DIR) is defined. This fixes install on Gentoo.
5009
5010 2006-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5011
5012         * lily/ttf.cc (LY_DEFINE): new function ly:font-glyph-list.
5013
5014         * VERSION (PACKAGE_NAME): release 2.7.28
5015
5016         * scm/framework-ps.scm (write-preamble): use it to pick exactly
5017         the right font from a Mac dfont.
5018         (write-preamble): don't forget directory, only look at files.
5019
5020         This fixes problems with TTF files in dfonts that don't match
5021         their PostScript names.
5022          
5023         * lily/ttf.cc (LY_DEFINE): ly:ttf-ps-name: new routine to extract
5024         PS name from TTF font.
5025
5026         * input/regression/tie-manual.ly: document new feature.
5027
5028         * Documentation/topdocs/NEWS.tely (Top): add tie NEWS.
5029
5030         * VERSION (MY_PATCH_LEVEL): bump to .28
5031
5032         * Documentation/user/basic-notation.itely (Ties): add tie examples
5033         refs.
5034
5035         * lily/tie-formatting-problem.cc (score_ties_configuration):
5036         symmetry penalties for outer ties.
5037
5038 2006-01-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5039
5040         * lily/tie-formatting-problem.cc (generate_configuration) 
5041         (set_manual_tie_configuration): skip non-pair manual
5042         tie-configuration, so you can set individual ties as
5043
5044           #'tie-configuration = #'((7 . 1) #t (-3 . 1))
5045
5046         * input/regression/tie-chord.ly: use generateTiePattern to
5047         simplify file.
5048
5049         * lily/tie-formatting-problem.cc (peak_around): new function.
5050         (score_configuration): use sliding criterion for staff line collisions. 
5051         (score_configuration): idem for dot collisions.
5052         (generate_configuration): use separate stem_gap for gap to stem.
5053
5054         * lily/include/tie-formatting-problem.hh (struct Tie_details):
5055         separate penalty factors for x and y distance.
5056         (struct Tie_details): separate penalties for tip and center line collisions.
5057
5058 2006-01-19 Han-Wen Nienhuys  <hanwen@xs4all.nl>
5059
5060         * lily/tie-formatting-problem.cc (generate_configuration): make
5061         large ties avoid stafflines in the horizontal section.
5062         (score_configuration): use softcoded penalties
5063         (score_aptitude): idem.
5064
5065         * lily/tie-helper.cc (from_grob): softcode tie details
5066
5067         * lily/staff-symbol-referencer.cc (on_staff_line): new function
5068
5069         * lily/staff-symbol-referencer.cc (on_line): rename from
5070         on_staffline 
5071
5072 2006-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5073
5074         * ly/music-functions-init.ly: remove duplicate tag.
5075
5076         * lily/include/*.hh: GCC 4.1 fixes.
5077
5078 006-01-16  Erlend Aasland  <erlenda@gmail.com>
5079
5080         * Documentation/user/global.itely: fix typos; @bugs -> @refbugs
5081
5082         * scm/define-music-types.scm: fix bug in desc. string
5083         for OverrideProperty
5084
5085 2006-01-15 Erik Sandberg  <mandolaerik@gmail.com>
5086
5087         * scripts/lilypond-book.py: bugfix
5088
5089         * scm/define-music-types.scm: fix typos.
5090
5091 2006-01-14  Graham Percival  <gpermus@gmail.com>
5092
5093         * Documentation/user/ basic-notation.itely, global.itely,
5094         advanced-notation.itely, instrument-notation.itely: small
5095         additions (bugs and commonly tweaked properties).
5096
5097 2006-01-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5098
5099         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): generic
5100         detection of mingw build.
5101         (MINGW_BUILD): opps.
5102
5103 2006-01-12  Jan Nieuwenhuizen  <janneke@gnu.org>
5104
5105         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Add
5106         i686-mingw32.
5107
5108 2006-01-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5109
5110         * scm/music-functions.scm (skip->rest): add skip->rest
5111
5112 2006-01-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5113
5114         * lily/font-config.cc (init_fontconfig): call FcConfigBuildFonts()
5115         explicitly.
5116
5117         * lily/font-config-scheme.cc (LY_DEFINE): also display font and
5118         config dirs. Aids debugging. 
5119         (display_config): also display config files.
5120
5121 2006-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5122
5123         * VERSION: release 2.7.27
5124
5125         * lily/bar-line.cc (calc_bar_size): inspect staff->extent (Y_AXIS)
5126         for determining bar size.
5127
5128         * lily/staff-symbol.cc (print): place lines at distance line-positions
5129
5130         * scm/define-grob-properties.scm (all-user-grob-properties): add
5131         line-positions.
5132
5133         * lily/staff-symbol.cc (height): new function.
5134
5135         * input/regression/staff-line-positions.ly:  new file.
5136
5137 2006-01-06  Graham Percival  <gpermus@gmail.com>
5138
5139         * input/test/add-staccato.ly: remove reference to old file.
5140
5141 2006-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5142
5143         * scripts/lilypond-book.py (invokes_lilypond): allow . in path to
5144         lilypond binary too.
5145
5146 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5147
5148         * make/mutopia-rules.make (Module): use LILYPOND_BINARY
5149
5150 2006-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
5151
5152         * scripts/midi2ly.py: Bugfix: Declare datadir.
5153
5154         * make/ly-rules.make:
5155         * make/mutopia-rules.make: Use LILYPOND_BINARY (WAS: LILYPOND, but
5156         that seems to be gone). Fixes make web.
5157
5158         * The grand 2005-2006 replace.
5159
5160         * VERSION (MY_PATCH_LEVEL): Stay on .26 for now.
5161
5162 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5163
5164         * make/lilypond-vars.make: set LILYPOND_BINARY variable
5165         (LILYPOND_BOOK_LILYPOND_FLAGS): new variable
5166         LILYPOND_BOOK_LILYPOND_FLAGS to hold system dependent settings,
5167         like -dgs-font-load.
5168
5169         * Documentation/user/GNUmakefile ($(outdir)/interfaces.itexi):
5170         remove absolute path to lilypond binary.
5171         
5172 2006-01-05 Pedro Kroeger    <kroeger@pedrokroeger.net>
5173
5174         * configure.in (NCSB_DIR): fix --with-ncsb-dir option.
5175
5176 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5177
5178         * make/lilypond-vars.make: support LILYPOND_EXTERNAL_BINARY variable.
5179
5180         * mf/GNUmakefile: remove broken dvips map symlink.
5181
5182 2006-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
5183
5184         * lily/main.cc: 
5185         * configure.in: Cosmetic fixes.
5186
5187 2006-01-04  Mats Bengtsson  <mabe@s3.kth.se>
5188
5189         * Documentation/user/music-glossary.tely (Pitch names): Added
5190         Spanish pitch names and durations, thanks to Ernesto Gancedo
5191
5192 2006-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5193
5194         * scm/lily.scm (define-scheme-options): use quasi-quote for option
5195         init. Fixes verbose printing of .scm files.
5196
5197         * stepmake/aclocal.m4: add spaces before - options.
5198         
5199 2006-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5200
5201         * lily/relocate.cc (setup_paths): Bugfix: do not store result
5202         of path search in local block variable.
5203
5204 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5205
5206         * configure.in (NCSB_DIR): --enable-ncsb-dir
5207         (LINK_GXX_STATICALLY): denko.
5208
5209         * mf/GNUmakefile ($(NCSB_TTFS)): NCSB_DIR iso. NCSB_PATH. 
5210
5211         * configure.in (LINK_GXX_STATICALLY): --enable-ncsb-path option. 
5212         use locate to find c059033l.pfb. 
5213         
5214 2006-01-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5215
5216         * lily/tie-formatting-problem.cc
5217         (problem::generate_base_chord_configuration): Use my_round (was
5218         round).
5219
5220         * lily/source-file.cc (file::get_counts)[!HAVE_MBRTOWC]: Bugfix,
5221         do not invoke mbrtowc.
5222
5223         * lily/relocate.cc (setup_paths): Add more debugging verbosity.
5224
5225 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5226
5227         * scm/lily.scm (lilypond-all): oops. remove debugging hack.
5228
5229 2005-01-02  Heikki Junes  <hjunes@cc.hut.fi>
5230
5231         * Documentation/user/invoking.itely (svg): revise.
5232
5233 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5234
5235         * lily/lexer.ll: use sourcefilename iso. renameinput.
5236
5237 2006-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5238
5239         * mf/GNUmakefile ($(NCSB_TTFS)): revise rule. Create
5240         <PostScriptName>.ttf instead of c059XXXttf.
5241
5242         * lily/program-option.cc (LY_DEFINE): special support for
5243         --verbose, so it works before option init too.
5244  
5245         * mf/GNUmakefile (local-install): oops.
5246
5247         * lily/lyric-hyphen.cc (print): oops.
5248
5249         * buildscripts/pfx2ttf.fontforge: new file.
5250         
5251         * mf/GNUmakefile (NCSB_PATH): add vars for NCSB.
5252         ($(outdir)/%.ttf): new rule. 
5253
5254         * scm/define-grobs.scm (all-grob-descriptions): add font-interface
5255         to LyricHyphen.
5256
5257         * lily/lyric-hyphen.cc (print): multiply hyphen height by
5258         font-size
5259
5260 2005-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5261
5262         * VERSION: release 2.7.26
5263         
5264         * mf/GNUmakefile (install-fc-cache): remove old font.cache-1 files.
5265
5266 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5267
5268         * lily/font-config.cc (init_fontconfig): verbosity.
5269
5270         * THANKS: add Muziekacademie Lede. 
5271
5272         * scripts/musicxml2ly.py (print_voice_definitions): new function 
5273         (print_score_setup): new function
5274         (convert): read part definition to output staves properly.
5275
5276         * python/musicxml.py (Measure.get_notes): new class. Wrap lists of
5277         Music_xml notes.
5278
5279         * python/musicexp.py (Output_printer.__init__): use _ in data
5280         members.
5281         (Output_printer.unformatted_output): new function: no formatting,
5282         but count braces.
5283         (Duration.get_length): remove isinstance() checks for
5284         Output_printer everywhere.
5285
5286         * input/regression/lyrics-bar.ly (texidoc): add
5287         Separating_line_group_engraver.
5288
5289 2005-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5290
5291         * lily/relocate.cc (framework_relocation): New function,
5292         factored from set_relocation ().
5293         (prefix_relocation): Rename from set_relocation ().
5294         (setup_paths): Use it.
5295
5296 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5297
5298         * scm/*.scm: use LEFT/RIGHT/UP/DOWN etc. iso. magical
5299         numbers. Patch by Erlend Aasland.
5300
5301 2005-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5302
5303         * lily/font-config.cc (init_fontconfig): print warning if cache
5304         file is not existant.
5305
5306         * lily/main.cc: don't use #ifdef but #if
5307
5308 2005-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5309
5310         * lily/grob-property.cc (internal_set_property): don't abort on
5311         calculation-in-progress.
5312
5313         * lily/beam.cc (get_default_dir): robustness: don't divide by zero.
5314
5315         * lily/tuplet-bracket.cc (calc_control_points): oops: typo. Read
5316         connect-to-neighbor property not connect-to-other
5317
5318         * lily/program-option.cc (LY_DEFINE): remove Protected_scm global variable.
5319         (LY_DEFINE): oops. don't forget protection.
5320
5321         * flower/parse-afm.cc (Module): strip AFM handling completely.
5322
5323         * lily/stencil-expression.cc: idem.
5324
5325         * lily/grob-interface-scheme.cc (LY_DEFINE): idem.
5326
5327         * lily/function-documentation.cc (ly_add_function_documentation):
5328         use static member iso. Protected_scm
5329
5330         * lily/main.cc: use ifdef ARGV0_RELOCATION iso. MINGW
5331
5332         * config.make.in (prefix): remove HAVE_KPATHSEA_SO
5333
5334 2005-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5335
5336         * lily/relocate.cc (set_env_dir): New function.
5337         (set_relocation): Use it to fix setting PANGO_PREFIX.
5338
5339 2005-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5340
5341         * input/regression/stem-direction-context.ly: remove rest.
5342
5343         * lily/melody-engraver.cc (process_music): restart for bar lines.
5344         (acknowledge_slur): restart for slurs.
5345
5346 2005-12-27  Heikki Junes  <hjunes@cc.hut.fi>
5347
5348         * Documentation/user/invoking.itely: describe how to view SVG 
5349         output using Inkscape which replace embedded fonts with OTF fonts.
5350
5351 2005-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5352
5353         * lily/relocate.cc (set_relocation): set PANGO_PREFIX
5354
5355 2005-12-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5356
5357         * lily/melody-engraver.cc (class Melody_engraver): Remove lying
5358         comment.
5359
5360 2005-12-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5361
5362         * VERSION (PACKAGE_NAME): release 2.7.25
5363
5364         * Documentation/topdocs/NEWS.tely (Top): document new feature.
5365
5366         * input/regression/stem-direction-context.ly: new file.
5367
5368         * lily/relocate.cc (set_relocation): add PANGO_PREFIX
5369
5370         * lily/melody-engraver.cc (acknowledge_stem): restart MelodyItem
5371         on rest.
5372
5373         * ly/engraver-init.ly: add Melody_engraver
5374
5375         * lily/beam.cc (calc_direction): use default-direction
5376         iso. get_default_direction()
5377
5378         * scm/define-grob-properties.scm (all-user-grob-properties): add
5379         default-direction property.
5380
5381         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem.
5382
5383         * lily/stem.cc (calc_default_direction): remove
5384         Stem::get_default_direction, use default-direction with callback
5385         instead.
5386
5387         * lily/melody-spanner.cc (calc_neutral_stem_direction): 
5388
5389         * lily/melody-engraver.cc: new file. Acknowledge stems for
5390         interpolated stem directions. 
5391
5392         * lily/melody-spanner.cc: new file. Interpolate stem directions.
5393
5394         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem
5395
5396         * lily/slur-configuration.cc (fit_factor): more robust check for
5397         point in curve X-extent.
5398
5399         * lily/slur.cc (outside_slur_callback): return offset_scm, not 0.
5400         (outside_slur_callback): check for 'outside avoidance.
5401
5402         * lily/slur-configuration.cc (score_extra_encompass): don't use
5403         bound->column() == avoid->column() for checking extents, as this
5404         doesn't work for accidentals. 
5405
5406         * lily/slur-engraver.cc (acknowledge_extra_object): remove
5407         DynamicText hardcoding.
5408
5409         * lily/slur-scoring.cc (enumerate_attachments): robustness: don't
5410         crash if bound stem is NULL
5411
5412         * lily/piano-pedal-performer.cc: patch by MWD for enabling piano
5413         pedals.
5414
5415 2005-12-22  Graham Percival  <gpermus@gmail.com>
5416
5417         * scm/define-markup-commands.scm: typo.  @code{\raise}
5418         => @code{\\raise}.
5419
5420         * darwin.patch: now used again, includes a
5421         required patch from fink.
5422
5423 2005-12-21  Heikki Junes  <hjunes@cc.hut.fi>
5424
5425         * po/TODO: mention gtranslator along with kbabel.
5426         * po/fi.po: update translations.
5427
5428 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5429
5430         * lily/relocate.cc (setup_paths): Bugfix.
5431
5432 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5433
5434         * lily/slur-configuration.cc (score_extra_encompass): don't use
5435         "avoid" choice for avoid-slur.
5436
5437         * stepmake/bin/install.py (dest): don't create existing dir.
5438
5439 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5440
5441         * stepmake/bin/install.py: Remove file before copying.
5442
5443         * config.make.in: 
5444         * stepmake/aclocal.m4: Do not substitute INSTALL.
5445
5446 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5447
5448         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
5449         depend on link-tree.
5450
5451         * lily/relocate.cc (setup_paths): only check path for non-absolute
5452         dir without directory part.
5453
5454         * flower/file-name.cc (is_absolute):  new method.
5455         (is_absolute): check root_ too.
5456
5457 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5458
5459         * lily/relocate.cc (setup_paths) [__MINGW32__]: Comment-out broken
5460         relocation code.  Oops, don't comment out too much.
5461
5462         * stepmake/stepmake/generic-vars.make (INSTALL): Assign INSTALL_PY
5463         iso itself.
5464
5465         * lily/relocate.cc [HAVE_GETTEXT]: Include libintl.h.  Fixes mingw
5466         compile.
5467
5468 2005-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5469
5470         * .cvsignore: Add install-sh.
5471
5472         * autogen.sh (srcdir): Typo.
5473
5474 2005-12-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5475
5476         * autogen.sh (srcdir): urg. Touch install-sh.
5477
5478         * stepmake/bin/install-sh (Module): remove.
5479
5480         * stepmake/stepmake/generic-vars.make (INSTALL): add $(INSTALL).
5481
5482         * lily/include/relocate.hh: new file.
5483
5484         * lily/relocate.cc: new file. Contain relocation logic.
5485
5486         * lily/main.cc (setup_paths): fix: LILYPOND_RELOCATE_PREFIX.
5487         (main): read LILYPOND_VERBOSE as the first thing.
5488
5489         * stepmake/aclocal.m4: remove INSTALL variable.
5490
5491         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
5492         separate target for making font symlinks.
5493         (documentation-dir): use $(if $(findstring )) for switching off
5494         Documentation.
5495
5496         * stepmake/stepmake/help2man-vars.make (OUT_DIST_FILES): only do
5497         something if DOCUMENTATION is no.
5498
5499 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5500
5501         * VERSION: release 2.7.24
5502
5503         * lily/script-column-engraver.cc (stop_translation_timestep):
5504         delay adding to script-column.
5505
5506         * lily/tuplet-bracket.cc (print): suicide if no control-points. 
5507
5508         * python/convertrules.py (conv): rule for number-visibility
5509
5510         * lily/slur-configuration.cc (score_extra_encompass): different
5511         distance measure for avoid and inside avoidance.
5512         (score_extra_encompass): use 1/(distance+eps) as penalty.
5513
5514         * lily/slur-scoring.cc (generate_avoid_offsets): use 'inside
5515         encompass objects for generating slur curves.
5516
5517         * lily/slur.cc: use details iso. slur-details property.
5518
5519         * input/regression/slur-tuplet.ly: new file.
5520
5521         * lily/slur-engraver.cc (acknowledge_tuplet_number): new function.  
5522
5523         * flower/include/offset.hh (class Offset): new operator /=
5524
5525         * lily/tuplet-number.cc (print): new file, new interface.
5526
5527         * scm/define-grob-properties.scm (all-user-grob-properties):
5528         remove number-visibility property.
5529
5530         * lily/tuplet-bracket.cc (calc_control_points): new function
5531         (calc_connect_to_neighbors): new function.
5532         (print): remove text handling for tuplet numberdef.
5533
5534         * lily/tuplet-engraver.cc (struct Tuplet_description): create
5535         TupletNumbers too. 
5536
5537         * lily/lily-guile.cc (robust_scm2booldrul): new function
5538
5539         * scm/define-grobs.scm (all-grob-descriptions): new grob TupletNumber
5540
5541         * lily/tuplet-bracket.cc (calc_position_and_height): use
5542         staff-padding to control whether tuplet brackets are over staves.
5543
5544         * lily/grob.cc (suicide): clear dim_caches_.
5545
5546         * lily/dimension-cache.cc (clear): new function.
5547
5548         * lily/grob.cc (extent): swap order of min-extent and extent
5549         calculations. This fixes hara kiri staves. 
5550
5551 2005-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5552
5553         * lily/main.cc: Nitpick: relocation is not based on path, but on
5554         directory (location).
5555
5556 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5557
5558         * lily/main.cc (setup_paths): read LILYPOND_RELOCATE_PREFIX
5559
5560         * stepmake/stepmake/install-targets.make (local-uninstall): idem.
5561
5562         * stepmake/stepmake/install-out-targets.make (local-install-outfiles): idem.
5563
5564         * stepmake/stepmake/help2man-targets.make (install-help2man): idem.
5565
5566         * stepmake/stepmake/generic-vars.make (Module): idem.
5567
5568         * stepmake/stepmake/executable-targets.make (default): use it.
5569
5570         * stepmake/bin/install.py (create_dir): new file. Replace install-sh.
5571
5572         * make/GNUmakefile: don't install make rules.
5573
5574         * lily/main.cc (setup_paths): don't inspect $PATH for argv0 with
5575         slashes.
5576         (prepend_env_path): more verbosity.
5577
5578 2005-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5579
5580         * GNUmakefile.in: add dir argument for find command.
5581
5582         * lily/parser.yy (bass_figure): set_spot() for bass figures. This
5583         fixes weird line numbers for point & click.
5584
5585         * lily/source-file.cc (get_counts): init line/column/char counts.
5586
5587 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5588
5589         * lily/main.cc: remove ARGV0_RELOCATION, instead use --relocate.
5590
5591 2005-12-16  Graham Percival  <gpermus@gmail.com>
5592
5593         * Documentation/user/basic-notation.itely, advanced-notation.itely:
5594         minor fixes from Fredric.  Thanks!
5595
5596 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5597
5598         * ly/music-functions-init.ly: add \bar and \clef music function 
5599
5600         * lily/lily-lexer.cc: idem.
5601
5602         * lily/parser.yy (FIXME): remove BAR and CLEF.
5603
5604 2005-12-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5605
5606         * Documentation/topdocs/NEWS.tely (Top): doc string argument change.
5607
5608         * lily/parser.yy (Generic_prefix_music_scm): allow strings as
5609         function arguments too
5610
5611         * lily/main.cc (set_relocation): new function.
5612
5613         * scripts/musicxml2ly.py (convert): add \version
5614
5615         * lily/tie.cc: remove get_default_attachments()
5616
5617         * VERSION (PACKAGE_NAME): release 2.7.23
5618         
5619         * lily/chord-tremolo-engraver.cc (acknowledge_stem): use
5620         ultimate_music_cause(). This fixes core dumps in unfold-all-repeats.ly
5621
5622         * Documentation/topdocs/NEWS.tely (Top): document new feature.
5623
5624         * lily/tie-formatting-problem.cc (score_ties): new function
5625         (get_variations): new function. Try flipping dirs for collisions.
5626         (generate_optimal_chord_configuration): new function. 1-opt search
5627         for better configuration.
5628
5629         * lily/tie-configuration.cc: new file.
5630
5631         * lily/tie.cc: junk Tie::get_configuration()
5632
5633         * lily/tie-formatting-problem.cc (score_ties_aptitude): new function.
5634         (score_ties_configuration): new function.
5635         (generate_ties_configuration): new function.
5636         (generate_base_chord_configuration): new function.
5637         (set_ties_config_standard_directions): Move body from tie-column-format.cc 
5638         (set_manual_tie_configuration): Move body from tie-column-format.cc 
5639
5640         * input/regression/tie-dot.ly: new file.
5641
5642         * lily/tie-formatting-problem.cc (score_configuration): score
5643         tie/dot collisions.
5644
5645         * lily/tie-helper.cc (get_transformed_bezier): new function
5646
5647         * Documentation/topdocs/NEWS.tely (Top): strip out-www.
5648
5649         * stepmake/stepmake/python-module-vars.make (SHARED_FLAGS): use
5650         -undefined suppress iso. -framework Python 
5651
5652         * scm/define-grobs.scm (all-grob-descriptions): set
5653         springs-and-rods (thanks Joe Neeman!)
5654
5655 2005-12-12  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5656
5657         * input/no-notation/display-lily-tests.ly (test): 
5658         * scm/display-lily.scm (tag->lily-string): the syntax for tags has
5659         changed from \tag #'(a b) to \tag #'a \tag #'b
5660
5661 2005-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5662
5663         * Documentation/topdocs/NEWS.tely: strip out-www.
5664
5665         * lily/include/grob-interface.hh: include lily-guile.hh not libguile.h
5666
5667         * config.make.in (AR): add AR and RANLIB
5668
5669         * flower/libc-extension.cc: include cassert
5670
5671         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): more robust
5672         darwin check.
5673
5674 2005-12-11  Graham Percival  <gpermus@gmail.com>
5675
5676         * stepmake/stepmake/generic-vars.make: define DARWIN_BUILD.
5677
5678         * stepmake/stepmake/python-modules-vars.make: define
5679         SHARED_FLAGS for OSX.  Thanks Johannes Schindelin!
5680
5681         * THANKS: added Johannes Schindelin.
5682
5683 2005-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5684
5685         * python/midi.c (pymidi_parse): use memcmp() iso. strcmp().
5686
5687         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
5688         Span_arpeggio_engraver, add Tweak_engraver to Score context. 
5689
5690         * lily/parser.yy: reorganize file layout.
5691
5692         * ly/music-functions-init.ly: add tweak music function.
5693
5694         * lily/grob-info.cc (ultimate_music_cause): new function:
5695         recursively lookup causes. 
5696
5697         * lily/parser.yy (chord_body_element): allow music functions for
5698         post-events, allow music functions for chord elements. 
5699  
5700         * lily/font-config-scheme.cc (display_fontset): add cast.
5701
5702         * python/convertrules.py (FatalConversionError.sub_syms): \tag
5703         #'(a b) -> \tag #'a \tag #'b rule.
5704
5705         * python/musicexp.py (Output_printer.dump_version): new function
5706
5707 2005-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5708
5709         * lily/parser.yy (FIXME): remove \tag
5710         (FIXME): remove tag_music() function.
5711
5712         * lily/lily-lexer.cc: remove \tag
5713
5714         * ly/music-functions-init.ly: define music-function "tag"
5715
5716         * lily/parser.yy (chord_body_element): allow tags in chord bodies.
5717
5718 2005-12-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5719
5720         * VERSION (PATCH_LEVEL): release 2.7.22
5721
5722         * input/regression/lyric-hyphen-retain.ly: renew.
5723
5724         * scm/define-grobs.scm (all-grob-descriptions): add LyricSpace
5725         grob
5726
5727         * lily/lyric-hyphen.cc (set_spacing_rods): use minimum-distance
5728         iso. minimum-length property for rods.
5729
5730         * lily/hyphen-engraver.cc (acknowledge_lyric_syllable): create
5731         LyricSpace item to keep lyrics spaced apart.
5732
5733         * ly/engraver-init.ly: remove Separating_line_group_engraver
5734
5735         * Documentation/user/music-glossary.tely: do setfilename before
5736         music-glossary.
5737
5738 2005-12-07  Heikki Junes  <hjunes@cc.hut.fi>
5739
5740         * Documentation/user/lilypond-book.itely: use `,´ after xref:
5741         See xref documentation, for example.
5742
5743 2005-12-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5744
5745         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): use
5746         pending_skip iso. ly_voice[-1]
5747         (main): add if __main__ for debugging.
5748
5749         * python/musicxml.py (Accidental.__init__): new class.
5750
5751         * scripts/musicxml2ly.py (progress): new function
5752         (musicxml_key_to_lily): don't barf on modeless keys.
5753         (create_skip_music): new function.
5754         (musicxml_spanner_to_lily_event): new function. Handle beams too.
5755         (musicxml_note_to_lily_main_event): new function.
5756
5757         * python/musicexp.py (Music.__init__): add comment field.
5758         (NestedMusic.append): new routine.
5759         (SequentialMusic.print_ly): print comment.
5760         (ArpeggioEvent.ly_expression): new class
5761         (BeamEvent.ly_expression): new class
5762         (NoteEvent.__init__): support for cautionary/forced accs.
5763
5764         * lily/lookup.cc (slur): normal order for array loop.
5765
5766         * scm/framework-ps.scm (dump-stencil-as-EPS): set left X of bbox
5767         to 0.0.
5768
5769         * ly/engraver-init.ly: set bar-size, so bar-lines aren't
5770         collapsed.
5771
5772 2005-12-06 Erik Sandberg  <mandolaerik@gmail.com>
5773
5774         * scm/music-functions.scm: Make phrasing slurs follow voice direction
5775
5776         * scripts/lilypond-book.py: Introduce option
5777             --preserve-line-breaks, for usage with srcltx
5778
5779 2005-12-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5780
5781         * scm/output-lib.scm (print-circled-text-callback): draw circle
5782         around text using make-circle-markup.
5783
5784         * Documentation/user/*: strip out-www from file names.
5785
5786 2005-12-05  Heikki Junes  <hjunes@cc.hut.fi>
5787
5788         * Documentation/user/lilypond.tely (direntry): remove empty lines;
5789         fixes invalid info entry issue with makeinfo 4.8 in debian sid.
5790
5791 2005-12-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5792
5793         * Documentation/user/GNUmakefile: idem.
5794
5795         * Documentation/user/macros.itexi: strip out-www
5796
5797         * python/rational.py: python 2.3 compat.
5798
5799         * VERSION (PATCH_LEVEL): release 2.7.21
5800
5801         * scripts/musicxml2ly.py (NonDentedHeadingFormatter.format_headi):
5802         option formatting, lilypond style.
5803
5804         * python/musicexp.py: grab from Ikebana: a library for composing
5805         ly music expressions. 
5806         (Output_printer): class for advanced .ly printing.
5807         (eg. tupletting) 
5808
5809         * python/musicxml.py: new file. Read MusicXML MiniDOM tree, and
5810         convert to pythonesque structure.
5811
5812         * python/rational.py: PD rational number class.
5813
5814         * Documentation/user/converters.itely (Invoking musicxml2ly):  new node.
5815
5816 2005-12-04  Erik Sandberg  <mandolaerik@gmail.com>
5817
5818         * lily/part-combine-iterator.cc: Minor bugfix
5819         
5820         * THANKS: Update bughunters
5821
5822 2005-12-02  Werner Lemberg  <wl@gnu.org>
5823
5824         * mf/README: Document process for proper mf2pt1 conversion.
5825
5826         * mf/feta-beugel.mf (draw_brace): Fix path to assure clean
5827         overlapping.
5828
5829         * mf/feta-harmonica.mf: Removed.  Unused.
5830
5831 2005-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5832
5833         * scripts/lilypond-book.py (do_file): fix thinkos.
5834
5835 2005-12-01  Jan Nieuwenhuizen  <janneke@gnu.org>
5836
5837         * lily/GNUmakefile ($(outdir)/FlexLexer.h):
5838         ($(outdir)/parser.cc): 
5839         ($(outdir)/lexer.cc): Bugfix: depend on config.h.
5840
5841 2005-11-30  Pedro Kröger  <kroeger@pedrokroeger.net>
5842
5843         * ly/titling-init.ly (tagline): it should be a space between
5844         "Music engraving by LilyPond" and the version number.
5845
5846 2005-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5847
5848         * VERSION (PACKAGE_NAME): release 2.7.20
5849
5850 2005-11-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5851
5852         * scm/define-markup-commands.scm (pad-to-box): new markup command.
5853
5854         * scm/define-grobs.scm (all-grob-descriptions): set thickness to
5855         1.0.
5856         (all-grob-descriptions): don't shift RehearsalMark arbitrarily.
5857
5858 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5859
5860         * configure.in (LINK_GXX_STATICALLY): remove kpathsea checks.
5861
5862         * kpath-guile/: remove directory
5863
5864         * scm/kpathsea.scm (ly:kpathsea-expand-variable): new
5865         file. Encapsulate kpathsea using commandline tools.
5866
5867         * lily/all-font-metrics.cc (kpathsea_find_file): use (scm
5868         kpathsea) module.
5869
5870 2005-11-29  Mats Bengtsson  <mabe@s3.kth.se>
5871
5872         * Documentation/user/advanced-notation.itely (Setting automatic
5873         beam behavior): Correct a few typos. Thanks to David Bobroff.
5874
5875         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use
5876         \usepackage instead of \RequirePackage. Thanks to Bernard Hurley.
5877
5878 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5879
5880         * scripts/*.py: gmane address for bugs.
5881
5882 2005-11-28 Pal Benko <benkop@freestart.hu>
5883         
5884         * make/ly-rules.make: add -f switch to mv
5885
5886         * scm/output-libs.scm: add new bar symbol "." for punctus divisionis
5887
5888         * lily/bar-line.cc: interpret it
5889
5890 2005-11-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5891
5892         * configure.in (--disable-documentation): New switch.
5893
5894         * GNUmakefile.in: Use it.
5895
5896         * stepmake/aclocal.m4: Use AC_ARG_ENABLE for kpatsea.
5897
5898 2005-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5899
5900         * scripts/lilypond-book.py (do_file): search chunks for
5901         \\begin{document}
5902
5903         * GNUmakefile.in: add copy step in between so we can lose the
5904         out-www directories.
5905
5906 2005-11-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5907
5908         * lily/pango-font.cc (pango_item_string_stencil): put
5909         geometry.width into glyph-string too.
5910
5911 2005-11-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5912
5913         * scm/define-music-display-methods.scm (RevertProperty):
5914         (OverrideProperty): Use grob-property-path property, a list of
5915         symbols, instead of grob-property, which used to be a single
5916         symbol.
5917         (BassFigureEvent): a figure can be a plain number, not necessarily a
5918         markup.
5919
5920 2005-11-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5921
5922         * VERSION: release 2.7.19
5923         
5924         * lily/figured-bass-engraver.cc (process_music): check
5925         figuredBassCenterContinuations first.
5926
5927         * scm/translation-functions.scm (format-bass-figure): make double
5928         sharp larger. 
5929
5930         * lily/mark-engraver.cc: read rehearsalMarkAlignSymbol to
5931         determine X-parent.
5932
5933         * lily/system-start-delimiter-engraver.cc: move from
5934         Nested_system_start_delimiter_engraver, rename
5935         Nested_system_start_delimiter_engraver ->
5936         System_start_delimiter_engraver.
5937
5938         * lily/nested-system-start-delimiter-engraver.cc (from_list): read
5939         bracket type from hierarchy.
5940
5941 2005-11-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5942
5943         * lily/rest.cc (y_offset_callback): read staff-position.
5944
5945         * scm/define-grob-properties.scm (all-user-grob-properties): don't
5946         mark after-line-breaking-callback as internal.
5947
5948         * lily/self-aligment-interface.cc: remove self-[XY]-offset.
5949
5950 2005-11-25  Werner Lemberg  <wl@gnu.org>
5951
5952         * mf/feta-banier.mf ("d3"): Make `flare' equal to `staff_space'.
5953
5954 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5955
5956         * stepmake/bin/add-html-footer.py (do_file): add google
5957
5958         * lily/staff-symbol-engraver.cc (process_music): bugfix: stop
5959         staff if first_start_ is true.
5960
5961 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5962
5963         * scripts/midi2ly.py (split_track): add __repr__ members.
5964         (track_first_item): only return Item if not None. This fixes a
5965         problem when dumping a track that starts with an empty channel.
5966
5967         * python/midi.c: doc module.
5968
5969 2005-11-22  Mats Bengtsson  <mabe@s3.kth.se>
5970
5971         * Documentation/user/global.itely (Creating MIDI files): Fix
5972         compilation problem.
5973
5974 2005-11-22  Graham Percival  <gpermus@gmail.com>
5975
5976         * Documentation/user/basic-notation.itely: clarify dynamic
5977         padding text.
5978
5979         * Documentation/user/advanced-notation.itely: add unicode
5980         escape control example, whatever that is.  :)
5981
5982         * Documentation/user/global.itely: added "removing dynamics
5983         from MIDI" code.
5984
5985 2005-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5986
5987         * VERSION (PATCH_LEVEL): release 2.7.18
5988
5989         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): replace
5990         System_start_delimiter_engraver by
5991         Nested_system_start_delimiter_engraver.
5992
5993         * lily/nested-system-start-delimiter-engraver.cc (struct
5994         Bracket_nesting_node): new class.
5995         (struct Bracket_nesting_group): new class
5996         (struct Bracket_nesting_staff): new class.
5997         (process_music): create hierarchy of grobs. This allows separate
5998         tuning of different SSDs. 
5999
6000         * scm/define-grobs.scm (all-grob-descriptions): new Grob SystemStartSquare
6001         (all-grob-descriptions): remove old NestedSystemStartDelimiter.
6002
6003 2005-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6004
6005         * lily/side-position-interface.cc (aligned_side): multiply
6006         staff_radius by 2.
6007
6008         * lily/script-engraver.cc (make_script_from_event): allow setting
6009         values to '()
6010
6011 2005-11-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6012
6013         * lily/system-start-delimiter.cc (line_bracket): don't shorten height.
6014
6015         * scm/define-grobs.scm (all-grob-descriptions): new grob
6016         NestedSystemStartDelimiter.
6017
6018         * input/regression/system-start-heavy-bar.ly: new file.
6019
6020         * lily/nested-system-start-delimiter-engraver.cc: new file.
6021
6022         * lily/nested-system-start-delimiter.cc: new file.
6023
6024         * input/regression/system-start-nesting.ly: new file.
6025
6026         * scm/define-grobs.scm (all-grob-descriptions): use X side
6027         positioning for positioning braces for nested contexts.
6028
6029         * lily/system-start-delimiter.cc (print): don't divide extent by
6030         staff_space.
6031         (print): use style iso. glyph.
6032         (staff_bracket): translate glyph inside routine already.
6033
6034 2005-11-18  Michael Welsh Duggan <md5i@cs.cmu.edu>
6035
6036         * lily/vaticana-ligature-engraver.cc: fixed 2 typos in glyph
6037         names.
6038
6039 2005-11-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6040
6041         * scm/define-context-properties.scm
6042         (all-user-translation-properties): rename figuredBassFormatter
6043         from newFiguredBassFormatter.
6044
6045         * scm/define-grobs.scm (all-grob-descriptions): move from NewBassFigure
6046
6047         * lily/figured-bass-engraver.cc: move from new-figured-bass-engraver.cc
6048
6049         * lily/stem.cc (calc_stem_info): trigger beaming calculation.
6050
6051         * lily/beam.cc (calc_beaming): new function.
6052         (calc_shorten): new function.
6053
6054         * THANKS: add Edward Neeman.
6055
6056         * input/regression/accidental-clef-change.ly: new file.
6057
6058         * lily/note-collision.cc (check_meshing_chords): don't merge fa heads.
6059
6060         * scm/define-grobs.scm (all-grob-descriptions): add Y-offset property.
6061
6062         * lily/clef-engraver.cc (inspect_clef_properties): reset
6063         localKeySignature for clef changes.
6064
6065 2005-11-17  Mats Bengtsson  <mabe@s3.kth.se>
6066
6067         * python/midi.c: PyMIDINIT_FUNC isn't defined in Python < 2.3 
6068         add dummy definition that works in Linux and add information in
6069         INSTALL.texi on the specific Python requirements for Cygwin/Mingw.
6070
6071         * Documentation/user/changing-defaults.itely (Modifying context
6072         plug-ins): Add index for \with.
6073
6074         * Documentation/user/music-glossary.tely (dal segno): Updated
6075         example to version >=2.6.
6076
6077 2005-11-16  Mats Bengtsson  <mabe@s3.kth.se>
6078
6079         * Documentation/user/instrument-notation.itely (Printing chord
6080         names): Reorder \chordmode and \repeat in one example.
6081
6082 2005-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6083
6084         * VERSION: release 2.7.17
6085         
6086         * Documentation/topdocs/NEWS.tely (Top): add note about
6087         refactoring.
6088
6089         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
6090         new function. Search region of 3 positions for best tie.
6091         (score_configuration): new function.
6092         (score_aptitude): new function.
6093         (generate_configuration): new function.
6094         (get_configuration): new function.
6095         (Tie_formatting_problem): new function
6096
6097         * input/regression/page-top-space.ly: a6 for page-top-space demo. 
6098
6099         * stepmake/aclocal.m4: use $(if ) for config-FOOF.make
6100
6101         * THANKS: add Eduardo Vieira & Ralph Little
6102
6103         * mf/feta-bolletjes.mf (solfa_quarter_width): make solfa heads
6104         narrower.
6105
6106         * lily/include/tie-formatting-problem.hh (class
6107         Tie_formatting_problem): add Tie_details to
6108         Tie_formatting_problem. Update calling conventions.
6109
6110         * stepmake/aclocal.m4: oops. Include $CONFIGFILE.make, not
6111         config.make.
6112
6113         * Documentation/user/lilypond.tely: remove musedata2ly entry.
6114
6115 2005-11-16  Jürgen Reuter  <reuter@ipd.uka.de>
6116
6117         * lily/ligature-engraver.cc, lily/include/ligature-engraver.hh,
6118         scm/define-context-properties.scm: Maintenance bugfix: make
6119         ligature brackets work again by removing obsolete ligature
6120         primitive callback push/pop.
6121
6122         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: do
6123         not call Tuplet_bracket::calc_direction.  Removed obsolete gap
6124         value.
6125
6126 2005-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
6127
6128         * stepmake/aclocal.m4 (depth): Explain why absolute directory is
6129         used and do not call it a path.
6130         (FLEXLEXER_FILE): Rename from FLEXLEXER_PATH and add file name.
6131
6132 2005-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6133
6134         * lily/include/tie-formatting-problem.hh (class
6135         Tie_formatting_problem): new file.
6136
6137         * lily/tie-formatting-problem.cc (common_x_refpoint): new file.
6138
6139         * Documentation/misc/ChangeLog-2.3:  new file.
6140
6141         * lily/audio-staff.cc (output): degarianize.
6142
6143 2005-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6144
6145         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.pyc):
6146         Unset PYTHONOPTIMIZE.  Fixes install if set.
6147
6148 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6149
6150         * python/convertrules.py (conv): add warning about drums. 
6151
6152         * make/stepmake.make: include toplevel-version.make after config.make.
6153
6154         * stepmake/aclocal.m4 (depth): make sure $srcdir is absolute.
6155         also allow python2.4
6156
6157         * config.make.in (configure-srcdir): remove GXX GCC vars.
6158
6159         * stepmake/aclocal.m4: don't do non-srcdir build with
6160         symlinks. Use inclusion, so the src directory name can be changed.
6161
6162 2005-11-13  Jan Nieuwenhuizen  <janneke@gnu.org>
6163
6164         * make/mutopia-vars.make:
6165         * make/ly-vars.make: Use src-wildcard iso wildcard for source
6166         files.
6167
6168 2005-11-13  Werner Lemberg  <wl@gnu.org>
6169
6170         * mf/feta-arrow.mf: For all glyphs, don't mirror `currentpicture'
6171         but the affected path.  This ensures that the (overlapping) outlines
6172         have the same direction, which is a necessary prerequisite for
6173         FontForge's algorithm to remove overlaps.
6174         Formatting.
6175
6176         * mf/feta-haak.mf: Formatting.
6177         (draw_bracket): Slightly modify outline to avoid an unnecessary
6178         corner.
6179         Don't use ad-hoc values for `leave_angle' and `tip_angle' but derive
6180         them from the affected paths.
6181
6182 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6183
6184         * mf/README: remove xpm / accordion notes.
6185
6186         * lily/tie-column-format.cc (set_chord_outline): add dots into
6187         skyline extents. This fixes tie formatting if the left head has dots.
6188
6189         * lily/tie.cc (get_configuration): only shift tie by a whole staff
6190         space inside the staff.
6191         (get_configuration): shift another position if necessary in case
6192         of left head tie  
6193
6194 2005-11-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6195
6196         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): use
6197         buildscript-dir iso. $(depth)/buildscripts.
6198
6199         * tex/GNUmakefile (local-uninstall): remove
6200         music-drawing-routines.ps juggling.
6201
6202         * stepmake/stepmake/install-targets.make (local-install-files):
6203         prepend src-dir to install targets.
6204
6205         * lily/system-start-delimiter-engraver.cc
6206         (acknowledge_system_start_delimiter): use
6207         add_offset_callback(). This fixes translation of nested
6208         staffgroups.
6209
6210         * lily/grob-closure.cc (add_offset_callback): only encaps in
6211         simple_closure if it's a procedure.
6212         
6213         * lily/span-bar.cc (calc_glyph_name): read glyph-name, not glyph
6214         from bar-line.
6215
6216         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
6217         remove-empty where pertinent.
6218
6219 2005-11-12  Graham Percival  <gpermus@gmail.com>
6220
6221         * Documentation/user/instrument-notation.itely: added
6222         Cameron Horsburgh's multiple stanzas docs.  Thanks!
6223
6224 2005-11-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6225
6226         * lily/GNUmakefile
6227         ($(top-build-dir)/Documentation/pictures/$(outbase)/lilypond.ico):
6228         make picture in builddir, not srcdir.
6229
6230 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6231
6232         * VERSION: release 2.7.16
6233         
6234         * scripts/lilypond-book.py (main): use commands.mkarg () to quote
6235         shell arguments. 
6236
6237 2005-11-10  Mats Bengtsson  <mabe@s3.kth.se>
6238
6239         * Documentation/user/examples.itely (Piano templates): Minor
6240         modification to the Piano centered lyrics example.
6241
6242 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6243
6244         * scripts/lilypond-invoke-editor.scm (run-browser): look at
6245         $BROWSER.
6246
6247         * Documentation/user/point-and-click.itely: simplify p&c
6248         instruction: don't configure firefox. Put lilypond-invoke-editor
6249         in front of the browser.
6250
6251         * scripts/lilypond-invoke-editor.scm (run-editor): new function.
6252         (run-browser): new function.
6253
6254         * lily/parser.yy (Lily_lexer): recognize Book
6255
6256         * lily/book.cc (clone): new function
6257
6258         * lily/parser.yy (book_body): allow BOOK_IDENTIFIER.
6259
6260 2005-11-10  Jürgen Reuter  <reuter@ipd.uka.de>
6261
6262         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc:
6263         Maintenance bugfix: reduce number of font related warnings by
6264         updating naming conventions for glyph-name.
6265
6266 2005-11-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6267
6268         * scm/define-grobs.scm (all-grob-descriptions): add
6269         rhythmic-grob-interface to TabNoteHead.
6270
6271         * scm/layout-beam.scm (check-quant-callbacks): remove
6272         set_stem_lengths()
6273
6274 2005-11-08  Jürgen Reuter  <reuter@ipd.uka.de>
6275
6276         * ly/gregorian-init.ly (divisiones): Maintenance bugfix: vertical
6277         alignment of centered divisiones.
6278
6279         * scm/scripts.scm (articulations): Maintenance bugfix:
6280         follow-into-staff -> quantize-position.
6281
6282         * lily/vaticana-ligature-engraver.cc (transform_heads): Bugfix:
6283         plica head in porrectus deminutus.
6284
6285 2005-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6286
6287         * make/lilypond.fedora.spec.in (Group): add %clean section.
6288
6289         * lily/tuplet-bracket.cc (print): change check: remove bracket if
6290         less then 1/5th of total length.  
6291         (print): use gap too.  Fixes tupletUp-single-bracket.ly
6292
6293         * scm/music-functions.scm (glue-mm-rest-texts): also put other
6294         events into EventChord. This fixes textspanners on mm rests. Fixes
6295         spanner-rest.ly
6296
6297         * lily/side-position-interface.cc (get_axis): read side-axis
6298         (set_axis): set side-axis.
6299
6300         * scm/define-grobs.scm (all-grob-descriptions): add side-axis
6301         properties everywhere.
6302
6303         * lily/spacing-spanner.cc (breakable_column_spacing): add
6304         average-spacing-wishes. Take maximum if not set.
6305         (musical_column_spacing): idem. Fixes: spacing-keysig-note.ly
6306
6307         * scm/define-grobs.scm (all-grob-descriptions): add
6308         average-spacing-wishes.
6309
6310         * lily/grob-closure.cc (add_offset_callback): bugfix: properly add
6311         offset callbacks. This fixes alignment for Fingering objects.
6312
6313         * scm/define-grobs.scm (all-grob-descriptions): tiny bit less
6314         space for key - timesig combination. 
6315
6316         * input/regression/script-stem-tremolo.ly (Module): new file.
6317
6318         * scm/define-grobs.scm (all-grob-descriptions): decrease distance
6319         to key sig.
6320
6321         * lily/dynamic-engraver.cc (acknowledge_stem_tremolo): new function.
6322         Fixes: c-tremolo-script.ly.
6323         
6324         * lily/text-engraver.cc (acknowledge_stem_tremolo): new function.
6325
6326         * lily/script-engraver.cc (acknowledge_stem_tremolo): new function.
6327         
6328         * scm/define-grobs.scm (all-grob-descriptions): remove
6329         self-X-offset. Fixes alignment of octavate-8.
6330
6331         * scripts/lilypond-book.py (datadir): look in
6332         LILYPONDPREFIX/share/lilypond/current/
6333
6334         * GNUmakefile.in: symlink current to <VERSION>. 
6335
6336 2005-11-07  Pedro Kroger  <kroeger@pedrokroeger.net>
6337
6338         * lily/main.cc: eps listed as a backend.
6339
6340 2005-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6341
6342         * scm/lily-library.scm (print-music-as-book): quote $defaultpaper.
6343
6344 2005-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6345
6346         * lily/include/score.hh (class Score): remove texts_ member.
6347
6348         * lily/beam.cc (set_stem_lengths): force direction callback.
6349         (print): read quantized-positions, so we can force
6350         Beam::set_stem_lengths to occur.
6351         (rest_collision_callback): use common X parent. 
6352
6353 2005-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
6354
6355         * flower/file-path.cc (find): Bugfix: Return name of file found.
6356
6357         * lily/main.cc (setup_paths): Bugfix for argv0 logic.
6358         (setup_paths)[__CYGWIN__ || __MINGW32__]: Normalize argv0.
6359         (setup_paths)[__MINGW32__]: Also look for argv0 + .exe.
6360
6361 2005-11-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6362
6363         * flower/offset.cc: idem.
6364
6365         * mf/*.mf: update email address.
6366
6367         * lily/font-config-scheme.cc:  new file.
6368
6369         * GNUmakefile.in (SUBDIRS): remove debian/ directory.
6370
6371         * lily/*:  cs.uu.nl -> xs4all.nl
6372
6373         * VERSION (PATCH_LEVEL): release 2.7.15
6374
6375         * make/lilypond.mandrake.spec.in (Module): remove Mandrake & Suse
6376         spec files.
6377
6378         * make/lilypond.fedora.spec.in: add %{libdir}/lilypond/
6379
6380 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6381
6382         * GNUmakefile.in: bugfix: encapsulate mkdir && cd in parens.   
6383
6384         * lily/staff-performer.cc (process_music): add audio
6385         elements. This makes MIDI instrument changes work once again.
6386
6387         * lily/main.cc (LY_DEFINE): add gmane address.
6388
6389         * lily/beam.cc: remove calc_positions()
6390
6391         * lily/include/grob.hh (class Grob): move pscore, dim_cache_,
6392         original_ in private scope.
6393         (class Grob): drop pscore_ pointer, change to output_def pointer.
6394         (class Grob): cleanup class definition.
6395
6396         * ly/spanners-init.ly (assertBeamQuant): use make-simple-closure.
6397
6398 2005-11-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6399
6400         * lily/main.cc (setup_paths)[__MINGW32__]: Do not assume argv0 is
6401         absolute.  Better diagnostics.
6402
6403         * GNUmakefile.in: Add bin/ to tree and populate with some links.
6404         This makes lilypond run from the build directory using argv0
6405         relocation (without any --prefix or LILYPONDPREFIX setting).
6406
6407 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6408
6409         * Documentation/topdocs/NEWS.tely (Top): document new backend design.
6410
6411         * scm/define-grobs.scm: purge self-[XY]-offset variables, replace
6412         with simple-closure.
6413
6414         * lily/self-aligment-interface.cc (set_align_self): new function
6415         (set_center_parent): new function.
6416
6417         * lily/side-position-interface.cc (set_axis): new function.
6418
6419         * lily/new-fingering-engraver.cc (position_scripts): use drul for
6420         generic code. 
6421
6422         * scm/define-grob-properties.scm (all-user-grob-properties):
6423         remove [XY]-offset-callbacks add [YX]-offset
6424         
6425 2005-11-02  Mats Bengtsson  <mabe@s3.kth.se>
6426
6427         * scm/define-grobs.scm (all-grob-descriptions): Added space-alist
6428         entry for time signatures after breathing signs. Bug report by
6429         Scott Russell.
6430
6431 2005-11-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6432
6433         * lily/main.cc (setup_paths)[!__MINGW32__]: Bugfix: if argv0 is
6434         not absolute, make it absolute using PATH.
6435
6436 2005-10-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6437
6438         * python/midi.c (initmidi): Fix type for mingw.
6439
6440 2005-10-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6441
6442         * stepmake/stepmake/compile-vars.make (SHARED_FLAGS): Support mingw.
6443
6444         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Detect mingw
6445         cross compiling.
6446
6447         * stepmake/aclocal.m4: Support python cross compiling.
6448
6449         * stepmake/stepmake/python-module-vars.make (SHARED_MODULE_SUFFIX):
6450         Add mingw section.
6451
6452 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6453
6454         * scm/output-lib.scm (chain-grob-member-functions): replace
6455         chained-callback.cc
6456
6457         * lily/chained-callback.cc (Module): remove file.
6458
6459         * lily/rest-collision.cc (force_shift_callback_rest): change to
6460         chained callback.
6461
6462         * lily/rest.cc (y_offset_callback): merge function of 3 callbacks. 
6463
6464         * lily/grob.cc (y_parent_positioning): remove axis argument from
6465         parent_positioning callbacks.
6466         (Grob): junk init code
6467         (get_offset): use generic property callbacks for
6468         X-offset, Y-offset. Remove Grob::{add,has}_offset_callback.
6469         (axis_parent_positioning): new function
6470         (axis_offset_symbol): new function
6471         (chain_offset_callback): new function
6472         (add_offset_callback): new function
6473
6474         * lily/beam.cc (rest_collision_callback): change signature; this
6475         is now a chained callback.
6476
6477         * lily/include/dimension-cache.hh (class Dimension_cache): remove
6478         callback administration.
6479
6480         * lily/simple-closure.cc: new file. Smob type that allows "grob
6481         member functions",
6482
6483             (ly:make-simple-closure FUNC A B)
6484
6485         is evaluated as (FUNC grob A B). This allows chaining of callbacks
6486         in various ways.
6487
6488         * lily/slur-engraver.cc (acknowledge_extra_object): use chained
6489         callbacks.
6490
6491         * lily/slur.cc (outside_slur_callback): take 2 arguments.
6492
6493         * lily/rest.cc (polyphonic_offset_callback): remove.
6494
6495         * lily/script-engraver.cc (try_music): remove bool* argument.
6496
6497         * scm/script.scm (default-script-alist): set quantize-position
6498         appropriately.
6499
6500         * lily/script-engraver.cc: remove follow_into_staff_ special coding. 
6501
6502         * lily/side-position-interface.cc (aligned_side): move staff
6503         position quantization from
6504         Side_position_interface::quantised_position().
6505         (quantised_position): remove
6506         
6507 2005-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6508
6509         * input/regression/beam-quant-standard.ly: reindent, set
6510         debug-beam-quanting to #t.
6511
6512         * lily/beam-concave.cc (calc_concaveness): set concaveness to
6513         10000 if this is a "hard" concave beam.
6514
6515         * lily/beam.cc (calc_least_squares_positions): change from
6516         calc_least_squares_dy
6517         (set_stem_lengths): this is now a chained callback.
6518
6519         * lily/context-property.cc (execute_general_pushpop_property):
6520         bugfix override with procedure should have effect.
6521
6522         * scm/define-grob-properties.scm (all-internal-grob-properties):
6523         remove position-callbacks.
6524
6525         * scm/define-grobs.scm (all-grob-descriptions): use
6526         ly:make-callback-chain for positions property.
6527
6528         * scm/layout-beam.scm (check-quant-callbacks): return list of
6529         chained callbacks.
6530
6531         * scm/lily.scm (type-p-name-alist): add callback-chain
6532
6533         * lily/lily-guile.cc (type_check_assignment): type check failure
6534         is warning not message.
6535
6536         * lily/grob-property.cc (try_callback): walk callback chain if
6537         appropriate.
6538
6539         * lily/chained-callback.cc: new file. new smob type.
6540
6541         * lily/lily-guile.cc (procedure_arity): new function.
6542
6543 2005-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6544
6545         * Documentation/topdocs/INSTALL.texi (Top): add perl flex bison.
6546
6547 2005-10-25  John Mandereau  <john.mandereau@free.fr>
6548  
6549         * Documentation/user/instrument-notation.itely (Figured bass):
6550         describe new features
6551
6552 2005-10-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6553
6554         * lily/beam.cc (calc_least_squares_dy): use property callback.
6555
6556         * lily/beam-concave.cc (calc_concaveness): use property callback.
6557
6558         * ly/paper-defaults.ly: move fixed dimensions from paper.scm 
6559
6560 2005-10-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6561
6562         * HACKING: Update.
6563
6564 2005-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6565
6566         * scm/layout-page-layout.scm (page-headfoot): annotate
6567         pagetopspace too.
6568
6569         * scm/stencil.scm (dimension-arrows): shorten arrowed lines a bit. 
6570
6571         * scm/layout-page-layout.scm (annotate-y-interval): y-annotation
6572         doesn't take y-space.
6573
6574         * scm/paper.scm (paper-alist): fix A7 dimensions. 
6575
6576 2005-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6577
6578         * stepmake/stepmake/generic-vars.make (DIST_FILES): Fix
6579         src-wildcard, remove $(wildcard).
6580
6581         * po/GNUmakefile (PO_FILES): 
6582         * ps/GNUmakefile (PS_FILES): 
6583         * tex/GNUmakefile (TEX_FILES): 
6584         * cygwin/GNUmakefile (POSTINSTALLS):
6585         * vim/GNUmakefile (EXTRA_DIST_FILES): Bugfix: [etags sr?] missed
6586         some wildcard calls.
6587
6588 2005-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6589
6590         * THANKS: add Thomas Bushnell.
6591
6592 2005-10-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6593
6594         * scm/lily.scm: Remove horrendous running-from-gui? kludge.
6595         (lilypond-main): Redirect to gui-main if 'gui is set.
6596
6597         * scripts/midi2ly.py (datadir): Add libdir iso datadir to path,
6598         for alternative installations kludging s/share/lib/g
6599         LILYPONDPREFIX. 
6600
6601         * SConstruct (libdir_package_version): Define.
6602
6603         * python/SConscript: 
6604         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install binary .so
6605         module in libdir.  
6606
6607 2005-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6608
6609         * lily/main.cc: clarify --safe.
6610
6611 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6612
6613         * VERSION: release 2.7.14
6614         
6615         * Documentation/user/*.itely: remove minimumVerticalExtent.
6616
6617         * scm/define-grobs.scm (all-grob-descriptions): remove
6618         RemoveEmptyVerticalGroup
6619
6620         * lily/hara-kiri-engraver.cc (get_spanner): create VerticalAxisGroup.
6621
6622         * lily/include/lily-guile.hh (GUILE_ELLIPSIS): define to get clean
6623         compile on MOSX
6624
6625         * python/convertrules.py (conv): add rules.
6626
6627         * lily/grob.cc: remove is_empty()
6628
6629         * lily/grob-property.cc: remove add_to_list_property().
6630
6631         * scripts/convert-ly.py (datadir): add prefix switching hack to
6632         .py too.
6633
6634         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily (cresc): remove
6635         space-function tweak.
6636
6637         * lily/grob.cc: remove X-extent-callback / Y-extent-callback.
6638
6639         * scm/define-grob-properties.scm (all-user-grob-properties):
6640         remove callback property.
6641
6642         * lily/include/grob.hh (class Grob): remove property_callbacks_
6643         member. Properties of procedure type are assumed to be callbacks.
6644
6645         * lily/ligature-engraver.cc (override_stencil_callback):
6646         rewrite. Use noteHeadLigaturePrimitive as source.
6647
6648         * scm/define-grob-properties.scm (all-internal-grob-properties):
6649         remove ligature-primitive-callback
6650
6651         * lily/include/dimension-cache.hh (class Dimension_cache): make
6652         class, with Grob as friend.
6653
6654         * lily/grob.cc: remove set_extent_callback(), set_extent() and
6655         has_extent_callback()
6656
6657         * scm/translation-functions.scm (format-new-bass-figure): read
6658         figuredBassPlusDirection
6659
6660         * scm/define-context-properties.scm
6661         (all-user-translation-properties): add figuredBassPlusDirection.
6662
6663         * lily/staff-spacing.cc (next_notes_correction): oops. Init wishes.
6664
6665         * lily/align-interface.cc (set_ordered): new function.
6666
6667         * lily/grob.cc (flush_extent_cache): rewrite.
6668
6669         * lily/dimension-cache.cc (Dimension_cache): cache extent as
6670         Interval pointer directly.
6671
6672         * lily/main.cc (setup_paths): insert extra / .
6673         (setup_paths): junk cff entry.
6674
6675         * lily/font-config.cc (init_fontconfig): only add type1 / otf
6676         directories.
6677
6678         * lily/axis-group-engraver.cc (finalize): remove
6679         extraVerticalExtent, minimumVerticalExtent verticalExtent.
6680
6681         * lily/grob.cc (Grob): don't set extent from ctor.
6682         (extent): use property callbacks. 
6683
6684         * lily/axis-group-interface.cc: remove set_axes() function.
6685
6686         * lily/grob-property.cc (del_property): new function.
6687
6688 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6689
6690         * lily/font-config.cc (init_fontconfig): resurrect mf/out/ check.
6691         
6692 2005-10-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6693
6694         * stepmake/stepmake/script-vars.make (PYTHON_SCRIPTS_IN): Oops.  Add.
6695
6696 2005-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6697
6698         * mf/SConscript: Updates.
6699
6700         * lily/GNUmakefile (OUT_DIST_FILES): Bugfix.
6701
6702         * stepmake/stepmake/*:
6703         * */GNUmakefile:
6704         * config.make.in:
6705         * GNUmakefile.in:
6706         * stepmake/aclocal.m4: Friendlier --srcdir build, allowing `make'
6707         from any directory in build-dir.  Cleanups.
6708
6709         * make/srcdir.make.in: Remove.
6710
6711         * lily/main.cc (setup_paths): Fix and document build-dir hack.
6712
6713         * SConstruct (CheckYYCurrentBuffer): Use TryCompile (there is no
6714         main).
6715
6716         * lily/SConscript: Remove ttftools.
6717
6718         * SConstruct: Resurrect.
6719
6720 2005-10-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6721
6722         * lily/tuplet-bracket.cc (print): use dy iso. positions[RIGHT] for
6723         Y coordinate. 
6724
6725         * lily/paper-book.cc (add_score_title): put Paper_score title into
6726         systems_ list.
6727
6728         * scm/translation-functions.scm (format-new-bass-figure): also
6729         allow plus in combination with _
6730
6731 2005-10-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6732
6733         * VERSION: 2.7.13 released.
6734
6735         * lily/note-collision.cc (check_meshing_chords): don't wipe
6736         stencil, merely set transparent.
6737
6738         * Documentation/topdocs/NEWS.tely (Top): mention John Mandereau. 
6739         (Top): document #'callbacks.
6740         (Top): document nested \override.
6741
6742         * input/regression/figured-bass.ly: update for slash and pluses.
6743
6744         * input/regression/figured-bass-continuation-forbid.ly (Module):
6745         new file.
6746
6747         * scm/translation-functions.scm (format-new-bass-figure): use
6748         slashed-digit if diminished is set.
6749         (format-new-bass-figure): add + if 'augmented is set.
6750
6751         * scm/define-markup-commands.scm (slashed-digit): new command slashed-digit.
6752
6753         * input/test/piano-staff-distance.ly: remove file.
6754
6755         * Documentation/user/advanced-notation.itely (Formatting cue
6756         notes): use length-fraction for making stems/beams smaller.
6757
6758         * lily/parser.yy (bass_figure): accept \+ \! and / as figured bass
6759         modifications.
6760
6761         * lily/new-figured-bass-engraver.cc: new property
6762         centerFiguredBassContinuations
6763
6764         * Documentation/user/changing-defaults.itely (Difficult tweaks):
6765         use callbacks.
6766
6767         * lily/context-property.cc (execute_general_pushpop_property):
6768         robustness checks.
6769
6770         * input/regression/override-nest.ly: new file.
6771
6772         * python/convertrules.py (FatalConversionError.subber): conversion
6773         rule for #'callbacks
6774
6775         * input/regression/override-nest.ly: new function.
6776
6777         * lily/parser.yy (music_property_def): allow \override #'a #'b =
6778         #c too. 
6779
6780         * lily/context-property.cc (lookup_nested_property): new function.
6781         (evict_from_alist): new function.
6782         (general_pushpop_property): new function.
6783         (execute_general_pushpop_property): rewrite. Support nested
6784         properties too.
6785
6786 2005-10-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6787
6788         * lily/beam.cc: use length-fraction too.
6789
6790         * scm/define-grob-properties.scm (all-user-grob-properties):
6791         remove property flag-width-function
6792         (all-user-grob-properties): remove space-function.
6793
6794         * scm/layout-beam.scm: remove flag-width-function.
6795
6796         * lily/beam.cc: remove flag-width-function
6797
6798         * scm/layout-beam.scm: remove beam dir functions.
6799
6800         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): use length-fraction.
6801
6802         * lily/stem.cc (calc_length): multiply with length_fraction. Makes
6803         for easier grace tweaks.
6804
6805         * lily/beam.cc: remove dir-function.
6806
6807         * lily/system.cc (pre_processing): use callback to trigger spacing procedures.
6808
6809         * lily/grob.cc: remove spacing-procedure.
6810
6811         * lily/note-head.cc (calc_stem_attachment): new function.
6812         (internal_print): use callback to get glyph-name.
6813
6814         * lily/grob-property.cc (get_interfaces): new function.
6815
6816         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-interfaces
6817
6818         * lily/stem.cc (calc_stem_end_position): new function.
6819         (calc_length): new function.
6820         document details for stem.
6821         remove Stem::get_direction()
6822
6823         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-set-callback! 
6824
6825         * lily/grob-property.cc (set_callback): new function.
6826
6827         * lily/script-engraver.cc (make_script_from_event): don't trigger callback.
6828
6829         * lily/item-scheme.cc: new file.
6830
6831         * lily/bar-line.cc (before_line_breaking): remove function.
6832         remove bar-size-procedure, break-glyph-function
6833
6834         * lily/clef-engraver.cc (set_glyph): use glyph iso. glyph-name
6835
6836         * lily/clef.cc (before_line_breaking): change to calc_glyph_name.
6837
6838         * lily/system-start-delimiter.cc (print): suicide from
6839         here. Remove after_line_breaking_callback.
6840
6841         * lily/script-interface.cc (calc_direction): use callback for direction.
6842
6843         * lily/side-position-interface.cc (aligned_side): don't use
6844         Side_position_interface::get_direction directly. Use callback. 
6845
6846         * lily/grob.cc (get_stencil): simplify: use callback mechanism to
6847         calculate stencil.
6848         (get_print_stencil): rename from get_stencil: create stencil with
6849         transparency, color and cause. 
6850
6851         * scm/define-grobs.scm: change print-function to stencil callback everywhere.
6852
6853         * python/convertrules.py (conv): insert temporary warning rule.
6854
6855         * lily/multi-measure-rest.cc (set_text_rods): use stencil directly.
6856
6857         * lily/grob-property.cc (try_callback): remove marker if applicable.
6858
6859         * lily/grob.cc: elucidate doc about after/before-line-breaking
6860
6861         * lily/slur-scoring.cc (enumerate_attachments): robustness fix.
6862
6863         * lily/stem.cc (height): idem.
6864
6865         * lily/stem-tremolo.cc: idem.
6866
6867         * lily/slur.cc (height): don't use get_uncached_stencil()
6868
6869         * lily/rest.cc (y_offset_callback): use offset callback
6870         iso. after-line-breaking callback.
6871
6872         * lily/grob.cc: change after/before-line-breaking-callback to
6873         after/before-line-breaking dummy properties.
6874
6875         * lily/include/grob.hh: remove Grob_status.
6876
6877         * scm/define-context-properties.scm
6878         (all-user-translation-properties): remove verticalAlignmentChildCallback
6879
6880         * lily/tuplet-bracket.cc: use positions property iso. left,right-position.
6881         (calc_direction): use callback
6882         (calc_positions): use callback.
6883
6884         * lily/tie.cc (calc_direction): use callback. Only call parent
6885         positioning for more than one tie.
6886
6887         * lily/tie-column.cc (calc_positioning_done): use callback
6888
6889         * lily/slur-scoring.cc (calc_control_points): use callback
6890
6891         * lily/slur.cc (calc_direction): use callback.
6892
6893         * lily/note-collision.cc (force_shift_callback): remove.
6894
6895         * lily/dot-column.cc (force_shift_callback): remove. Use
6896         other_axis_parent_positioning.
6897
6898         * lily/grob.cc (other_axis_parent_positioning): new function.
6899         (same_axis_parent_positioning): new function
6900
6901         * lily/align-interface.cc (alignment_callback): remove function.
6902
6903         * lily/note-collision.cc (calc_positioning_done): use callback.
6904
6905         * lily/laissez-vibrer-tie.cc (calc_control_points): use callback.
6906         (calc_direction): idem.
6907         remove print function.
6908
6909         * lily/laissez-vibrer-tie-column.cc (calc_positioning_done): use callback.
6910
6911         * lily/dot-column.cc (calc_positioning_done): use callback.
6912
6913         * lily/break-align-interface.cc (calc_positioning_done): use callback.
6914
6915         * lily/beam.cc (calc_direction): use pseudo-property for beam
6916         direction callback.
6917         (calc_positions): use callback 
6918
6919         * lily/align-interface.cc (calc_positioning_done): use
6920         callback. Fold fixed  distance and normal alignment in one function.
6921
6922         * lily/stem.cc (calc_stem_end_position): use callback.
6923         (calc_positioning_done): idem.
6924         (calc_direction): idem.
6925         (calc_stem_end_position): idem
6926         (calc_stem_info): idem.
6927
6928         * lily/grob-property.cc (get_property_data): new function: 
6929         (try_callback): new function.
6930
6931         * scm/define-grob-properties.scm (all-user-grob-properties): doc
6932         callbacks property.
6933
6934         * lily/break-align-interface.cc: remove Break_align_interface::alignment_callback.
6935
6936 2005-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6937
6938         * lily/tie.cc (get_position): robustness fix. Don't crash if a
6939         tie
6940         has no heads.
6941         
6942         * lily/include/*.hh (Module): compile fixes.
6943
6944 2005-10-14  Heikki Junes <hjunes@cc.hut.fi>
6945
6946         * elisp/lilypond-font-lock.el, elisp/lilypond-indent.el: Avoid nil 
6947         as an argument for char-syntax: use (char-syntax (or nil 0)) 
6948         instead of (char-syntax nil), thanks to Milan Zamazal.
6949
6950 2005-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6951
6952         * make/lilypond.fedora.spec.in (Group): add lilypond-internals to
6953         dist.
6954
6955         * lily/tuplet-bracket.cc: check columns of bounds, not bounds
6956         themselves.
6957
6958 2005-10-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6959
6960         * flower/include/virtual-methods.hh (VIRTUAL_COPY_CONSTRUCTOR):
6961         add class_name() method.
6962
6963         * lily/music-scheme.cc: remove ly:music-name.
6964
6965 2005-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6966
6967         * cygwin/postinstall-lilypond.sh: Remove cruft.
6968
6969         * cygwin/postremove-lilypond.sh: Remove.
6970
6971         * cygwin/GNUmakefile (default): Remove postremove rules.
6972
6973 2005-10-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6974
6975         * ly/titling-init.ly (evenHeaderMarkup): use space in header on
6976         even header too.
6977         
6978         * scm/define-markup-commands.scm (wordwrap-string): bugfix for
6979         MacOS 9 users.
6980
6981         * lily/hara-kiri-group-spanner.cc (consider_suicide): only
6982         consider break index for broken spanner.
6983
6984         * scm/define-markup-commands.scm (wordwrap-string): remove \r
6985         characters from string before splitting.
6986
6987 2005-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6988
6989         * scm/framework-ps.scm (output-preview-framework): use
6990         is-book-title to determine whether to chop off the booktitle.
6991
6992         * lily/paper-book.cc (systems): init from book-title-properties
6993         (add_score_title): init score-title-properties.
6994
6995         * ly/paper-defaults.ly: add {score,book}-title-properties.
6996
6997         * scm/document-backend.scm (lookup-interface): error message if
6998         using unknown interface.
6999
7000         * lily/volta-bracket.cc (after_line_breaking): new function. Set
7001         edge-height.
7002
7003         * lily/horizontal-bracket.cc (make_enclosing_bracket): rename from
7004         make_bracket.
7005         (make_bracket): new function.
7006
7007         * scm/lily.scm (define-scheme-options): add paper-size option.
7008
7009         * ly/declarations-init.ly (laissezVibrer): get paper size from
7010         -dpaper-size
7011
7012         * scm/translation-functions.scm: use \fontsize for changing the
7013         fontsize.
7014
7015         * scm/define-grobs.scm (all-grob-descriptions): set
7016         between-length-limit to 1.0
7017
7018         * lily/tie-helper.cc: add between_length_limit_ detail property.
7019
7020         * mf/feta-bolletjes.mf: typos.
7021
7022         * lily/note-head.cc (internal_print): don't shadow idx
7023         parameter. This fixes wrong attachment for do shape heads.
7024
7025 2005-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7026
7027         * scm/parser-ly-from-scheme.scm: rename from ly-from-scheme.scm
7028
7029         * scm/parser-clef.scm (supported-clefs): rename from clef.scm
7030
7031         * scm/layout-slur.scm: rename from slur.scm
7032
7033         * scm/layout-page-layout.scm: rename from page-layout.scm
7034
7035         * scm/layout-beam.scm: rename from beam.scm
7036
7037         * scm/define-grob-interfaces.scm (bass-figure-interface): add
7038         bass-figure-interface
7039
7040         * lily/new-figured-bass-engraver.cc (process_music): add
7041         implicitBassFigures property.
7042         
7043         * scm/define-markup-commands.scm (pad-x): new markup.
7044
7045         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set
7046         minimumVerticalExtent on FiguredBass context.
7047
7048         * lily/figured-bass-continuation.cc (center_on_figures): kludge in
7049         case the continuation crosses a line break.
7050
7051 2005-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7052
7053         * flower/file-name.cc (dos_to_posix)[__CYGWIN__]: Return
7054         unconverted value if cygwin_conv_to_posix_path () fails.  Fixes
7055         absolute file name bug.  
7056
7057 2005-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7058
7059         * VERSION (PACKAGE_NAME): release 2.7.12
7060
7061         * input/regression/figured-bass-continuation-center.ly: new file.
7062
7063         * input/regression/beam-outside-beamlets.ly: new file.
7064
7065         * lily/beam.cc (set_beaming): don't clip edges.
7066         (connect_beams): don't clip edges.
7067
7068         * lily/beaming-info.cc (clip_edges): new function.
7069
7070         * lily/enclosing-bracket.cc (struct Enclosing_bracket): new file.
7071
7072         * Documentation/user/instrument-notation.itely (Figured bass):
7073         demonstrate extenders, update seealso links.
7074
7075         * scm/titling.scm (marked-up-headfoot): change tagline
7076         handling. tagline = ##f will blank the tagline as well.
7077
7078 2005-10-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7079
7080         * Documentation/topdocs/NEWS.tely: add entry for Figured bass.
7081
7082         * lily/new-figured-bass-engraver.cc (struct
7083         New_figured_bass_engraver): add new_music_found_ member.
7084
7085         * lily/lilypond-version.cc (Lilypond_version): deal with
7086         incorrectly formatted version strings. 
7087
7088         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): switch on
7089         New_figured_bass_engraver by default.
7090
7091         * lily/ttf.cc (print_trailer): only define glyph names when
7092         FT_Face has FT_FACE_FLAG_GLYPH_NAMES
7093
7094 2005-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7095
7096         * lily/horizontal-bracket.cc (make_bracket): new function.
7097
7098         * scm/define-grobs.scm (all-grob-descriptions): new grobs
7099         NewBassFigure, BassFigureBracket, BassFigureContinuation,
7100         BassFigureLine, BassFigureAlignment
7101
7102         * lily/new-figured-bass-engraver.cc (process_music): new file.
7103
7104         * lily/figured-bass-continuation.cc: new file.
7105
7106         * lily/include/horizontal-bracket.hh (struct Horizontal_bracket):
7107         new file.
7108
7109 2005-10-04  Mats Bengtsson  <mabe@s3.kth.se>
7110
7111         * scripts/lilypond-book.py: Bug fix, put the quote around the
7112         actual score for LaTeX documents.
7113
7114         * scm/define-grobs.scm (all-grob-descriptions): Change
7115         collapse-height of the SystemStartBracket grob to 5.0, 
7116         so the bracket disappears for single stave score lines (similarly
7117         to SystemStartBraces). 
7118
7119         * Documentation/user/advanced-notation.itely (Polymetric
7120         notation): Clarify the use of compressMusic.
7121
7122         * Documentation/user/basic-notation.itely (Grace notes): Clarify
7123         that the grace spacer note in other staves need the same duration
7124         and document the stroke-style property.
7125
7126 2005-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7127
7128         * Documentation/user/global.itely (Vertical spacing): document
7129         alignment-extra-space and fixed-alignment-extra-space.
7130
7131         * Documentation/topdocs/NEWS.tely (Top): add entry.
7132
7133         * input/regression/alignment-vertical-spacing.ly: new file.
7134
7135         * python/convertrules.py (conv): add rule.
7136
7137         * ly/music-functions-init.ly: rename outputProperty to overrideProperty
7138
7139         * lily/align-interface.cc (stretch_after_break): new
7140         function. Read fixed-alignment-extra-space property.
7141         (align_elements_to_extents): read alignment-extra-space property.
7142
7143         * lily/lily-guile.cc (robust_scm2dir): new function.
7144
7145         * scm/page-layout.scm (page-headfoot): annotate headsep and footsep.
7146         (annotate-space-left): new function. Annotate space left on page. 
7147         (annotate-y-interval): new function.
7148         (paper-system-annotate-last): new function. Annotate bottom-space.
7149
7150         * mf/feta-beugel.mf (y): 
7151
7152 2005-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7153
7154         * VERSION (PACKAGE_NAME):  release 2.7.11
7155
7156         * scm/lily-library.scm (interval-translate): new function
7157         (interval-center): new function. 
7158
7159         * scm/page-layout.scm (paper-system-annotate): new function. Add
7160         arrows for dimensions.
7161  
7162         * scm/stencil.scm (dimension-arrows): new function.
7163
7164         * Documentation/user/global.itely (Vertical spacing): mention annotatespacing
7165
7166         * input/regression/page-spacing.ly: add annotatespacing
7167
7168         * lily/paper-system-scheme.cc (LY_DEFINE): remove ly:paper-system-{extent,stencil}
7169         (LY_DEFINE): new function ly:paper-system-set-property!
7170
7171         * Documentation/user/global.itely (Paper size): explain how to add
7172         sizes.
7173
7174         * scm/paper.scm (paper-alist): rename tabloid paper to 11x17 to
7175         correspond to GS's definition.
7176
7177         * lily/tuplet-bracket.cc (after_line_breaking): suicide empty
7178         tuplet bracket.
7179         (print): only connect to next bracket if the next one is alive.
7180         (print): set padding to 0.0 if the bound is a breakable
7181         column. This makes tupletFullLength brackets reach up to the staff
7182         line if it doesn't connect to the next line.
7183
7184 2005-09-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7185
7186         * lily/bar-number-engraver.cc: correct docs.
7187
7188         * scm/output-lib.scm (first-bar-number-invisible): rename from
7189         default-bar-number-visibility
7190
7191 2005-09-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7192
7193         * scm/define-music-properties.scm (all-music-properties): remove
7194         predicate property.
7195
7196 2005-09-28  Heikki Junes  <hjunes@cc.hut.fi>
7197
7198         * po/fi.po: refresh.
7199
7200 2005-09-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7201
7202         * input/regression/hara-kiri-pianostaff.ly (disappear): remove
7203         superfluous s1.
7204         (disappear): bugfix.
7205
7206         * lily/stem-tremolo.cc (raw_stencil): read slope property.
7207
7208         * lily/include/paper-system.hh (class Paper_system): remove
7209         staff_extents_ member.
7210
7211         * lily/paper-system-scheme.cc (LY_DEFINE): remove.
7212
7213         * lily/include/paper-system.hh (class Paper_system): remove
7214         number_ variable. Remove is_title_. Remove break_before_penalty_
7215
7216         * lily/paper-book.cc (systems): use 'number property iso. number_
7217         member.
7218
7219         * lily/paper-system-scheme.cc: remove ly:paper-system-break-before-penalty
7220         remove ly:paper-system-number.
7221
7222         * scm/lily-library.scm (paper-system-title?): new function.
7223
7224         * lily/book.cc (process): bugfix: flip ?: cases. 
7225
7226         * Documentation/user/changing-defaults.itely (Difficult tweaks):
7227         add outputProperty.
7228
7229         * ly/music-functions-init.ly: add outputProperty music function.
7230
7231         * scm/paper.scm (set-paper-dimension-variables): add pagetopspace
7232
7233         * scm/page-layout.scm (ly:optimal-page-breaks): read next-space
7234         and next-padding.
7235         (optimal-page-breaks): rename from ly:optimal-page-breaks.
7236
7237         * lily/paper-system-scheme.cc (LY_DEFINE): new function.
7238
7239         * lily/paper-system.cc (internal_get_property): new function.
7240
7241         * Documentation/user/global.itely (Vertical spacing): refer to
7242         page-spacing.ly
7243
7244         * scm/page-layout.scm (ly:optimal-page-breaks): add support for
7245         pagetopspace
7246
7247         * input/regression/page-spacing.ly: new file.
7248
7249         * input/regression/page-top-space.ly: new file.
7250
7251         * lily/spacing-spanner.cc: cmath -> math.h
7252
7253         * lily/paper-system.cc (read_left_bound): new function. Read
7254         line-break-system-details from left bound to determine extents.
7255  
7256         * Documentation/user/programming-interface.itely (Using LilyPond
7257         syntax inside Scheme): change applyxxx -> applyXxx.
7258
7259         * ly/music-functions-init.ly: add outputProperty music function.
7260
7261         * lily/parser.yy (Generic_prefix_music_scm): add scm-scm-scm signature.
7262
7263         * lily/grob-scheme.cc (LY_DEFINE): add ! to ly:grob-suicide! name.
7264
7265         * python/convertrules.py (conv): rule
7266
7267         * ly/music-functions-init.ly: applyxxx -> applyXxx
7268
7269         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): alias
7270         TabVoice to Voice.
7271
7272 2005-09-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7273
7274         * flower/include/real.hh: include <math.h> iso. <cmath>
7275
7276         * flower/include/offset.hh: include real.hh
7277
7278 2005-09-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7279
7280         * Documentation/user/changing-defaults.itely (Difficult tweaks):
7281         fix example, now that 'interfaces is no longer directly available.
7282
7283         * lily/book.cc (process): don't crash if paper == NULL.
7284
7285         * po/fr.po: update.
7286
7287 2005-09-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7288
7289         * scm/define-music-types.scm (music-descriptions): set length and
7290         start-callback for QuoteMusic
7291
7292 2005-09-15  Mats Bengtsson  <mabe@s3.kth.se>
7293
7294         * lily/tie.cc (get_configuration): Replace fabs -> abs for integer
7295         arguments. Fixes compilation error with gcc 3.3.
7296
7297 2005-09-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7298
7299         * VERSION: release 2.7.10
7300
7301         * stepmake/stepmake/python-module-rules.make
7302         ($(outdir)/%$(SHARED_MODULE_SUFFIX)): SHARED_FLAGS at the end.  
7303
7304         * lily/*.cc: remove <cmath> everywhere. <cmath> is included from
7305         real.hh
7306
7307 2005-09-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7308
7309         * stepmake/stepmake/c++-vars.make (#EXTRA_CXXFLAGS): don't add
7310         -Werror. Otherwise GCC barfs over various optimizations.
7311
7312         * scm/define-grob-properties.scm (all-internal-grob-properties):
7313         add note-head property
7314
7315         * Documentation/user/instrument-notation.itely (Laissez vibrer
7316         ties): new node.
7317
7318         * input/regression/laissez-vibrer-ties.ly: new file.
7319
7320         * lily/laissez-vibrer-engraver.cc: new file.    
7321
7322         * lily/include/tie-column-format.hh: new file.
7323
7324         * lily/tie-column-format.cc: new file. 
7325
7326         * lily/tie-column.cc (set_manual_tie_configuration): new function.
7327
7328         * lily/laissez-vibrer-tie.cc: new file.
7329
7330         * lily/include/laissez-vibrer-tie.hh: new file.
7331
7332         * ly/engraver-init.ly: add Laissez_vibrer_engraver
7333
7334         * ly/declarations-init.ly (laissezVibrer): add \laissezVibrer
7335
7336         * scm/define-grobs.scm (all-grob-descriptions): add
7337         LaissezVibrerTie, LaissezVibrerTieColumn
7338
7339         * lily/tie-column.cc (set_tie_config_directions): new function
7340         (final_shape_adjustment): new function.
7341         (shift_small_ties): new function.
7342
7343         * scm/define-music-types.scm (music-descriptions): add LaissezVibrerEvent
7344
7345         * lily/include/tie.hh (struct Tie_details): add x_gap_
7346         (struct Tie_configuration): add head_position_
7347
7348         * lily/tie-column.cc (set_chord_outline): new function.
7349
7350         * mf/cmr.enc.in:  remove file.
7351
7352 2005-09-11  Graham Percival  <gpermus@gmail.com>
7353
7354         * Documentation/user/examples.itely: typo fix.  Thanks, Matevž
7355
7356 2005-09-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7357
7358         * mf/feta-banier.mf: make vertical stem 1/2 stemthickness wide to
7359         reduce aliasing effects.
7360
7361         * lily/tie-column.cc (set_chord_outlines): bugfix: insert complete
7362         box in skyline.
7363
7364 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7365
7366         * lily/tie.cc (get_configuration): don't crash if left_dot is NULL.
7367
7368         * flower/include/real.hh: std::fabs too.
7369
7370 2005-09-08  Jan Nieuwenhuizen  <janneke@gnu.org>
7371
7372         * Documentation/user/lilypond.tely: Spell Baßtuba in UTF-8 (Werner). 
7373
7374         * lily, flower: Include C++ iso C headers.  Import namespace std
7375         throughout.
7376
7377         * lily/side-position-interface.cc: 
7378         * lily/scm-hash.cc: 
7379         * lily/note-head.cc: 
7380         * lily/include/includable-lexer.hh: 
7381         * flower/include/string-data.icc: Remove using std::*.
7382
7383         * lily, flower: Include C++ iso C headers.  Import namespace std
7384         throughout.
7385
7386         * lily/side-position-interface.cc: 
7387         * lily/scm-hash.cc: 
7388         * lily/note-head.cc: 
7389         * lily/include/includable-lexer.hh: 
7390         * flower/include/string-data.icc: Remove using std::*.
7391
7392         * Documentation/user/instrument-notation.itely (Entering lyrics):
7393         Multiple latin-1->utf-8 conversion fix.
7394
7395         * Documentation/user/*tely: Update Emacs cookie to utf-8.
7396
7397 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7398
7399         * lily/tie.cc (get_configuration): also avoid dots for non-space
7400         situations.
7401
7402 2005-09-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7403
7404         * Documentation/user/instrument-notation.itely: Bugfix.
7405
7406 2005-09-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7407
7408         * tex/GNUmakefile: don't install texinfo.tex
7409
7410         * tex/ : cleanup: remove unused files.
7411
7412         * lily/general-scheme.cc: remove my_{isinf,isnan}.
7413
7414         * flower/include/real.hh: using std::{isnan,isinf}
7415         
7416         * VERSION (PATCH_LEVEL): release 2.7.9
7417
7418 2005-09-05  Graham Percival  <gpermus@gmail.com>
7419
7420         * Documentation/user/ instrument-notation.itely,
7421         advanced-notation.itely: minor tweaks.
7422
7423         * input/test/script-chart.ly: add item padding.
7424
7425 2005-09-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7426
7427         * flower/offset.cc: use math.h iso. <cmath>
7428
7429         * scm/ps-to-png.scm (make-ps-images): use png16m again, for sake
7430         of IE users.
7431
7432         * scm/framework-eps.scm (dump-stencils-as-EPSes): cleanup.
7433         (widen-left-stencil-edges): new function. Fix alignment problems
7434         with LaTeX includegraphics.
7435
7436         * lily/text-interface.cc (interpret_markup): use abort().
7437
7438 2005-09-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7439
7440         * input/regression/tie-chord.ly (testLong): add a chord in 4ths
7441
7442         * lily/tie.cc (get_configuration): update bezier shape as we
7443         change Y positions.
7444         (get_configuration): don't move large ties if we're outside of the
7445         staff.
7446
7447 2005-09-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7448
7449         * scm/define-markup-commands.scm (strut): swap X and Y dims.
7450         
7451 2005-09-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7452
7453         * .cvsignore: Add auto-generated configure files and then some.
7454
7455 2005-09-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7456
7457         * scm/define-grobs.scm (DynamicLineSpanner): Add
7458         X-extent-callback.  Fixes hairpin-slur collision.
7459
7460 2005-08-31  Graham Percival  <gpermus@gmail.com>
7461
7462         * Documentation/user/advanced-notation.itely,
7463         basic-notation.itely: minor changes.
7464
7465 2005-08-31  Mats Bengtsson  <mabe@s3.kth.se>
7466
7467         * scm/framework-eps.scm (dump-stencils-as-EPSes): Insert a
7468         \linebreak between each .eps file if \betweenLilyPondSystem is
7469         undefined. 
7470
7471         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
7472         music): Document the \linebreak
7473
7474         * Documentation/user/lilypond-book.itely,
7475         input/tutorial/lbook-latex-test.tex,
7476         Documentation/user/examples.itely: Remove \usepackage{graphics}
7477
7478 2005-08-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7479
7480         * mf/aybabtu.pe.in (i): don't merge alphabet into aybabtu.
7481
7482         * lily/ly-module.cc (make_stand_in_procs_weak): 1.6.4 and earlier
7483         compat bugfix.
7484
7485         * scripts/lilypond-book.py (PREAMBLE_LY): define
7486         inside-lilypond-book
7487         (modify_preamble): new function. Insert \RequirePackage{graphics}
7488         when no {graphics found in preamble.  
7489
7490 2005-08030  Graham Percival  <gpermus@gmail.com>
7491
7492         * Documentation/user/basic-notation.itely, global.itely,
7493         tutorial.itely: misc small changes.
7494
7495 2005-08-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7496
7497         * stepmake/aclocal.m4: Include MY_PATCH_LEVEL in config.make's
7498         VERSION.
7499
7500 2005-08-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7501
7502         * lily/tie-column.cc (new_directions): put Tie down on center
7503         staff line. 
7504
7505         * lily/script-interface.cc (before_line_breaking): use
7506         Grob::programming_error
7507
7508         * scm/ps-to-png.scm (make-ps-images): use pngalpha device.
7509
7510         * scripts/lilypond-book.py (get_latex_textwidth): oops. Take [0]
7511         of splitext.
7512
7513 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7514
7515         * VERSION (PACKAGE_NAME): VERSION release 2.7.8
7516
7517 2005-08-29  Werner Lemberg  <wl@gnu.org>
7518
7519         * mf/GNUmakefile: Add `-f' flag to `rm' command while removing
7520         the `*.scale.pfa' files to avoid warnings.
7521
7522 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7523
7524         * lily/tempo-performer.cc (process_music): idem.
7525
7526         * lily/midi-def.cc (get_tempo): Rational to int conversion bug.
7527
7528 2005-08-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7529
7530         * Documentation/user/advanced-notation.itely (Text markup): not a
7531         fragment.
7532
7533         * lily/midi-item.cc (to_string): use to_int() iso. int cast.
7534
7535         * lily/staff-performer.cc (initialize): add tempo/name to
7536         audio_staff_
7537
7538
7539 2005-08-26  Graham Percival  <gpermus@gmail.com>
7540
7541         * Documentation/user/advanced.itely: add text-only example.
7542
7543         * Documentation/user/invoking.itely: add index entries for
7544         convert-ly.
7545
7546         * Documentation/user/ tutorial.itely, basic-notation.itely:
7547         small fixes suggested by Steve D.  Thanks!
7548
7549 2005-08-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7550
7551         * input/regression/markup-bidi-pango.ly: new file.
7552
7553         * lily/pango-font.cc (pango_item_string_stencil): make Mingw code
7554         standard. Remove #ifdef. Remove memleak.
7555         (text_stencil): use text_dir to decide how to composite items.
7556         (text_stencil): determine uniform text direction for the entire
7557         string.
7558
7559         * scripts/lilypond-book.py (output_name): remove
7560         latex_filter_cmd. Non-portable to non-Unix systems. 
7561         (get_latex_textwidth): use File.write and os.unlink() instead.
7562
7563         * THANKS: add Vicente & Trevor.
7564
7565         * lily/grob.cc (discretionary_processing): look up origin for
7566         programming_error too. 
7567
7568         * input/regression/tie-broken.ly: new file.
7569
7570         * lily/tie-column.cc (set_chord_outlines): set outline for line
7571         break case too.
7572         
7573 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7574
7575         * lily/pango-font.cc (text_stencil): don't translate glyphs in
7576         unscaled transform, just translate stencils.
7577
7578         * ly/performer-init.ly: init timing to #t.  Fixes bar checks in
7579         MIDI.
7580
7581         * scm/define-markup-commands.scm (wordwrap-string): use
7582         text-direction
7583         (wordwrap-stencils): idem.
7584         (line): idem.
7585         (fill-line): idem.
7586         (wordwrap-stencils): translate last line to right for
7587         text-direction = LEFT.
7588
7589         * scm/define-grob-properties.scm (all-user-grob-properties): add
7590         text-direction.
7591
7592 2005-08-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7593
7594         * lily/lily-parser.cc (Lily_parser): also copy output_basename_
7595         when copying a Lily_parser object.
7596
7597 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7598
7599         * scm/define-markup-commands.scm (null): add null markup.
7600
7601 2005-08-25  Mats Bengtsson  <mabe@s3.kth.se>
7602
7603         * lily/item.cc: Add documentation of center-invisible
7604
7605 2005-08-24  Graham Percival  <gpermus@gmail.com>
7606
7607         * Documentation/user/advanced-notation.itely: add info about
7608         raising text.
7609
7610         * Documentation/user/programming-interface.itely: fix example
7611         involving raised text.
7612
7613 2005-08-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7614
7615         * lily/beam.cc (print): fix X start/end points of isolated
7616         beamlets.
7617
7618         * scm/output-ps.scm (grob-cause): escape spaces in URLs.
7619
7620         * lily/multi-measure-rest.cc (set_text_rods): new function.
7621
7622         * lily/vertical-align-engraver.cc (process_music): call
7623         Align_interface::set_axis(). This forces #'elements to be ordered,
7624         preventing random vertical reordering of staves.
7625
7626         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
7627         add avoid-slur property. 
7628
7629         * Documentation/user/basic-notation.itely (Measure repeats): add
7630         countPercentRepeats example.
7631
7632         * Documentation/user/advanced-notation.itely (Other text markup
7633         issues): remove remark about normal-font.  We have \normal-text
7634
7635         * input/regression/tie-chord.ly: add note about remaining bugs.
7636
7637         * lily/tie.cc (print): try Tie_column::set_directions () if
7638         control-points not yet defined.
7639
7640 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7641
7642         * lily/system-start-delimiter.cc (staff_brace): don't remove brace
7643         extent. This fixes braces falling out of the EPS bbox.
7644
7645         * mf/feta-beugel.mf (braces_per_font): make brace glyph align
7646         exactly to bbox.
7647
7648 2005-08-23  Graham Percival  <gpermus@gmail.com>
7649
7650         * {various} : change #up->#UP and #down->#DOWN.
7651
7652         * ly/titling-init.ly: Spacing fix when using printallheaders=##t.
7653
7654         * Documentation/user/advanced-notation.itely: clarify
7655         what objects handles text on a multimeasure rest.
7656
7657 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7658
7659         * VERSION (PATCH_LEVEL): release 2.7.7
7660
7661 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7662
7663         * make/lilypond-vars.make: set -dgs-font-load for "make web" 
7664
7665         * Documentation/topdocs/INSTALL.texi (Top): add GS bugfix requirement.
7666
7667         * input/regression/*.ly: formatting clean-up. Default layout
7668         before music expression.
7669
7670         * input/mutopia/R.Schumann/GNUmakefile (examples): switch off
7671         romanze28-2 example.
7672
7673         * scm/ps-to-png.scm: remove dir-re function.
7674         (make-ps-images): generate page names, instead of globbing them.
7675         This brings down LilyPond memory usage for make web by a factor
7676         10. 
7677
7678         * scripts/lilypond-book.py (Lilypond_snippet.png_is_outdated):
7679         don't use glob. With 3000 files, globbing
7680         Documentation/user/out-www/ can take too much time. 
7681         
7682         * lily/lily-guile.cc (gulp_file_to_string): take size argument.
7683
7684         * lily/general-scheme.cc (LY_DEFINE): take optional size argument.
7685
7686         * input/regression/tie-manual.ly: new file
7687
7688         * input/regression/tie-chord.ly: update.
7689
7690         * flower/include/interval.hh (struct Interval_t): 
7691
7692         * lily/tie.cc (distance): new function 
7693         (height): new function.
7694         (init): new function
7695         (Tie_details): new struct.
7696
7697         * lily/skyline.cc (skyline_height): new function.
7698
7699         * lily/tie-column.cc (set_chord_outlines): new function.
7700         (new_directions): read tie-configuration
7701
7702         * lily/skyline.cc: fix ASCII art.
7703         
7704 2005-08-22  Mats Bengtsson  <mabe@s3.kth.se>
7705
7706         * python/convertrules.py (string_or_scheme): Fix spelling error
7707
7708 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7709         
7710         * lily/tie-column.cc (set_directions): set directions only once.
7711         (add_configuration): new function.
7712
7713         * lily/tie.cc (set_control_points): new function
7714
7715         * lily/tie-column.cc (new_directions): new function.
7716
7717         * ly/music-functions-init.ly: set 'pitch property
7718         iso. trill-pitch. This makes \relative work with \pitchedTrill
7719
7720         * lily/tie.cc (get_configuration): new function. Don't generate
7721         control points, rather, generate configuration.
7722         remove head-pair property.
7723
7724         * lily/include/tie.hh (struct Tie_configuration): new struct.
7725
7726 2005-08-22  Heikki Junes  <hjunes@cc.hut.fi>
7727
7728         * Documentation/topdocs/NEWS.tely: clarify.
7729
7730 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7731
7732         * lily/tie.cc: remove minimum-length
7733
7734         * scm/define-grob-properties.scm (all-user-grob-properties):
7735         remove staffline-clearance, y-offset 
7736
7737         * input/regression/tie-dots.ly (Module): remove.
7738
7739         * lily/tie.cc (get_control_points): rewrite. Put short ties in
7740         staff-spaces, make long ties cross staff lines. Avoid flags and dots.
7741
7742         * input/regression/tie-single.ly: new file.
7743
7744 2005-08-21  Graham Percival  <gpermus@gmail.com>
7745
7746         * ly/bagpipe.ly: fix compile problem.
7747
7748 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7749
7750         * lily/midi-item.cc (name): new method.
7751
7752         * lily/staff-performer.cc (acknowledge_audio_element): use
7753         signature of baseclass.
7754
7755         * lily/engraver-group.cc (do_announces): move recursion call out
7756         of while loop. 
7757
7758         * lily/drum-note-performer.cc (class Drum_note_performer): use
7759         process_music everywhere.
7760
7761         * ly/performer-init.ly: add default children everywhere.
7762
7763         * lily/paper-book.cc (output): call paper-book-write-midis
7764         directly: always write MIDI, even if no \layout {} block. 
7765
7766 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7767
7768         * VERSION (PACKAGE_NAME): release 2.7.6
7769
7770         * lily/percent-repeat-engraver.cc (try_music): don't print warning
7771         about not being able to handle repeat.
7772
7773 2005-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7774
7775         * Documentation/user/examples.itely (Piano templates):
7776         * lily/include/performer-group.hh: Remove last traces of
7777         Performer_group_performer.  Fixes make web.
7778
7779 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7780
7781         * Documentation/user/examples.itely (Piano templates): change
7782         Engraver_group_engraver -> Engraver_group
7783
7784         * lily/ly-module.cc (make_stand_in_procs_weak): only kludge if
7785         scm_stand_in_procs is not weak_any.
7786
7787         * lily/volta-bracket.cc (print): don't use strcmp().
7788
7789         * lily/volta-engraver.cc (process_music): use
7790         Text_interface::is_markup() for setting the 'text property of the
7791         volta bracket.
7792
7793         * input/mutopia/claop.py (accents): update syntax to 2.6
7794
7795         * scm/define-context-properties.scm
7796         (all-user-translation-properties): add countPercentRepeats.
7797
7798         * Documentation/user/basic-notation.itely (Measure repeats): add
7799         isolated percent example.
7800
7801 2005-08-18  Graham Percival  <gpermus@gmail.com>
7802
7803         * input/ {various}: change direction #1, #-1 to
7804         #up/#down or \fooUp, \fooDown.
7805
7806         * Documentation/user/music-glossary.tely: #-1 to #down.
7807
7808         * ly/bagpipe.ly, engraver-init.ly, property-init.ly: #1
7809         to #up, #-1 to #down.
7810
7811 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7812
7813         * lily/include/engraver-group.hh: rename.
7814
7815         * lily/include/performer-group.hh: rename.
7816
7817 2005-08-18  Mats Bengtsson  <mabe@s3.kth.se>
7818
7819         * input/test/script-abbreviations.ly: Removed some old LaTeX
7820         left overs.
7821
7822 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7823
7824         * python/convertrules.py (conv): inside-slur -> avoid-slur.
7825         Remove functions.  Remove if 1: constructs, reindent.
7826
7827         * scripts/convert-ly.py (add_version): Add functions from
7828         convertrules.py
7829
7830         * scm/script.scm (default-script-alist):
7831         s/priority/script-priority.  Fixes script stacking.  Backportme.
7832         (Fermata): Very low priority.
7833
7834 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7835
7836         * input/regression/*.ly: remove superfluous \score blocks. Reindent.
7837
7838         * input/regression/slur-script.ly: remove padding tweaks. Add
7839         comment strings.
7840
7841         * lily/note-spacing.cc (get_spacing): remove kludge for EOL wide
7842         time sigs and related stuff.
7843
7844         * scm/define-grob-properties.scm (all-user-grob-properties): add
7845         @code{} tags to property description.
7846
7847         * lily/include/line-group-group-engraver.hh (Module): remove file.
7848
7849         * python/convertrules.py (conv): add rule for
7850         Engraver_group_engraver -> Engraver_group.
7851
7852         * lily/include/performer-group-performer.hh: analogous.
7853
7854         * lily/include/engraver-group-engraver.hh: rename to Engraver_group.
7855
7856         * lily/context-def.cc (instantiate): check for
7857         Engraver_group_engraver and Performer_group_performer not
7858         Engraver/Performer. Fixes crashes when doing \with { \consists .. }
7859  
7860 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7861
7862         * input/les-nereides.ly: Remove three fingering tweaks, update
7863         remaining one.
7864
7865         * input/regression/slur-script-inside.ly: Update, fix doc.
7866
7867         * scm/script.scm: Update to avoid-slur.
7868
7869         * scm/define-grob-properties.scm (avoid-slur): New property.
7870
7871         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
7872         * lily/slur-engraver.cc (acknowledge_extra_object): Invoke
7873         outside_slur_callback if avoid-slur != #'inside.
7874
7875         * scm/define-grobs.scm (Fingering, Textscript): No
7876         inside-slur/outside-slur preference.
7877         (DynamicLineSpanner): Always outside slur.
7878
7879         * input/regression/slur-script.ly: More tests.
7880
7881 2005-08-17  Graham Percival  <gpermus@gmail.com>
7882
7883         * Documentation/user/lilypond-book: fix notime entry.
7884
7885         * Documentation/user/advanced-notation.itely: add info on
7886         getting an I rehearsal mark.
7887
7888         * Documentation/user/putting.itely: reinstate "I", re-enforce
7889         the fact that \override numbers are the result of
7890         experimentation and personal taste.
7891
7892         * Documentation/user/invoking.itely: update convert-ly bugs.
7893
7894 2005-08-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7895
7896         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set timing
7897         to #t.
7898
7899         * lily/timing-translator.cc (initialize): don't initialize timing.
7900
7901         * input/regression/stem-spacing.ly (Module): remove file.
7902
7903         * input/regression/spacing-stick-out.ly: specify Score context for
7904         \override
7905
7906         * input/regression/clefs.ly: remove spurious {}s 
7907
7908 2005-08-17  Heikki Junes  <hjunes@cc.hut.fi>
7909
7910         * Documentation/topdocs/NEWS.tely,
7911         input/regression/repeat-percent-count.ly: clarify a bit.
7912
7913 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7914
7915         * input/no-notation/display-lily-tests.ly: delete
7916         display-lily-init call.
7917
7918         * ly/music-functions-init.ly (displayLilyMusic): move
7919         display-lily-init call at top level, so that the user should not
7920         have to call it.
7921
7922         * scm/define-music-display-methods.scm (note-name->lily-string):
7923         retrieve note names directly from pitchnames using new function `rassoc'.
7924         (display-lily-init): note names list construction removed.
7925
7926 2005-08-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7927
7928         * THANKS: spello.
7929
7930         * lily/lily-parser.cc (get_header): copy module, instead of
7931         returning it.
7932
7933         * Documentation/topdocs/NEWS.tely (Top): add entry for percent
7934         counters.
7935
7936         * Documentation/user/basic-notation.itely (Measure repeats): add
7937         links to Counter grobs.
7938
7939         * scm/define-grobs.scm (all-grob-descriptions): add
7940         DoublePercentRepeatCounter
7941         (all-grob-descriptions): add PercentRepeatCounter
7942
7943         * lily/percent-repeat-engraver.cc (class Percent_repeat_engraver):
7944         also create counter grobs.
7945
7946         * lily/separation-item.cc (extremal_break_aligned_grob): don't
7947         return grob without space-alist.
7948
7949         * input/proportional.ly: tune staff-padding.
7950
7951         * input/regression/repeat-percent-count.ly: new file. 
7952
7953 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7954
7955         * input/no-notation/display-lily-tests.ly: moved from
7956         input/regression/ to input/no-notation. Be sure to call
7957         `display-lily-init' before trying to use the display function.
7958
7959 2005-08-16  Mats Bengtsson  <mabe@s3.kth.se>
7960
7961         * scripts/lilypond-book.py (option_definitions): Don't localize
7962         the empty string. Fixes bug when --psfonts was used with
7963         non-English locale.
7964
7965 2005-08-15  Graham Percival  <gpermus@gmail.com>
7966
7967         * lily/tuplet-bracket.cc: simple build fix.
7968
7969         * Documentation/user/putting.itely: use "we" instead of "I".
7970
7971         * Documentation/user/basic-notation.itely: cautionary accidentals
7972         work with naturals, too.
7973
7974 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7975
7976         * lily/tuplet-bracket.cc (calc_position_and_height): add
7977         staff-padding support.
7978
7979         * input/proportional.ly: set staff-padding.
7980         
7981         * VERSION (PATCH_LEVEL): release 2.7.5
7982
7983         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): text formatting
7984         fixes. Remove tweaks.
7985
7986         * input/regression/tuplet-slope.ly: add a test case.
7987
7988         * lily/tuplet-bracket.cc (calc_position_and_height): revert
7989         erroneous fix. Add spanner bounds to offset array with relative X
7990         positions.
7991
7992         * ly/engraver-init.ly: add Rest_engraver only once.
7993
7994         * scm/define-music-display-methods.scm (KeyChangeEvent): only do
7995         (*parser*) lookup if (*parser*) != #f.
7996
7997 2005-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>
7998
7999         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
8000         Cut-and paste update.
8001
8002         * input/regression/slur-script.ly: Add example of reverting
8003         inside-slur for fingering.
8004
8005         * scm/define-grobs.scm (DynamicLineSpanner, Fingering,
8006         TextScript): Explicitly set inside-slur #f, forcing these out of slur.
8007
8008         * lily/slur-engraver.cc (acknowledge_extra_object): Only invoke
8009         outside_slur_callback if inside-slur == #f (as opposed to unset).
8010
8011 2005-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8012
8013         * tex/GNUmakefile (INSTALLATION_FILES): Remove enc symlink setup,
8014         encoding files are already removed.
8015
8016 2005-08-15  Mats Bengtsson  <mabe@s3.kth.se>
8017
8018         * Documentation/user/advanced-notation.itely (Instrument names):
8019         Document a workaround for instrument names that collide with
8020         system start braces/brackets.
8021
8022 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8023
8024         * lily/rest-collision.cc (do_shift): spello.
8025
8026         * input/proportional.ly: use #'used property. Set break-overshoot
8027         property.
8028
8029         * mf/feta-arrow.mf: center on arrow tip center, iso. tip edge.
8030
8031         * lily/paper-column.cc: add #'used property
8032
8033         * lily/mark-engraver.cc (stop_translation_timestep): set grob
8034         array for staves found.
8035
8036         * lily/metronome-engraver.cc (stop_translation_timestep): set grob
8037         array for stavesFound.
8038
8039         * lily/staff-spacing.cc (next_note_correction): add fixed and
8040         space to calling convention. This fixes spacing of accidentals
8041         after barlines.
8042
8043         * input/regression/spacing-accidental-stretch.ly: add barline -
8044         accidental case.
8045
8046         * scm/framework-ps.scm (page-header): add version number to
8047         creator
8048         (eps-header): idem.
8049
8050         * mf/feta-bolletjes.mf: swap d0 and u0 fa heads.
8051         
8052 2005-08-13  Graham Percival  <gpermus@gmail.com>
8053
8054         * Documentation/user/global.itely: add "fit as much as
8055         possible onto this page" example (Vertical spacing).
8056
8057 2005-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8058
8059         * *: Nitpick run.
8060
8061         * buildscripts/fixcc.py: Fixes.
8062
8063 2005-08-12  Graham Percival  <gpermus@gmail.com>
8064
8065         * Documentation/user/advanced-notation.itely: add markup
8066         example to Text spanners.
8067
8068 2005-08-12  Mats Bengtsson  <mabe@s3.kth.se>
8069
8070         * Documentation/user/basic-notation.itely (Ties): Add example of
8071         tying a tremolo to a chord. Thanks to Steve Doonan. 
8072
8073         * lily/tie-engraver.cc: Add tieWaitForNote to the list of read
8074         properties and move tieMelismaBusy to the list of written
8075         properties. 
8076
8077 2005-08-12  Heikki Junes  <hjunes@cc.hut.fi>
8078
8079         * po/TODO: suggest to use a dedicated tool like kbabel.
8080
8081         * po/fi.po: update using kbabel.
8082
8083 2005-08-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8084
8085         * *: Remove obsolete files.  Nitpick run.
8086
8087         * lily/lily-guile.cc (parse_symbol_list): Bugfix.
8088
8089 2005-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8090
8091         * mf/GNUmakefile (get-*-fonts): Rename from get-*-pfa.  Copy SVG
8092         too.
8093
8094         * Documentation/topdocs/NEWS.tely (Top): Add slur script feature.
8095
8096         * lily/lily-guile.cc (parse_symbol_list): Rewrite.  Grok multiple
8097         whitespace as symbol separator.
8098
8099         * lily/side-position-interface.cc: Add slur-padding.
8100
8101         * input/regression/slur-script.ly: Fixed.  Backportme?  This is
8102         quite a large fix, and it never worked in a stable release; so not
8103         really a regression.
8104
8105         * lily/phrasing-slur-engraver.cc (class Phrasing_slur_engraver):
8106         Update cut and paste code from Slur_engraver.
8107
8108         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
8109         Add.
8110
8111         * scm/define-grobs.scm (DynamicLineSpanner): Add
8112         dynamic-line-spanner-interface.
8113         (DynamicLineSpanner, TextScript, Fingering): Add slur-padding.
8114
8115 2005-08-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8116
8117         * lily/slur-engraver.cc (acknowledge_extra_object): Bugfix: use
8118         to_boolean () so that non-set 'inside-slur means false.
8119
8120         * lily/slur.cc (outside_slur_callback): Bugfixes: make sure that
8121         slur has control-points.  Skip script without direction.  Always
8122         do_shift if script inside slur, even if slur not contained in
8123         script y-extent.  Increment k in loop.
8124
8125 2005-08-11  Mats Bengtsson  <mabe@s3.kth.se>
8126
8127         * scm/define-markup-commands.scm: Improved regexp to search for
8128         EPS bounding boxes and corrected call to ly:warning.
8129
8130 2005-08-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8131
8132         * Documentation/user/programming-interface.itely (Displaying music
8133         expressions): doc for \displayLilyMusic. Also some precisions in
8134         "Markup construction in Scheme"
8135
8136 2005-08-10  Mats Bengtsson  <mabe@s3.kth.se>
8137
8138         * scm/define-markup-commands.scm (normal-text): Added 2 new
8139         markup commands, \normal-text and \medium (the latter thanks to
8140         Bruce Fairchild). 
8141
8142 2005-08-08  Graham Percival  <gpermus@gmail.com>
8143
8144         * Documentation/user/programming-interface.itely: fix @{ @}.
8145
8146         * scm/define-markup-commands.scm: add linewidth info to
8147         \justify and \wordwrap, add "upright is the opposite of italic".
8148
8149         * Documentation/user/advanced-notation.itely: shaped->shape,
8150         add (cons (markup "foo")) type of example to text markup,
8151         reword multi-measure rests section.
8152
8153         * lily/note-heads-engraver.cc: changed Shaped->Shape in a
8154         comment.  No actual code was touched.
8155
8156         * Documentation/user/invoking.itely: add more info about
8157         \include.  Thanks, Bruce!
8158
8159         * THANKS: add Bruce Fairchild, alphabetise.
8160
8161         * Documentation/user/global.itely: document \score{\header{}}
8162         behavior.
8163
8164         * Documentation/user/basic-notation.itely: reword multi-measure
8165         rest discussion in Rests.
8166
8167 2005-08-08  Mats Bengtsson  <mabe@s3.kth.se>
8168
8169         * Documentation/user/programming-interface.itely (Markup
8170         construction in Scheme): Corrected example and tried to clarify
8171         the implicit \line in the table.
8172
8173 2005-08-07  Graham Percival  <gpermus@gmail.com>
8174
8175         * Documentation/user/instrument-notation.itely: moved
8176         some bagpipe info back into the bagpipe section.  Somehow
8177         it ended up in the "other vocal issues" section?!  :o_O
8178
8179 2005-08-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8180
8181         * scm/framework-ps.scm (dir-join): Rename from path-join (joins
8182         directories, not paths).
8183
8184 2005-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
8185
8186         * scm/framework-ps.scm (munge-lily-font-name): Bugfix: Munge only
8187         plain emmentaler/aybabtu.  Backportme.
8188
8189         * lily/tuplet-bracket.cc (calc_position_and_height): Bugfix:
8190         missing dir correction.
8191
8192 2005-08-05  Graham Percival  <gperlist@shaw.ca>
8193
8194         * scm/define-markup-commands: fix reversed justify/wordwrap
8195         doc strings.
8196
8197 2005-08-05  Jürgen Reuter  <reuter@ipd.uka.de>
8198
8199         * lily/ligature-engaver.cc, lily/coherent-ligature-engaver.cc,
8200         lily/gregorian-ligature-engaver.cc,
8201         lily/include/ligature-engraver.hh,
8202         lily/include/coherent-ligature-engraver.hh,
8203         lily/include/gregorian-ligature-engraver.hh: make these classes
8204         truely abstract.  This should fix some internal oddities such as
8205         duplicate as well as dead translator/property declarations, and
8206         also some dead code.
8207
8208         * lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc:
8209         bugfix: avoid message "junking empty ligature" on ligature
8210         brackets by collecting dummy grobs.
8211
8212 2005-08-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8213
8214         * lily/tuplet-bracket.cc (print): default right overshoot to 0.0
8215
8216         * input/proportional.ly (staffKind): bugfix.
8217         (staffKind): updates by Trevor Baca.
8218
8219         * scm/define-grobs.scm (all-grob-descriptions): remove arrows as
8220         default layout. 
8221
8222         * lily/tuplet-bracket.cc (print): check whether edge-text is a
8223         pair.
8224
8225         * lily/beam.cc (rest_collision_callback): call position_beam() if
8226         necessary.
8227
8228         * VERSION: release 2.7.4
8229
8230         * input/regression/spacing-uniform-stretching.ly: new file.
8231
8232         * lily/spacing-loose-columns.cc (set_loose_columns): use robust_relative_extent().
8233
8234         * Documentation/topdocs/NEWS.tely (Top): add Nicolas as
8235         contributor.
8236
8237         * lily/include/ly-module.hh: define MODULE_GC_KLUDGE globally.
8238
8239         * input/proportional.ly: new file.
8240
8241         * lily/tuplet-bracket.cc (after_line_breaking): don't suicide if
8242         columns is empty
8243
8244         * lily/tuplet-engraver.cc (finalize): new function. Reset right
8245         bounds to currentCommandColumn for the last step.
8246         (start_translation_timestep): if tupletFullLength is set, set
8247         bound to Paper Column
8248
8249         * input/regression/tuplet-full-length.ly (indent): new file.
8250
8251         * lily/spacing-loose-columns.cc (set_loose_columns): space a whole
8252         clique of loose columns, eg. a set of grace notes in strict
8253         notespacing.
8254
8255         * input/regression/spacing-strict-spacing-grace.ly: new file.
8256
8257         * lily/key-signature-interface.cc: change property name to
8258         alteration-alist
8259
8260         * lily/key-engraver.cc (read_event): read keyAlterationOrder, not
8261         keyAccidentalOrder
8262
8263         * python/convertrules.py (conv): keyAccidentalOrder ->
8264         keyAlterationOrder
8265
8266         * lily/key-engraver.cc (create_key): always print a cancellation
8267         for going to C-major/A-minor, regardless of printKeyCancellation.
8268         (create_key): remove typecheck for visibility. This fixes key
8269         signature not being printed.
8270
8271         * lily/spacing-determine-loose-columns.cc: new file.
8272
8273         * input/regression/spacing-strict-notespacing.ly: new file.
8274
8275         * lily/spacing-spanner.cc (generate_springs): rename from
8276         do_measure. 
8277         (generate_pair_spacing): new function.
8278         (init, generate_pair_spacing): set between-cols for floating
8279         nonmusical columns.
8280
8281         * lily/spaceable-grob.cc (get_spring): new function. 
8282
8283         * lily/tuplet-bracket.cc (print): on the left, the overshoot is
8284         relative to the right edge of the prefatory matter.
8285
8286         * lily/beam.cc (print): read break-overshoot to determine where to
8287         stop/start broken beams.
8288
8289         * input/regression/spanner-break-overshoot.ly: new file.
8290
8291 2005-08-04  Graham Percival  <gperlist@shaw.ca>
8292
8293         * ly/bagpipe.ly: updated.
8294
8295         * Documentat/user/instrument.itely: un-comment out bagpipe example.
8296
8297 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8298
8299         * lily/dynamic-engraver.cc (acknowledge_slur): add slur to
8300         support: now (de)crescs avoid slurs as well.
8301
8302         * Documentation/user/instrument-notation.itely (Bagpipe example):
8303         comment out non-functioning bagpipe example.
8304         (Bagpipe definitions): idem.
8305
8306         * Documentation/topdocs/NEWS.tely (Top): add uniform-stretching example.
8307         (Top): add proportionalNotationDuration example.
8308
8309         * input/regression/spacing-proportional.ly: new file.
8310
8311         * lily/tuplet-bracket.cc (parallel_beam): broken bracket never is
8312         synched to a beam.
8313
8314         * lily/beam.cc (shift_region_to_valid): divide by zero fix. This
8315         fixes beams with a single stem (eg. beams across linebreaks.)
8316
8317         * lily/parser.yy (simple_string): allow \new STRING_IDENTIFIER.
8318
8319         * flower/rational.cc (operator +): prevent overflow. This fixes
8320         heavily nested tuplets.
8321
8322         * lily/auto-beam-engraver.cc (derived_mark): new method. Yes. We
8323         have to protect even those unlikely to be corrupted data members.  
8324
8325 2005-08-04  Graham Percival  <gperlist@shaw.ca>
8326
8327         * ly/bagpipe.ly: new file.
8328
8329         * THANKS: added Sven Axelsson.
8330
8331 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8332
8333         * lily/spacing-engraver.cc (stop_translation_timestep): directly
8334         copy proportionalNotationDuration into currentMusicalColumn if
8335         set.
8336
8337         * lily/spacing-spanner.cc (musical_column_spacing): if
8338         uniform-stretching set, fixed space is 0.0
8339
8340         * input/regression/spacing-multi-tuplet.ly: show
8341         uniform-stretching property.
8342
8343         * lily/spacing-spanner.cc (effective_shortest_duration): new function.
8344
8345         * lily/include/spacing-spanner.hh (class Spacing_spanner): new file.
8346         (struct Spacing_options): new struct.
8347
8348         * lily/spacing-basic.cc: new file.
8349
8350         * lily/spacing-spanner.cc (note_spacing): remove outdated code:
8351         delta_t doesn't have to be smaller than shortest_playing_len
8352
8353 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8354
8355         * input/regression/markup-arrows.ly:  new file.
8356
8357         * lily/tuplet-bracket.cc: document new behavior.
8358
8359         * input/regression/tuplet-broken.ly: new file. Demonstrate tuplets
8360         with line breaks.
8361
8362         * scm/define-markup-commands.scm (arrow-head): arrow-head markup command.
8363
8364         * scm/define-grobs.scm (all-grob-descriptions): set arrows as
8365         default 
8366
8367         * lily/tuplet-bracket.cc: add edge-text property.
8368         add break-overshoot.
8369         (print): read break-overshoot.
8370         (print): read edge-text, add stencils.
8371
8372         * mf/feta-arrow.mf: new file.
8373
8374         * mf/feta-generic.mf: add feta-arrow.
8375
8376 2005-08-03  Mats Bengtsson  <mabe@s3.kth.se>
8377
8378         * Documentation/user/lilypond-book.itely (An example of a
8379         musicological document): Added flag -o to dvips for people who use
8380         the default setting in teTeX where output is sent to the printer. 
8381
8382         * Documentation/user/global.itely (Vertical spacing): Added
8383         reference to the Axis_group_engraver which documents the *Extent
8384         properties.
8385
8386 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8387
8388         * Documentation/user/basic-notation.itely (Tuplets): add note
8389         about nested tuplets. Remove BUG. 
8390
8391         * input/regression/tuplet-nest.ly: update: remove manual hack. 
8392
8393         * lily/tuplet-bracket.cc (print): use robust_scm2drul
8394         (print): manually call print() for subtuplets.
8395         (calc_position_and_height): add subtuplets to the
8396         support. Vertically shift outer tuplet 
8397
8398         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): set
8399         remove-first for Lyrics, ChordNames and FiguredBass
8400
8401         * scm/define-grob-properties.scm (all-internal-grob-properties):
8402         use ly:grob-array? iso. grob-list?
8403         (all-internal-grob-properties): add tuplets grob-array.
8404
8405         * lily/tuplet-bracket.cc (add_tuplet_bracket):
8406         new function
8407
8408 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8409
8410         * input/test/time-signature-staff.ly: new file.
8411
8412         * ly/declarations-init.ly (center): escape to Scheme. Fixes
8413         spurious #<Music FingerEvent> errors. Backportme.
8414
8415 2005-08-03  Mats Bengtsson  <mabe@s3.kth.se>
8416
8417         * Documentation/user/programming-interface.itely (Markup
8418         construction in Scheme): Corrected markup syntax in the
8419         translation table.
8420
8421 2005-08-03  Graham Percival  <gperlist@shaw.ca>
8422
8423         * Documentation/user/instrument-notation.itely: small update
8424         to bagpipe notation docs; thanks Sven!
8425
8426         * Documentation/user/basic-notation.itely: add link about trills.
8427
8428 2005-08-02  Graham Percival  <gperlist@shaw.ca>
8429
8430         * Documentation/user/music-glossary: remove accidentally committed
8431         fink patch.
8432
8433 2005-08-02  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
8434
8435         * lily/lily-parser.cc (get_header): new function. Enable multiple
8436         \header definitions.
8437
8438         * lily/parser.yy (lilypond_header_body): use get_header.
8439
8440         * ly/init.ly:
8441         * scm/lily-library.scm (print-score-with-defaults): renamed
8442         $globalheader to $defaultheader
8443             
8444         * Documentation/user/global.itely (Creating titles): added short
8445         explanation that multiple headers are useable.
8446
8447
8448 2005-08-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8449
8450         * lily/module-scheme.cc (LY_DEFINE): new file. 
8451
8452         * Documentation/user/advanced-notation.itely (Font selection): add
8453         doco for make-pango-font-tree.
8454
8455 2005-07-31  Graham Percival  <gperlist@shaw.ca>
8456
8457         * Documentation/user/music-glossary: more languages
8458         for tenuto.
8459
8460         * Docuemntation/user/instrument-notation.itely: minor
8461         update for bagpipe example.
8462
8463 2005-07-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8464
8465         * input/regression/+.ly (TODO): add some text.
8466
8467 2005-07-28  Graham Percival  <gperlist@shaw.ca>
8468
8469         * Documentation/user/invoking.itely: \score begins with music.
8470
8471         * Documentation/user/ basic-notation.itely,
8472         instrument-notation.itely: minor changes.
8473
8474         * Documentation/user/music-glossary.itely: began tenuto entry.
8475
8476 2005-07-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8477
8478         * scm/output-socket.scm (bezier-sandwich): add bezier-sandwich
8479
8480         * mf/feta-bolletjes.mf: swap up and down for aiken heads.
8481
8482 2005-07-27  Graham Percival  <gperlist@shaw.ca>
8483
8484         * Documentation/user/examples.itely: remove bagpipe template.
8485
8486         * Documentation/user/instrument-notation.itely: add bagpipe
8487         section, maybe fix quotes in lyrics.  I hate text encoding.
8488         Clarify chord durations, more bagpipe stuff.
8489
8490 2005-07-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8491  
8492         * lily/accidental-engraver.cc: formatting fixes.
8493
8494         * lily/spacing-spanner.cc (prune_loose_columns): right-items is a
8495         grob-array.
8496
8497         * lily/arpeggio.cc (print): suicide arpeggio for single notehead.
8498
8499         * lily/note-column.cc (arpeggio): new function.
8500
8501         * lily/note-spacing.cc (get_spacing): also take arpeggio into
8502         account for spacing.
8503
8504 2005-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
8505
8506         * lily/main.cc (sane_setenv)[!ARGV0_RELOCATION]: Also define.
8507         (setup_guile_env): Use it instead of nonstandard setenv.  Fixes
8508         mingw build.
8509         
8510 2005-07-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8511
8512         * scm/lily.scm (lilypond-all): clear anonymous modules after
8513         processing files.
8514
8515 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8516
8517         * flower/include/guile-compatibility.hh (SCM_I_CONSP): add
8518         SCM_I_CONSP
8519
8520         * VERSION: 2.7.3 released
8521
8522         * Documentation/user/invoking.itely (Invoking lilypond): add
8523         LILYPOND_GC_YIELD documentation.
8524
8525         * lily/*: cleanups: use scm_from_int iso. scm_int2num. Idem for
8526         scm_from_real / scm_make_real.
8527
8528         * lily/main.cc (setup_guile_env): new function. Set GC min_yields
8529         higher. This increases memory footprint, but provides overall
8530         speedup of 15 to 20%. 
8531
8532         * lily/include/translator.hh (class Translator): remove
8533         PRECOMPUTED_VIRTUAL everywhere.
8534
8535         * lily/include/lily-guile.hh: inline scm_c[ad]r, scm_is_pair.
8536
8537         * lily/context.cc (now_mom): non-recursive now_mom() 
8538
8539         * lily/include/profile.hh: new file.
8540
8541         * lily/profile.cc: new file.
8542
8543         * lily/grob.cc (Grob::Grob): look properties up directly.
8544
8545         * lily/open-type-font.cc (get_indexed_char): cache index -> bbox
8546         lookups.
8547
8548         * lily/include/box.hh (class Box): smob Box type.
8549
8550         * lily/smobs.cc (protect_smob): O(1) GC (un)protection.
8551
8552         * lily/include/smobs.hh (DECLARE_BASE_SMOBS): add methods
8553         protect() and unprotect(). Use throughout.
8554
8555 2005-07-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8556
8557         * Documentation/topdocs/NEWS.tely: new item for \displayLilyMusic
8558
8559         * scm/define-music-display-methods.scm (markup->lily-string):
8560         markup elements can also be strings (without simple-markup
8561         appended)
8562
8563 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8564
8565         * lily/context.cc (where_defined): also assign value in
8566         where_defined().
8567
8568         * lily/bezier.cc (get_other_coordinate): use curve_coordinate
8569         (curve_coordinate): new function
8570
8571         * lily/simple-spacer.cc (add_columns): only add rods between
8572         column i and begin/end if keep-inside-line is set (this repleces
8573         allow-outside-line as default)
8574
8575 2005-07-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8576
8577         * lily/tuplet-engraver.cc (start_translation_timestep): only read
8578         tupletSpannerDuration if applicable.
8579
8580         * lily/font-size-engraver.cc (process_music): read fontSize only
8581         once per timestep.
8582
8583         * lily/engraver*cc: use throughout.
8584         
8585         * lily/include/translator.icc (ADD_ACKNOWLEDGER): new macro.
8586
8587         * lily/translator.cc (add_acknowledger): new file. Directly jump
8588         into an Engraver::acknowledge_xxx () method based on a grobs
8589         interface-list.
8590
8591         * lily/include/translator-dispatch-list.hh (class
8592         Engraver_dispatch_list): new struct, new file.
8593
8594         * scm/define-context-properties.scm
8595         (all-internal-translation-properties): remove acceptHashTable,
8596         acknowledgeHashTable
8597
8598         * lily/translator-group.cc (mark_smob): idem for acceptHashTable.
8599
8600         * lily/engraver-group-engraver.cc (Engraver_group_engraver):
8601         change acknowledgeHashTable to C++ member. 
8602
8603         * lily/rest-collision.cc (do_shift): use extract_grob_set().
8604
8605 2005-07-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8606
8607         * scm/display-lily.scm: new file. Define a `display-lily-music'
8608         function, that displays the music expression given as an argument,
8609         using LilyPond notation.
8610
8611         * scm/define-music-display-methods.scm: new file. Implementation
8612         of display methods for each music type.
8613
8614         * ly/music-functions-init.ly (displayLilyMusic): new function for
8615         displaying music with LilyPond notation.
8616
8617         * input/regression/display-lily-tests.ly: new regression test file
8618         for `display-lily-music'.
8619
8620         * scm/markup.scm: remove obsolete debugging code (for printing
8621         markups with LilyPond notation).
8622
8623         * scm/define-music-types.scm (music-name-to-property-table):
8624         * scm/clef.scm (supported-clefs): export, in order to be accessible
8625         from the (scm display-lily) module.
8626
8627 2005-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8628
8629         * Documentation/topdocs/NEWS.tely (Top): Typo.
8630
8631 2005-07-22  Heikki Junes  <hjunes@cc.hut.fi>
8632
8633         * Documentation/index.html.in, Documentation/texinfo.css,
8634           stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
8635           Documentation/bibliography/index.html.in,
8636           Documentation/bibliography/html-long.bst: revert css-width patch,
8637           it does not work with IE6.
8638
8639 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8640
8641         * Documentation/texinfo.css: revert 760px hack. 
8642
8643         * VERSION: release 2.7.2
8644
8645         * Documentation/topdocs/NEWS.tely (Top): mention barNumberCheck
8646
8647         * Documentation/user/basic-notation.itely (Barnumber check): add
8648         section.
8649
8650         * scm/music-functions.scm (skip-to-last): new function. Show only
8651         last showLastLength part of the \score.
8652
8653         * lily/moment-scheme.cc (LY_DEFINE): new function ly:moment-sub
8654
8655         * python/convertrules.py (conv): add ly:x-moment rule
8656
8657         * lily/moment-scheme.cc (LY_DEFINE): rename ly:X-moment  -> ly:moment-X
8658
8659         * Documentation/topdocs/NEWS.tely (Top): add new feature.
8660
8661         * Documentation/user/instrument-notation.itely (Flexibility in
8662         alignment): options in subsections.
8663
8664         * lily/lyric-engraver.cc (process_music): don't typeset text for _
8665         syllable text. Instead, assume that the previous lyric text is a
8666         melismated text.
8667
8668         * Documentation/index.html.in: revert 800x600 change.
8669
8670 2005-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8671
8672         * lily/main.cc (main): Remove invalid handle kludge.
8673
8674         * scm/lily.scm (running-from-gui?): WINDOWS: check -dgui.
8675         (lambda): add gui define.
8676
8677 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8678
8679         * Documentation/topdocs/NEWS.tely (Top): add note about Musica ficta.
8680
8681         * Documentation/user/instrument-notation.itely (Musica ficta
8682         accidentals): add section Musica ficta accidentals
8683
8684         * lily/accidental-engraver.cc (make_suggested_accidental): new
8685         function.
8686         (make_standard_accidental): move into new function.
8687         (create_accidental): new function.
8688
8689         * scm/define-grobs.scm (all-grob-descriptions): new Grob
8690         AccidentalSuggestion
8691
8692         * lily/output-def-scheme.cc (LY_DEFINE): take default  argument.
8693
8694         * lily/output-def.cc (lookup_variable): return SCM_UNDEFINED if
8695         undefined.
8696
8697         * Documentation/user/global.itely (Page formatting): document
8698         horizontalshift.
8699
8700         * scm/page-layout.scm (default-page-music-height):
8701         horizontalshift: new variable, shift all systems by
8702         horizontalshift to the right, to make space for instrument names.
8703
8704         * scm/paper.scm (set-paper-dimension-variables): add horizontalshift
8705
8706         * lily/input-scheme.cc (LY_DEFINE): take format commands.
8707
8708 2005-07-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8709
8710         * lily/note-column.cc (dir): idem.
8711
8712         * lily/spacing-spanner.cc (Module): idem.
8713
8714         * lily/script-column.cc (before_line_breaking): use extract_grob_set()
8715
8716         * lily/include/paper-column.hh (class Paper_column): add
8717         non-static get_rank() member.
8718
8719         * VERSION: release 2.7.1
8720         
8721         * scm/framework-null.scm: new file, used for benchmarking.
8722
8723 2005-07-20  Heikki Junes  <hjunes@cc.hut.fi>
8724
8725         * Documentation/topdocs/INSTALL.texi, configure.in: fix
8726         version dependencies for fontforge and gs.
8727
8728         * Documentation/index.html.in, Documentation/texinfo.css,
8729         stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
8730         Documentation/bibliography/index.html.in, 
8731         Documentation/bibliography/html-long.bst: optimize width of
8732         html for a 800x600 screen (width:760), increases printability
8733         when 'fit to page' is not set and readability in wide screens.
8734
8735         * stepmake/bin/add-html-footer.py: add missing </p>.
8736
8737 2005-07-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8738
8739         * scm/define-markup-commands.scm (beam): use polygon in beam
8740         command.
8741
8742         * lily/grob-pq-engraver.cc (stop_translation_timestep): save up
8743         all acknowledged grobs, and do potentially expensive merge and
8744         write in one go.
8745
8746         * buildscripts/mf-to-table.py (write_fontlist): enforce noBreak.
8747
8748         * configure.in (reloc_b): add --enable-static-gxx to statically
8749         link to libstdc++
8750
8751         * lily/GNUmakefile (static-gxx-libs): new target
8752         static-gxx-libs. Create symlink to libstdc++.a
8753
8754         * lily/new-lyric-combine-music-iterator.cc: rename to
8755         Lyric_combine_music_iterator
8756
8757         * lily/lyric-combine-music-iterator.cc
8758         (Old_lyric_combine_music_iterator): rename to
8759         Old_lyric_combine_music_iterator
8760
8761         * lily/*-engraver.cc (various): remove double use of
8762         PRECOMPUTED_VIRTUAL function: only use
8763         start_translation_timestep() and stop_translation_timestep(), not
8764         both.
8765
8766         * lily/break-substitution.cc (fast_substitute_grob_array): do
8767         fast_substitute_grob_array for all unordered grob_arrays.
8768         (substitute_grob): return Grob *. Saves packing/unpacking SCMs.
8769         (substitute_grob_array): optimize.
8770
8771         * lily/align-interface.cc (set_axis): set ordered_ for 'elements
8772
8773         * lily/include/grob-array.hh (class Grob_array): ordered_ member.
8774
8775         * lily/parser.yy: revert $globalheader patch.
8776         
8777         * lily/include/translator.icc
8778         (IMPLEMENT_FETCH_PRECOMPUTABLE_METHODS): directly jump into
8779         Translator methods, without _static helper.
8780  
8781         * lily/grob-smob.cc (derived_mark): rename from
8782         do_derived_mark(). Return void.
8783
8784         * scm/define-context-properties.scm
8785         (all-internal-translation-properties): remove tweakCount/tweakRank.
8786
8787         * scm/output-lib.scm (begin-of-line-invisible): use vectors for
8788         predefined break-visibilities.
8789
8790         * lily/item.cc (handle_prebroken_dependencies): use a vector of 3
8791         booleans for break-visibility.
8792
8793         * Documentation/topdocs/NEWS.tely (Top): add note about engravers.
8794
8795         * python/convertrules.py (conv): rule for Timing_translator. 
8796
8797         * lily/include/translator.icc: new file. 
8798
8799         * lily/paper-column-engraver.cc (process_music): new
8800         file. Separate Paper_column factory from Score_engraver.
8801
8802         * lily/vertically-spaced-context-engraver.cc: administer
8803         spaceable-staves property of System.
8804
8805         * lily/translator-group-ctors.cc: new file.
8806
8807         * lily/context-property.cc (make_grob_from_properties): construct
8808         the right Grob class programmatically, looking at the class entry
8809         for the meta property.
8810
8811         * lily/break-align-engraver.cc (stop_translation_timestep): call
8812         Break_align_interface::add_element() directly.
8813
8814         * lily/context.cc (measure_position): measure_position() is now a
8815         normal function.
8816
8817         * lily/include/translator.hh (class Translator): rename
8818         process_acknowledged_grobs() to process_acknowledged() and move to
8819         Translator.
8820
8821         * scm/define-grobs.scm (all-grob-descriptions): add a 'class meta
8822         field for each grob description.
8823
8824         * lily/include/translator-group.hh (class Translator_group):
8825         change to base class. Separate class from Translator. This gets
8826         rid of virtual inheritance for Engravers/Performers.
8827
8828         * lily/staff-performer.cc (class Staff_performer): derive
8829         Staff_performer from Performer, not Performer_group_performer 
8830
8831         * Lily/translator-group.cc (precomputed_recurse_over_translators):
8832         new function.
8833         (precompute_method_bindings): new function. Precompute lists of
8834         Translators, so we only call methods (process_music,
8835         start_translation_timestep, etc.) for Translators needing
8836         it. Also: dispose of pointer-to-member-function calls.
8837
8838         * lily/engraver-group-engraver.cc: remove engraver_each,
8839         recurse_down_engravers ()
8840
8841         * lily/note-head.cc (internal_print): only call
8842         glyph-name-procedure if style != default. 
8843
8844 2005-07-16  Graham Percival  <gperlist@shaw.ca>
8845
8846         * ly/titling-init.ly: add printallheaders option.
8847
8848         * Documentation/user/global.itely: document printallheaders.
8849
8850 2005-07-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8851
8852         * lily/system.cc (do_derived_mark): don't mark from object_alist_
8853         anymore, but do it centrally.  
8854
8855         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
8856         hammer hack.
8857
8858         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-object
8859
8860         * scm/output-lib.scm: remove hammer-print-function.
8861
8862         * lily/include/pointer-group-interface.hh (extract_grob_set): new
8863         macro. Declare a Link_array<Grob> and fill it from a grob.
8864         (extract_item_set): idem for item.
8865
8866         * lily/break-substitution.cc: add header.
8867         (fast_substitute_grob_array): rewrite for Grob_arrays.
8868         (substitute_grob_array): idem.
8869
8870         * lily/group-interface.cc (add_thing): remove file.
8871
8872         * flower/include/parray.hh (class Link_array): slice() is const.
8873
8874         * lily/include/grob-array.hh: new file.
8875
8876         * lily/grob-array.cc (spanner): new file.
8877
8878         * lily/beam-quanting.cc (fill): read details property from beam.
8879
8880         * lily/beam.cc: support details property.
8881
8882         * total speedups below: approx 10%.
8883
8884         * lily/include/beam.hh: new struct, softcode beam quanting parameters
8885
8886         * lily/include/grob.hh (class Grob): add interfaces_ member.
8887
8888         * lily/bezier.cc (init_polynomial_cache): new function: cache
8889         binom(3,j) t^j (1-t)^{3-j}
8890         (curve_point): opps, actually use the cache for t^j , (1-t)^j! 
8891
8892         * lily/*.cc: substitution throughout.
8893
8894         * lily/grob-property.cc (internal_get_object): new routine.
8895         (internal_set_object): idem. Store grob refrences in separate
8896         alist. This saves processing time, since properties aren't
8897         break-substituted, and the per grob namespace is smaller, both for
8898         grobs and non-grob properties.
8899
8900         * scm/define-grob-properties.scm (all-internal-grob-properties):
8901         remove center-element.
8902
8903         * lily/grob.cc: remove tweak-count, tweak-rank.
8904
8905 2005-07-15  Graham Percival  <gperlist@shaw.ca>
8906
8907         * Documentation/user/lilypond-book.itely: fixes example.
8908
8909 2005-07-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8910
8911         * Documentation/user/global.itely (Creating titles):    
8912         * Documentation/user/examples.itely (All headers): change the
8913         place of \header in \score blocks (after music block) to make
8914         examples compile (cf. changes on parser.yy on 2005-07-10)
8915
8916 2005-07-13  Graham Percival  <gperlist@shaw.ca>
8917
8918         * python/convertrules.py: add exc -> ecc rule.
8919
8920         * scripts/convert-ly.py: add location of convertrules.py
8921         in a comment.
8922
8923         * Documentation/user/changing-defaults.itely: fix language.
8924
8925 2005-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8926
8927         * lily/lily-parser-scheme.cc (LY_DEFINE): Guile 1.6 fix.
8928
8929 2005-07-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8930
8931         * scm/output-socket.scm (grob-bbox): don't use inf? 
8932
8933         * flower/include/rational.hh: add operator bool() 
8934
8935         * scm/define-music-types.scm (music-descriptions): remove
8936         internal-class-name properties.
8937
8938         * lily/include/event.hh: remove file.
8939
8940         * lily/include/music-constructor.hh: remove file.
8941
8942         * lily/parser.yy (Lily_lexer): check EVENT_IDENTIFIER using 'event
8943         in 'types property.
8944
8945         * lily/music.cc (duration_length_callback): new function.
8946
8947         * lily/event.cc: remove file.
8948
8949         * lily/music-constructor.cc: remove file.
8950
8951         * lily/music-scheme.cc (LY_DEFINE): rename to ly:make-music
8952
8953         * lily/context.cc (get_grob_key): nop if use_object_keys not set.
8954         (get_context_key): idem.
8955
8956         * scm/lily.scm (lambda): new option object-keys (default to #f)
8957
8958         * scm/output-svg.scm (utf-8-string): rename  from utf8-string.
8959
8960         * scm/output-gnome.scm: remove beam routine.
8961
8962         * scm/output-ps.scm (scm): idem.
8963
8964         * scm/output-svg.scm: remove beam.
8965
8966         * ps/music-drawing-routines.ps: remove draw_beam.
8967
8968         * lily/lookup.cc (beam): use round_filled_polygon() for beam.
8969
8970         * flower/include/guile-compatibility.hh (scm_from_locale_string):
8971         add scm_from_locale_string compatibility glue. 
8972
8973 2005-07-13  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
8974
8975         * scripts/lilypond-book.py: Prevent occuring error when
8976         'lilypond-book --output=foo/ somefile.ly' is executed multiple
8977         times and target file shoud be overwritten.  (Error message said
8978         'input file and output file is same'.)
8979
8980 2005-07-13  Graham Percival  <gperlist@shaw.ca>
8981
8982         * input/regression/slur-extreme.ly,
8983         input/regression/slur-scoring.ly, lily/slur-configuration.cc,
8984         lily/slur.cc, mf/feta-din-code.mf, mf/feta-timesig.mf,
8985         mf/parmesan-heads.mf, scm/define-grob-properties.scm: Change
8986         "excentricity" to "eccentricity".
8987
8988         * Documentation/user/converters.itely: fix URL for Noteedit and
8989         Rosegarden.
8990
8991         * THANKS: added Yoshinobu Ishizaki.
8992
8993 2005-07-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8994
8995         * scm/define-markup-commands.scm (justify-field): add. 
8996
8997         * scm/define-grobs.scm (all-grob-descriptions): decrease font size.
8998
8999 2005-07-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9000
9001         * lily/lookup.cc (filled_box): express filled_box with
9002         round_filled_box
9003
9004         * scm/midi.scm (paper-book-write-midis): new function. Write all
9005         performances in numbered MIDI files.
9006
9007         * lily/performance-scheme.cc (LY_DEFINE): new file.
9008         (LY_DEFINE): new function ly:performance-write.
9009
9010         * lily/lily-parser-scheme.cc (LY_DEFINE): ly:parser-output-name:
9011         new function.
9012         (LY_DEFINE): change name ly:parser-define -> ly:parser-define!
9013
9014         * scm/framework-*.scm: use port arguments throughout.
9015
9016         * lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
9017
9018         * lily/paper-outputter.cc (Paper_outputter): take port argument.
9019
9020         * lily/paper-outputter-scheme.cc (LY_DEFINE): take port argument.
9021
9022         * scm/framework-texstr.scm (output-framework): 
9023
9024         * input/regression/repeat-fold.ly (texidoc): remove TeX strings.
9025
9026         * scm/output-lib.scm (tablature-stem-attachment-function):
9027         tablature stem attachment fix. 
9028
9029 2005-07-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9030
9031         * lily/bezier.cc: hardcode binomial coefficients of order 3.
9032
9033         * lily/include/music-wrapper.hh: remove Music_wrapper as Music subtype.
9034
9035         * scm/define-music-types.scm (music-descriptions): don't use
9036         Music_wrapper type.
9037
9038         * lily/paper-column.cc (print): print moment too.
9039
9040         * scripts/mup2ly.py (cp_to_dir): remove 1.5.2 compat glue.  
9041         remove compatibility cruft.
9042
9043         * lily/parser.yy (score_body): \score can only begin with Music. 
9044
9045         * lily/score-scheme.cc (LY_DEFINE): rename scorify to
9046         make-score. Take music argument only. Move parser interaction to
9047         Scheme.
9048
9049         * scm/lily-library.scm (scorify-music): new function.
9050
9051         * python/lilylib.py (datadir): remove 2.1 compat kludge.
9052         (datadir): remove resource import.
9053         (print_environment): remove get_bbox()
9054         (cp_to_dir): remove pre 1.5.2 compat glue.
9055
9056 2005-07-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9057
9058         * lily/include/simple-spacer.hh (Module): idem.
9059
9060         * lily/include/spring.hh (struct Spring): store inverse
9061         strength. This prevents division by zero.
9062
9063         * VERSION: release 2.7.0
9064         
9065         * lily/include/music.hh (class Music): remove Music::duration_log()
9066
9067         * lily/stem-engraver.cc (make_stem): take duration log from event.
9068
9069         * lily/chord-tremolo-engraver.cc: don't ack note-head-interface.
9070
9071 2005-07-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9072
9073         * scm/lily.scm (ly:load): load autochange.scm
9074
9075         * Documentation/user/tutorial.itely (Running LilyPond for the
9076         first time): remove reference to DVI/TeX
9077
9078         * scm/define-markup-commands.scm (text): add \text markup command.
9079
9080         * configure.in (reloc_b): bump requirement to Python 2.2.
9081
9082         * lily/include/dots.hh (class Dots): make has_interface() static.
9083
9084         * python/convertrules.py (conv): add rule for ly:grob-default-font
9085
9086         * scm/define-grobs.scm (all-grob-descriptions): reorganize in
9087         alphabetical order.
9088
9089         * input/regression/trill-spanner-pitched.ly: new file.
9090
9091         * lily/font-interface-scheme.cc (LY_DEFINE): function
9092         ly:grob-default-font (changed from get-default-font).
9093
9094         * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file.
9095
9096         * lily/note-head.cc (internal_print): if style is not a symbol,
9097         set style to 'default. 
9098         (internal_print): no style suffix if glyph-name-procedure not
9099         set. Default to quarter head.
9100
9101         * scm/define-grobs.scm (Module): new grob TrillPitchHead.
9102
9103         * scm/define-music-properties.scm (all-music-properties): add trill-pitch.
9104
9105         * ly/music-functions-init.ly: \pitchedTrill
9106
9107         * lily/pitched-trill-engraver.cc (acknowledge_grob): new file.
9108
9109         * ly/Welcome_to_LilyPond.ly: update to 2.6.0
9110
9111         * lily/trill-spanner-engraver.cc (finalize): rename req -> event
9112
9113         * scm/define-markup-commands.scm (pad-markup): pad-markup command.
9114
9115         * po/fr.po: update
9116
9117         * po/de.po: update.
9118
9119 2005-07-06  Graham Percival  <gperlist@shaw.ca>
9120
9121         * Documentation/user/changing-defaults.itely: add link
9122         to grob-iterface.
9123
9124         * Documentation/user/advanced-notation.itely: add material
9125         to Setting automatic beam behaviour.  Thanks, Joe!
9126
9127         * Documentation/user/lilypond.itely: change encoding to utf-8.
9128
9129 2005-07-01  Mats Bengtsson  <mabe@s3.kth.se>
9130
9131         * Documentation/user/advanced-notation.itely (Setting automatic
9132         beam behavior): Correct the documentation of
9133         revert-auto-beam-setting (backportme)
9134
9135 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9136
9137         * lily/ly-module.cc (ly_make_anonymous_module): define
9138         %module-public-interface of module. 
9139
9140         * lily/lily-parser.cc (print_smob): allow printing of parser smob
9141         without lexer.
9142
9143 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9144
9145         * input/regression/fret-diagrams.ly: stretch example.
9146
9147 2005-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9148
9149         * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
9150         Fodor).
9151
9152 2005-06-30  Graham Percival  <gperlist@shaw.ca>
9153
9154         * Documentation/topdocs/AUTHORS.texi: update personal web address.
9155
9156         * Documentation/user/examples.itely, lilypond-book.itely:
9157         change \RequirePackage to \usepackage.
9158
9159         * Documentation/user/global.itely: document copyright and tagline.
9160
9161 2005-06-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9162
9163         * Documentation/user/basic-notation.itely (Transpose): remove link
9164         to nonexistent UntransposableMusic.
9165
9166         * scm/output-svg.scm: remove old definitions.
9167
9168         * scripts/lilypond-book.py (do_file): search for kpsewhich before
9169         invoking.
9170
9171         * python/lilylib.py (search_exe_path): new function.
9172
9173 2005-06-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9174
9175         * python/lilylib.py (mkdir_p): remove setup_environment()
9176         (backportme)
9177
9178         * buildscripts/mutopia-index.py (headertext): trim text.
9179
9180         * Documentation/topdocs/NEWS.tely (Top): refresh.
9181
9182         * scm/define-markup-commands.scm (wordwrap-string): new function:
9183         split string in paras and words.
9184         (wordwrap-markups): new function.
9185         (wordwrap-stencils): new function. 
9186         (justify): use it.
9187         (wordwrap): use it.
9188         (wordwrap-string): use it
9189         (justify-string): use it.
9190
9191         * scm/lily-library.scm (regexp-split): new function.
9192
9193         * scm/define-markup-commands.scm: remove encoded-simple. 
9194         remove font-markup.
9195         (fontsize): remove old version  of fontsize.
9196         (wordwrap): new markup function. Wrap into paragraphs.
9197
9198         * VERSION: Branch lilypond_2_6
9199         (MINOR_VERSION): go to 2.7.0
9200
9201 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9202
9203         * po/zh_TW.po: update from translation project.
9204
9205 2005-06-28  Graham Percival  <gperlist@shaw.ca>
9206
9207         * scm/midi.scm: compile fix.
9208
9209 2005-06-28  Mats Bengtsson  <mabe@s3.kth.se>
9210
9211         * scripts/lilypond-book.py : Fix embarrassing bug in my previous
9212         patch. Now, the tempfile module is loaded too, not only used.
9213
9214 2005-06-28  Stephen Charles McCarthy  <stecmccarthy@hotpop.com>
9215
9216         * scm/midi.scm: changed midi volumes in absolute-volume-alist from
9217         0.05 - 1.00 to 0.25 - 1.00
9218
9219         * scm/midi.scm: moved the default-instrument-equalizer procedure
9220         to just under the insturment-equalizer-alist it takes as an
9221         argument.
9222
9223 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9224
9225         * Documentation/user/advanced-notation.itely (Font selection):
9226         remove CMR note.
9227
9228         * scm/framework-ps.scm (write-preamble): ly:warning iso. ly:warn 
9229
9230 2005-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9231
9232         * THANKS: Add UTF-8 marker.
9233
9234         * Documentation/user/point-and-click.itely (http): Update: use
9235         lilypond-invoke-editor.  Fix: instruct to use user.js.
9236
9237 2005-06-27  Graham Percival  <gperlist@shaw.ca>
9238
9239         * ly/titling-init.ly: implements printpagenumber, increases
9240         space between dedication and title (to avoid collisions with
9241         "g" and "q" in dedication), and nicer logic about copyright
9242         and instrument fields being printed on the first page.
9243         Thanks Vincent!
9244
9245         * Documentation/user/global.itely: document printpagenumber.
9246
9247 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
9248
9249         * Documentation/topdocs/NEWS.tely: Update to 2.6.
9250
9251 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9252
9253         * THANKS: update to 2.6
9254
9255         * VERSION: 2.6.0 released.
9256
9257 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
9258
9259         * cygwin/GNUmakefile (OUT_POSTREMOVES): Reinclude install script
9260         rule, errorneously removed probably because of misleading comment.
9261
9262 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9263
9264         * python/lilylib.py (datadir): py2exe comments.
9265
9266         * Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement.
9267
9268         * configure.in (reloc_b): make fontconfig REQUIRED.
9269
9270 2005-06-27  Heikki Junes <hjunes@cc.hut.fi>
9271
9272         * po/fi.po: add latest translations.
9273
9274 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9275
9276         * ChangeLog: recode utf-8
9277
9278         * Documentation/pictures/lilypond.xpm (Module): edited photo as
9279         logo.
9280
9281         * Documentation/user/examples.itely (Module): 2.4.0 -> 2.6.0
9282
9283         * input/*.ly (Module): 2.4 -> 2.6 grand convert-ly s/r. 
9284
9285         * python/convertrules.py (do_conversion): don't print program_name
9286         from within a module
9287
9288         * configure.in (reloc_b): bump fontforge requirement to 20050624.
9289
9290         * python/convertrules.py (conv): add 2.6.0 dummy rule.
9291
9292 2005-06-23  Graham Percival  <gperlist@shaw.ca>
9293
9294         * Documentation/user/lilypond-book.itely,
9295         Documentation/user/examples.itely: add \RequirePackage{graphics}.
9296
9297         * ly/titling.ly: checks printfirstpagenumber, adds meter, and
9298         fixes baseline-skip.  Thanks Vincent!
9299
9300         * Documentation/user/advanced-notation.itely, global.itely:
9301         moved "Selecting font sizes" to global, since it deals with
9302         notation font size, not text fonts.
9303
9304 2005-06-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9305
9306         * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice
9307         to fonts.
9308
9309 2005-06-23  Mats Bengtsson  <mabe@s3.kth.se>
9310
9311         * scripts/lilypond-book.py (LATEX_DOCUMENT): More or less ugly
9312         workaround since /dev/stdin doesn't work on Cygwin. Using a
9313         temporary file in the current directory since latex doesn't
9314         understand the path name to the default TMP in Cygwin (at least on
9315         win XP).
9316         
9317         * Documentation/user/global.itely (Creating titles): Correct
9318         misprint in example. Thanks to Rob Vlasaty.
9319
9320 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9321
9322         * VERSION (PATCH_LEVEL): release 2.5.32
9323
9324         * lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
9325         variable in lily module
9326
9327         * scm/framework-ps.scm (output-classic-framework): error message
9328         regarding the classic framework.
9329
9330         * Documentation/user/henle-flat-gray.png (Module): new file.
9331
9332         * Documentation/user/baer-flat-gray.png (Module): new file.
9333
9334         * scm/output-lib.scm (fret-number-tablature-format): vcenter and
9335         whiteout for markups.
9336
9337         * buildscripts/substitute-encoding.py (note_glyph): include _ in
9338         regex too. This fixes change clef appearance in PDF. 
9339
9340         * ttftool/include/*: remove.
9341
9342         * configure.in (reloc_b): remove TTFTOOL_ENDIAN
9343
9344         * config.make.in (WINDRES): remove TTFTOOL_ENDIAN.
9345
9346         * lily/GNUmakefile (MODULE_INCLUDES): remove ttftool
9347
9348         * ttftool/*: remove ttftool subdirectory.
9349
9350         * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
9351
9352         * lily/ttf.cc (print_header): new file. Convert to type42, using
9353         FreeType to parse the TTF. 
9354
9355         * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
9356         and post table may differ. Pass around post_nglyphs as well.
9357
9358 2005-06-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9359
9360         * ly/music-functions-init.ly (musicMap): new music function
9361         musicMap. 
9362         
9363 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9364
9365         * make/mutopia-rules.make: anti-alias-factor = 2
9366
9367         * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
9368         page switch.
9369
9370         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
9371         anti-alias-factor for lilypond-book runs.
9372
9373         * scm/ps-to-png.scm (scale-down-image): new function.
9374         (my-system): new function.
9375         (make-ps-images): blow up GS resolution by anti-alias-factor,
9376         scale down image by anti-alias-factor.  This improves appearance
9377         of bitmaps
9378         (make-ps-images): remove showpage. Fixes spurious empty png at
9379         end.
9380
9381         * scm/framework-ps.scm (write-preamble): downcase filename before
9382         string-matching. Should fix .TTF files (as opposed to ttf files)  
9383
9384         * Documentation/user/tutorial.itely (Running LilyPond for the
9385         first time): separate subsections for windows, macos and unix.  
9386
9387         * Documentation/user/invoking.itely (Updating files with
9388         convert-ly): add MacOS X note.
9389
9390 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9391
9392         * Documentation/user/introduction.itely (Engraving): don't include
9393         file optical-spacing, add directly.
9394
9395         * lily/paper-outputter.cc (file): open file in binary mode. This
9396         fixes OTF embedding on windows.
9397
9398 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9399
9400         * scm/framework-ps.scm (write-preamble): remove debugging output.
9401
9402         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
9403
9404         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
9405         outdir.
9406         (install-fc-cache): install font cache in installation directories.
9407
9408 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9409
9410         * scm/editor.scm (editor-command-template-alist): Use char iso
9411         column, except for Emacs.
9412         (get-editor-command): Substitute char too (Bertalan Fodor).
9413
9414 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9415
9416         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
9417         quoted ~s.  This should fix PNG output on Windows; single quotes
9418         are regular characters on Windows.
9419
9420 2005-06-16  Graham Percival  <gperlist@shaw.ca>
9421
9422         * Documentation/user/basic-notation.itely: include ChoirStaff
9423         in System start delimiters.
9424
9425         * Documentation/user/putting.itely: new doc section on
9426         fixing overlapping notation.
9427
9428 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9429
9430         * Documentation/user/global.itely (Paper size): \paper is in
9431         \book, not \score.
9432
9433         * make/mutopia-rules.make: -ddelete-intermediate-files
9434
9435         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
9436
9437 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9438
9439         * ChangeLog: Recode utf-8.
9440
9441         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
9442         datadir with .py modules.
9443
9444 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
9445
9446         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
9447
9448 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9449
9450         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
9451         
9452         * scm/framework-ps.scm (write-preamble): remove status check.
9453
9454         * Documentation/user/invoking.itely (Updating files with
9455         convert-ly): remove -o option.
9456
9457         * VERSION (PACKAGE_NAME): release 2.5.31
9458
9459         * scm/framework-ps.scm (write-preamble): use ly:system.
9460         (write-preamble): verbosity.
9461
9462         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
9463
9464         * python/convertrules.py: new file. Store conversion rules
9465         separately.
9466
9467 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9468
9469         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
9470
9471 2005-06-14  Mats Bengtsson  <mabe@s3.kth.se>
9472
9473         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
9474         \musicDisplay 
9475
9476         * Documentation/user/instrument-notation.itely (More stanzas): Add
9477         reference to StanzaNumber.
9478
9479 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9480
9481         * THANKS: separate section for website translators.
9482
9483 2005-06-14  Graham Percival  <gperlist@shaw.ca>
9484
9485         * Documentation/topdocs/INSTALL.texi: update vim info;
9486         thanks Simon Bailey!
9487
9488         * Documentation/user/advanced-notation.itely: included
9489         color names.
9490
9491         * Documentation/user/advanced-notation.itely,
9492         Documentation/usr/notation-appendices.itely: moved
9493         color names into an appendix.
9494
9495 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9496         
9497         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
9498
9499         * scm/lily.scm (lambda): initialize program options from here.
9500
9501         * scm/framework-*.scm: add header info.
9502
9503         * lily/main.cc (parse_argv): only set output format to pdf if no
9504         other format specified.
9505
9506         * scm/backend-library.scm (postprocess-output): process
9507         'delete-intermediate-files after running convert-to-*. This fixes
9508         PNG generation when 'delete-intermediate-files is set.
9509         
9510 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9511
9512         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
9513         links on website. 
9514
9515 2005-06-13  Graham Percival  <gperlist@shaw.ca>
9516
9517         * Documentation/topdocs/INSTALL.texi,
9518         Documentation/user/lilypond-book.itely: typos.
9519
9520 2005-06-12  Pal Benko  <benkop@freestart.hu>
9521
9522         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
9523         added between program name and switch; -b changed to -f not
9524         to generate pdf
9525
9526 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9527
9528         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
9529         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
9530
9531         * input/sakura-sakura.ly: add \midi.
9532
9533         * buildscripts/mutopia-index.py (find): use /usr/bin/find
9534         iso. python find. 
9535
9536         * ttftool/test.c (main): cosmetics.
9537
9538         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
9539
9540         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
9541         create a ttf2ps binary.
9542
9543         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
9544
9545         * scm/backend-library.scm (postscript->png): set rename-page-1 to
9546         true.
9547
9548 2005-06-11  Graham Percival <gperlist@shaw.ca>
9549
9550         * Documentation/user/lilypond-book.itely: add warning about
9551         the font warnings in dvips.
9552
9553 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9554
9555         * THANKS: typo
9556
9557         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
9558
9559         * GNUmakefile.in: remove links for .map, .enc
9560         don't fail if out/ doesn't exist yet.
9561
9562 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9563
9564         * ttftool/util.c (surely_read): return nbytes
9565
9566         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
9567
9568         * VERSION (PACKAGE_NAME): release 2.5.30
9569
9570         * flower/string-convert.cc (precision_string): >? fix.
9571
9572         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
9573         (make-ps-images): add verbose -q too.
9574
9575         * lily/default-actions.cc (Module): new file. default
9576         {book,score}-print functions.
9577
9578         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
9579         pass results via parseStringResult, lookup via ly:parser-lookup.  
9580
9581         * lily/lily-parser.cc (Lily_parser): only clone lexer in
9582         constructors.
9583         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
9584         (parse_string): idem.
9585
9586         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
9587
9588         * lily/main.cc (main_with_guile): copy be_verbose_global into
9589         ly_set_option()
9590
9591 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9592
9593         * scm/backend-library.scm (postscript->pdf):
9594         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
9595         verbose mode.  Search for several names of gs executable.
9596
9597 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9598
9599         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
9600         directly. This fixes a massive memory leak, provided you use CVS
9601         GUILE.
9602
9603 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
9604
9605         * ly/property-init.ly: Added tieDashed.
9606
9607         * THANKS: Added some bughunters for 2.5.
9608
9609 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9610
9611         * lily/program-option.cc: add debug-gc option.
9612
9613         * lily/include/lily-guile-macros.hh: don't protect exported module
9614         objects.
9615
9616         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
9617
9618         * scm/backend-library.scm (postscript->pdf): use
9619         delete-intermediate-files iso. running-from-gui? 
9620
9621         * ttftool/util.c (surely_read): robustness. Allow read() to return
9622         less bytes than requested, as per posix standards.
9623
9624         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
9625         program option.
9626
9627         * ttftool/include/ttftool.h ("C"): rename verbosity to
9628         ttf_verbosity. Add to public interface.
9629
9630         * scm/music-functions.scm (unfold-repeats): remove debugging display.
9631
9632         * lily/program-option.cc: rename from scm-option.cc
9633
9634         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
9635         (get_help_string): Print pretty help string.
9636
9637         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
9638         to snippet preamble.
9639
9640         * lily/scm-option.cc: remove command-line-settings option. Fold
9641         all command-line options plus default settings in a generic
9642         interface. 
9643
9644         * flower/getopt-long.cc (table_string): indent 2nd lines of help
9645         texts too.
9646
9647 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9648
9649         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
9650         or EXT_ components non-empty.
9651
9652 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9653
9654         * scm/lily.scm (running-from-gui?): Export.
9655
9656         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
9657         output in .ly source directory.
9658
9659 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9660
9661         * ttftool/util.c (surely_lseek): more verbosity.
9662
9663         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
9664         compile.
9665
9666         * lily/parser.yy (Repeated_music): remove >? 
9667
9668         * scm/backend-library.scm (postscript->pdf): Support for
9669         -dgs-font-load=1
9670
9671         * scm/framework-ps.scm (write-preamble): make font loading
9672         switchable to GS via --define-default gs-font-load=1
9673
9674 2005-06-09  Graham Percival  <gperlist@shaw.ca>
9675
9676         * Documentation/user/global.itely: added \layout docs.
9677
9678 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9679
9680         * lily/lily-parser-scheme.cc: add unistd.h
9681
9682 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9683
9684         * scm/editor.scm: add char argument.
9685
9686         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
9687
9688         * ttftool/util.c (syserror): use errno for better error reporting.
9689
9690         * lily/source-file.cc (get_counts): new function. Calc column,
9691         line and char count in one go.
9692
9693         * lily/binary-source-file.cc (quote_input): rename to quote_input
9694
9695         * lily/input.cc (set): new function.
9696
9697 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9698
9699         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
9700         directory part of file name to search directory.
9701
9702         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
9703         search path and chdir to DIR if --outname=DIR used.
9704
9705         * lily/main.cc (prepend_env_path): Bugfix: Check directory
9706         existence before appending original path.
9707
9708 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9709
9710         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
9711         file" massage.
9712
9713         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
9714         texinfo.tex is always used.
9715         
9716 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9717
9718         * flower/include/axis.hh: rename from axes.hh
9719
9720         * lily/include/text-interface.hh (Module): rename from text-item.hh
9721
9722         * VERSION (PATCH_LEVEL): release 2.5.29
9723
9724         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
9725
9726         * scm/framework-ps.scm (font-file-as-ps-string): new function.
9727         (handle-macfont): new function. Call fondu for Native mac fonts.
9728
9729         * scm/define-markup-commands.scm (fill-line): handle text-widths =
9730         '() case.
9731
9732 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9733
9734         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
9735         multi-page.  Fix .eps regular expression.
9736
9737 2005-06-07  Graham Percival  <gperlist@shaw.ca>
9738
9739         * Documentation/user/putting.itely: add info on modifying templates.
9740
9741         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
9742         misc small changes.
9743
9744 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9745
9746         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
9747
9748         * scripts/lilypond-ps2png.scm
9749
9750         * VERSION (PACKAGE_NAME): release 2.5.28
9751
9752 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9753
9754         * lily/main.cc (prepend_env_path): Do not append /, that does not
9755         work.  Localedir lives in datadir, not in prefix.
9756
9757         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
9758         hack for windows.
9759
9760         * flower/include/file-cookie.hh: Compile fix.
9761
9762 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9763
9764         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
9765
9766         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
9767         system primitives.
9768         (gulp-port): using read-string!/partial. We don't want to read an
9769         entire PS file  (GUILE 1.6 limits strings to 16M) 
9770
9771         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
9772         properties. Add font-interface. 
9773
9774         * scm/define-grob-properties.scm (all-user-grob-properties):
9775         remove old bracket properties.
9776
9777         * scm/x11-color.scm: reformat. 
9778
9779         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
9780         LedgerLineSpanner if new StaffSymbol is found. 
9781
9782         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
9783         staff-symbol for finishing staff. 
9784
9785         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
9786
9787         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
9788         change black to currentColor everywhere. This fixes color support
9789         in SVG.
9790
9791 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
9792
9793         * input/regression/fret-diagrams.ly: new file to test fret diagram
9794         capability
9795
9796         * scm/output-tex.scm: remove white-dot and white-text
9797
9798         * scm/output-ps.scm: remove white-dot and white-text
9799
9800         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
9801         using ly:stencil-in-color instead
9802         (draw-dots) : remove call to white-dot
9803
9804 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9805
9806         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
9807         support.
9808
9809         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
9810
9811         * flower/include/file-cookie.hh: new file. lily_cookie extension 
9812
9813         * flower/file-cookie.cc: new file. lily_cookie extension.
9814         
9815 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9816
9817         * scm/editor.scm (editor-command-template-alist): Add syn
9818         editor (Jaap [de Vos]).
9819
9820 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9821
9822         * scripts/lilypond-ps2png.scm:
9823         * scm/ps-to-png.scm: New file.
9824
9825         * scm/backend-library.scm (postscript->png): Use it.
9826
9827         * scripts/lilypond-ps-to-png.py: Remove file.
9828
9829         * python/lilylib.py (get_bbox, make_ps_images): Remove.
9830
9831 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9832
9833         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
9834
9835         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
9836         start on grace moment. Fixes autobeam-grace.ly.
9837
9838         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
9839         process anything unless we're at the end of a pending beam. Fixes
9840         syncopated 8ths beamed across a beat.
9841
9842 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9843
9844         * scm/editor.scm (editor-command-template-alist): Start emacs if
9845         emacslient fails.
9846
9847         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
9848
9849         * flower/file-path.cc (is_file, is_dir): Export.
9850
9851         * lily/main.cc (prepend_env_path, set_env_file): Use them.
9852
9853 2005-06-02  Mats Bengtsson  <mabe@s3.kth.se>
9854
9855         * lily/easy-notation.cc: Added include cctype to correct
9856         compilation error.
9857
9858 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9859
9860         * scm/backend-library.scm (postscript->pdf): set resolution to
9861         1200, so bitmap fonts aren't that ugly. 
9862
9863         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
9864
9865         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
9866         parent if we have a notehead. Fixes incorrect offsets when
9867         Paper_column is very wide in the X direction.
9868
9869         * input/regression/font-family-override.ly (Module): new file.
9870
9871         * scm/font.scm (make-pango-font-tree): new function.
9872
9873         * lily/beam.cc (before_line_breaking): remove warning about less
9874         than 2 visible stems. We still get a warning when there is only
9875         one stem.
9876
9877 2005-06-01  Werner Lemberg  <wl@gnu.org>
9878
9879         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
9880         correctly.
9881
9882 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9883
9884         * lily/slur-scoring.cc (generate_avoid_offsets): new
9885         function. Generate avoid offsets once per slur.
9886
9887         * lily/slur.cc (add_extra_encompass): add dependency to
9888         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
9889
9890         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
9891         too. Fixes inf error with added bass notes.
9892
9893         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
9894         argument anymore.
9895
9896         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
9897
9898         * input/tutorial/lbook-latex-test.tex: add line length test.
9899
9900         * scripts/lilypond-book.py (set_default_options): new
9901         function. Call this before dissecting snippets, so linewidth
9902         settings reach the snippets.
9903
9904 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
9905
9906         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
9907
9908 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9909
9910         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
9911
9912 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9913
9914         * stepmake/aclocal.m4: More autopackage friendliness.
9915
9916 2005-05-31  Graham Percival  <gperlist@shaw.ca>
9917
9918         * Documentation/index.html.in: remove link to LSR.
9919
9920         * Documentation/user/global.itely: remove duplicate
9921         "dedication" \header{} section.
9922
9923 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9924
9925         * VERSION (PACKAGE_NAME): release 2.5.27.
9926
9927         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
9928         too. Plugs memory leak.
9929
9930         * make/lilypond.fedora.spec.in (Group): remove
9931         lilypond-pdfpc-helper.
9932
9933         * scripts/GNUmakefile (SEXECUTABLES): remove
9934         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
9935
9936         * scm/font.scm (make-century-schoolbook-tree): add Mono as
9937         'typewriter family.
9938
9939         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
9940         memory leak.
9941
9942         * lily/parser.yy (score_body): don't clone Score, that's done in
9943         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
9944
9945         * lily/score-engraver.cc (derived_mark): new function.
9946         (initialize): unprotect Paper_score. This fixes a memory leak.
9947
9948         * lily/score-performer.cc (derived_mark): new function.
9949
9950         * lily/score-translator.cc (get_output): use SCM for get_output() call.
9951
9952         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
9953         spurious warning.
9954
9955         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
9956         serif.
9957
9958 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9959
9960         * configure.in (reloc_b): Add --enable-relocation.
9961
9962 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9963
9964         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
9965
9966         * input/regression/alignment-order.ly: add Staff example.
9967
9968 2005-05-31  John Mandereau   <john.mandereau@free.fr>
9969
9970         * po/fr.po: update.
9971
9972 2005-05-31  Graham Percival  <gperlist@shaw.ca>
9973
9974         * Documentation/index.html.in: add link to LSR.
9975
9976 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9977
9978         * scm/define-stencil-commands.scm (Module): new file. Register all
9979         allowed stencil expression heads in a central place.
9980
9981         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
9982         ly:make-stencil
9983
9984         * lily/stencil-expression.cc (all_stencil_heads): registering
9985         stencil expressions.
9986
9987         * lily/stencil-interpret.cc: new file. Stencil expression
9988         interpreting.
9989
9990         * input/xiao-haizi-guai-guai.ly: move file back.
9991
9992 2005-05-30  Graham Percival  <gperlist@shaw.ca>
9993
9994         * Documentation/user/advanced.itely, converters.itely,
9995         instrument-notation.itely, lilypond-book.itely: misc small
9996         changes.
9997
9998 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9999
10000         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
10001
10002         * make/lilypond.fedora.spec.in: Fix source url.
10003
10004         * cygwin: Update from mingw patches.
10005
10006         * scm/editor.scm (editor-command-template-alist): Use jedit
10007         -reuseview (Bertalan), add uedit (Patrick Huberts).
10008
10009         * input/xiao-hai-zi-guai-guai.ly: Rename from
10010         xiao-haizi-guai-guai.ly.
10011
10012         * input/*: Reindent, do not use TAB.
10013
10014         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
10015         white background.
10016
10017 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10018
10019         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
10020         numerical overflow error.
10021
10022 2005-05-29 Laura Conrad <lconrad@laymusic.org>
10023         
10024         * abc2ly.py: fix to syntax error in multi-part output.
10025
10026 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10027
10028         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
10029         with disappearing span bars when alignAboveContext is active
10030
10031         * lily/property-iterator.cc (check_grob): use is-grob?
10032         object-property. Fixes crash-key-sig-font-size.ly. 
10033
10034 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10035
10036         * lily/bar-line.cc (print): don't round barlines; this produces
10037         odd aliasing effects in Acroread.
10038
10039         * lily/timing-engraver.cc (process_music): robustness fix.
10040
10041         * lily/context-def.cc (filter_engravers): bugfix.
10042
10043 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10044
10045         * lily/lilypond.rc.in: Add ly-icon.
10046
10047         * lily/GNUmakefile: 
10048         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
10049         rules.
10050
10051 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10052
10053         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
10054
10055         * ps/music-drawing-routines.ps: 
10056
10057         * scm/output-ps.scm: remove draw ez_ball.
10058
10059         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
10060         EasyNotation context definition.
10061
10062         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
10063         Text_interface and color for making easy note heads.
10064
10065         * lily/stencil.cc (with_color): new function.
10066
10067         * ps/music-drawing-routines.ps: remove draw_zigzag_line
10068
10069         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
10070         output routine. Zigzag now works in SVG too.
10071
10072         * scm/output-tex.scm (filledbox): idem.
10073
10074         * scm/output-svg.scm (filledbox): idem.
10075
10076         * scm/output-ps.scm (lily-def): remove horizontal-line. 
10077
10078         * lily/lookup.cc (horizontal_line): use draw-line. 
10079
10080         * lily/system-start-delimiter.cc: remove old staff bracket code.
10081
10082         * mf/feta-haak.mf: further tweaks.
10083
10084         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
10085
10086         * mf/feta-generic.mf: include feta-haak.
10087
10088         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
10089
10090         * scm/framework-ps.scm (write-preamble): only load fonts if their
10091         filename is a string. 
10092
10093 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10094
10095         * scm/output-svg.scm (circle): support circle.
10096         (bracket): stub for bracket.
10097
10098         * scripts/lilypond-book.py (main): make sure --psfonts warning is
10099         correct.
10100
10101 2005-05-26  Graham Percival  <gperlist@shaw.ca>
10102
10103         * Documentation/user/lilypond.tely, advanced-notation.itely,
10104         basic-notation.itely, instrument-notation.itely, global.itely,
10105         introduction.itely, tutorial.itely: rearranging, editing,
10106         clean-up.
10107
10108         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
10109         for compiling on FreeBSD.
10110
10111 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10112
10113         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
10114         otf files.
10115
10116         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
10117         bugfixes.
10118
10119         * VERSION: 2.5.26 released.
10120
10121         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
10122
10123 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
10124
10125         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
10126         if printpagenumber is false.
10127
10128 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10129
10130         * lily/font-config.cc (init_fontconfig): comment out FontConfig
10131         cache warning.
10132
10133         * lily/tie.cc (print): support dotted ties.
10134         
10135 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10136
10137         * scm/define-grobs.scm (all-grob-descriptions): switch off
10138         debugging
10139         (all-grob-descriptions): Arpeggio has Y-extent.
10140
10141         * scm/define-music-properties.scm (all-music-properties): document
10142         length-callback and start-callback as "read-only".
10143
10144         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
10145         length-callback after creation. 
10146
10147         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
10148         compressmusic -> compressMusic.
10149
10150         * ly/music-functions-init.ly (oldaddlyrics): idem.
10151
10152         * lily/parser.yy: NewLyricCombineMusic ->
10153         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
10154
10155 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
10156
10157         * ly/Welcome_to_LilyPond.ly: typo.
10158
10159 2005-05-24  Graham Percival  <gperlist@shaw.ca>
10160
10161         * Documentation/user/lilypond.tely: move changing-defaults to be
10162         before global issues.
10163
10164         * Documentation/user/basic-notation.itely: move Transpose section
10165         here from advanced/Other.
10166
10167         * Documentation/user/changing-defaults.itely,
10168         advanced-notation.itely: move Fonts to advanced, edit.
10169
10170 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10171
10172         * lily/parser.yy (bare_int): remove rule.  From now on, we require
10173         # before negative integers.
10174
10175 2005-05-23  Graham Percival  <gperlist@shaw.ca>
10176
10177         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
10178
10179         * Documentation/user/lilypond.tely: change Unified index to
10180         LilyPond index.
10181
10182         * Documentation/user/advanced-notation.itely,
10183         instrument-notation.itely: editing.
10184
10185 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10186
10187         * scm/lily.scm (lilypond-all): Bugfix: return failed.
10188
10189         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
10190
10191 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10192
10193         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
10194         ly:port-move.  Needs to be stderr-specific on mingw.
10195         Run fixcc.
10196
10197 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
10198
10199         * lily/general-scheme.cc (ly:port-move): Remove.
10200
10201         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
10202         windows.
10203
10204         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
10205         variables.  This eliminates the need for a gs.bat wrapper, which
10206         opens a console.
10207
10208         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
10209         * scm/lily.scm (running-from-gui?): 
10210         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
10211         artifact of not compiling with -mwindows.
10212
10213         * scm/editor.scm: Define PLATFORM.
10214
10215 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10216
10217         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
10218         can start to cut & paste lilypond-book fragments.  
10219
10220         * scm/define-music-types.scm (music-descriptions): remove
10221         UntransposableMusic
10222
10223 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10224
10225         * scm/output-ps.scm (glyph-string): remove / before CIDs.
10226
10227 2005-05-20  Graham Percival  <gperlist@shaw.ca>
10228
10229         * Documentation/user/instrument-notation.itely: remove *Engraver.
10230
10231         * Documentation/user/advanced-notation.itely: edit, rearrange.
10232
10233 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10234
10235         * scm/output-ps.scm (glyph-string): take cid? argument. Use
10236         findresource iso. findfont for CID CFF fonts.
10237
10238         * VERSION (PACKAGE_NAME): release 2.5.25
10239
10240         * ly/Welcome_to_LilyPond.ly: add  \version
10241
10242 2005-05-20  Graham Percival  <gperlist@shaw.ca>
10243
10244         * Documentation/user/programming-interface.itely: move
10245         \displayMusic into its own section.
10246
10247         * Documentation/user/basic-notation.itely: finish editing.
10248
10249 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10250
10251         * flower/file-path.cc (find): don't throw away file_name.dir, but
10252         append to it. Fixes \include with directories.
10253
10254         * flower/include/file-path.hh (class File_path): don't derive from
10255         Array<String>.
10256
10257         * flower/include/file-name.hh (class File_name): remove to_str0()
10258
10259         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
10260         Hara_kiri_engraver in separate file.
10261
10262         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
10263         translation went wrong. Fixes vertically translated slurs.
10264
10265 2005-05-19  Graham Percival  <gperlist@shaw.ca>
10266
10267         * Documentation/user/basic-notaton.itely: editing.
10268
10269 2005-05-18  Graham Percival  <gperlist@shaw.ca>
10270
10271         * Documentation/user/macros.itexi, basic-notation.itely:
10272         add @commonprop (commonly used properties) macro.
10273
10274 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10275
10276         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
10277
10278         * scripts/lilypond-book.py (invokes_lilypond): new function
10279         (main): only run fontextract if invokes_lilypond() is true.
10280
10281         * lily/function-documentation.cc (ly_add_function_documentation):
10282         duh, use !=
10283
10284         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
10285
10286         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
10287
10288         * scm/lily.scm (running-from-gui?): lowercase Darwin.
10289
10290         * lily/function-documentation.cc (ly_add_function_documentation):
10291         use scm_hash_table_p() for checking.
10292
10293 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10294
10295         * Documentation/user/advanced-notation.itely (Text scripts):
10296         Change nonexisting @internalsref{Text markup} to @ref{Text
10297         markup}.  Change @internalsref{Text script} to
10298         @internalsref{TextScript}.
10299
10300         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
10301
10302 2005-05-17  Graham Percival  <gperlist@shaw.ca>
10303
10304         * Documentation/user/tutorial.itely, basic-notation.itely,
10305         changing-defaults.itely: remove duplicate cindex entries
10306         that appear on the same page.
10307
10308         * scm/define-grobs.scm: change default padding for TextSpanner.
10309
10310         * Documentation/topdocs/AUTHORS.texi: update email address.
10311
10312         * Documentation/user/global.itely: add info about \include.
10313
10314 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10315
10316         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
10317         when running-from-gui.
10318
10319         * scm/editor.scm (get-editor): Add platform defaults.
10320
10321         * scm/backend-library.scm (postscript->pdf): Typo.
10322
10323 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10324
10325         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
10326
10327         * lily/font-config.cc (init_fontconfig): add warning about cache.
10328
10329 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10330
10331         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
10332
10333 2005-05-16  Mats Bengtsson  <mabe@s3.kth.se>
10334
10335         * lily/horizontal-bracket.cc (print): Take care of the direction
10336         property so brackets above the stave point downwards. 
10337
10338         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
10339         for HorizontalBracket so it doesn't end up within the stave.
10340
10341 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10342
10343         * lily/GNUmakefile (default): Typo.
10344
10345         * scm/lily.scm (PLATFORM): Export.
10346
10347         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
10348         load-font-via-GS, ttftool or fopencookie is broken on windows.
10349         
10350         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
10351         -dSAFER, that is broken on windows.
10352
10353 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10354
10355         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
10356         for FlexLexer.h
10357
10358         * scripts/lilypond-invoke-editor.scm: remove stray -
10359
10360 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10361
10362         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
10363         Fixes deprecation warning.
10364
10365         * flower/include/string.icc (to_string): Only inline if
10366         -DSTRING_UTILS_INLINED.
10367
10368         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
10369         name.  Remove windows comment.
10370
10371         * scm/editor.scm (slashify): New function.
10372         (get-editor-command): Use it.
10373         (get-command-template): Do not alter editor command if
10374         environment value includes `%(file)s' magic.
10375
10376         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
10377         (dissect-uri): Use it.
10378         (unquote-uri): Bugfix.
10379
10380 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10381
10382         * scm/framework-ps.scm (write-preamble): add TTF rule.
10383
10384         * Documentation/topdocs/README.texi (Top): remove note about
10385         xdelta.
10386
10387         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
10388         requirement.
10389
10390         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
10391         function. Figure out where FlexLexer.h lives
10392
10393         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
10394         
10395 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10396
10397         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
10398         with Windows root in file name.
10399
10400         * scm/backend-library.scm (ly:system): Only redirect output (using
10401         system and shell, ugh) if /dev/null is writable.
10402
10403         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
10404         windows icon.
10405
10406         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
10407         on Mingw.
10408
10409         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
10410         click.
10411
10412         * flower/file-path.cc (is_dir, is_file): New function.  Actually
10413         use result of stat when available.
10414
10415         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
10416         absolute file name and root.
10417
10418         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
10419
10420         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
10421
10422         * flower/file-name.cc (slashify): Bugfix, do substitute if no
10423         slashes in file name.
10424
10425 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10426
10427         * Documentation/user/preface.itely (Preface): Run
10428         texinfo-all-menus-update.
10429
10430         * scm/editor.scm (get-editor-command): Bugfix: allow full
10431         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
10432
10433         * Documentation/pictures/lilypond-48.xpm: New file.
10434
10435         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
10436
10437         * ly/Welcome_to_LilyPond.ly: New file.
10438
10439         * lily/main.cc (main): Only identify if we have a terminal.
10440
10441         * scm/backend-library.scm (postscript->png)
10442         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
10443         non-/bin/sh).
10444
10445 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
10446
10447         * Documentation/topdocs/AUTHORS.texi: polish, update.
10448
10449 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10450
10451         * Documentation/user/preface.itely (Notes for version 2.6): new
10452         notes for 2.6
10453
10454         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
10455         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
10456         is not fully contained" warnings.
10457
10458         * lily/slur-scoring.cc (get_bound_info): remove warning.
10459
10460         * lily/staff-symbol-engraver.cc (process_music): start initial
10461         spanner in process_music(). This fixes overrides of StaffSymbol
10462         properties.
10463
10464         * scm/framework-pdf.scm (Module): remove.
10465
10466         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
10467
10468         * lily/ambitus-engraver.cc: formatting cleanups.
10469
10470         * mf/feta-solfa.mf (Module): remove.
10471
10472         * ChangeLog: more details about contributions.
10473
10474 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10475
10476         * lily/align-interface.cc (align_elements_to_extents): warn if
10477         called too early. Fixes: disappearing-staff-lines.ly
10478
10479         * VERSION (PACKAGE_NAME): release 2.5.24
10480
10481 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
10482
10483         * stepmake/aclocal.m4: Typo.
10484
10485         * flower/string.cc (substitute): Take two strings or two
10486         characters.  Update callers.
10487
10488 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10489
10490         * flower/file-name.cc (File_name): Slashify.
10491
10492         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
10493
10494         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
10495
10496         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
10497
10498         * configure.in (gui_b): Use it.
10499
10500         * lily/lilypond.rc.in: New file.
10501
10502         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
10503
10504 2005-05-12  Graham Percival  <gperlist@shaw.ca>
10505
10506         * Documentation/user/advanced-notation.itely: edit of Text
10507         section; clarify text scripts vs. text markup.
10508
10509 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10510
10511         * lily/multi-measure-rest-engraver.cc
10512         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
10513         separation items on start. Fixes mm rests in start of score.
10514
10515         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
10516         don't access StaffSymbol if not there.
10517         Fixes: crash-staff-symbol-engraver.ly.
10518
10519         * lily/instrument-name-engraver.cc (class
10520         Instrument_name_engraver): data member first_. Create
10521         InstrumentName on start. 
10522
10523 2005-05-12  Graham Percival  <gperlist@shaw.ca>
10524
10525         * Documentation/user/instrument-notation.itely: add guitar
10526         position.
10527
10528         * Documentation/user/introduction.itely,
10529         Documentation/user/lilypond.tely,
10530         Documentation/user/tutorial.itely: begin pruning
10531         unused (duplicated) cindex entries and misc cleanup.
10532
10533 2005-05-12  Mats Bengtsson  <mabe@s3.kth.se>
10534
10535         * input/test/volta-chord-names.ly: Bring the explanation up to
10536         date.
10537
10538 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
10539
10540         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
10541         Specify `@documentencoding utf-8' for html, ignore warnings.
10542
10543 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
10544
10545         * THANKS: Added bughunters.
10546
10547 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
10548
10549         * lily/main.cc: update help string for `lilypond -H'.
10550
10551         * po/fi.po: update.
10552         
10553 2005-05-10  Graham Percival  <gperlist@shaw.ca>
10554
10555         * Documentation/user/advanced-notation.itely: minor fixes.
10556
10557 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10558
10559         * scm/editor.scm: New module.
10560
10561         * scm/lily.scm (gui-main): Use it.
10562
10563         * scm/framework-gnome.scm (spawn-editor): Use it.
10564
10565         * scripts/lilypond-invoke-editor.scm: Use it in new script.
10566
10567 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10568
10569         * scm/framework-ps.scm (load-font-via-GS):  new function.
10570
10571         * lily/pango-font.cc (pango_item_string_stencil): add support for
10572         CID keyed font.
10573
10574         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
10575
10576 2005-05-10  Graham Percival  <gperlist@shaw.ca>
10577
10578         * Documentation/user/basic-notation.itely: add @ref.
10579
10580         * Documentation/user/advanced-notation.itely: add example
10581         of 5/8 beaming.
10582
10583 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10584
10585         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
10586
10587         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
10588         going through ps2pdf wrappers.
10589
10590 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
10591
10592         * Documentation/user/instrument-notation.itely: petrucci note
10593         heads: updated docu
10594
10595         * input/regression/note-head-style.ly: updated regression test;
10596         indentation fixes
10597
10598         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
10599         heads as default
10600
10601         * mf/parmesan-heads.mf: minor editing; use musicological names
10602         (rather than optical description) as note head names
10603
10604         * scm/output-lib.scm: complete petrucci heads
10605
10606 2005-05-09  Pal Benko  <benkop@freestart.hu>
10607
10608         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
10609         heads, but bigger)
10610
10611 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10612
10613         * lily/main.cc (main_with_guile): Remove no files check.
10614
10615         * lily/main.cc (ly:usage): Export to Scheme.
10616
10617         * scm/lily.scm (no-files-handler): New function.
10618
10619         * scm/lily.scm (lilypond-main): Use it.
10620
10621         * configure.in (gui_b): Add mbrtowc checking.
10622         Resurrect [utf8/]wchar.h checking.
10623
10624 2005-05-09  Mats Bengtsson  <mabe@s3.kth.se>
10625
10626         * Documentation/user/advanced-notation.itely (Metronome marks):
10627         Add link to the program reference for MetronomeMark
10628
10629         * Documentation/user/lilypond-book.itely (An example of a
10630         musicological document): Correct the example using psfonts 
10631
10632 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
10633
10634         * po/fi.po: update after a lesson how to update entries against
10635         source.
10636         
10637         * po/TODO: document the lesson.
10638
10639 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10640
10641         * configure.in (gui_b): remove wcrtomb checking.
10642
10643         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
10644         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
10645
10646 2005-05-09  Mats Bengtsson  <mabe@s3.kth.se>
10647
10648         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
10649         keep Scheme expressions and strings unmodified when doing the
10650         conversion to postfix notation for slurs and beams. Should
10651         hopefully solve most related conversion problems. 
10652
10653         * Documentation/user/lilypond-book.itely : Clarify and correct how
10654         to call dvips with -h psfonts.
10655
10656 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10657
10658         * Documentation/user/instrument-notation.itely (Entering lyrics):
10659         Typo.  Fixes build.
10660
10661 2005-05-09  Graham Percival  <gperlist@shaw.ca>
10662
10663         * Documentation/user/lilypond-book.itely: document PSFONTS file.
10664
10665         * Documentation/user/lilypond.tely, lilypond-book.itely,
10666         tutorial.itely: change references to 2.5.x to 2.6.x.
10667
10668         * Documentation/user/instrument-notation.itely: clarified \addlyrics
10669         vs \lyricmode.
10670
10671         * Documentation/user/invoking.itely: remove old info about
10672         lilypond-profile.
10673
10674         * Documentation/topdocs/INSTALL.texi: remove old info about
10675         lilypond-profile, add warning about needing international fonts
10676         to build docs.
10677
10678 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10679
10680         * lily/include/grob-info.hh (class Grob_info): make data member
10681         private. Changes throughout.
10682
10683         * input/regression/alignment-order.ly: new file. 
10684
10685         * lily/vertical-align-engraver.cc (acknowledge_grob): read
10686         alignAboveContext and alignBelowContext
10687
10688 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10689
10690         * lily/pfb.cc (LY_DEFINE): add cast.
10691
10692         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
10693         matches .otf
10694         (write-preamble): warn about unknown fonts.
10695
10696         * lily/pfb.cc (Module): new function ly:otf->cff
10697
10698         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
10699         (get_otf_table): new function.
10700
10701 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10702
10703         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
10704         iso. ps2png.
10705
10706 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
10707
10708         * po/fi.po: apply second round of update.
10709
10710 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10711
10712         * scm/x11-color.scm (make-x11-color-handler): don't use
10713         #\sp. Apparently doesn't work on all platforms. 
10714
10715 2005-05-06  Graham Percival  <gperlist@shaw.ca>
10716
10717         * Documentation/user/advanced-notation.itely, putting.itely,
10718         tutorial.itely, global.itely, introduction.itely: really minor fixes.
10719
10720 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10721
10722         * VERSION (PACKAGE_NAME): release 2.5.23
10723
10724 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10725
10726         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
10727         convert to utf-8.
10728
10729         * THANKS: Add translators for this release, convert to utf-8.
10730
10731         * mf/GNUmakefile (MFTRACE_FLAGS):
10732         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
10733         outdir as option (WAS: hardcoded).
10734
10735 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10736
10737         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
10738         finished_span_
10739
10740         * THANKS: add Hans Forbrich.
10741
10742         * Documentation/topdocs/NEWS.tely (Top): document new feature.
10743
10744         * Documentation/user/basic-notation.itely (Staff symbol): document
10745         start/stop staff. Reference to ossia.ly
10746
10747         * input/test/ossia.ly: new example using stop and startStaff.
10748
10749         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
10750         in other words, don't create "|" barline at start of the score.
10751         (start_translation_timestep): don't set whichBar for start of score.
10752
10753         * input/regression/staff-halfway.ly: use new functionality.
10754
10755         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
10756         start and stop staff based on events.
10757
10758         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
10759
10760         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
10761
10762 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10763
10764         * Documentation/user/programming-interface.itely (How markups work
10765         internally ): remove \encoding reference.
10766
10767 2005-05-04  Mats Bengtsson  <mabe@s3.kth.se>
10768
10769         * scripts/convert-ly.py: Attempt to do a smarter update of 
10770         text markups from versions < 1.9.0 with arbitrary nesting.
10771
10772 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
10773
10774         * po/fi.po: convert to utf-8, and update.
10775
10776 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10777
10778         * make/lilypond.suse.spec.in: update from suse 2.4 package.
10779
10780         * lily/*.cc: more <? >? to min/max changes
10781
10782         * lily/include/interpretation-context-handle.hh: rename
10783         Interpretation_context_handle to Context_handle.
10784
10785 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
10786
10787         * input/regression/GNUmakefile (local_delete): use `find` together 
10788         with `xargs` to avoid too long argument-lists in cmd line.
10789
10790 2005-05-04  Graham Percival  <gperlist@shaw.ca>
10791
10792         * Documentation/user/introduction.itely: updates "About this manual".
10793
10794         * Documentation/user/advanced-notation.itely,
10795         invoking.itely: minor fixes.
10796
10797 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10798
10799         * COPYING: add font exception. Update FSF address. 
10800
10801         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
10802         should be taken without child context.
10803
10804         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
10805
10806         * scm/define-markup-commands.scm (triangle): new command, as
10807         robust replacement for unicode Delta/Triangle.
10808
10809 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10810
10811         * ps/music-drawing-routines.ps: add fillp argument.
10812
10813         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
10814
10815         * lily/font-config.cc (init_fontconfig): don't add cff/
10816
10817         * VERSION (PACKAGE_NAME): release 2.5.22
10818
10819         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
10820
10821         * lily/grace-engraver.cc (consider_change_grace_settings): use
10822         is_alias(). Fixes problem with CueVoice grace notes. 
10823
10824         * lily/simultaneous-music-iterator.cc (construct_children): call
10825         Music_iterator::quit() for iterators that start out invalid. This
10826         fixes indefinitely continuing contexts.
10827
10828         * buildscripts/substitute-encoding.py: new file
10829
10830         * Documentation/user/basic-notation.itely (Basic polyphony): fix
10831         missing @end 
10832
10833         * scripts/lilypond-book.py (write_if_updated): print file name.
10834
10835         * Documentation/user/basic-notation.itely (Explicitly
10836         instantiating voices): idem.
10837
10838         * Documentation/user/advanced-notation.itely (Text spanners):
10839         remove stray { } 
10840
10841         * lily/context.cc (default_child_context_name): the default child
10842         is now first in accepts_list_.
10843
10844         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
10845         \defaultchild to all relevant contexts.  This fixes:
10846         drums-pitch.ly.
10847
10848         (Probably also fixes similar problems with ancient
10849         transcriptions getting CueVoices instead of the desired voices.)
10850  
10851         * lily/context-def.cc (get_default_child): new function.
10852         (get_accepted): place default child in front of list.
10853
10854         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
10855
10856         * lily/include/context-def.hh (struct Context_def): add
10857         default_accept_
10858
10859 2005-05-03  Graham Percival  <gperlist@shaw.ca>
10860
10861         * scm/define-grobs.scm: remove "remove-first" line, since
10862         the absent property is set to #f anyway.
10863
10864         * Documentation/user/basic-notation.itely,
10865         advanced-notation.itely, instrument-notation.itely: minor
10866         fixes.
10867
10868         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
10869
10870         * Documentation/user/advanced-notation.itely,
10871         changing-defaults.itely: consolidate Text stuff in
10872         advanced notation.
10873
10874         * Documentation/user/global.itely: better docs for \header.
10875
10876         * Documentation/user/putting.itely: new chapter; placeholder
10877         for future expansion.
10878
10879         * Documentation/user/examples.itely: moved "suggestions for
10880         writing LP files" section into putting.itely.
10881
10882         * Documentation/user/lilypond.itely: added new chapter,
10883         fixed the short table of contents.
10884
10885 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10886
10887         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
10888         infinity for unfeasible beams.
10889
10890         * make/lilypond.fedora.spec.in (Group): idem.
10891
10892         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
10893
10894         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
10895
10896         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
10897         fonts directly.
10898
10899         * buildscripts/gen-emmentaler-scripts.py (i): idem.
10900
10901         * mf/GNUmakefile: remove all CFF rules.
10902
10903         * scm/framework-ps.scm (ps-embed-cff): reinstate.
10904
10905         * lily/open-type-font-scheme.cc (LY_DEFINE):
10906         new function ly:otf-font-table-data.
10907         (LY_DEFINE): new function otf-font?
10908
10909 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10910
10911         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
10912         ($(outdir)/Fontmap.lily): idem.
10913
10914         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
10915         for PFAEmmentaler-XXX.pfa. 
10916
10917         * Documentation/user/music-glossary.tely (accidental): NL
10918         translation of accidental.
10919
10920 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10921
10922         * flower/include/international.hh: Bugfix: include "string.hh".
10923
10924         * lily/include/mingw-compatibility.hh: New file.
10925
10926         * flower/include/libc-extension.hh (memrev): Rename from strrev.
10927
10928         * configure.in: Search for mingw wcrtomb library.
10929
10930 2005-05-02  Mats Bengtsson  <mabe@s3.kth.se>
10931
10932         * scripts/convert-ly.py: Bug fix
10933
10934         * Documentation/user/changing-defaults.itely (Common tweaks):
10935         Added example where the context has to be specified explicitly
10936         (MetronomeMark). 
10937
10938 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10939
10940         * scripts/lilypond-book.py (ly_options): set timing to #f for
10941         notime option.
10942
10943         * scripts/convert-ly.py (conv): typo.
10944
10945         * flower/*.cc: remove <? and >?
10946         
10947         * lily/*.cc: remove <? and >?
10948
10949         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
10950         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
10951         editor.
10952
10953 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10954
10955         * lily/part-combine-engraver.cc: add space to variable list.
10956
10957 2005-04-30  Graham Percival  <gperlist@shaw.ca>
10958
10959         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
10960         remove-first to false (matches docs)
10961
10962         * Documentation/user/advanced-notation.itely: corrected docs
10963         concerning remove-first.
10964
10965 2005-04-29  Mats Bengtsson  <mabe@s3.kth.se>
10966
10967         * lily/part-combine-engraver.cc: make sure that the relevant
10968         properties are included in the documentation.
10969
10970 2005-04-28  Graham Percival  <gperlist@shaw.ca>
10971
10972         * Documentation/user/lilypond-book.itely: Bernard's docs
10973         for \betweenLilyPondSystem.
10974
10975 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10976
10977         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
10978         remarks.
10979
10980 2005-04-28  Pal Benko  <benkop@freestart.hu>
10981
10982         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
10983         only on vertical lines of flexa shape, and use a constant
10984         thickness value for horizontal lines (patch slightly modified by
10985         Jürgen Reuter)
10986
10987         * lily/include/mensural-ligature.hh: make 2 comments clearer
10988
10989 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
10990
10991         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
10992         to need_extra_horizontal_space; bugfix: use class scope to avoid
10993         global namespace pollution
10994
10995         * Documentation/user/instrument-notation.itely (ligatures): added
10996         comment on possible future syntax change and how to work around
10997
10998         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
10999         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
11000         intervals (fixes agnus dei example)
11001
11002         * Documentation/user/instrument-notation.itely (white mensural
11003         ligatures): selected a more illustrative example
11004
11005 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
11006
11007         * Documentation/index.html.in: specify utf-8 charset in meta content.
11008
11009 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11010
11011         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
11012         empty 2nd page for single page.
11013
11014         * scm/lily.scm: remove p&c definitions.
11015
11016         * po/zh_TW.po (Module): new translation.
11017
11018         * lily/lily-guile.cc (ly_chain_assoc): remove.
11019
11020         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
11021         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
11022
11023 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11024
11025         * lily/beaming-info.cc: remove infinity_i
11026
11027         * scripts/abc2ly.py (out_filename): fix thinko with \version.
11028
11029 2005-04-26  Graham Percival  <gperlist@shaw.ca>
11030
11031         * Documentation/user/basic-notation.itely,
11032         instrument-notation.itely, advanced-notation.itely,
11033         changing-defaults.itely: minor fixes.  Added docs
11034         for colors to advanced-notation.itely.
11035
11036         * Documentation/user/advanced-notation.itely: fixed compile
11037         problem and added Bernard's x11-color doc patch.
11038
11039 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11040
11041         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
11042         alright this time round.
11043
11044 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11045
11046         * Documentation/topdocs/INSTALL.texi (Top): idem.
11047
11048         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
11049
11050         * VERSION (MAJOR_VERSION): release 2.5.21
11051
11052         * scm/output-ps.scm (grob-cause): bugfix.
11053
11054 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11055
11056         * cygwin/*: Update.
11057
11058         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
11059         stuff.
11060
11061         * scm/output-ps.scm (grob-cause): Bugfix.
11062
11063         * scm/lily.scm (ly:load): Remove x11-color.
11064
11065         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
11066         quote executable, fixes getting version from program --with
11067         --options.
11068         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
11069         $ac_exeect.
11070
11071         * Documentation/user/GNUmakefile: Only build music-glossary with
11072         rendered lilypond snippets during web.
11073
11074 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11075
11076         * po/de.po: update.
11077
11078         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
11079
11080 2005-04-22  Laura Conrad <lconrad@laymusic.org>
11081  
11082         * scripts/abc2ly:
11083         second title line append with punctuation dash character;
11084         encode abc2ly python strings in utf-8
11085        
11086 2005-04-21  Laura Conrad <lconrad@laymusic.org>
11087
11088         * scripts/abc2ly fix chords (again)
11089  
11090 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
11091
11092         * scm/x11-color.scm: new file
11093         All x11 color names can be accessed with:
11094         #(x11-color 'ColorName),
11095         #(x11-color "ColorName") or:
11096         #(x11-color "color name")
11097         If the x11 color name is not recognised then it defaults
11098         to black
11099
11100         * scm/lily.scm: amended to call scm/x11-color.scm
11101
11102 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11103
11104         * Documentation/user/invoking.itely (Reporting bugs): comment out
11105         reference to online PNG bug repository.
11106
11107 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11108
11109         * lily/translator-scheme.cc (ly:translator-property): Remove.
11110         Update callers.
11111
11112         * lily/context-scheme.cc (ly:context-now): Move from translator.
11113         Update callers.
11114
11115 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11116
11117         * input/regression/grid-lines.ly (skips): refine example.
11118
11119         * scm/define-context-properties.scm
11120         (all-user-translation-properties): doc autoBeamCheck
11121
11122         * input/regression/grid-lines.ly (Module): new file.
11123
11124         * lily/grid-point-engraver.cc (Module): new file.
11125
11126         * lily/grid-line.cc (Module): new file.
11127
11128         * lily/grid-line-span-engraver.cc (Module): new file.
11129
11130         * lily/grid-line-interface.cc (Module): new file.
11131
11132 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11133
11134         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
11135         missing parameter, actualy cdr through list.  Actually return a
11136         list with ENTRY removed (was '()).
11137
11138         * scripts/convert-ly.py: Update.  Print warning if file cannot be
11139         opened.
11140         (do_conversion): Fix printing of continuation comma.
11141
11142         * Documentation/user/advanced-notation.itely (Beam formatting):
11143         Remove refbugs about compound time and mixed duration.
11144
11145         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
11146         modulo moments explicitely.
11147
11148         * lily/moment.cc (operator %): New function.
11149
11150         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
11151
11152         * lily/translator-scheme.cc (ly:translator-now,
11153         ly:translator-property): New function.
11154
11155         * scm/auto-beam.scm (default-auto-beam-check): New function.
11156
11157         * lily/auto-beam-engraver.cc (test_moment): Use it.
11158
11159         * flower/rational.cc (operator %): Bugfix.
11160
11161 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
11162
11163         * scripts/abc2ly: Bugfix
11164
11165 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11166
11167         * python/fontextract.py (write_extracted_fonts): bugfix, too many
11168         %'s on EndFont comment.
11169
11170         * lily/ledger-line-spanner.cc: some more words of explanation.
11171
11172 2005-04-20  John Williams <williams@tni.com>  
11173         
11174         * scripts/lilypond-book.py: htmlquote bugfix.
11175         Allow snippets to be given distinct filenames.
11176         Allow the default alt text to be overridden.
11177
11178 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
11179
11180         * ly/performer-init.ly: Bugfix
11181
11182         * THANKS: Added bughunters.
11183
11184 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11185
11186         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
11187
11188         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
11189         position (was: use modulo measure length).
11190
11191         * configure.in (no gui_b): Remove optional gtk+ requirement.
11192
11193 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11194
11195         * Documentation/user/basic-notation.itely (Pitches): add
11196         LedgerLineSpanner.
11197
11198         * lily/dynamic-engraver.cc (process_music): set right bound to
11199         script if present. Else, do not set.
11200         (acknowledge_grob): only set right bound of finished spanner to
11201         note column if no other bound is set.
11202
11203         * python/lilylib.py (make_ps_images): switch back to png16m.
11204         
11205 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11206
11207         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
11208         writing up to date file.  Add dvips usage suggestion.
11209
11210         * scripts/convert-ly.py: Fix error message.
11211         Print usage if no files on command line.
11212         (usage): Add example usage.
11213
11214         * input/test/compound-time.ly: New file.
11215
11216         * input/test/circle.ly: New file.
11217
11218         * Documentation/topdocs/NEWS.tely: Use them.
11219
11220         * input/test/boxed-stencil.ly: Remove \score.
11221
11222         * buildscripts/mf-to-table.py (base): Add .log dependency.
11223
11224         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
11225         pfa's.  Add .log dependency
11226
11227         * scm/define-markup-commands.scm (lower): New command.
11228
11229         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
11230         make it default.
11231
11232 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11233
11234         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
11235         also to finished cresc as right bound. This fixes:
11236         skip-string-decresc.ly
11237
11238         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
11239         relative_coordinate if extent is empty.
11240
11241         * lily/stem.cc (width_callback): determine correct extent if flag
11242         is not there. This fixes slur-no-flag.ly
11243
11244         * lily/grace-engraver.cc (consider_change_grace_settings): new
11245         function.
11246         (initialize): also consider_change_grace_settings() on
11247         initialization. Fixes large grace notes at start of score.
11248
11249         * lily/break-align-interface.cc (do_alignment): don't translate if
11250         total_extent is empty.
11251
11252         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
11253
11254 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11255
11256         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
11257         with slash.
11258
11259 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11260
11261         * stepmake/aclocal.m4: Remove tfm_path.
11262
11263 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11264
11265         * scm/music-functions.scm (markup-expression->make-markup): fix
11266         bug with cons arguments of markup commands.
11267         (music->make-music): fix music expression property list building
11268
11269 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11270
11271         * aclocal.m4: Massage package names.
11272
11273         * SCons updates.
11274
11275 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11276
11277         * VERSION (PACKAGE_NAME): release 2.5.20
11278
11279         * lily/stem.cc (calc_stem_info): add minimum Y extent of
11280         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
11281
11282         * lily/percent-repeat-engraver.cc (try_music): add measure before
11283         next_moment to future processing moment. Fixes:
11284         percent-repeat-mm-rest.ly
11285         (process_music): don't add moment for 2nd time.
11286
11287         * input/regression/repeat-percent.ly: add mmrests as extra test.
11288
11289         * lily/axis-group-engraver.cc (acknowledge_grob): read
11290         keepAliveInterfaces to decide what to kill.
11291
11292         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
11293         percent-repeat-interface to keepAliveInterfaces. This fixes
11294         percent-repeat-harakiri.
11295
11296 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
11297
11298         * SCons updates.
11299
11300 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11301
11302         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
11303
11304         * aclocal.m4: remove --enable-tfm-path configure option
11305
11306         * input/test/ancient-font.ly (lowerStaff): clef name errors.
11307
11308         * scm/backend-library.scm (postscript->png): newline after
11309         finishing command.
11310
11311         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
11312         (LY_DEFINE): ly:paper-score-paper-systems: new function 
11313
11314         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
11315
11316         * lily/score.cc (default_rendering): use Music_output too.
11317
11318         * input/test/chord-names-languages.ly (Module): rename file.
11319
11320         * lily/text-spanner.cc: add bound-padding.
11321
11322         * lily/paper-book.cc (systems): accept Paper_score
11323         iso. Paper_system vector. 
11324
11325         * input/regression/line-arrows.ly: new file.
11326
11327         * lily/paper-score.cc (process): run get_paper_systems() only once.
11328
11329         * lily/line-spanner.cc (line_stencil): add arrows.
11330
11331 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
11332
11333         * lily/line-interface.cc (make_arrow): new function. 
11334         (arrows): idem.
11335
11336 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
11337
11338         * input/test/chord-names-german.ly: update for italian/french
11339         chords.
11340         
11341         * Documentation/user/instrument-notation.itely (Printing chord
11342         names): update.
11343
11344 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11345
11346         * lily/include/paper-score.hh (class Paper_score): remove unused
11347         prototypes.
11348
11349         * lily/book.cc (process): add -COUNT to midi output.
11350
11351         * lily/score.cc (book_rendering): remove outname argument
11352         (book_rendering): return list of Music_outputs. 
11353
11354         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
11355
11356         * lily/book.cc (process): loop over Music_outputs returned from
11357         Score::book_rendering().
11358
11359         * lily/*.cc (width_callback): remove spurious "unused" warnings
11360         for assert (axis==[XY]_AXIS); 
11361
11362         * lily/include/music-output.hh (class Music_output): smobify class.
11363
11364         * lily/include/paper-score.hh (class Paper_score): make members
11365         private.
11366
11367         * lily/performance.cc (process): return #f iso. #<undefined>. This
11368         prevents #<undefined> leaking into GUILE-userspace.
11369
11370 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11371
11372         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
11373
11374 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
11375
11376         * scm/chord-name.scm : support for italian and french
11377         chords names.
11378
11379         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
11380         a space defined by chordPrefixSpacer when the root name is
11381         direclty followed by a prefix.
11382
11383         * ly/engraver-init.ly : chordPrefixSpacer       
11384         * scm/define-context-properties.scm : chordPrefixSpacer
11385         * ly/property-init.ly : italianChords, frenchChords 
11386
11387 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
11388
11389         * mf/feta-din.mf: Remove.
11390
11391         * mf/GNUmakefile (fontdir): Bugfix.
11392
11393         * mf/SConstruct: Some updates.
11394
11395         * SConstruct: Require pkg-config.
11396         (test_program): Bugfix for double digit version compares, use
11397         integer (not string-) compare.
11398         Optionally require gs 8.14.
11399
11400         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
11401
11402         * lily/*: s/ifdef HAVE_*/if have/.
11403
11404         * SConstruct (test_lib): New function.  Update pkg-config and some
11405         other requirements.
11406
11407         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
11408         freetype, pangof2t.
11409
11410 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11411
11412         * po/lilypond.pot, ...: Update using bison-CVS.
11413
11414         * python/lilylib.py (make_ps_images): Fixo.
11415
11416 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11417
11418         * python/lilylib.py (make_ps_images): typo.
11419
11420         * configure.in (gui_b): make bison optional.
11421
11422         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
11423
11424 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
11425
11426         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
11427         with one parameter can be defined in a LaTeX file when processed
11428         by lilypond-book this will be evaluated between the systems of
11429         a multi-system score. The parameter is the number of systems processed.
11430
11431 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11432
11433         * python/lilylib.py (make_ps_images): Escape newline.
11434
11435         * Documentation/user/music-glossary.tely: Run
11436         texinfo-all-menus-update.
11437
11438 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11439
11440         * scm/lily-library.scm (old-relative-not-used-message)
11441         (version-not-seen-message): Add input-file-name-location to message.
11442
11443         * lily/parser.yy (lilypond): Add token aliases.
11444
11445         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
11446         not confuse with alteration.
11447         (alteration): Add.
11448
11449 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11450
11451         * python/lilylib.py (make_ps_images): use -dEPSCrop
11452
11453         * VERSION (PACKAGE_NAME): release 2.5.19 
11454
11455         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
11456         only put xrefs in info documentation.
11457
11458         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
11459         .pdf rule to tex-rules.make.
11460
11461         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
11462         from -systems.* output.
11463
11464         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
11465         directly, remove -$(PAGESIZE) target.
11466
11467         * input/test/embedded-postscript.ly: update.
11468
11469 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11470
11471         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
11472
11473         * Documentation/user/changing-defaults.itely (Font selection):
11474         document font-name.
11475
11476         * input/regression/font-name.ly: show Pango fonts for
11477         font-name. Update example. 
11478
11479         * lily/pango-select.cc (properties_to_pango_description): don't
11480         convert symbol font-size to number, but use to lookup.
11481
11482         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
11483
11484         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
11485         (NAME . FILE-NAME) tuples for font descriptions. 
11486         (write-preamble): display BeginFont DSC comments.
11487
11488         * python/fontextract.py (write_extracted_fonts): new file. Extract
11489         font resources from a PS file.
11490
11491         * scripts/lilypond-book.py (option_definitions): --psfonts option.
11492         (Compile_error.process_include): do_file returns chunks.
11493
11494         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
11495
11496         * make/lysdoc-targets.make: .texi is .PRECIOUS
11497
11498         * scripts/lilypond-book.py (write_if_updated): new function.
11499
11500 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
11501
11502         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
11503
11504 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11505
11506         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
11507
11508         * input/regression/markup-syntax.ly: remove \score.
11509
11510         * scm/define-markup-commands.scm (draw-circle): add fill argument
11511
11512         * scm/stencil.scm (make-circle-stencil): add fill argument
11513
11514         * ps/music-drawing-routines.ps: add fill argument.
11515
11516         * ly/performer-init.ly: add CueVoice to MIDI too.
11517
11518         * ps/music-drawing-routines.ps: new routine BeginEPSF /
11519         EndEPSF.
11520
11521         * input/regression/markup-eps.ly: new file.
11522
11523         * scm/framework-ps.scm (write-preamble): change order: vars should
11524         be inited before procedures.
11525
11526         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
11527         for EPS files.
11528
11529         * scm/define-markup-commands.scm (epsfile): add epsfile command.
11530
11531 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11532
11533         * configure.in (gui_b): add check for ghostscript 8.15
11534
11535 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11536
11537         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
11538         start of line. Fixes cresc-after-newline.ly
11539
11540         * lily/source-file.cc (file_line_column_string): use get_column().
11541
11542 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11543
11544         * lily/source-file.cc (get_column): utf-8 support for column numbers.
11545
11546 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
11547
11548         * lily/*: use message () iso progress_indication () for messages.
11549         Revise/uniformise user messages.
11550
11551         * flower/warn.cc (progress_indication): New function.
11552         (message): Use it.  Fixes newline problems.
11553
11554         * config.make.in (webdir): Sort out install dirs.
11555
11556         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
11557
11558         * python/lilylib.py (command_name): Bugfix.
11559         (make_ps_images):
11560
11561 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
11562
11563         * lily/main.cc: --help says what types of backends are availabe
11564
11565 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11566
11567         Fix ./VERSION dependency, and without need to reconfigure.
11568
11569         * lily/main.cc (setup_paths): Update.
11570
11571         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
11572
11573         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
11574
11575         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
11576         Add \line for some simplistic cases.
11577
11578         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
11579
11580 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11581
11582         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
11583         to compile LY files (useful for adding eg. "-I" args)
11584         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
11585         2Gnome command for gnome backend.
11586         (LilyPond-command-formatgnome): call the 2Gnome command. key
11587         binding: C-c C-g
11588
11589 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11590
11591         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
11592         depend on all PNG images.
11593
11594 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11595
11596         * GNUmakefile.in: Bugfix: also link .map files.
11597
11598 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11599
11600         * scm/music-functions.scm (music->make-music): generate 
11601         a (make-music ...) sexpr from a music expression.
11602         (display-scheme-music): use guile pretty printer to display the
11603         make-music sexpr.
11604
11605 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11606
11607         * ly/engraver-init.ly: reindent.
11608         Add CueVoice.
11609
11610         * scm/music-functions.scm (music-pretty-string): handle moments
11611         too.
11612         (music-pretty-string): only print non-empty lists.
11613         (cue-substitute): create CueVoice context, which has smaller type.
11614
11615         * lily/moment-scheme.cc (LY_DEFINE): new methods
11616         ly:moment-grace-{numerator,denominator}
11617
11618         * lily/context-handle.cc: remove quit() method. 
11619
11620         * lily/font-config.cc (init_fontconfig): be verbose about font path.
11621         (init_fontconfig): success is 0, not !0
11622
11623 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11624
11625         * mf/feta-nummer-code.mf (code): add plus glyph.
11626
11627         * lily/tie.cc (print): idem.
11628
11629         * lily/slur.cc (print): don't use thickness property for
11630         slur shape-thickness.
11631
11632         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
11633         while adding stencils.
11634
11635         * scm/define-markup-commands.scm (with-color): with-color markup
11636         command.
11637         (whiteout): new markup command 
11638         (filled-box): new markup command
11639
11640 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11641
11642         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
11643         test for PDF docs.
11644
11645         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
11646         PFAAybabtu-Regular.  Fixes feta font in PDFs.
11647         
11648         Notes for tetex-3.0 make web:
11649            psclean.map: s/uhv8a/uhvr8a/
11650            config.ps add:
11651                 p +psfonts_t1.map
11652                 p +psclean.map
11653                 p +typeface.map
11654
11655 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11656
11657         * scm/music-functions.scm (music-pretty-string): fix bug with
11658         string argument.
11659
11660 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
11661
11662         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
11663
11664 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11665
11666         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
11667         only process options if they're there.
11668         (write_file_map): add version-seen? to snippet-map.ly
11669
11670 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
11671
11672         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
11673         formatting cleanups.
11674
11675         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
11676         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
11677
11678 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11679
11680         * scm/framework-ps.scm (ps-font-command): don't hash, just use
11681         name directly.
11682
11683         * lily/main.cc (setup_paths): either add mf/out to search path or 
11684         fonts/{otf,type1,etc}
11685         
11686         * lily/font-config.cc (init_fontconfig): either add mf/out to
11687         FontConfig or fonts/{otf,type1,etc}
11688
11689         * GNUmakefile.in: don't put mf/ link in share/ dir.
11690
11691         * lily/staff-spacing.cc: move same-direction-correction to
11692         note-spacing-interface
11693
11694         * scm/lily.scm (lilypond-main): use variable argument count for
11695         exception handler.
11696
11697         * lily/font-config.cc (init_fontconfig): add operator pacification
11698         message.
11699
11700         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
11701
11702         * buildscripts/gen-emmentaler-scripts.py (i): generate
11703         PFAEmmentaler as well.
11704
11705         * scm/framework-ps.scm (munge-lily-font-name): new function
11706         (write-preamble): hack: insert PFA equivalent of CFF into
11707         .PS. This makes LilyPond output printable on normal PS printers
11708         again.
11709
11710         * buildscripts/gen-emmentaler-scripts.py (i): generate
11711         PFAEmmentaler.pfa aswell.
11712
11713 2005-04-06  John Williams <williams@tni.com>  
11714         
11715         * scripts/lilypond-book.py: refactor the compose_ly procedure.
11716         
11717 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11718
11719         * scm/page-layout.scm (default-page-make-stencil): always combine
11720         the header stencil, even if empty. This prevents the body text to
11721         reach up to the margins.
11722
11723         * po/rw.po (Module): new file, for Kinyarwanda.
11724
11725         * input/test/spacing-optical.ly (Module): new file.
11726
11727         * lily/staff-spacing.cc: add same-direction-correction
11728
11729 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11730
11731         * Documentation/user/introduction.itely (Engraving): Comment-out
11732         non-existent file.
11733
11734 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11735
11736         * scm/define-grob-properties.scm (all-user-grob-properties): add
11737         same-direction-correction
11738
11739         * VERSION: release 2.5.18
11740
11741 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11742
11743         * lily/grob.cc (mark_smob): Check pscore->layout_ before
11744         dereferencing.  Fixes make web.
11745
11746         * lily/midi-stream.cc: Handle unwritable midi file.  Include
11747         errno.h.
11748
11749         * Documentation/user/: Fix links.
11750
11751 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11752
11753         * lily/text-interface.cc (Module): rename from text-item.cc
11754
11755         * input/regression/apply-output.ly (texidoc): function naming fix.
11756
11757         * lily/time-signature-performer.cc (derived_mark): new function.
11758
11759         * lily/lily-parser-scheme.cc:  print mapped file name for progress
11760
11761         * scripts/lilypond-book.py (find_linestarts): new function.
11762         (find_toplevel_snippets): keep track of line numbers.
11763
11764         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
11765         all key changes.
11766
11767         * ly/declarations-init.ly (partCombineListener): use
11768         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
11769
11770         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
11771
11772 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11773
11774         * lily/text-item.cc: Fix link.
11775
11776         * Documentation/user/changing-defaults.itely (Changing defaults):
11777         Fix programs reference links.
11778
11779         * Documentation/user/music-glossary.tely: Convert to utf-8.
11780
11781 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11782
11783         * make/lilypond-vars.make: remove TEXMF from variables.
11784         remove DEB_BUILD pk font variables.
11785         remove GUILE_LOAD_PATH
11786         remove TeX memory vars.
11787
11788 2005-04-04  Werner Lemberg  <wl@gnu.org>
11789
11790         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
11791
11792 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11793
11794         * ps/lilyponddefs.ps: remove reencode-font
11795
11796         * lily/simple-spacer.cc (add_columns): also compare
11797         directly. Column rank doesn't distinguish between broken and
11798         unbroken columns. This fixes large spaces before time sig changes.
11799
11800         * Documentation/user/point-and-click.itely: document ly:set-option.
11801
11802         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
11803         point_and_click_global is set.
11804
11805         * lily/scm-option.cc (LY_DEFINE): add point-and-click
11806         ly:set-option argument.
11807
11808 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11809
11810         * GNUmakefile.in: Include symlinks in webball.
11811
11812         * Documentation/user/GNUmakefile (source-links): Add symlinks to
11813         source dir for split and non-split manuals.
11814
11815         * Documentation/user/*y: Fix @uref/@inputfile links for
11816         split/non-split HTML documents.
11817
11818         * Documentation/user/GNUmakefile (local-WWW): Do not generate
11819         .ps.gz.
11820         
11821 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11822
11823         * GNUmakefile.in: Add newline.
11824
11825 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
11826
11827         * tex/lilyponddefs.tex: use color instead of xcolor
11828         * scm/output-tex.scm: minor editing
11829
11830 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11831
11832         * scm/music-functions.scm (display-scheme-music): pretty printer
11833         for music expressions.
11834
11835 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11836
11837         * buildscripts/install-info-html.sh (index_file): Fix link.
11838
11839 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11840
11841         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
11842
11843         * Documentation/index.html.in: Add size estimates with some big pages.
11844
11845         * Documentation/user/tutorial.itely (Running LilyPond for the
11846         first time): Add/replace some @rglos links.  TODO: add more
11847         @rglos links in tutorial, test non-intrusiveness (.css).
11848
11849         * stepmake/bin/add-html-footer.py (do_file): Remove info's
11850         annoying's indication of referencing external document.
11851
11852         * Documentation/user/GNUmakefile: Split version of glossary too.
11853         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
11854         links, not only for html.
11855
11856         * Documentation/user/introduction.itely: Fix some links for other
11857         than html, do not use `here' as link name.
11858
11859 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
11860
11861         * scm/documentation-generate.scm (string-append): Fix @usermanref,
11862         @glossaryref.
11863
11864 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11865
11866         * scm/page-layout.scm (default-page-make-stencil): only add header
11867         if existing and not empty. Fixes spurious programming error.
11868
11869         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
11870
11871 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
11872
11873         * scm/output-tex.scm: implement {re,}setcolor
11874         * tex/lilyponddefs.tex: use color package
11875
11876 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
11877
11878         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
11879         additions to website.
11880
11881         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
11882
11883         * Documentation/user/macros.itexi: Fix @usermanref html links in
11884         split documents: use @inforef.
11885
11886 2005-03-30  Graham Percival  <gperlist@shaw.ca>
11887
11888         * Documentation/user/programming-interface.itely: minor fix.
11889
11890         * Documentation/user/advanced-notation.itely: added info to
11891         Metronome markings.
11892
11893 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11894
11895         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
11896         use box-stencil.  Remove y-padding argument.
11897         (make-stencil-circler): New function.
11898
11899         * buildscripts/lilypond-words.py (F): 
11900         * elisp/SConscript (a): 
11901         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
11902         * vim/SConscript (a): 
11903         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
11904
11905         * lily/general-scheme.cc: Build fix.
11906
11907         * scm/markup.scm:
11908         * input/regression/markup-scheme.ly: 
11909         * input/regression/markup-syntax.ly: Drop 'new-' from name.
11910
11911         * scm/stencil.scm (make-circle-stencil): New function.
11912
11913         * scm/define-markup-commands.scm (draw-circle): Use it.  New
11914         name (was cicle).  Update callers.
11915         (circle): New markup command, similar to box.
11916
11917         * scm/stencil.scm (circle-stencil): New function.
11918
11919 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
11920
11921         * configure.in: Detect libutf8/wchar.h variant.
11922
11923         * stepmake/aclocal.m4: Modify shared size test.
11924
11925 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11926
11927         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
11928
11929 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11930
11931         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
11932         
11933         * VERSION (PACKAGE_NAME):  release 2.5.17
11934
11935 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11936
11937         * scm/backend-library.scm (postscript->png): Fix comment and png
11938         message.
11939
11940         * GNUmakefile.in (link-tree): Fix locales.
11941
11942 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11943
11944         * lily/stencil-scheme.cc (LY_DEFINE): change to
11945         ly:stencil-aligned-to, non mutating.
11946
11947         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
11948
11949         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
11950
11951         * lily/quote-iterator.cc (derived_mark): call
11952         Music_wrapper_iterator::derived_mark() too.
11953
11954         * lily/grace-engraver.cc (derived_mark): change signature, add
11955         const.
11956
11957 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11958
11959         * SConstruct (symlink): 
11960         * GNUmakefile.in (link-tree): Add scripts to prefix.
11961
11962         * lily/general-scheme.cc (ly:effective-prefix): New function.
11963
11964         * scm/backend-library.scm (postscript->png): Use it.
11965
11966 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11967
11968         * lily/paper-score.cc (process): don't delete grobs after
11969         producing stencils. 
11970
11971         * scm/part-combiner.scm (determine-split-list): switch off
11972         debugging info.
11973
11974         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
11975         if available.
11976
11977         * scm/define-context-properties.scm
11978         (all-user-translation-properties): add stringNumberOrientations.
11979
11980         * lily/new-fingering-engraver.cc (position_scripts): make generic,
11981         so fingering and string-numbers are separately controlled.
11982
11983 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11984
11985         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
11986         not use debugging.
11987
11988 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11989
11990         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
11991
11992         * config.hh.in: add HAVE_FONTCONFIG.
11993
11994         * Documentation/user/instrument-notation.itely (String number
11995         indications): new node.
11996
11997         * input/regression/new-markup-syntax.ly (texidoc): add circle.
11998
11999         * lily/new-fingering-engraver.cc (add_string): new function. 
12000         (acknowledge_grob): accept string-number-event as well.
12001
12002         * scm/define-markup-commands.scm (circle): new markup command.
12003
12004         * scm/output-lib.scm (print-circled-text-callback): new function.
12005
12006         * lily/GNUmakefile: move ifeq after include stepmake.make.
12007
12008 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12009
12010         * config.make.in (HAVE_LIBKPATHSEA_SO):
12011         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
12012
12013         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
12014         add KPATHSEA_LIBS.
12015
12016         * debian/watch: 
12017         * debian/control: Update.
12018
12019 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12020
12021         * input/test/title-markup.ly (spaceTest): remove.
12022
12023         * input/test/embedded-tex.ly (Module): remove.
12024
12025         * input/test/music-box.ly: use 'name property, not ly:music-name.
12026
12027         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
12028
12029         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
12030
12031 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12032
12033         * Documentation/topdocs/INSTALL.texi (Top): Remove information
12034         about xdeltas.  Add information about CVS.
12035
12036         * scm/lily.scm (lilypond-main): Fix invocation of handler,
12037         gracefully handle failed files.
12038
12039         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
12040
12041         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
12042         small fixes.
12043
12044         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
12045         No unnecessarily specific i18n messages.  Remove stray `1'.
12046
12047 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12048
12049         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
12050         documentencoding
12051
12052         * scm/documentation-lib.scm (texi-file-head): set utf-8
12053         documentencoding.
12054
12055         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
12056         Delta, not the Symbol one. 
12057
12058         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
12059         for the .map file.
12060
12061         * Documentation/topdocs/INSTALL.texi (Top): add running
12062         requirement as compilation requirement.
12063
12064 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12065
12066         * buildscripts/mutopia-index.py (headertext): add h1 header and
12067         utf-8 charset meta field.
12068
12069         * input/GNUmakefile: prune example list.
12070
12071         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
12072         options.
12073
12074         * lily/slur-scoring.cc (get_base_attachments): only look at stem
12075         extent for visible stems.
12076
12077         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
12078
12079 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
12080
12081         * Documentation/topdocs/INSTALL.texi (Top): Updates.
12082
12083         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
12084
12085 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12086
12087         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
12088         pass inf/nan into slur scoring.
12089
12090         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
12091         page.
12092
12093         * scripts/abc2ly.py (dump_voices): use alphabet().
12094
12095 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
12096         
12097         * mf/GNUmakefile (depth): use $(FONTFORGE). 
12098
12099 2005-03-27 Matthias Neeracher <neeracher@mac.com>
12100         
12101         * flower/include/virtual-methods.hh: simplify. Patch by
12102
12103 2005-03-25  John Williams <williams@tni.com>  
12104
12105         * scripts/lilypond-book.py (main): add png for HTML too, guess
12106         only if necessary. 
12107
12108 2005-03-25  Graham Percival  <gperlist@shaw.ca>
12109
12110         * Documentation/topdocs/INSTALL.texi: now recommends
12111         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
12112
12113         * Documentation/user/basic-notation.itely,
12114         Documentation/user/tutoria.itely: warn about
12115         only one (phrasing) slur at once.
12116
12117 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
12118
12119         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
12120
12121 2005-03-23  Graham Percival  <gperlist@shaw.ca>
12122
12123         * Documentation/user/basic-notation.itely: fixed info about
12124         ending a (de)cresc.
12125
12126         * Documentation/user/lilypond-book.itely: fixed
12127         lilypond-book filter example and warned about not doing
12128         --filter and --process at the same time.
12129
12130 2005-03-23  Mats Bengtsson  <mabe@s3.kth.se>
12131
12132         * lily/parser.yy (bass_number),
12133         Documentation/user/instrument-notation.itely (Figured bass): 
12134         Add the possibility to use text markup in figured bass. 
12135
12136 2005-03-19  Graham Percival  <gperlist@shaw.ca>
12137
12138         * Documentation/user/global.itely: added info about naming
12139         identifiers and breakbefore.
12140
12141         * Documentation/user/invoking.itely: added info about batch
12142         processing files with convert-ly, removed references to TeX
12143         in the jail section.
12144
12145         * Documentation/user/examples.itely: possibly fixed piano
12146         dynamics.
12147
12148         * Documentation/user/advanced-notation.itely: added info
12149         about removing other types of Staff.
12150
12151         * Documentation/user/instrument-notation.itely: possibly
12152         fixed piano staff line switch.
12153
12154         * Documentation/user/changing-defaults.itely: added info
12155         about using normal font in titles.
12156
12157 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12158
12159         * VERSION (PATCH_LEVEL): release 2.5.16
12160
12161         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
12162         explicitly.
12163
12164 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
12165
12166         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
12167         whitespace.
12168
12169         * python/lilylib.py (make_ps_images):
12170         * scm/backend-library.scm (postscript->pdf, postscript->png):
12171         Quote file name.  Use format rather than string-append juggling.
12172
12173 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12174
12175         * python/lilylib.py (make_ps_images): add x to -g argument. 
12176
12177         * lily/key-performer.cc (create_audio_elements): don't use
12178         scm_eval_string. Check for minor 3rd directly.
12179   
12180         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
12181         (sarabandeCelloGlobal): key is D minor, not F major.
12182
12183 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12184
12185         Fix truncated --png output (Peter Danenberg).
12186         
12187         * python/lilylib.py (make_ps_images):
12188         * scripts/ps2png.py (copyright): Grok --papersize option.
12189
12190         * scm/backend-library.scm (postscript->png): Add parameter
12191         PAPERSIZE.  Update callers.
12192
12193         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
12194         Fixes symbol placement.
12195
12196         * lily/spanner.cc: 
12197         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
12198         <libc-extension.hh>).
12199
12200 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12201
12202         * Nitpick run.
12203
12204         * buildscripts/fixcc.py: Update.
12205
12206         Builddir run fixes.
12207
12208         * HACKING (datadir): Add VERSION.
12209
12210         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
12211         higher up.
12212
12213 2005-03-15  Werner Lemberg  <wl@gnu.org>
12214
12215         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
12216         diagonal stem doesn't become thinner.
12217
12218 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
12219
12220         * buildscripts/fixcc.py: Fixes (Werner).
12221
12222 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12223
12224         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
12225         Emmentaler/Aybabtu.
12226
12227         * GNUmakefile.in: fix lilypond-words path.
12228
12229         * po/tr.po: update to 2.3.21
12230
12231         * lily/new-fingering-engraver.cc (position_scripts): take priority
12232         from head position.
12233
12234         * input/regression/finger-chords-order.ly (texidoc): new file.
12235
12236 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12237
12238         * make/ly-rules.make: 
12239         * stepmake/aclocal.m4: 
12240         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
12241
12242         * buildscripts/fixcc.py (rules): Leave space after operator.
12243
12244 2005-03-14  Werner Lemberg  <wl@gnu.org>
12245
12246         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
12247         top of the glyph with smooth curve.
12248
12249 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12250
12251         * Documentation/user/global.itely (Page layout): remove
12252         printpagenumber.
12253
12254 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
12255
12256         * input/regression/mensural-ligatures.ly: new file (with examples
12257         compiled by Pal Benko).
12258
12259         * Documentation/user/instrument-notation.itely: Bugfix: yet some
12260         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
12261         musicglyph access.  Many small beautifications in ancient
12262         examples.
12263
12264         * input/test/divisiones.ly: fixed indentation; small
12265         beautifications
12266
12267         * ly/engraver-init.ly: added FIXME comment
12268
12269         * scripts/lilypond-book.py,
12270         Documentation/user/lilypond-book.itely: added music fragment
12271         option "packed" to lilypond-book
12272
12273         * Documentation/user/instrument-notation.itely: Bugfix: added
12274         missing LedgerLineSpanner color setting in several places.  Added
12275         music fragment option "packed" to VaticanaContext example.
12276
12277 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12278
12279         * scm/define-grobs.scm (all-grob-descriptions): switch off
12280         Hyphen_spanner::set_spacing_rods 
12281
12282         * lily/lyric-hyphen.cc (print): add padding between syllable and
12283         hyphen.
12284         (print): shorten hyphen in tight situations (determine using
12285         minimum-length)
12286
12287         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
12288         0.4pt.
12289
12290 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
12291
12292         * ly/titling-init.ly (bookTitleMarkup): Refinements.
12293
12294         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
12295         header/footer markings for regression-test.
12296
12297         * scm/backend-library.scm (output-scopes, header-to-file): Move
12298         from framework-tex.scm.
12299
12300         * scm/framework-ps.scm (output-framework)
12301         (output-preview-framework):
12302         * scm/framework-eps.scm (output-classic-framework)
12303         (output-framework): Use it.  Fixes collated files.
12304
12305 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
12306
12307         * input/sakura-sakura.ly: 
12308         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
12309
12310         * buildscripts/guile-gnome.sh: Update.
12311
12312         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
12313
12314         * mf/aybabtu.pe.in: Capitalize Aybabtu.
12315
12316 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12317
12318         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
12319         culprit: always exit the loop if we find a rod, even if it has
12320         distance < 0. 
12321
12322         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
12323         algorithm.
12324
12325         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
12326         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
12327
12328         * scm/output-svg.scm (dashed-line): new  function body.
12329         
12330         * GNUmakefile.in: create .htaccess.
12331
12332 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12333
12334         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
12335
12336 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12337
12338         * VERSION (PACKAGE_NAME): release 2.5.15
12339
12340         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
12341
12342         * scm/framework-svg.scm (output-framework): put scaling in
12343         document header. Apply scaling only once.
12344         (output-framework): dump page size in px, not mm. 
12345
12346         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
12347         from font-size.
12348
12349         * lily/paper-outputter-scheme.cc (LY_DEFINE):
12350         ly:outputter-output-scheme, new function.
12351
12352         * scm/output-svg.scm (pango-description-to-svg-font): new function
12353
12354 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12355
12356         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
12357         target.
12358
12359         * input/typography-demo.ly: new file.
12360
12361 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
12362
12363         * Documentation/user/global.itely (File structure): Add markup blocks
12364         to toplevel expressions.
12365         (Multiple movements, Creating titles): Add markup blocks.
12366
12367         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
12368         <libc-extension.hh>).
12369
12370         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
12371
12372         * flower
12373         * lily
12374         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
12375
12376 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12377
12378         * lily/accidental.cc: special bboxes for natural. 
12379
12380         * mf/feta-toevallig.mf: make stems heavier.
12381
12382         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
12383         texts as well.
12384
12385         * mf/feta-klef.mf: revise. 
12386
12387         * mf/feta-schrift.mf: make thinning of accent less pronounced.
12388
12389         * mf/feta-klef.mf: add rounded curve at top. 
12390         make thinnib a little heavier.
12391
12392 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
12393
12394         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
12395
12396         * buildscripts/fixcc.py: New file.
12397
12398         * input/regression/utf8.ly: Update Debian font description.
12399
12400 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12401
12402         * stepmake/aclocal.m4: Fix test.
12403
12404 2005-03-09  Graham Percival  <gperlist@shaw.ca>
12405
12406         * Documentation/user/invoking.itely: added Sebastino Vigna's
12407         docs for the --jail option.
12408
12409 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12410
12411         * lily/stem.cc (print): only produce stemlets if there are no
12412         noteheads on this stem.
12413
12414         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
12415         don't crash on stemlet (visible stem without heads).
12416
12417         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
12418         unbroken situations. 
12419
12420         * scm/output-lib.scm (center-invisible): new function.
12421
12422         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
12423         wishes to determine loose column space.
12424
12425         * lily/font-config.cc (init_fontconfig): add
12426         fonts/{otf,type1,cff}  to path.
12427
12428         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
12429
12430         * mf/GNUmakefile (Module): install all fonts under otf/
12431
12432         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
12433         replace /fonts/otf/ by /ps/ 
12434
12435         
12436 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12437
12438         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
12439
12440         * lily/book.cc (process): Oops, add score_.header_.
12441
12442         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
12443
12444         * lily/parser.yy: Handle toplevel and book texts as score.
12445
12446         * scm/page-layout.scm (default-page-make-stencil):
12447         Bugfix: (page-properties rename.
12448
12449         * scm/backend-library.scm (ly:system): Typo.
12450
12451 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12452
12453         * stepmake/stepmake/executable-targets.make (installexe): don't
12454         strip installed executables
12455
12456         * lily/font-select.cc (get_font_by_design_size): revert
12457         pango_description_string as well.
12458
12459         * lily/system.cc (set_loose_columns): put loose column just left
12460         of next column.
12461
12462         * lily/include/group-interface.hh (extract_grob_array): rename
12463         from Pointer_group_interface__extract_grobs
12464
12465         * input/regression/ledger-line-minimum.ly (texidoc): new file.
12466
12467         * lily/ledger-line-spanner.cc (set_spacing_rods): new
12468         function. Keep ledgered note heads at a minimum distance.
12469         Introduce minimum-length-fraction
12470         (print): introduce length-fraction property.
12471
12472 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12473
12474         * tex/GNUmakefile: remove latin1.enc rules.
12475
12476 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12477
12478         * scm/titling.scm: Typo.
12479
12480         * input/regression/score-text.ly: Really add.
12481
12482         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
12483
12484 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12485
12486         * lily/open-type-font-scheme.cc:  new file.
12487
12488 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12489
12490         * scm/titling.scm (layout-extract-page-properties): Rename from
12491         page-properties.  Update callers.
12492
12493         * lily/lexer.ll (Lily_lexer):
12494         * lily/parser.yy: Junk lyric_markup state.
12495
12496         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
12497
12498         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
12499         Add texts parameter.
12500
12501 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
12502
12503         * lily/lexer.ll (lyric_markup): New mode.
12504         (Lily_lexer::push_lyric_markup_state): New method.
12505         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
12506
12507         * lily/parser.yy (book_body):
12508         (toplevel_expression): Grok \markup texts.
12509
12510         * lily/score-scheme.cc (ly:music-scorify): 
12511         * scm/lily-library.scm (collect-music-for-book): Take texts
12512         parameter.
12513
12514         * lily/score.cc (texts_): New member.
12515
12516         * lily/paper-book.cc (systems): Format score texts.
12517
12518         * score-text.ly: New file.
12519
12520         * ttftool/SConscript:
12521         * kpath-guile/SConscript: New file.
12522
12523         * lily/SConscript:
12524         * SConstruct: Update.
12525
12526 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12527
12528         * VERSION (PACKAGE_NAME): release 2.5.14
12529
12530 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
12531
12532         * lily/main.cc: Add dummy xgettext markers.
12533
12534 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12535
12536         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
12537         requirements
12538
12539         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
12540         executable is < 40k
12541
12542         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
12543         hack.
12544
12545 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
12546
12547         * flower/libc-extension.cc:
12548         * flower/include/libc-extension.hh: [Open]BSD simply cast
12549         cookie/funopen declarations.
12550
12551         * stepmake/aclocal.m4: Check for libkpathsea.so.
12552
12553         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
12554         dl_kpse_find_file.
12555
12556 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12557
12558         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
12559         (open_library): alternative for static library.
12560
12561 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
12562
12563         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
12564
12565         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
12566
12567         Drop run-time dependency on teTeX.
12568
12569         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
12570
12571         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
12572         KPATHSEA_LIBS in LIBS.
12573         (STEPMAKE_DLOPEN): New function.
12574
12575         * lily/font-config.cc (init_fontconfig): Use dir for directory,
12576         not path.
12577
12578         * flower/file-path.cc (directories): Rename from paths, as this
12579         return an array of directories (a single path).
12580
12581 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12582
12583         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
12584
12585         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
12586         new ly:kpathsea-find-file
12587
12588         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
12589
12590         * kpath-guile/GNUmakefile: new file
12591
12592         * buildscripts/gen-emmentaler-scripts.py (i): generate
12593         emmentaler-X.fontname as well.
12594
12595         * buildscripts/ps-embed-cff.py: new script
12596
12597         * scm/lily-library.scm: remove ps-embed-cff.
12598
12599         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
12600         font loading. 
12601
12602         * scm/font.scm (add-music-fonts): load dynamics/numbers through
12603         fontconfig as well.
12604
12605         * lily/font-config.cc (init_fontconfig): add cff/ too.
12606
12607         * ly/generate-embedded-cff.ly: capitalize.
12608
12609         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
12610         so as to register the pango font.
12611
12612         * lily/font-config.cc (init_fontconfig): add
12613         prefix/{otf,type1,mf/out} to fontconfig path.
12614
12615         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
12616         overrides all. 
12617
12618         * configure.in (gui_b): remove ec mftrace check
12619
12620         * config.hh.in: use lilypond-Major.Minor as data directory.
12621
12622         * scm/framework-ps.scm (dump-page): use output-units for landscape.
12623
12624         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
12625         name.
12626
12627 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
12628
12629         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
12630         error messages.
12631
12632         * flower/libc-extension.cc:
12633         * flower/include/libc-extension.hh: [Open]BSD fixes for
12634         cookie/funopen declarations.
12635
12636 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12637
12638         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
12639         emmentaler.
12640
12641         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
12642         lcrm10.
12643
12644         * scm/define-markup-commands.scm (fontsize): new markup
12645         command. Also set baseline-skip
12646
12647 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
12648         
12649         * lily/main.cc (do_chroot_jail): paranoia security for webserver
12650         use.
12651
12652 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12653
12654         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
12655
12656         * lily/pdf.cc: remove PDF related files
12657
12658 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12659
12660         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
12661         <hamamatsu@gmx.de>
12662
12663 2005-03-05  Graham Percival  <gperlist@shaw.ca>
12664
12665         * Documentation/user/advanced-notation.itely: first draft
12666         of reorg done.
12667
12668         * Documentation/user/global.itely: fixed (sub)section
12669         bits of MIDI.
12670
12671 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
12672
12673         * cygwin/mknetrel (extras): Bufix (Bertalan).
12674
12675         * Documentation/user/basic-notation.itely (Chords): @ref fix.
12676         * Documentation/user/instrument-notation.itely (Introducing chord
12677         names): Compile fix: must have unique name.
12678
12679 2005-03-02  Graham Percival  <gperlist@shaw.ca>
12680
12681         * Documentation/user/instrument-notation.itely: reorg.
12682
12683 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
12684
12685         * scm/output-gnome.scm:
12686         * scm/output-svg.scm: Fix font scaling.
12687
12688 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
12689
12690         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
12691         what link to use best.
12692
12693         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
12694         * Documentation/user/tutorial.itely (Automatic and manual beams):
12695         Fix @ref.
12696
12697         * lily/tweak-registration.cc (replace_grob_tweak): New function.
12698         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
12699         * scm/framework-gnome.scm (tweak): Use it.
12700
12701 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12702
12703         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
12704
12705         * scm/output-ps.scm (white-text): reinstate white-text
12706
12707 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
12708
12709         * scm/output-ps.scm (offset-add): Remove.
12710
12711         * scm/lily-library.scm (offset-flip-y): New function.
12712         * scm/framework-gnome.scm (tweak): Use it.
12713
12714         * scm/output-gnome.scm (grob-cause): Add parameter.
12715
12716         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
12717         * scm/output-ps.scm (url-link): Move.
12718         (white-text): Warn user about brokenness.
12719
12720         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
12721         wrt ghostscript.
12722
12723 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12724
12725         * lily/slash-repeat-engraver.cc (try_music): always make slashes
12726         if body length smaller than measure length.
12727
12728         * scm/define-markup-commands.scm (with-url): oops. use Y extent
12729         for Y.
12730
12731         * ly/titling-init.ly (tagline): put default tagline in \paper
12732
12733 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
12734
12735         * lily/kpath.cc: 
12736         * lily/pdf.cc (Pdf_file): Use more generic error messages.
12737
12738         * scm/lily-library.scm (version-not-seen-message): New function.
12739         * ly/init.ly: Use it.
12740
12741         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
12742         breaks as progess.
12743
12744         * scripts/lilypond-book.py (do_process_cmd): Do not lump
12745         whitespace with l10n message.
12746
12747         * scm/framework-tex.scm (convert-to-ps):
12748         (convert-to-dvi): Do not use overly specific l10n messages.
12749
12750         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
12751
12752         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
12753         merge stderr with stdout.  
12754
12755 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
12756
12757         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
12758         Neeracher).
12759
12760 2005-02-29  Graham Percival  <gperlist@shaw.ca>
12761
12762         * Documentation/user/instrument-notation.teily: moved
12763         \arpeggio to Basic.
12764
12765         * Documentation/user/advanced-notation.itely: Articulation to
12766         Basic, a bunch of stuff from Basic moved to Advanced.
12767
12768         * Documentation/user/basic.itely: swapped various sections,
12769         reorganized Basic.
12770
12771 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12772
12773         * flower/memory-stream.cc: 
12774         * flower/libc-extension.cc: Remove obsolete #undefs.
12775
12776         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
12777         more carefully.
12778
12779 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12780
12781         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
12782         dependency.
12783
12784         * VERSION (PACKAGE_NAME): release 2.5.13
12785
12786         * GNUmakefile.in (web-ext): don't ship ps.gz
12787
12788         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
12789         stdout
12790
12791 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12792
12793         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
12794         without libintl.  Now it compiles too.
12795
12796 2005-02-28  Graham Percival  <gperlist@shaw.ca>
12797
12798         * Documentation/user/basic-notation.itely,
12799         instument-notation.itely, advanced-notation.itely:
12800         split up contents of notation.itely.
12801
12802         * Documentation/user/notation.itely: file removed.
12803
12804         * Documentation/user/invoking.itely, converters.itely:
12805         moved convert-ly info to invoking.itely.
12806
12807         * Documentation/user/global.itely, changing-defaults.itely,
12808         sound-output.itexi: moved global settings, file layout, and
12809         sound into global.itely.
12810
12811         * Documentation/user/sound-output.itexi: file removed.
12812
12813         * Documentation/user/lilypond.tely: removed links to
12814         notation.itely and sound.itely.
12815
12816 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12817
12818         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
12819
12820         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
12821  
12822         * THANKS: add sponsor.
12823
12824         * scm/define-markup-commands.scm (with-url): new markup command.
12825
12826         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
12827         tagline.
12828         
12829         * scm/output-tex.scm (url-link): stub.
12830
12831         * scm/output-ps.scm (url-link): new function.
12832
12833         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
12834         ly:set-point-and-click
12835
12836 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
12837
12838         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
12839         based on pdf-viewer setting.
12840
12841         * scm/framework-ps.scm (write-preamble): Find and set preferred
12842         pdf-viewer.
12843
12844 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12845
12846         * Documentation/user/point-and-click.itely: update for PDF point &
12847         click.
12848
12849         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
12850         editors based on EDITOR setting.
12851
12852 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
12853
12854         * scm/*: Oops, more grand 2005 replace bits.
12855
12856 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12857
12858         * ps/music-drawing-routines.ps: new routine: insert PDF mark
12859
12860         * scm/output-ps.scm (grob-cause): point & click support for
12861         PostScript
12862
12863 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12864
12865         * lily/input-scheme.cc (LY_DEFINE): rename to
12866         ly:input-file-line-column
12867
12868 2005-02-26  Graham Percival  <gperlist@shaw.ca>
12869
12870         * Documentation/user/examples.itely: small fix from Steve Doonan.
12871
12872         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
12873
12874         * THANKS: added Yuval Harel.
12875
12876         * Documentation/user/{various}: inserted two spaces after a period.
12877
12878         * Documentation/user/lilypond.tely: added framework for reorg.
12879
12880         * Documentation/user/basic-notation.itely, instrument-notation.itely,
12881         advanced-notation.itely, global.itely: new files, placeholder for
12882         future reorg.
12883
12884 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
12885
12886         * Documentation/user/notation.itely: revamped Polyphony section
12887         
12888 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12889
12890         * Documentation/user/lilypond-book.itely (Music fragment options):
12891         doc fontload.
12892
12893         * Documentation/user/changing-defaults.itely (Text encoding): add
12894         fontload option to utf8 include
12895
12896         * scripts/lilypond-book.py (compose_ly): add fontload option
12897
12898         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
12899         force-eps-font-include option.
12900
12901         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
12902         black triangle
12903
12904         * Documentation/user/invoking.itely (Editor support): remove
12905         lilypond-latex section.
12906
12907         * scripts/lilypond-latex.py (Module): remove script.
12908
12909         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
12910         overwrite .log. 
12911
12912         * lily/main.cc: remove -m, --no-layout
12913
12914         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
12915         to define. We don't want to override fprintf everywhere.
12916
12917 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
12918
12919         * cygwin/lilypond.hint: 
12920         * cygwin/README.in: Update dependencies.
12921
12922         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
12923         Bugfix: do not pollute CPPFLAGS, LIBS.
12924
12925         * cygwin/mknetrel (extras): Cross compile fixes.
12926
12927         * ttftool/util.c: 
12928         * ttftool/ttfps.c: 
12929         * ttftool/ps.c: #include libc-extension.hh
12930
12931         * flower/include/libc-extension.hh:
12932         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
12933         wrapper using funopen.
12934         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
12935         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
12936
12937         * config.hh.in:
12938         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
12939         (AC_CHECK_HEADERS): Add libio.h
12940
12941         * scripts/convert-ly.py: Uniformize, internationalize.
12942         (2.5.2): Remove fatal encoding rule.
12943         (2.5.13): Handle latin1 encoding gracefully.
12944
12945 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
12946
12947         * HACKING: Fix line breaks.
12948
12949 2005-02-23  Werner Lemberg  <wl@gnu.org>
12950
12951         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
12952         contains those two files.
12953
12954 2005-02-21  Werner Lemberg  <wl@gnu.org>
12955
12956         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
12957         to improve overlap removal process.
12958
12959         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
12960         left and right ending.  This ensures better overlapping.
12961         Update all callers.
12962         ("lineprall"): Don't use draw_gridline to get better overlapping.
12963
12964 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12965
12966         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
12967
12968         * Documentation/topdocs/NEWS.tely (Top): oops.
12969
12970 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
12971
12972         * HACKING: new file.
12973
12974         * input/regression/utf8.ly (portuguese): added a portuguese example
12975         to show latin1 accents.
12976
12977 2005-02-21  Pal Benko  <benkop@freestart.hu>
12978
12979         * lily/mensural-ligature-engraver.cc:
12980         * lily/mensural-ligature.cc:
12981         * lily/include/mensural-ligature.hh: new algorithm implemented
12982
12983         * scm/define-grob-properties.scm: join-left killed (add-join may
12984         be used); join-left-amount changed to join-right-amount
12985
12986 2005-02-21  Graham Percival  <gperlist@shaw.ca>
12987
12988         * Documentation/user/notation.itely: small but urgent fix.
12989
12990 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
12991
12992         * lily/duration-scheme.cc: bugfix: correct parameters to
12993         SCM_ASSERT_TYPE.
12994
12995         * THANKS: added Pal.
12996
12997         * Documentation/user/notation.itely: bugfix: unTeXified
12998         $\\backslash$.  Bugfix: yet another glyph renaming victim:
12999         "timesig.*x/y" -> "timesig.*xy".
13000
13001 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13002         
13003         * VERSION (PACKAGE_NAME): release 2.5.12
13004
13005 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13006
13007         * ly/engraver-init.ly: set tieWaitForNote to #t by default
13008
13009         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
13010
13011         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
13012
13013         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
13014
13015 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
13016
13017         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
13018         latin1..utf-8.
13019
13020         * input/regression/stanza-number.ly:
13021         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
13022
13023         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
13024
13025 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13026
13027         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
13028         NEWS. Refer to website for older news.  
13029
13030         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
13031         .HTML. This should be done for specific servers only.
13032
13033         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
13034         .ly image examples.
13035
13036         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
13037         in layer 0 too.
13038
13039         * scm/define-context-properties.scm
13040         (all-user-translation-properties): add tieWaitForNote
13041
13042         * scm/define-grobs.scm (all-grob-descriptions): add
13043         Tie_column::before_line_breaking
13044
13045         * lily/tie.cc (get_column_rank): new function
13046
13047         * lily/tie-column.cc (before_line_breaking): new function.
13048         (werner_directions): take into account ties that start on
13049         different columns.  
13050
13051         * lily/score-engraver.cc (set_columns): move add_column() so we
13052         have column rank available.
13053
13054         * lily/tie.cc (get_column_rank): new function.
13055
13056         * input/regression/utf8.ly (japanese): add japanese lyrics.
13057
13058         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
13059
13060         * THANKS: add Steve D
13061
13062         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
13063         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
13064
13065 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
13066
13067         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
13068         to show harmonic notes
13069         * scm/define-markup-commands.scm: in \markup-by-number
13070         "dots-dot" -> "dots.dot" to show dotted notes
13071
13072 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13073
13074         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
13075
13076         * flower/memory-stream.cc (writer): new file.
13077
13078         * configure.in: add endian test.
13079
13080 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
13081
13082         * Documentation/user/examples.itely: small
13083         simplification/beautification
13084
13085         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
13086         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
13087         notation manual.
13088
13089         * lily/mensural-ligature.cc: bugfix: another few victims of the
13090         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
13091
13092         * ly/gregorian-init.ly: commit some experimental code for hi-level
13093         ligature input language lying around here for several months.
13094
13095         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
13096         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
13097
13098         * lily/vaticana-ligature-engraver.cc: bugfix: another few
13099         "x-y-z"->"x.y.s-z" fixes.
13100
13101 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13102
13103         * scm/framework-pdf.scm (scm): new file
13104
13105         * lily/include/pdf.hh (class Pdf_file): new file.
13106
13107         * lily/pdf.cc (write_trailer): new file.
13108
13109 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
13110
13111         * input/regression/color.ly: new file
13112
13113         * lily/stencil.cc (interpret_stencil_expression):
13114         when a color expression is encountered: save current color,
13115         process the rest of the expression, and restore previous color.
13116
13117         * lily/system.cc (get_line): check all grobs for color property and
13118         prepare the stencil scheme expressions for further processing.
13119         Fix layer-loop.
13120
13121         * scm/define-grob-properties.scm: introduce the color property.
13122
13123         * scm/output-lib.scm: color helper functions.
13124
13125         * scm/output-ps.scm: introduce setcolor/resetcolor.
13126
13127 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
13128
13129         * ly/*.ly, input/regression/*.ly: Added missing \version
13130         statements in some files.
13131
13132 2005-02-15  Graham Percival  <gperlist@shaw.ca>
13133
13134         * Documentation/user/notation.itely: minor editing.
13135
13136         * Documentation/user/converters.itely: updated convert-ly bugs.
13137
13138         * Documentation/user/lilypond-book.itely: add info about using
13139         feta characters in latex.
13140
13141 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13142
13143         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
13144
13145 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13146
13147         * scm/define-grob-properties.scm (all-user-grob-properties):
13148         removed 'dashed property.
13149
13150 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13151
13152         * scm/lily.scm (define-safe-public): new macro for defining
13153         variables that can be used in --safe mode. Use it in *.scm
13154         instead of manually setting safe-objects in safe-lily.scm.
13155
13156 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13157         
13158         * lily/slur.cc: Slur-dash patch by Bertalan.
13159
13160         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
13161
13162         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
13163
13164 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
13165
13166         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
13167
13168 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
13169
13170         * mf/GNUmakefile: teTeX-3.0 install fix.
13171
13172         * Cygwin patch from Bertalan.
13173
13174         * stepmake/stepmake/metafont-rules.make: Remove bashism.
13175
13176 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
13177
13178         * GNUmakefile.in: 
13179         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
13180
13181         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
13182         2.0.x compatibility.
13183
13184 2005-02-08  Werner Lemberg  <wl@gnu.org>
13185
13186         * mf/feta-din-code.mf: Format; clean up code.
13187         Replace `---' with `--' plus explicit path directions.
13188         (linethickness#, stafflinethickness#): Remove.
13189         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
13190         ("dynamic s"): Improve shape.
13191         ("dynamic p"): Improve shape.
13192         Replace `draw' with better outline approximation.
13193         ("dynamic r"): Improve shape.
13194         Don't call `fill' and `draw' at the same time.
13195
13196 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
13197
13198         * SConstruct (symlink):
13199         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
13200         build fix: add enc symlink.
13201
13202         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
13203
13204         Support for DESTDIR besides prefix=/foo
13205
13206         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
13207
13208         * stepmake/stepmake/*.make:
13209         * */GNUmakefile:
13210         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
13211
13212         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
13213
13214         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
13215         mawk in fontforge (date) test.
13216
13217 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13218
13219         * scm/font.scm (make-century-schoolbook-tree): add NCS as
13220         font-family=roman. Add Luxi Sans as sans
13221
13222 2005-02-07  Graham Percival  <gperlist@shaw.ca>
13223
13224         * Documentation/user/notation.itely: add warning about
13225         percent repeats and Voice contexts.
13226
13227         * Documentation/user/lilypond-book.itely: clarified the
13228         necessity of dvips -u arguments.
13229
13230 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
13231
13232         * THANKS: Added a bunch of bug hunters.
13233
13234 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13235
13236         * scm/framework-ps.scm (output-preview-framework): bugfix.
13237
13238         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
13239         o/ for chord modifier..
13240
13241         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
13242
13243         * lily/drum-note-performer.cc:  remove unused (thanks Michael
13244         Welsh Duggan). 
13245
13246 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
13247
13248         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
13249
13250         * ly/titling-init.ly: Do not also print intstrument in header on
13251         first page.  Do not print page number on first and only page.
13252
13253 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13254
13255         * input/regression/*.ly: remove old-relative everywhere
13256
13257         * lily/music-sequence.cc (simultaneous_relative_callback): do
13258         what-if analysis on copy, not on original. Fixes old-relative
13259         compatibility.
13260
13261         * scm/backend-library.scm (postscript->png): space before
13262         --verbose.
13263         
13264 2005-02-05  Werner Lemberg  <wl@gnu.org>
13265
13266         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
13267         is defined.
13268
13269         * mf/feta-alphabet.mf: Define `staffsize#'.
13270         Include `feta-params.mf'.
13271         s/staffheight/design_size/.
13272
13273         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
13274
13275         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
13276
13277         * mf/feta-nummer-code.mf: Reformatted.
13278         (draw_six): Use outline intersection to avoid a self-intersecting
13279         path.
13280         ("Numeral comma"): Fix serious outline glitches.  This slightly
13281         changes the glyph shape.
13282         ("Numeral dash"): Use `draw_rounded_block'.
13283         ("Numeral dot"): Use `drawdot'.
13284         ("Numeral 1"): Assure identical tangent directions for the
13285         intersection points of paths.  The glyph shape improvement is only
13286         visible at very high magnifications.
13287         ("Numeral 2"): Use `solve' macro to make the lower right part of
13288         the glyph outline touch the x axis exactly.  This changes the
13289         glyph shape.
13290         Minor fixes for better overlap removal support.
13291         ("Numeral 4"): Make lefter corner `rounder'.
13292         ("Numeral 5"): Assure identical tangent directions for the
13293         intersection points of paths.  This improves the glyph shape at
13294         high magnifications.
13295         ("Numeral 7"): Use `solve' macro to make the upper right part of
13296         the glyph outline touch the metrics box exactly.  This changes the
13297         glyph shape.
13298         Avoid corner in the upper left part of the glyph (causing a minor
13299         shape change).
13300
13301         * mf/feta-ital-*.mf: Removed.  Unused.
13302
13303 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13304
13305         * VERSION (PATCH_LEVEL): release 2.5.11
13306
13307         * input/regression/fill-line-test.ly: new file.
13308
13309         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
13310         emmentaler name, eg. emmentaler-23. 
13311
13312 2005-02-04  Christian Hitz  <chhitz@gmx.net>
13313
13314         * scm/scm/define-markup-commands.scm (fill-line): rework for better
13315         alignment with centered texts
13316
13317         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
13318         list of paddings
13319
13320 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13321
13322         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
13323
13324         * lily/note-column.cc (translate_rests): call flush_extent_cache()
13325         of parents when translating rests. Fixes: c-chord-rest.ly 
13326
13327         * lily/include/dimension-cache.hh (struct Dimension_cache): add
13328         dimension_callback_ member.
13329
13330         * lily/grob.cc (flush_extent_cache): new function. Force recompute
13331         of extents.
13332
13333 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
13334
13335         * all but lily/*: The grand 2004/2005 replace.
13336
13337 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13338
13339         * lily/*: add space after ,  
13340
13341         * scm/music-functions.scm (has-request-chord): don't use
13342         ly:music-name anywhere. Fixes <<\\>> notation. 
13343
13344         * scm/define-markup-commands.scm (box): use font-size for
13345         padding. Fixes boxed-rehearsal-marks.ly
13346
13347         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
13348         identifier definition too, so foo = \lyrics { ...   } bar = #1
13349         doesn't complain about "bar" being LYRICS_STRING.
13350
13351         * lily/paper-def.cc (find_pango_font): new routine; Store
13352         pango_fonts in hash tab too. This is necessary for retrieving
13353         Pango_fonts::physical_font_tab() later on.
13354  
13355         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
13356         crash if psname is null.
13357
13358         * lily/lily-guile.cc (ly_hash2alist): new function
13359
13360         * Documentation/user/changing-defaults.itely (Text encoding):
13361         rewrite. 
13362
13363         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
13364         -> font_filename mapping.
13365
13366         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
13367         ly_pango_font_physical_fonts
13368
13369         * scm/framework-ps.scm (supplies-or-needs): extract names from
13370         physical Pango_fonts.
13371
13372         * utf8.ly: new file.
13373
13374 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13375
13376         * Documentation/user/changing-defaults.itely (Page layout): add
13377         doco about systemSeparatorMarkup.
13378
13379         * scm/page-layout.scm (default-page-make-stencil): add-to-page
13380         function.
13381         (default-page-make-stencil): insert system separators.
13382
13383         * scm/define-markup-commands.scm (hcenter): add
13384         (beam): add.
13385
13386 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13387
13388         * scm/output-ps.scm (ez-ball): reinstate ez notation.
13389
13390 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
13391
13392         * lily/main.cc: Spell backend consistently.  Sort options.
13393
13394 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13395
13396         * scripts/lilypond-book.py (Module): revert @include.
13397         
13398 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
13399
13400         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
13401         Bugfix: @include .tex (not .texi).  Small cleanups.
13402
13403         * stepmake/bin/add-html-footer.py (i18n): New function.
13404
13405 2005-01-31  Werner Lemberg  <wl@gnu.org>
13406
13407         * mf/feta-nummer.mf: Removed.  Unused.
13408
13409 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13410
13411         * lily/ : 2004 -> 2005 s&r
13412
13413         * scm/file-cache.scm (cached-file-contents): add file. Read each
13414         file only once.
13415
13416         * scm/font.scm (add-pango-fonts): change order. Medium weight is
13417         now default.
13418
13419         * VERSION: release 2.5.10
13420         
13421         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
13422
13423         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
13424
13425         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
13426         that both X and Y extents of bbox are non-nil.
13427
13428 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13429
13430         * scm/chord-name.scm (alteration->text-accidental-markup): change
13431         - to . 
13432
13433         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
13434
13435         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
13436
13437         * Documentation/user/invoking.itely (Invoking lilypond): add note
13438         about EPS backend.
13439
13440         * scm/framework-eps.scm: new file: create per-system/per-page EPS
13441         files for inclusion in lilypond-book document.
13442
13443         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
13444
13445         * input/tutorial/lbook-texi-test.texi: new file.
13446
13447         * scm/safe-lily.scm (safe-objects): add
13448         {begin,end}-of-line-(in)?visible as safe.
13449  
13450 2005-01-30  Graham Percival  <gperlist@shaw.ca>
13451
13452         * Documentation/user/changing-defaults.itely: fixed example
13453         of (dynamics).
13454
13455 2005-01-29  Graham Percival  <gperlist@shaw.ca>
13456
13457         * lily/main.cc: fix info about -o=FILE.
13458
13459 2005-01-29  Werner Lemberg  <wl@gnu.org>
13460
13461         * mf/feta-toevallig.mf ("Natural"): Completely changed the
13462         construction to assure smooth transition from straight to curved
13463         lines.
13464
13465 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13466
13467         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
13468         stencils.
13469
13470         * ps/lilyponddefs.ps: add start-page, start-system doesn't
13471         translate to top of page. Fixes alignment problems of
13472         lilypond-generated EPS files.
13473
13474 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13475
13476         * scm/part-combiner.scm (analyse-spanner-states): trigger on
13477         crescendo-end as well, since Decrescendo maybe ended with Stop
13478         Crescendo.). Fixes: partcombine-diminuendo.ly
13479
13480         * scm/script.scm (default-script-alist): swap portato symbols.
13481
13482         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
13483
13484         * lily/paper-outputter-scheme.cc (LY_DEFINE):
13485         ly:outputter-port. New function.
13486
13487         * scm/framework-ps.scm (output-classic-framework): dump a
13488         -systems.texi too
13489         (output-classic-framework): dump multiple systems on an "infinite"
13490         page EPS including fonts. 
13491
13492         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
13493         .eps files for both texi and tex formats. Use PNG coming from
13494         lilypond.
13495         
13496 2005-01-28  Graham Percival  <gperlist@shaw.ca>
13497
13498         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
13499
13500         * scripts/lilypond-latex.py: fix info about -o=FILE.
13501
13502 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13503
13504         * ly/generate-embedded-cff.ly: write .cff.ps files.
13505
13506         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
13507
13508         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
13509         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
13510
13511 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
13512
13513         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
13514
13515 2005-01-28  Werner Lemberg  <wl@gnu.org>
13516
13517         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
13518         macros.
13519         (draw_bulb): Improved.
13520
13521         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
13522         metapost bug.
13523         (draw_pedal_P): Use soft_end_penstroke.
13524         (draw_pedal_d): Use soft_start_penstroke.
13525
13526         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
13527         path.
13528         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
13529         doesn't change the glyph shape.
13530
13531         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
13532         changing the shape) to avoid fontforge warnings.
13533
13534         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
13535         soft_end_penstroke and fix glyph shape.
13536
13537 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13538
13539         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
13540
13541 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13542
13543         * scm/define-markup-commands.scm (line): filter out empty stencils
13544         from line command.
13545
13546         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
13547         amount.
13548
13549 2005-01-27  Graham Percival  <gperlist@shaw.ca>
13550
13551         * Documentation/user/notation.itely: added info about what
13552         \voiceFoo does.  Also rewrote warning about marks at
13553         a line break.
13554
13555         * Documentation/user/changing-defaults.itely: added info
13556         about putting dynamics in parenthesis and brackets.
13557
13558 2005-01-27  Werner Lemberg  <wl@gnu.org>
13559
13560         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
13561
13562 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13563
13564         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
13565         portato-direction.ly
13566
13567         * lily/beam.cc (consider_auto_knees): add beam height to
13568         threshold. Fixes: knee-multiple-beam.ly
13569
13570         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
13571         pedal line spanners. Fixes: instrument-center-pedal.ly
13572
13573         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
13574         if encountering barline. Fixes: auto-beam-repeat.ly
13575
13576 2005-01-26  Werner Lemberg  <wl@gnu.org>
13577
13578         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
13579         overlapping.
13580
13581         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
13582         with inflections for the 1/2 sharp glyph.
13583
13584         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
13585         connection between `t' and `r'.
13586         Unify bulb with the rest of `r' to avoid grazing outlines which
13587         confuses the overlap removal algorithm of fontforge.
13588
13589         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
13590         inflections.
13591         (draw_cross): Fix shape to have uniform thickness in corners.
13592
13593         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
13594         to avoid an uneven number of self-intersections; this confuses
13595         fontforge.
13596         Fix a slight bug in the shape at left bottom (which is visible only
13597         at high magnifications).
13598         `Center' the stem horizontally to avoid overlapping.
13599
13600 2005-01-24  Werner Lemberg  <wl@gnu.org>
13601
13602         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
13603         to `asis'.
13604         (fet_begingroup): Save group name in string `feta_group'.
13605         (fet_endgroup): Updated.
13606         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
13607
13608         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
13609
13610         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
13611         in metapost.
13612
13613 2005-01-24  Graham Percival  <gperlist@shaw.ca>
13614
13615         * Documentation/user/notation.itely: really minor editing.
13616
13617 2005-01-22  Graham Percival  <gperlist@shaw.ca>
13618
13619         * Documentation/user/examples.itely: minor editing.
13620
13621         * Documentation/user/changing-defaults.itely: minor editing.
13622
13623         * Documentation/user/notation.itely: clarified info on polyphony
13624         and \addlyrics.
13625
13626 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
13627
13628         * scm/output-gnome.scm: 
13629         * scm/output-svg.scm:
13630         * scm/lily-library.scm (font-name-style): Update font name
13631         kludging for fontconfig use.
13632
13633 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
13634
13635         * scm/define-markup-commands.scm: Document right-align and
13636         larger markup commands. Remove "TODO" from the topmost comment
13637         "each markup function should have a doc string." More consistent
13638         use of new-lines.
13639
13640 2005-01-22  Graham Percival  <gperlist@shaw.ca>
13641
13642         * Documentation/user/changing-defaults: removed info about
13643         copyright symbol, since it's likely to change soon.
13644         Added info about betweensystemspace.
13645
13646         * Documentation/user/notation.itely: minor fixes.
13647
13648         * Documentation/user/lilypond.tely,
13649         Documentation/user/music-glossary.tely: changed copyright
13650         date to 2005 instead of 2004.
13651
13652         * input/test/volta-chord-names.ly: added old example back.
13653
13654 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13655
13656         * mf/feta-beugel.mf: use design size 20 (not 15).
13657
13658         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
13659         change name to aybabtu completely
13660
13661 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13662
13663         * buildscripts/gen-emmentaler-scripts.py (outdir): add
13664         design_size to fontname
13665
13666 2005-01-19  Werner Lemberg  <wl@gnu.org>
13667
13668         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
13669         mf/feta-schrift.mf: s/p/pat/ if a path variable.
13670
13671         * mf/feta-autometric.mf (set_char_box): Add code which emits
13672         specials for mf2pt1 if run with metapost.
13673         (to_bp): New macro for mf2pt1.
13674
13675 2005-01-18  Graham Percival  <gperlist@shaw.ca>
13676
13677         * Documentation/user/changing-defaults: added info on
13678         creating a copyright symbol.
13679
13680 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13681
13682         * VERSION: release 2.5.9
13683         
13684 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
13685
13686         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
13687
13688         * Documentation/user/notation.itely: Document
13689         score-override-auto-beam-setting Fix documentation for
13690         revert-auto-beam-setting.
13691
13692 2005-01-18  Werner Lemberg  <wl@gnu.org>
13693
13694         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
13695         (procset): New function to define a procset resource.
13696         (ps-embed-pfa): New function to define a font resource.
13697         (setup): New function to define a `Setup' environment.
13698         (preamble): Use new functions.
13699
13700         * ps/lilypond.defs (init-lilypond-parameters): New function to
13701         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
13702
13703 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13704
13705         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
13706
13707 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
13708
13709         * scm/define-markup-commands.scm: Change number->markletter-string
13710         to take two arguments (vector number). Add number->mark-alphabet-vector
13711         and markalphabet markup command.
13712
13713         * scm/translation-functions.scm: Add format-mark-box-alphabet,
13714         format-mark-alphabet, format-mark-box-barnumbers and
13715         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
13716
13717 2005-01-17  Graham Percival  <gperlist@shaw.ca>
13718
13719         * Documentation/user/examples.itely: add SATB automatic piano
13720         reduction template.
13721
13722         * Documentation/user/notation.itely: added info about changing
13723         partcombine texts.  Also adds examples of alternate lyrics.
13724
13725         * Documentation/user/changing-defaults.itely: added warning
13726         about \RemoveEmptyStaffContext overriding previous changes.
13727
13728 2005-01-17  Werner Lemberg  <wl@gnu.org>
13729
13730         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
13731         feta-alphabet*.
13732
13733 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13734
13735         * python/lilylib.py (make_ps_images): don't do final showpage for
13736         multi-page documents.
13737         
13738         * VERSION (MY_PATCH_LEVEL): release 2.5.8
13739
13740 2005-01-16  Graham Percival  <gperlist@shaw.ca>
13741
13742         * Documentation/user/lilypond.tely: changed order of appendices;
13743         unified index should be last.
13744
13745         * Documentation/user/notation.itely: add example of key signatures
13746         and info about Staff.printKeyCancellation.
13747
13748 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13749
13750         * lily/include/repeated-music.hh (class Repeated_music): change
13751         into "namespace" class.
13752
13753         * lily/event.cc: remove Key_change_event.
13754
13755         * lily/include/transposed-music.hh (class Transposed_music): remove.
13756
13757         * lily/transposed-music.cc: remove
13758
13759         * lily/include/relative-music.hh: remove.
13760
13761         * lily/include/music-sequence.hh (struct Music_sequence): change
13762         into "namespace" class.
13763
13764         * lily/untransposable-music.cc (Module): remove
13765
13766         * lily/include/un-relativable-music.hh (Module): remove
13767
13768         * lily/include/untransposable-music.hh (Module): remove
13769
13770         * lily/include/music-list.hh (Module): remove file
13771
13772         * lily/un-relativable-music.cc: remove file.
13773
13774 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
13775
13776         * lily/parser.yy: Compile fix.
13777
13778 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13779
13780         * lily/include/music.hh (class Music): unvirtualize transpose().
13781
13782         * lily/sequential-music.cc: remove file.
13783
13784         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
13785
13786         * lily/slur-scoring.cc (get_best_curve): only switch on
13787         DEBUG_SLUR_SCORING for non NDEBUG builds.
13788
13789         * lily/include/music.hh (class Music): replace Music::start_mom()
13790         by start-callback property
13791
13792         * lily/include/grace-music.hh: remove file. 
13793
13794         * lily/stem.cc (height): robustness fix.
13795
13796         * lily/time-scaled-music.cc: remove file.
13797
13798         * lily/include/music.hh (class Music): include SCM init argument.
13799         (class Music): replace Music::get_length() virtual by
13800         length-callback property everywhere.
13801
13802         * scripts/convert-ly.py (conv): add  # to \property scalar value.
13803
13804         * mf/GNUmakefile: don't install *list.ly
13805
13806 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
13807
13808         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
13809
13810 2005-01-12  Werner Lemberg  <wl@gnu.org>
13811
13812         This patch addresses the following problems in the feta sources
13813         files which contribute to the fetaXX fonts.
13814
13815         . Many fixes for rasterization at low resolutions (consistent use of
13816           `vround' and `hround', integer shift values for paths, applying
13817           `eps' for mirrored paths, use of `define_whole_pixels' and
13818           friends, etc.) -- while this probably looks like a waste of time
13819           it has revealed deficiencies in some glyph shapes.  See comment at
13820           the end of feta-params.mf how vertical symmetry is achieved.
13821
13822         . The `---' operator has been replaced everywhere with `--'; this
13823           both improves and considerably reduces the font size after
13824           conversion with mf2pt1.
13825
13826         These change aren't explicitly mentioned below since virtually all
13827         glyphs are affected.
13828
13829         Other notable differences:
13830
13831         . Glyphs from feta-accordion.mf now have charboxes around the
13832           outline.
13833
13834         . Fixed incorrect charbox for `accDot'.
13835
13836         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
13837
13838         . Fixed position of the bow in the `upprall' glyph and its siblings.
13839
13840         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
13841           dependent on the staff line thickness to avoid touching the middle
13842           staff line at smaller sizes.
13843
13844         . Largely extended output for feta-testXX: Where useful, glyphs
13845         are shown both between and on staff lines.
13846
13847
13848         * mf/feta-params.mf (staff_space_rounded,
13849         stafflinethickness_rounded, linethickness_rounded,
13850         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
13851         Update all code which uses them where appropriate.
13852         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
13853         New variables used to control rasterization at low resolutions.  Set
13854         to zero if feta code is processed with metapost.
13855
13856         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
13857         (draw_rounded_block, draw_square_block): Updated to use `--' only.
13858         (flare_path): Updated.
13859         Make it work with `filldraw' (but only circular pens).
13860         (hfloor, vfloor, hceiling, vceiling): New macros.
13861
13862         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
13863         Use `draw' again in mf mode to have good pixel dropout control.
13864         Fix intersection points of horizontal lines with circle.
13865         ("accDot"): Fix parameters for set_char_box.
13866         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
13867         control.
13868
13869         * mf/feta-banier.mf: Updated.
13870
13871         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
13872         testing.
13873         (undraw_inside_ellipse): Remove `center' argument.  Update all
13874         callers.
13875         (draw_brevis): New macro, called by "Brevis notehead".
13876         (draw_whole_triangle_head): New macro, called by "Whole
13877         trianglehead".
13878         (draw_small_triangle_head): Use `filldraw'.
13879
13880         * mf/feta-eindelijk.mf: Remove useless global group.
13881         Updated.
13882
13883         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
13884         `filldraw'.
13885
13886         * mf/feta-pendaal.mf: Updated.
13887
13888         * mf/feta-puntje.mf: Updated.
13889
13890         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
13891         less points.
13892         ("Flageolet"): Use `draw' again in mf mode to have good pixel
13893         dropout control.
13894         ("Varied Coda"): Use `draw_block'.
13895         (draw_comma): Fix typo.
13896         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
13897         pixel dropout control.
13898
13899         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
13900         position of bow.
13901
13902         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
13903         sizes.
13904
13905         * mf/feta-toevallig.mf (remember_pic): New variable, used for
13906         testing.
13907         (draw_meta_sharp): Much simplified.
13908         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
13909
13910         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
13911
13912 2005-01-13  Mats Bengtsson  <mabe@s3.kth.se>
13913
13914         * Documentation/user/notation.itely (Ancient rests): Fix typo
13915         (thanks Anthony)
13916
13917 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
13918
13919         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
13920
13921         * lily/main.cc (setup_paths): Add cff.
13922
13923         * mf/GNUmakefile (foe): Include actual target %.cff.
13924         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
13925
13926 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13927
13928         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
13929         suffix for main_input_b_.
13930
13931         * scm/music-functions.scm (toplevel-music-functions):
13932         precompute music lengths for music expressions.  
13933
13934 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13935
13936         * lily/include/input.hh (class Input): new `end_' slot for end of
13937         input. Renamed defined_str0_ to start_.
13938
13939         * lily/input.cc (Input): Add Input::Input (Input const &) and
13940         remove Input::Input (Source_file*, char const *). Use the new
13941         slots.
13942         (set_location): method used by bison to propagate input
13943         locations (YYLLOC_DEFAULT).
13944         (end_line_number, end_column_number, step_forward): new methods
13945         
13946         * lily/input-scheme.cc (ly:input-both-locations): new function,
13947         similar to ly:input-location, but also return the end line and
13948         column.
13949
13950         * lily/include/includable-lexer.hh: 
13951         * lily/includable-lexer.cc: 
13952         * lily/include/lily-lexer.hh (class Lily_lexer): 
13953         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
13954         Includable_lexer to Lily_lexer, in order to update lexloc (the
13955         yylloc), a new slot of Lily_lexer.
13956         (here_input, LexerError): simplify by using the lexloc slot (aka
13957         yylloc)
13958
13959         * lily/lexer.ll: #define yylloc to use input locations (it may
13960         be useless here?). Fixed the #embedded_scm rule (step the location
13961         forward in order to skip the sharp sign before parsing the scheme
13962         expression)
13963
13964         * lily/include/lily-parser.hh (class Lily_parser): 
13965         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
13966         here_input()
13967         (parser_error): overload for more precise locations of errors.
13968
13969         * lily/parser.yy (YYLTYPE): set location type to Input
13970         (YYLLOC_DEFAULT): use Input::set_location()
13971         (yylex): add the YYLTYPE* location parameter.
13972         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
13973         Give an Input parameter to THIS->parser-error() for more accurate
13974         messages.
13975
13976 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13977
13978         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
13979
13980         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
13981         on BEAMQUANTING for non-NDEBUG builds.
13982
13983         * lily/stem.cc (head_count): performance: avoid String::String()
13984         inside oft called function.
13985
13986 2005-01-09  Graham Percival  <gperlist@shaw.ca>
13987
13988         * Documentation/user/examles.itely: attempted fix for broken
13989         string quartet template.
13990
13991         * Documentation/user/notation.itely: remove unnecessary broken
13992         link.
13993
13994 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13995
13996         * VERSION (PACKAGE_NAME): release 2.5.7
13997
13998 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
13999
14000         * config.make.in (METAFONT): Append -progname=mf, fixes use with
14001         mf-nowin for teTeX-3.0.  Backportme.
14002
14003         * scm/output-svg.scm (utf8-string): New function.
14004
14005         * scm/output-gnome.scm (utf8-string): New function.
14006         (otf-name-mangling): Remove.
14007
14008         * lily/pango-font.cc (Pango_font): Use font string iso font
14009         filename for utf8-text.
14010
14011         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
14012         name.
14013
14014 2005-01-08  Graham Percival  <gperlist@shaw.ca>
14015
14016         * Documentation/user/notation.itely: add info about
14017         Staff.extraNatural = ##f in Pitches section.  Also
14018         fixed some minor issues in the Vocal music section.
14019
14020 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14021
14022         * scm/output-ps.scm (white-text): comment out Helvetica font,
14023         which is broken for my GS install.
14024
14025         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
14026         which provides a tighter bbox.
14027
14028         * scm/define-grobs.scm (all-grob-descriptions): remove all
14029         extra-offsets from definitions.
14030
14031 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
14032
14033         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
14034         add tuning for 4-string bass and some common 4/5-string banjo
14035         tunings.  New function (four-string-banjo) turns a 5-string tuning
14036         into a 4-string tuning.  New function
14037         (fret-number-tablature-format-banjo) computes correct fret numbers
14038         on 5-string banjos.
14039
14040         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
14041         Add beam correction to TabVoice.
14042
14043         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
14044         using bold font; makes tabs more readable.
14045
14046 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14047
14048         * lily/font-select.cc (get_font_by_design_size): don't make
14049         Modified_font_metric; this causes trouble, since we don't know the
14050         font magnification from inside Pango_font::text_stencil()
14051
14052         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
14053
14054         * Documentation/user/notation.itely (The Lyrics context): comment out
14055         broken {Small ensembles} link.
14056
14057         * scm/framework-svg.scm (output-framework): change calling convention.
14058
14059         * lily/object-key-dumper-scheme.cc: new file.
14060
14061         * lily/object-key-undumper-scheme.cc: new file.
14062
14063         * lily/tweak-registration-scheme.cc: new file.
14064
14065         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
14066
14067         * Documentation/user/examples.itely (String quartet): uncomment
14068         broken example.
14069
14070         * lily/font-config.cc: new file.
14071
14072 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
14073
14074         * scm/output-svg.scm: 
14075         * scm/output-gnome.scm: s/bigcheese/emmentaler.
14076
14077         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
14078
14079 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
14080
14081         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
14082         Add headers.
14083
14084         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
14085
14086 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14087
14088         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
14089
14090         * lily/include/main.hh: lose _b hungarian suffixes for global
14091         variables.
14092
14093         * lily/include/lily-guile-macros.hh: new file.
14094
14095         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
14096
14097         * lily/general-scheme.cc: new file. 
14098
14099         * lily/font-select.cc (get_font_by_design_size): retrieve
14100         PangoFont for (designsize . "pango-descr") entries.
14101
14102         * lily/lily-parser-scheme.cc: new file.
14103
14104         * lily/output-def-scheme.cc: new file.
14105
14106         * lily/paper-book-scheme.cc: new file.
14107
14108         * lily/duration-scheme.cc (LY_DEFINE): new file.
14109
14110         * lily/pitch-scheme.cc:  new file.
14111
14112         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
14113
14114 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14115
14116         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
14117
14118 2005-01-06  Graham Percival  <gperlist@shaw.ca>
14119
14120         * Documentation/user/notation.itely: minor editing.
14121
14122         * Documentation/user/changing-defaults: minor editing.
14123
14124         * Documentation/user/examples.itely: add template for
14125         string quartet part extraction; demonstrates tag.
14126
14127 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
14128
14129         * Documentation/user/notation.itely: documents
14130         format-mark-box-letters and format-mark-box-numbers
14131
14132         * scm/define-context-properties.scm: change comment.
14133
14134 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14135
14136         * scm/framework-ps.scm (output-classic-framework): new function:
14137         dump systems as separate .eps files (without fonts) and write a
14138         single collecting .tex file.
14139
14140 2005-01-05  Mats Bengtsson  <mabe@s3.kth.se>
14141
14142         * Documentation/user/notation.itely (Setting simple songs):
14143         Correct several errors in the equivalent formulation of
14144         \addlyrics. 
14145         (The Lyrics context): Corrected link to the SATB example.
14146
14147 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14148
14149         * scm/lily.scm (completize-formats): new function
14150         (postprocess-output): new function
14151
14152         * lily/paper-book.cc (classic_output): change calling
14153         convention. Give basename as first argument. 
14154         remove Paper_book::post_processing().
14155
14156         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
14157
14158 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14159
14160         * lily/paper-outputter.cc (LY_DEFINE): new function
14161         ly:outputter-close.
14162
14163         * lily/main.cc: change --format,-f to --backend,-b
14164
14165         * lily/include/main.hh: rename format to backend.
14166
14167         * scm/translation-functions.scm (format-mark-box-numbers): add.
14168         patch by Erlend Aasland
14169
14170 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14171
14172         * lily/pango-font.cc (text_stencil): dump string as
14173         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
14174
14175 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
14176
14177         * configure.in (gui_b): Remove handy developer-only
14178         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
14179         CVS source installations (but break other non-default but correct
14180         PKG_CONFIG_PATH setups), as this is no longer developer-only.
14181
14182         * SConstruct: 
14183         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
14184         compatibility (backportme).
14185
14186         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
14187
14188 2005-01-03  Werner Lemberg  <wl@gnu.org>
14189
14190         Prepare glyph shapes for mf2pt1 conversion.
14191
14192         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
14193         (accDiscant, accFreebase, accStdbase): Replace `draw' with
14194         `penstroke'.
14195         (accDot): Use `drawdot'.
14196         (accBayanbase): Replace `draw' with `draw_gridline'.
14197         (print_penpos): Moved to feta-macros.mf.
14198         (accOldEE): Replace `filldraw' with `penstroke'.
14199         Replace `draw' with `penstroke' and `drawdot'.
14200
14201         * mf/feta-banier.mf: Code clean-up.
14202         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
14203         `fill'.
14204
14205         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
14206
14207         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
14208         paremeter to control drawing of labels.  Update all callers.
14209
14210         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
14211         (new_bulb): Return a bulb as a single path.  To do that, it now
14212         takes some more parameters.  Updated all callers.
14213         (draw_gclef): Major clean-up.  `draw' has been replaced with
14214         `penstroke', unnecessary outlines have been removed.
14215         Remove (unused) gnome-canvas code.
14216
14217         * mf/feta-macros.mf (print_penpos): New macro (from
14218         feta-accordion.mf).
14219         Other minor fixes.
14220
14221         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
14222         ("Pedal dot"): Use `drawdot'.
14223         (draw_pedal_P): Add parameter to control drawing of labels.  Update
14224         all callers.
14225         Fix shape at top.
14226         (draw_pedal_e): Add parameter to control drawing of labels.  Update
14227         all callers.
14228         (draw_pedal_d): Add parameter to control drawing of labels.  Update
14229         all callers.
14230         Revert drawing direction.
14231
14232         * mf/feta-schrift.mf (draw_fermata): Use single path.
14233         (draw_short_fermata): Replace `filldraw' with `fill'.
14234         (draw_long_fermata, draw_very_long_fermata): Replace calls to
14235         `draw_rounded_block' with a single path.
14236         ("Thumb"): Draw full circle instead of mirroring segments.
14237         (draw_accent): New macro.
14238         ("> accent", "espr"): Use it.
14239         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
14240         ("open (unstopped)"): Draw full circle instead of mirroring
14241         segments.
14242         (draw_vee): Removed.
14243         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
14244         ("Downbow"): Replace calls to `draw_rounded_block' with a single
14245         path.
14246         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
14247         partial pieces drawn with `fill' -- these do still overlap with the
14248         stem of the `t' but just once, not multiple times so that fontforge
14249         can handle it gracefully.
14250         Change other parts of the glyph so that fontforge's overlapping
14251         algorithm reliably works.
14252         (draw_heel): Replace `draw' with `fill'.
14253         (draw_toe): Use `draw_accent' instead of `draw_vee'.
14254         ("Flageolet"): Replace `draw' with `penstroke'.
14255         ("Segno"): Replace `filldraw' with `penstroke'.
14256         Replace `draw' with `drawdot'.
14257         ("Coda"): Replace `fill' with `penstroke', using a single path.
14258         ("Varied Coda"): Use less overlapping paths.
14259         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
14260         single path.
14261
14262         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
14263         group to better control the `labels' command.
14264         Rename argument to `offset' and use it actually.  Update all
14265         callers.
14266         Replace `filldraw' with `fill'.
14267         ("mordent", "prallmordent", "upmordent", "downmordent",
14268         "lineprall"): Replace `draw' with `draw_gridline'.
14269         ("upprall", "downprall"): Replace `draw' with `fill'.
14270
14271         * mf/feta-timesig.mf: Formatting.
14272
14273         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
14274         to...
14275         ("Flat"): Here.
14276         (draw_paren): Move code to draw labels to...
14277         ("Right Parenthesis"): Here.
14278
14279 2005-01-02  Graham Percival <gperlist@shaw.ca>
14280
14281         * Documentation/user/notation.itely: add example of \setTextDecresc
14282         and \setTextDim.
14283
14284 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
14285
14286         * scm/define-markup-commands.scm :  fix glyph-strings of
14287         accidentals and \note-by-number
14288
14289 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14290
14291         * VERSION: 2.5.6 released.
14292         
14293         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
14294
14295         * input/regression/new-markup-scheme.ly: oops. font-family=music
14296         -> font-encoding fetaMusic.  
14297
14298         * lily/main.cc: put default to PS.
14299
14300         * lily/tfm.cc: idem.
14301
14302         * lily/afm.cc: idem.
14303
14304         * lily/include/modified-font-metric.hh (struct
14305         Modified_font_metric): remove coding_scheme() method.
14306
14307         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
14308
14309         * scripts/convert-ly.py (conv): crash on encountering \encoding.
14310
14311         * input/les-nereides.ly: convert to utf8
14312
14313         * lily/modified-font-metric.cc (text_dimension): idem.
14314
14315         * lily/parser.yy (TODO): idem.
14316
14317         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
14318
14319         * lily/lexer.ll: remove encoding
14320
14321         * scm/framework-ps.scm (output-variables): separately scale the
14322         page to mm 
14323
14324         * lily/pango-font.cc (Pango_font): fix scaling.
14325
14326         * lily/font-metric.cc (design_size): design_size returns a
14327         dimension now as well.
14328
14329 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14330
14331         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
14332         brace generation. 
14333
14334         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
14335
14336 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
14337
14338         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
14339         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
14340
14341 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14342
14343         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
14344         in first run as well.
14345
14346         * scm/paper.scm (layout-set-staff-size): use text-font-size in
14347         dimension less points (ie. 12 = 12 point)
14348
14349         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
14350
14351         * lily/all-font-metrics.cc (find_pango_font): set description_
14352
14353         * lily/pango-font.cc (text_stencil): export size as well.
14354         (text_stencil): fix scaling and extents box.
14355
14356 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14357
14358         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
14359
14360         * Documentation/user/invoking.itely (Invoking lilypond): document
14361         texstr
14362
14363         * scripts/convert-ly.py (conv): add ancient rules.
14364
14365         * scm/clef.scm (c0-pitch-alist): replace - with .
14366
14367         * scripts/lilypond-book.py (process_snippets): add texstr support.
14368
14369         * scm/framework-texstr.scm (header): change extension to .textmetrics
14370
14371         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
14372         -f tex.
14373
14374         * lily/text-metrics.cc: new file.
14375         (try_load_text_metrics): new function
14376
14377         * lily/include/text-metrics.hh: new file.
14378
14379 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14380
14381         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
14382         ly_scheme_function to ly_lily_module_constant.
14383
14384         * lily/modified-font-metric.cc (text_dimension): try
14385         lookup_tex_text_dimension() first.
14386
14387         * lily/tfm.cc: new function ly:load-text-dimensions
14388
14389 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14390
14391         * scm/output-texstr.scm (text): use \lilygetmetrics
14392
14393         * scm/framework-texstr.scm (header): dump in new format.
14394
14395         * tex/lilypond-tex-metrics: new file.
14396         
14397 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
14398
14399         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
14400         mapping.
14401         (index_to_charcode): New method.
14402
14403         * scm/output-ps.scm (glyph-string): 
14404         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
14405
14406 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
14407
14408         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
14409         implement fully, need FONT to get to charcode.
14410
14411         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
14412
14413         * scm: Cleanups.
14414
14415         * Documentation/user/changing-defaults.itely: Fix internalsrefs
14416         {Tunable context properties},
14417         {All layout objects},
14418         {Music definitions}.
14419
14420 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14421
14422         * VERSION: release 2.5.5
14423         
14424         * lily/main.cc: use TeX as default output format.
14425
14426         * flower/file-path.cc (find): try to open directly as well, so we
14427         find absolute path files. 
14428
14429         * lily/pango-select.cc: new file.
14430
14431         * scm/framework-ps.scm: remove all encoding code. 
14432         load pfb/pfa for PangoFont too.
14433         
14434         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
14435
14436 2004-12-22  Werner Lemberg  <wl@gnu.org>
14437
14438         Prepare glyph shapes for mf2pt1 conversion.
14439
14440         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
14441
14442         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
14443         (define_triangle_shape): Use it to replace `draw' with `fill' and
14444         `unfill'.  Update all callers.
14445         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
14446         (draw_cross): Ditto.
14447         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
14448         Use penrazor for better conversion with mf2pt1.
14449         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
14450         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
14451         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
14452         draw_la_head, draw_ti_head): Replace `filldraw' with
14453         `fill'.  Update all callers.
14454
14455 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14456
14457         * lily/paper-book.cc (output): revert: only allow a single output
14458         format.
14459
14460         * lily/include/pango-font.hh: new file.
14461
14462         * lily/pango-font.cc: new file.
14463
14464         * lily/font-metric.cc (text_stencil): new routine
14465
14466         * lily/all-font-metrics.cc (find_pango_font): new routine.
14467
14468         * lily/include/font-metric.hh (struct Font_metric): add
14469         text_stencil()
14470
14471         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
14472
14473 2004-12-22  Werner Lemberg  <wl@gnu.org>
14474
14475         Prepare glyph shapes for mf2pt1 conversion.
14476
14477         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
14478
14479         * mf/feta-toevallig.mf: Formatting.
14480         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
14481         ("Natural"): Fix paths to allow better postprocessing.
14482         (draw_meta_flat): Use `z3l' as additional point in path to get
14483         better conversion with mf2pt1.
14484         Other minor cleanups.
14485         ("3/4 Flat"): Add auxiliary points and modify path to replace
14486         `draw' with `fill'.
14487         ("Double Sharp"): Mirror path segments instead of picture elements
14488         to get a single outline.
14489         Modify path to replace `filldraw' with `fill'.
14490
14491 2004-12-22  Graham Percival  <gperlist@shaw.ca>
14492
14493         * input/test/unfold-all-repeats.ly: added file back.
14494
14495         * Documentation/user/notation.itely,
14496         Documentation/user/programming-interface.itely
14497         Documentation/user/changing-defaults.itely: fixed misc broken
14498         links to input/test/ files.
14499
14500 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
14501
14502         * tex/texinfo.tex: Update.  We should not be distributing this,
14503         but since we do, use latest version.
14504
14505         * Documentation/user/macros.itexi: Comment-out \fetaflat,
14506         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
14507         macros for feta glyphs.
14508
14509 2004-12-22  Graham Percival  <gperlist@shaw.ca>
14510
14511         * Documentation/user/changing-defaults.itely: fix index for set.
14512
14513         * Documentation/user/converters.itely: added convert-ly bugs list
14514         from CVS.
14515
14516 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
14517
14518         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
14519         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
14520         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
14521         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
14522
14523         * mf/GNUmakefile (pfa_warning): Use less broken check.
14524
14525         * python/lilylib.py (setup_environment): Remove cruft from
14526         GS_FONTPATH.
14527
14528         * configure.in: Bump mftrace requirement to 1.1.1.
14529
14530 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
14531
14532         * scm/output-svg.scm (beam): Use polygon.
14533
14534         * scm/lily-library.scm: Bugfix.
14535
14536         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
14537
14538         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
14539
14540 2004-12-19  Werner Lemberg  <wl@gnu.org>
14541
14542         Prepare glyph shapes for mf2pt1 conversion.
14543
14544         * mf/feta-eindelijk: Some formatting.
14545         (multi_rest_x, multi_beam_height): Removed.  Unused.
14546         ("Quarter rest"): Use `intersectiontimes' to create a single
14547         outline.
14548         (rest_crook): Removed.  Unused.
14549         (draw_rest_bulb): Return path (without filling).  Update callers.
14550         Simplified.
14551         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
14552         "128th rest"): Simplify `pat'.
14553         Create single outline.
14554
14555 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
14556
14557         * mf/GNUmakefile (ALL_GEN_FILES):
14558         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
14559
14560         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
14561         function.
14562
14563 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14564
14565         * scm/output-texstr.scm (placebox): add routine
14566
14567         * VERSION (PACKAGE_NAME): release 2.5.4
14568
14569         * scm/framework-texstr.scm (output-framework): new file.  
14570
14571         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
14572         processing.
14573
14574         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
14575
14576         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
14577         rule.
14578
14579         * configure.in (gui_b): bump mftrace requirement to 1.1.0
14580
14581         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
14582
14583         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
14584
14585 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
14586
14587         * scm/framework-svg.scm (dump-page): Implement landscape.
14588
14589 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
14590
14591         * lily/main.cc (setup_paths): Add svg to search path.
14592
14593         * scm/output-svg.scm:
14594         * scm/framework-svg.scm: Add pageSet.  Update.
14595         (dump-fonts): New function.
14596         (output-framework): Use it.
14597
14598         * mf/GNUmakefile: 
14599         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
14600
14601 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14602
14603         * tex/lilyponddefs.tex: comment out new ifpdf code.
14604
14605 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
14606
14607         * GNUmakefile.in: 
14608         * SConstruct (symlink): Replace afm by otf.
14609
14610         * scm/framework-gnome.scm (gnome-main): Remove invocation of
14611         ly:pango-add-afm-decoder.
14612
14613         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
14614
14615 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14616
14617         * scm/output-ps.scm (new-text): don't access t glyph for getting
14618         space dimension.
14619
14620         * ly/init.ly: warn about \version
14621
14622         * lily/lexer.ll: set version-seen?
14623
14624 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
14625
14626         * scm/output-svg.scm (string->entities): Update.
14627
14628 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14629
14630         * lily/main.cc (setup_paths): replace afm by otf for path. 
14631
14632         * lily/pangofc-afm-decoder.cc: remove.
14633
14634         * lily/include/pangofc-afm-decoder.hh: remove.
14635
14636         * scm/framework-scm.scm (output-framework): new file.
14637
14638         * mf/GNUmakefile: remove SAUTER_FONTS.
14639         remove SVG/sodipodi hacks.
14640
14641         * scm/lily-library.scm (stderr): move stderr.
14642
14643         * mf/GNUmakefile: remove AFM support.
14644
14645         * buildscripts/mf-to-table.py (base): remove AFM support.
14646
14647         * lily/open-type-font.cc (design_size): use design_size
14648
14649 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
14650
14651         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
14652
14653 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
14654
14655         * mf/GNUmakefile: Generate combined aybabtu info.
14656         * mf/aybabtu.pe.in (i): Load it.
14657
14658         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
14659         are not symbols.
14660
14661         * lily/include/open-type-font.hh (count): New method.
14662
14663         * mf/aybabtu.pe.in: Typo.
14664
14665         * Documentation/user/out/lilypond-internals.nexi (Scheme
14666         functions): Typo.
14667
14668         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
14669
14670 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14671
14672         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
14673         subfonts.
14674
14675         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
14676
14677         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
14678         (tex-font-command-raw): new function.
14679
14680         * lily/include/virtual-font-metric.hh (Module): remove file
14681
14682         * lily/virtual-font-metric.cc (Module): remove file.
14683         
14684
14685         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
14686         (get_indexed_char): read bbox from lily table if present.
14687
14688 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14689
14690         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
14691         aybabtu.subfonts
14692
14693         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
14694         global glyphname. Enables more than 64 glyphs in the OTF.
14695
14696 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
14697
14698         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
14699         braces.
14700
14701         * lily/open-type-font.cc (design_size): Use 12 as default for
14702         design size.
14703
14704         * mf/aybabtu.pe.in: New file.  Merge all our braces.
14705
14706         * mf/GNUmakefile: Generate aybabtu.
14707
14708         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
14709
14710 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
14711
14712         * scm/lily-library.scm (char->unicode-index): Remove.
14713
14714         * scm/output-gnome.scm (text): Bugfix for plain string input.
14715         Updates.
14716
14717         * scm/output-svg.scm (svg-font): Add weight to font selection.
14718
14719 2004-12-14  Mats Bengtsson  <mabe@s3.kth.se>
14720
14721         * Documentation/topdocs/INSTALL.texi (Top): Point to
14722         buildscripts/out/clean-fonts instead of
14723         buildscripts/clean-fonts.sh. 
14724
14725 2004-12-13  Graham Percival  <gperlist@shaw.ca>
14726
14727         * input/regression/figured-bass.ly: attempt to clarify text.
14728
14729         * Documentation/user/notation.tely: add cindex for tag, attempt to
14730         add figured bass example.
14731
14732         * Documentation/user/changing-defaults: basic editing.
14733
14734 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14735
14736         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
14737
14738         * lily/open-type-font.cc (LY_DEFINE): new function
14739         ly:font-sub-fonts
14740
14741         * lily/include/font-metric.hh (struct Font_metric): new method
14742         sub_fonts()
14743
14744         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
14745         . with - in add.stem.
14746         
14747 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
14748
14749         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
14750         and fetaDynamic.
14751
14752         * lily/rest.cc (glyph_name): Change - to . .
14753
14754         * scm/output-gnome.scm (text): Hello world, again.
14755
14756         * scm/output-svg.scm (named-glyph): New function.  Hello world!
14757
14758         * lily/modified-font-metric.cc (index_to_charcode): New method.
14759
14760         * lily/include/font-metric.hh (index_to_charcode): New function.
14761
14762         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
14763         new function.
14764         (ly:font-glyph-to-index): Remove.
14765
14766 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14767
14768         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
14769
14770         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
14771
14772         * lily/open-type-font.cc (load_scheme_table): new function
14773
14774         * lily/dots.cc (print): replace - 
14775
14776         * lily/open-type-font.cc (attachment_point): new function.
14777         (load_table): read LILC table
14778
14779         * buildscripts/gen-bigcheese-scripts.py (Module): new
14780         file. Generate FF scripts.
14781
14782         * mf/feta-din10.mf: idem.
14783
14784         * mf/feta-nummer10.mf: remove mf files.
14785
14786         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
14787
14788 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
14789
14790         * lily/lily-guile.cc: Use scm_from_locale_stringn.
14791
14792         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
14793         compatibility.
14794
14795 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14796
14797         * lily/open-type-font.cc (get_indexed_char): scale metrics by
14798         design-size and units_per_EM.
14799
14800         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
14801
14802 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
14803
14804         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
14805         does not crash fontforge.
14806
14807         * scm/lily-library.scm (char->unicode-index): Hack to map onto
14808         PUA.
14809
14810 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14811
14812         * scm/framework-ps.scm (ps-embed-cff): new function.
14813
14814         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
14815
14816 2004-12-12  Werner Lemberg  <wl@gnu.org>
14817
14818         * mf/bigcheese.pe.in: Add PUA mapping.
14819         Don't create Type 42 but bare CFF font.
14820
14821 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
14822
14823         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
14824         within canvas boundaries.
14825
14826         * mf/merge.pe.in: Set font names, version, license GPL.
14827
14828         * make/substitute.make: Add FONTFORGE.
14829
14830         * config.make.in (FONTFORGE): Add.
14831
14832         * configure.in (gui_b): Use PATH_PROG for fontforge.
14833
14834 2004-12-11  Graham Percival  <gperlist@shaw.ca>
14835
14836         * scm/define-markup-commands.scm: add baseline-skip to info
14837         about \column.
14838
14839 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14840
14841         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
14842
14843         * scm/output-gnome.scm (named-glyph): Use it.
14844
14845         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
14846
14847         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
14848         (upper_string, lower_string, reverse_string): Remove.
14849
14850         * configure.in (fontforge): Reinstate version check.
14851
14852         * ly/engraver-init.ly: Fix clef glyph names.
14853
14854         * lily/time-signature.cc (special_time_signature): Fix fraction
14855         glyph names.
14856
14857 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14858
14859         * mf/merge.pe: new file.
14860
14861         * lily/freetype.cc: new file.
14862
14863         * lily/include/open-type-font.hh (class Open_type_font): new file.
14864
14865         * lily/include/freetype.hh: new file.
14866
14867         * lily/open-type-font.cc: new file.
14868
14869         * lily/all-font-metrics.cc (find_otf): new function.
14870
14871 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14872
14873         * lily/time-signature.cc (special_time_signature): Fix.
14874
14875         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
14876         GTK2 before checking for pango.  Fixes -fgnome.
14877
14878         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
14879         Scheme name.
14880
14881         * scm/define-markup-commands.scm:
14882         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
14883
14884         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
14885
14886         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
14887         date versions.  Fixes configure.
14888         (STEPMAKE_CHECK_VERSION): Support optional actual program version
14889         argument.
14890
14891 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14892
14893         * buildscripts/mf-to-table.py (write_ps_encoding): write real
14894         names in .enc
14895
14896         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
14897
14898 2004-12-09  Graham Percival  <gperlist@shaw.ca>
14899
14900         * Documentation/user/changing-defaults.itely: add info about
14901         make-dynamic-script
14902
14903         * Documentation/user/notation.itely: add link in dynamics to
14904         section about make-dynamic-script.
14905
14906 2004-12-09  Christian hitz  <chhitz@gmx.net>
14907
14908         * lily/lily-guile.cc: change MACOS_X to __APPLE__
14909
14910 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14911
14912         * buildscripts/mf-to-table.py (parse_logfile): use . for
14913         concatting name and group.
14914         (parse_logfile): use M for Minus (negative.)
14915
14916         * lily/include/type-swallow-translator.hh
14917         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
14918
14919         * lily/*.cc: cosmetics around = sign.
14920
14921         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
14922         lyric spacing on the penultimate column.
14923
14924 2004-12-05  Christian Hitz  <chhitz@gmx.net>
14925
14926         * configure.in:
14927         * lily/accidental-placement.cc:
14928         * lily/bar-line.cc:
14929         * lily/beam-concave.cc:
14930         * lily/beam-quanting.cc:
14931         * lily/beam.cc:
14932         * lily/bezier-bow.cc:
14933         * lily/bezier.cc:
14934         * lily/break-align-interface.cc:
14935         * lily/custos.cc:
14936         * lily/dimension-cache.cc:
14937         * lily/dot-column.cc:
14938         * lily/font-metric.cc:
14939         * lily/font-select.cc:
14940         * lily/gourlay-breaking.cc:
14941         * lily/grob-property.cc:
14942         * lily/grob.cc:
14943         * lily/lily-guile.cc:
14944         * lily/line-spanner.cc:
14945         * lily/lookup.cc:
14946         * lily/lyric-extender.cc:
14947         * lily/lyric-hyphen.cc:
14948         * lily/mensural-ligature.cc:
14949         * lily/midi-def.cc:
14950         * lily/misc.cc:
14951         * lily/note-collision.cc:
14952         * lily/note-column.cc:
14953         * lily/note-head.cc:
14954         * lily/paper-outputter.cc:
14955         * lily/percent-repeat-item.cc:
14956         * lily/rest-collision.cc:
14957         * lily/side-position-interface.cc:
14958         * lily/simple-spacer.cc:
14959         * lily/slur-configuration.cc:
14960         * lily/slur-scoring.cc:
14961         * lily/slur.cc:
14962         * lily/spaceable-grob.cc:
14963         * lily/spacing-spanner.cc:
14964         * lily/spanner.cc:
14965         * lily/staff-symbol-referencer.cc:
14966         * lily/stem.cc:
14967         * lily/stencil.cc:
14968         * lily/system-start-delimiter.cc:
14969         * lily/system.cc:
14970         * lily/text-item.cc:
14971         * lily/tie.cc:
14972         * lily/tuplet-bracket.cc:
14973         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
14974         <cmath> beacause isinf/isnan is undefined in <cmath>
14975
14976 2004-12-03  Mats Bengtsson  <mabe@s3.kth.se>
14977
14978         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
14979
14980 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14981
14982         * VERSION: release 2.5.3
14983         
14984 2004-11-29  Arno Waschk <arno@arnowaschk.de>
14985
14986         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
14987
14988 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14989
14990         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
14991
14992         * lily/note-head.cc (internal_print): always try the "s" head if
14993         u/d not found.
14994
14995         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
14996
14997 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14998
14999         * mf/parmesan-heads.mf (overdone_heads): typos.
15000
15001 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
15002
15003         * lily/parser.yy (markup): in markups, { .. } without command
15004         before are also flattened, ie \line must be explicitely used.
15005
15006         * Documentation/user/changing-defaults.itely:
15007         * Documentation/user/notation.itely: 
15008         * input/wilhelmus.ly: 
15009         * input/regression/instrument-name-markup.ly: 
15010         * input/regression/markup-score.ly: 
15011         * input/regression/new-markup-scheme.ly: 
15012         * input/regression/new-markup-syntax.ly: 
15013         * input/test/coriolan-margin.ly: use \line in markups where
15014         appropriate
15015         
15016 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
15017
15018         * scm/new-markup.scm (map-markup-command-list): helper function
15019         used in parser.yy to map markup commands on a markup list.
15020
15021         * lily/parser.yy: get rid off < > in markups by treating { } as
15022         real lists.
15023
15024         * lily/lexer.ll: remove < > from markup lexer mode.
15025
15026         * scripts/convert-ly.py (conv): add rule for converting 
15027         \markup < > to \markup { }
15028
15029         * ly/titling-init.ly: 
15030         * input/test/coriolan-margin.ly: 
15031         * input/regression/new-markup-syntax.ly: 
15032         * input/regression/new-markup-scheme.ly: 
15033         * input/regression/multi-measure-rest-text.ly: 
15034         * input/regression/markup-stack.ly: 
15035         * input/regression/markup-score.ly: 
15036         * input/regression/instrument-name-markup.ly: 
15037         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
15038         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
15039         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
15040         * input/wilhelmus.ly: 
15041         * Documentation/user/notation.itely: 
15042         * Documentation/user/music-glossary.tely: 
15043         * Documentation/user/changing-defaults.itely: change < > to { } in
15044         markups
15045
15046 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15047
15048         * lily/accidental-placement.cc (position_accidentals): shortcut if
15049         no accidentals to place.
15050
15051 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
15052
15053         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
15054         typo s/ly:dimension ?/ly:dimension?/
15055
15056         * input/regression/lily-in-scheme.ly: 
15057         * input/regression/music-function.ly: 
15058         * ly/spanners-init.ly (assertBeamSlope): 
15059         * scm/music-functions.scm (def-grace-function): add the paper
15060         argument to music function definitions.
15061
15062 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15063
15064         * lily/moment.cc (LY_DEFINE):
15065         ly:moment-main-{denominator,numberator}, new function.
15066
15067         * lily/score-engraver.cc (typeset_all): assign to column on basis
15068         of axis-group-parent-X setting.
15069
15070         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
15071         add_element() on basis of axis-group-parent-Y setting.
15072
15073         * lily/grob.cc: add axis-group-parent-{XY} properties.
15074
15075         * input/regression/spacing-stick-out.ly: new file.
15076
15077         * lily/simple-spacer.cc (add_columns): use binary search for
15078         setting column rods. Changes O(n^2) to O(n log(n)) for
15079         constructing spacing problem from columns.
15080         (add_columns): read allow-outside-line to make sure no texts stick
15081         out.
15082         (solve): Simple_spacer::is_active() only determines
15083         satisfies_constraints_ for non-ragged typesetting.
15084
15085         * lily/simultaneous-music.cc (to_relative_octave): only set
15086         old_relative_used if return pitch actually changed.
15087
15088         * scm/define-context-properties.scm
15089         (all-user-translation-properties): change to match implementation.
15090
15091         * python/lilylib.py: Replace re.match by re.search and adds "-c
15092         showpage" to the gs command line (Johannes Schindelin)
15093
15094         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
15095         before processing. Prevents crash when inf is in the extent.
15096
15097         * scm/define-markup-commands.scm (note-by-number): add "s" to
15098         "noteheads-" glyphname.
15099  
15100         * lily/parser.yy (Generic_prefix_music): supply parser argument to
15101         music function as well.
15102         
15103 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15104
15105         * VERSION: release 2.5.2
15106
15107         * Documentation/user/changing-defaults.itely (Creating titles):
15108         add breakbefore variable.
15109
15110         * lily/paper-book.cc (set_system_penalty): new function. Set
15111         penalty_ based on breakBefore setting
15112
15113         * lily/context-specced-music-iterator.cc (construct_children):
15114         interpret special context id $uniqueContextId 
15115
15116         * lily/context.cc (create_unique_context): new method. Move
15117         creation of unique (\new) contexts into interpreting phase. This
15118         makes
15119
15120           foo= \new Staff ..
15121           << \foo \foo >>
15122
15123         produce 2 staves.
15124         
15125
15126         * scm/define-music-properties.scm (all-music-properties): add
15127         quoted-voice-direction
15128
15129         * ly/music-functions-init.ly: killCues function.
15130
15131         * scm/music-functions.scm (cue-substitute): move creation of voice
15132         contexts further to the back. 
15133
15134 2004-11-25  Werner Lemberg  <wl@gnu.org>
15135
15136         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
15137         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
15138
15139 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
15140
15141         * buildscripts/guile-gnome.sh: Fixed typo.
15142
15143 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15144
15145         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
15146
15147         * scripts/abc2ly.py (dump_slyrics): add ord(). 
15148
15149         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
15150         to regular engraver. 
15151
15152 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15153
15154         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
15155
15156 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
15157
15158         * scm/define-markup-commands.scm (fill-line): Typo.
15159
15160         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
15161         and newer.
15162
15163 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
15164
15165         * ly/dynamic-scripts-init.ly: Fixed typo.
15166
15167 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15168
15169         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
15170         note-head, to have different attachment points for up and down.
15171
15172         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
15173
15174         * mf/feta-generic.mf (else): remove solfa.
15175
15176         * mf/feta-bolletjes.mf (tishape): remove unicode test.
15177
15178         * scm/define-context-properties.scm
15179         (all-user-translation-properties): add shapeNoteStyles property.
15180
15181         * lily/shape-note-heads-engraver.cc (process_music): new file.
15182
15183         * lily/event.cc (transpose): call Event::transpose() for
15184         transposing the tonic.
15185
15186 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
15187
15188         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
15189         Unicode/OpenType and AFM.
15190
15191         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
15192
15193 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15194
15195         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
15196
15197         * lily/context.cc (Context): unprotect key from ctor.
15198
15199         * scm/stencil.scm (stack-lines): return empty-stencil if argument
15200         is '()
15201         (stack-stencils): idem.
15202
15203         * Documentation/user/changing-defaults.itely (Creating titles):
15204         document new title layout options.
15205
15206         * lily/parser.yy (lilypond_header_body): copy previous
15207         $globalheader if present.
15208
15209         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
15210         ly:module-copy
15211         
15212         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
15213
15214         * scm/titling.scm: remove old titling functions
15215
15216         * lily/stencil.cc (translate): remove absolute dimension.
15217
15218         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
15219         via markup.
15220
15221         * scm/page-layout.scm (marked-up-headfoot): create header/footer
15222         field from user-supplied markup
15223
15224         * scm/define-markup-commands.scm (on-the-fly): new markup
15225         command. Enter SCM markup procedure directly in Scheme.
15226         (fromproperty): new markup command. Read markup from props argument.
15227
15228         * scm/titling.scm (marked-up-title): create title via
15229         user-specified markup. 
15230
15231         * scm/define-markup-commands.scm (column): remove empty stencils
15232         from column.
15233
15234         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
15235         not have side-effect of creating variable stub.
15236
15237         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
15238
15239 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
15240
15241         * scm/encoding.scm (coding-alist): 
15242         * scm/font.scm (add-ec-fonts):
15243         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
15244         Extended-TeX-Font-Encoding---Latin.
15245
15246         * lily/side-position-interface.cc (general_side_position): Add
15247         actual offset to error message (avoid constant error messages).
15248
15249         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
15250         block.
15251
15252         * lily/font-select.cc (select_encoded_font)
15253         (get_font_by_mag_step, get_font_by_design_size): 
15254         * lily/modified-font-metric.cc (Modified_font_metric): 
15255         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
15256
15257         * scm/encoding.scm (coding-alist): Add fetaDynamic.
15258         (read-encoding-file): Bugfix: do not require space after bracket.
15259
15260         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
15261         these do not exist.
15262
15263 2004-11-20  Graham Percival  <gperlist@shaw.ca>
15264
15265         * Documentation/user/notation.itely: added info about typesetting
15266         boxed bar numbers.
15267
15268 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15269
15270         * flower/interval.cc (T_to_string): gcc4 fixes.
15271
15272         * scm/define-markup-commands.scm (fill-line): use
15273         stack-stencils. This fixes problems with putting already centered
15274         stencils in a line.
15275
15276         * VERSION: release 2.5.1
15277
15278         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
15279
15280 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15281
15282         * input/example-[1-3].ly: simplify.
15283
15284         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
15285
15286         * scm/output-ps.scm (new-text): new function. Use glyphshow to
15287         show glyphs.
15288
15289         * scm/encoding.scm (decode-byte-string): new function.
15290
15291         * scripts/convert-ly.py (conv): add warning about
15292         set-global-staff-size.
15293
15294         * Doxyfile: add. 
15295
15296         * scripts/convert-ly.py (conv): add raggedlastbottom rule
15297         (conv): warn for TextSpanner split.
15298         (conv): warn for textheight.
15299
15300 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
15301
15302         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
15303         building the documentation, info with images are installed.
15304         (final-install): Fix description.  Mention sourcing of login
15305         scripts (instead of running).
15306
15307 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
15308
15309         * Debian lmodern support.  Note that LilyPond will issue warnings
15310         
15311             no such encoding: "FontSpecific"
15312
15313           The font selection mechanism wants to get the encoding from the
15314           font itself, but the idea of lmodern is that it is usable with
15315           different encodings, ie, Lily should get the encoding from the
15316           font tree, rather than the font itself.  This would require some
15317           more work.
15318         
15319         * configure.in: Test for and accept lmodern if EC fonts not found.
15320
15321         * scm/framework-tex.scm (font-load-command): TeX font name
15322         mangling for latin1 encoded cork-lm fonts.
15323         (convert-to-ps): Load lm.map if available.
15324
15325         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
15326         available.
15327
15328         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
15329
15330         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
15331         available.
15332
15333         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
15334         path for absolute file name, that is silly.
15335
15336         * lily/score-engraver.cc (initialize): 
15337
15338         * Documentation/user/GNUmakefile (local-install-info): Invoke
15339         install-info --remove first.
15340
15341         * #include cleanup (Andreas Scherer).
15342
15343 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
15344
15345         * input/test/script-abbreviations.ly: fix typos.
15346
15347 2004-11-17  Werner Lemberg  <wl@gnu.org>
15348
15349         * python/lilylib.py (options_help_str): Support pretty-printing of
15350         newlines in fourth element of option description.
15351
15352         * scripts/lilypond-book.py (option_definitions): Use new lilylib
15353         feature.
15354         Sort options.
15355
15356         * Documentation/user/lilypond-book.itely: Finish update.
15357
15358 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
15359
15360         * Documentation/user/macros.itexi: Add comment about \command.
15361
15362         * Documentation/user/lilypond.tely:
15363         * Documentation/user/lilypond-book.itely: Fix names of lilypond
15364         and lilypond-book nodes, so that `info lilypond' visits the manual
15365         at top level, and `info lilypond-book' visits the lilypond-book
15366         section.
15367
15368         * Documentation/user/GNUmakefile (local-install-info): Fix rules
15369         and packager messages.
15370
15371         * lily/pangofc-afm-decoder.cc: Update test.
15372
15373 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
15374
15375         * scm/lily-library.scm (char->unicode-index): New function.
15376
15377         * scm/output-gnome.scm: 
15378         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
15379
15380         * Proper naming of file name throughout; s/filename/file[-_]name/.
15381
15382         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
15383
15384         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
15385
15386 2004-11-16  Werner Lemberg  <wl@gnu.org>
15387
15388         * scripts/lilypond-book.py: The Lord has commanded me to use only
15389         tabs for indentation.  Your humble servant obeys.
15390
15391 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
15392
15393         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
15394         including font, if LilyPond-feta font is only feta font in path.
15395
15396         * scm/output-gnome.scm (text): Revert to file name of font if font
15397         has no name.  Fixes ec font selection.
15398         (char): Bugfix: do not utf8 twice.  Fixes clefs.
15399
15400         * scm/framework-svg.scm:
15401         * scm/output-svg.scm: New file.  TODO: figure out how to
15402         do character by index in font.
15403
15404         * scm/output-sodipodi.scm: Remove.
15405
15406         * scm/output-ps.scm (stem): Remove.
15407
15408 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
15409
15410         * scm/output-gnome.scm (beam): New function.
15411         (slur): Round corners.
15412         (round-filled-box): Round corners.
15413
15414 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15415
15416         * scm/output-gnome.scm (beam): add function.
15417         (draw-line): new routine.
15418         (dashed-line): stub; call draw-line
15419         (polygon): new routine.
15420
15421 2004-11-15  Werner Lemberg  <wl@gnu.org>
15422
15423         * Documentation/user/lilypond-book.itely: Revise section on
15424         lilypond-book options.
15425         Other minor fixes.
15426
15427         * scripts/lilypond-book.py: Change indentation to 4.
15428         Minor formatting.
15429
15430 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15431
15432         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
15433         grobs that have tweaks specced.
15434         
15435 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
15436
15437         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
15438
15439 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
15440
15441         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
15442         actual char #, not 0 based index.
15443
15444         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
15445
15446         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
15447         Warning: do make -C mf clean.
15448
15449         * lily/context-property.cc: Compile fix.
15450
15451         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
15452         Grok ec-fonts, braces and dynamics.
15453
15454         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
15455
15456 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15457
15458         * lily/include/tweak-registration.hh: new file.
15459
15460         * lily/tweak-registration.cc: new file.
15461
15462         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
15463         saving tweaks.
15464
15465         * scm/output-gnome.scm (text): comment dribble.
15466
15467 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
15468
15469         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
15470
15471         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
15472         path-def before using.  Fixes muchtomany slurs in wrong places
15473         bug.
15474
15475 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15476
15477         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
15478
15479         * lily/include/object-key-undumper.hh (Module): new file.
15480
15481         * lily/object-key-undumper.cc (Module): New file. Deserialize
15482         keys. SCM bindings
15483
15484         * lily/object-key-dumper.cc (Object_key_dumper): idem.
15485         Provide SCM bindings.
15486
15487         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
15488         new file. Serialize object keys.
15489         
15490         * lily/object-key.cc (dump): new function.
15491         (as_scheme): new virtual function
15492         (undump): new function
15493         (undumpers): new table.
15494
15495         * lily/include/global-context.hh (Context): take \score key upon init.
15496
15497         * lily/object-key-dumper.cc (serialize_key): new file.
15498
15499         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
15500
15501         * lily/lily-lexer.cc: remove \quote.
15502
15503         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
15504
15505         * lily/context.cc (Context): take key argument in ctor.
15506         (create_context): new function
15507
15508         * lily/grob.cc (Grob): take key argument in ctor.  
15509
15510         * lily/lilypond-key.cc (do_compare): new file.
15511
15512         * lily/object-key.cc (Object_key): new file.
15513
15514         * lily/include/object-key.hh (class Object_key): new file.
15515
15516         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
15517
15518 2004-11-13  Graham Percival  <gperlist@shaw.ca>
15519
15520         * Documentation/user/lilypond-book.itely: add small warning about
15521         noindent default in lilypond-book.
15522
15523         * Documentation/user/converters.itely: add examples for convert-ly.
15524
15525         * Documentation/user/examples.itely: change version string in templates
15526         to 2.4.0.
15527
15528 2004-11-12  Karl Hammar  <karl@aspodata.se>
15529
15530         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
15531         cmdline, use xargs instead (backportme)
15532
15533 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
15534         
15535         * Documentation/user/: Numerous fixes in the user manual.
15536
15537 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15538
15539         * lily/parser.yy (re_rhythmed_music): search music expression for
15540         context-id, surround by \new Voice if not found. Fixes:
15541         addlyrics-second-staff.ly
15542
15543         * VERSION: 2.5.0 released.
15544         
15545 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
15546
15547         * Documentation/index.html.in: Fix url to one big page.  (backportme)
15548
15549         * Documentation/user/GNUmakefile: Separate rules for split and
15550         unsplit html documents.  Remove perl massaging.  (backportme)
15551
15552 2004-11-11  Graham Percival  <gperlist@shaw.ca>
15553
15554         * Documentation/user/lilypond-book.itely: add short warning about
15555         \lilypond{} in LaTeX docs.
15556
15557 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15558
15559         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
15560         found.  (backportme)
15561
15562         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
15563         version requirement.  (backportme)
15564
15565         * configure.in: Be explicit about old versions of
15566         ec-fonts-mtraced.  (backportme)
15567
15568         * lily/context-selector.cc (set_tweaks): New function.
15569         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
15570         web with -DTWEAK.
15571
15572         * Documentation/user/introduction.itely (Automated engraving):
15573         Remove fragment option.  Fixes web.
15574
15575         * lily/context-property.cc (make_item_from_properties):
15576         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
15577         #ifdef.
15578
15579         * scm/define-context-properties.scm
15580         (all-internal-translation-properties): Add tweakRank and tweakCount.
15581
15582         * lily/grob.cc: 
15583         * scm/define-grob-properties.scm (all-internal-grob-properties):
15584         Add tweak-rank and tweak-count.
15585
15586 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
15587
15588         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
15589         New function.
15590         (text): Use them.
15591
15592         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
15593         animated/opaque grob dragging tweaks.
15594
15595         * buildscripts/guile-gnome.sh: Update.
15596
15597 2004-11-10  Mats Bengtsson  <mabe@s3.kth.se>
15598
15599         * scm/define-grobs.scm (all-grob-descriptions): Added
15600         line-interface to the LigatureBracket object.
15601
15602 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
15603
15604         * scm/framework-gnome.scm (item-event): Support non-animated mouse
15605         dragging tweaks.
15606
15607         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
15608
15609         * lily/context-selector.cc (store_context): New function.
15610
15611         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
15612         (store_grob): New function.
15613         (identify_grob): Add Moment parameter.
15614
15615         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
15616         exists.
15617
15618         * scm/framework-gnome.scm (save-tweaks): Write as alist.
15619
15620 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
15621
15622         * scm/framework-gnome.scm (item-event): Print grob id.
15623         (save-tweaks): New function.
15624         (tweak): New funtion.
15625         (item-event): Use it, bound to arrow keys.
15626
15627         * lily/context-property.cc (make_item_from_properties): Register grob.
15628         * lily/context.cc (add_context): Register context.
15629
15630         * lily/include/context-selector.hh:
15631         * lily/include/grob-selector.hh:
15632         * lily/context-selector.cc:
15633         * lily/grob-selector.cc: New file.
15634
15635 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15636
15637         * lily/slur.cc: add 'positions to interface
15638
15639         * lily/main.cc: reinstate PS as standard output format. 
15640
15641         * scm/framework-tex.scm (output-preview-framework): print systems
15642         up to first non title system.
15643
15644         * lily/grace-engraver.cc (start_translation_timestep): split
15645         scm_cadddr
15646         
15647 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15648
15649         * lily/quote-iterator.cc (Module): remove old quote-iterator
15650
15651         * scm/define-music-types.scm (music-descriptions): move
15652         NewQuoteMusic over QuoteMusic
15653
15654         * Documentation/user/notation.itely (Formatting cue notes): use
15655         \cueDuring.
15656
15657         * lily/new-quote-iterator.cc (quote_ok): new function.
15658
15659         * input/regression/quote-cue-during.ly: new file.
15660
15661         * input/regression/quote-grace.ly: new file.
15662
15663         * scm/define-context-properties.scm (Module): change definition of
15664         graceSettings
15665
15666         * lily/context-property.cc (Module): rename from
15667         translator-property.cc
15668
15669         * lily/context.cc (context_name_symbol): new function
15670
15671         * lily/grace-engraver.cc: new file. Set properties for grobs based
15672         on the grace-ness of now_moment().
15673
15674         * scm/music-functions.scm (add-grace-property): use list
15675         iso. vector for graceSettings
15676         remove set-{start,stop}-grace-properties. 
15677
15678         * lily/new-quote-iterator.cc (construct_children): set
15679         quote_outlet_ if no quoted-context-{id,type} specified.
15680
15681         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
15682
15683         * lily/parser.yy (command_element): remove \quote.
15684
15685         * ly/music-functions-init.ly (location): add quoteDuring music
15686         function. 
15687
15688         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
15689         optional semicolon. (backportme)
15690
15691 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
15692
15693         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
15694         need to link to GUILE et al.
15695
15696 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15697
15698         * scm/define-music-properties.scm (all-music-properties): add
15699         quoted-context-type, quoted-context-id.
15700
15701         * scm/lily.scm (type-check-list): new function.
15702         
15703         * scm/lily-library.scm: new file. Generic library routines.
15704
15705         * lily/parser.yy (Generic_prefix_music): move typechecking out of
15706         parser.
15707
15708         * ly/music-functions-init.ly: add quoteDuring function.
15709
15710         * lily/include/music-iterator.hh (class Music_iterator): rename
15711         set_translator -> set_context
15712
15713         * lily/parser.yy (Generic_prefix_music_scm): add
15714         MUSIC_FUNCTION_SCM_SCM_MUSIC
15715
15716         * scm/lily.scm (sanitize-command-option): new function. (backportme)
15717
15718         * scm/framework-tex.scm (header): sanitize TeX paper size.
15719         (backportme)
15720
15721 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
15722
15723         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
15724
15725         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
15726
15727         * scm/framework-tex.scm (font-load-command): Use T1 if no
15728         font-encoding set.  (backportme)
15729
15730         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
15731         exists before converting.  (backportme)
15732
15733         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
15734         exists before converting.  (backportme)
15735         (convert-to-ps): Remove .ps file if it exists before
15736         converting.  (backportme)
15737
15738         * lily/lexer.ll: Remove extra progress newline, use present tense.
15739
15740         * scm/paper.scm (paper-alist): public.
15741         * scm/framework-tex.scm (convert-to-ps):
15742         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
15743         command line.
15744
15745 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15746
15747         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
15748
15749         * lily/recording-group-engraver.cc (derived_mark): mark
15750         now_events_. (backportme)
15751
15752 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15753
15754         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
15755
15756         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
15757         invoking latex. (backportme.)
15758
15759         * lily/stem.cc (off_callback): center stems for all rest stems.
15760
15761 2004-11-05  Werner Lemberg  <wl@gnu.org>
15762
15763         * Documentation/user/lilypond.tely: Add more guidelines for writing
15764         lilypond texinfo documents.
15765
15766 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
15767
15768         * Documentation/index.html.in: remove <hr>.
15769
15770         * THANKS: change 2.3 to 2.4.
15771
15772 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
15773
15774         * scm/output-gnome.scm: More fontconfig comment.
15775
15776 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
15777
15778         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
15779         <package> directory in $(builddir)/share according with
15780         PACKAGE_NAME defined in the VERSION file.
15781
15782 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15783
15784         * lily/beam.cc (rest_collision_callback): use local beam
15785         multiplicity.
15786
15787         * input/regression/stem-stemlet.ly: new file.
15788
15789         * lily/stem.cc (add_head): store rests as well.
15790
15791         * scm/define-grob-properties.scm (all-user-grob-properties): add
15792         stemlet-length
15793
15794         * lily/stem.cc: store rests as well.
15795         
15796         * input/regression/new-slur.ly: mention forcing.
15797
15798 2004-11-04  Werner Lemberg  <wl@gnu.org>
15799
15800         * Documentation/user/*: A new round of layout fixes and document
15801         structure cleanup.
15802
15803 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
15804
15805         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
15806
15807 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
15808
15809         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
15810
15811 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
15812
15813         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
15814
15815         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
15816
15817         * lily/main.cc (main): Invoke identify.
15818
15819         * scm/lily.scm (postscript->pdf): Remove progress newline.
15820         Write progress to stderr.
15821
15822         * lily/paper-book.cc (output): Remove progress newline.
15823
15824         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
15825         gettext on user messages, and remove whitespace.
15826
15827         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
15828
15829         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
15830         argv[0] (Thomas Scharkowski).
15831
15832         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
15833         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
15834         for ec-fonts-mtraced.
15835
15836         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
15837         --srcdir build (Bertalan).
15838
15839         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
15840         headers and library too (Laura Conrad).
15841
15842         * Documentation/topdocs/INSTALL.texi (Top): Mention development
15843         package for guile too (Laura Conrad).
15844
15845         * lily/main.cc (usage): Typo.
15846
15847 2004-11-02  Werner Lemberg  <wl@gnu.org>
15848
15849         * Documentation/user/notation.ly: More fixes to improve appearance.
15850
15851         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
15852         better output for multicolumn tables.
15853
15854 2004-11-01  Mats Bengtsson  <mabe@s3.kth.se>
15855
15856         * lily/main.cc (dir_info): Fixed typo in the printouts.
15857
15858 2004-11-01  Werner Lemberg  <wl@gnu.org>
15859
15860         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
15861         of output.
15862         Set `per_line' to 2; replace hard-coded value with it.
15863
15864         * Documentation/user/*: Many fixes to improve appearance of
15865         printed manual.
15866
15867 2004-11-01  Werner Lemberg  <wl@gnu.org>
15868
15869         * Documentation/user/changing-defaults.itely,
15870         Documentation/user/notation.ly,
15871         Documentation/user/programming-interface.itely: Use @/.
15872         Fix formatting of some lilypond snippets and tables.
15873
15874         * scripts/lilypond-book.py (compose_ly): Provide useful default
15875         for LINEWIDTH in `override'.
15876
15877 2004-10-31  Graham Percival  <gperlist@shaw.ca>
15878
15879         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
15880
15881 2004-10-31  Werner Lemberg  <wl@gnu.org>
15882
15883         Resetting @exampleindent to `5' gives ugly results with texinfo's
15884         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
15885         (if not quoting) to change @exampleindent only locally.
15886
15887         * scripts/lilypond-book.py (NOQUOTE): New variable.
15888         (output) [LATEX]: Remove AFTER and BEFORE.
15889         [TEXINFO]: Remove AFTER and BEFORE.
15890         Fix QUOTE and VERBATIM pattern.
15891         Add NOQUOTE pattern.
15892         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
15893         and BEFORE.
15894         [output_texinfo]: Use NOQUOTE.
15895
15896 2004-10-31  Graham Percival  <gperlist@shaw.ca>
15897
15898         * Documentation/user/changing-defaults.itely: clarify paper
15899         size commands with correct info.
15900
15901         * Documentation/user/lilypond-book.itely: add more docs for
15902         filename extensions.
15903
15904 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15905
15906         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
15907         (PATCH_LEVEL): start 2.5.0.
15908
15909 #Local variables:
15910 #coding: utf-8
15911 #End:
15912