]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
*** empty log message ***
[lilypond.git] / ChangeLog
1 2006-09-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
2
3         * VERSION (PACKAGE_NAME): release 2.9.18
4
5 2006-08-29  Milan Zamazal  <pdm@brailcom.org>
6
7         * elisp/lilypond-mode.el (LilyPond-command-alist): Don't try to
8         figure out midi file names right here.
9         
10 2006-09-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
11
12         * scm/framework-ps.scm (dump-stencil-as-EPS): naming pad-eps-boxes.
13
14         * scm/backend-library.scm: option naming:  gs-font-load*s*
15
16         * scm/framework-eps.scm (dump-stencils-as-EPSes): rename option to
17         include-eps-fonts
18
19 2006-09-17  Joe Neeman  <joeneeman@gmail.com>
20
21         * scm/define-music-types.scm (music-descriptions): remove
22         BreakEvent and fix {Page,Line}{Break,Turn}Event so
23         Music::to_event doesn't complain.
24
25         * lily/accidental-placement.cc (ape_compare):
26         * lily/semi-tie.cc (compare): 
27         * lily/note-column.cc (shift_compare): replace by XXX_less
28
29         * lily/tie-formatting-problem.cc (set_chord_outline): 
30         * lily/tie-column.cc (calc_positioning_done): 
31         * lily/system.cc (post_processing)
32         (get_paper_system): 
33         * lily/stem.cc (note_head_positions)
34         (calc_positioning_done): 
35         * lily/spanner.cc (do_break_processing)
36         (find_broken_piece): 
37         * lily/span-bar.cc (print): 
38         * lily/semi-tie-column.cc (calc_positioning_done): 
39         * lily/rest-collision.cc (calc_positioning_done): 
40         * lily/program-option.cc (get_help_string): 
41         * lily/note-collision.cc (get_clash_groups):
42         * lily/new-fingering-engraver.cc (position_scripts):
43         * lily/keyword.cc (Keyword_table):
44         * lily/hara-kiri-group-spanner.cc (request_suicide):
45         * lily/grob-pq-engraver.cc (stop_translation_timestep):
46         * lily/accidental-placement.cc (calc_positioning_done):
47         (stagger_apes):
48         * lily/beam.cc (get_beam_segments):
49         * lily/grob-array.cc (remove_duplicates):
50         use new vector_sort
51         
52         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily:
53         ragged-last-bottom = ##f (test the new page breaker)
54
55         * flower/include/std-vector.hh (vector_sort): use STL sort stuff
56
57         * scm/define-context-properties.scm
58         (all-internal-translation-properties): remove properties that
59         were used to communicate page-turn stuff to the paper-column
60         engraver.
61
62         * lily/lily-guile.cc (robust_scm2string): new function
63
64         * lily/paper-column-engraver.cc: Clean up page turn stuff
65
66         * lily/page-turn-engraver.cc: Re-write the page turn logic here
67         instead of cluttering up paper-column-engraver.cc
68
69 2006-09-17  Nicolas Sceaux  <nicolas.sceaux@free.fr>
70
71         * scm/layout-page-dump.scm (scm): export utility function names,
72         to allow user writing cutsom dumping functions.
73
74         * scm/layout-page-layout.scm: export utility function names to
75         enable custom page breaking function writing. Tabify.
76         (line-next-space): use ?-suffix only for predicates
77         (page-maximum-space-to-fill): new function. Return the space
78         between first and bottom system of a page, to give to
79         space-systems.
80         (space-systems): use a space-to-fill argument (for instance as
81         computed by page-maximum-space-to-fill) instead of computing
82         internaly this space with the page height. That way, the caller
83         can adjust the space to use.
84         (make-page-from-systems, walk-paths): compute space to fill before
85         calling space-systems.
86
87 2006-09-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
88
89         * scm/script.scm (default-script-alist): set paddings for every
90         type here, increase for portato mark.
91
92         * scm/lily.scm (define-scheme-options): typo: add s, so it is 
93         -dinclude-eps-fonts
94
95 2006-09-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
96
97         * scm/define-grobs.scm (all-grob-descriptions): oops, typo:
98         use spanner::set-spacing-ronds
99
100         * lily/note-column.cc: reformat.
101
102         * lily/rest-collision.cc (calc_positioning_done): fix whole/half
103         step positioning for note/rest combinations.
104
105         * input/regression/rest-note-collision.ly: new file.
106
107         * scm/define-grobs.scm (all-grob-descriptions): add
108         springs-and-rods
109
110         * flower/include/std-vector.hh: switch off again.
111
112         * VERSION (PATCH_LEVEL): bump to 2.9.18
113
114         * flower/include/std-string.hh: idem.
115
116         * flower/include/std-vector.hh (_GLIBCXX_DEBUG): set if NDEBUG not set.
117
118 2006-09-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
119
120         * ly/engraver-init.ly: Make FiguredBass accepted in GrandStaff and
121         PianoStaff. 
122
123 2006-09-08  Joe Neeman  <joeneeman@gmail.com>
124
125         * Documentation/user/page.itely: update page breaking documentation
126
127 2006-09-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
128
129         * lily/note-collision.cc (calc_positioning_done): only access
130         first head if available.
131
132         * lily/tuplet-engraver.cc: add tupletFullLengthNote to description.
133
134         * scm/framework-ps.scm (output-preview-framework): use new name.
135
136         * lily/program-option.cc (internal_set_option): use new names.
137
138         * Documentation/user/SConscript (lilypond_book_flags): update -d
139         variable names.
140
141         * Documentation/user/lilypond-book.itely (Inserting LilyPond
142         output into other programs): new variable names.
143
144         * scm/lily.scm (define-scheme-options): uniformize var names.
145
146         * lily/tuplet-engraver.cc (listen_tuplet_span): verify that
147         tuplets_ is non-empty before popping.
148
149 2006-09-07  Joe Neeman  <joeneeman@gmail.com>
150
151         * lily/spanner.cc (find_broken_piece): 
152         * lily/spacing-spanner.cc (get_columns): 
153         * lily/source-file.cc (get_line): 
154         * lily/simple-spacer.cc (get_column_description): 
155         * lily/keyword.cc (lookup): 
156         use the new binary search.
157
158         * flower/include/std-vector.hh: replace binary_search with
159         a more STL-like version
160
161 2006-09-04  Michael Welsh Duggan  <md5i@cs.cmu.edu>
162
163         * lily/tie-performer.cc: remove unused last_event_ property.
164         (class Tie_performer): add now_tied_heads_ property for
165         partially-tied heads.
166         (acknowledge_audio_element): when adding an Audio_note, put the
167         note in now_tied_heads_ if the audio note is partially tied.
168         (stop_translation_timestep): always include entries in
169         now_tied_heads_ in heads_to_tie_.
170
171         * lily/drum-note-performer.cc (process_music): look for tie-events
172         in the articulations; pass to Audio_note constructor.
173
174         * lily/note-performer.cc (process_music): look for tie-events in
175         the articulations; pass to Audio_note constructor.
176
177         * lily/audio-item.cc (Audio_note): Initialize tie_event_ in
178         constructor.
179
180         * lily/include/audio-item.hh (class Audio_note): add tie_event_.
181         include initializer in constructor.
182
183 2006-09-02  Joe Neeman  <joeneeman@gmail.com>
184
185         * lily/simple-spacer.cc (get_line_forces): Ignore loose columns
186         unless they are breakable. This fixes discrepancies between the forces
187         calculated here and the forces calculated in get_line_configuration.
188
189         * lily/grob.cc (pure_relative_y_coordinate): fix some
190         mis-estimation that was happening with piano staves.
191
192         * lily/constrained-breaking.cc (resize): don't choke if we get a
193         measure that won't fit on a line.
194         (combine_demerits): don't consider uniformity when ragged
195
196         * lily/page-spacing.cc (solve): why the f* were there two of these?
197         (calc_subproblem): properly handle the case where a system is taller
198         than the page.
199
200         * lily/system.cc (get_paper_system): ensure that all the permissions
201         and penalties are passed to the paper systems.
202
203         * lily/page-breaking.cc (create_system_list): support system-count.
204
205         * scm/define-grobs.scm (pure-print-callbacks): add
206         ly:script-interface::print
207
208         * lily/page-spacing.cc (min_page_count): fix calculation of min
209         pages if we are ragged and there are non-zero springs.
210
211         * scm/layout-page-layout.scm: if the pure-height estimates are under
212         the real height, allow space-systems to ignore padding if it is
213         needed in order to fit the systems on one page
214
215         * lily/optimal-page-breaking.cc (try_page_spacing): fix reading
216         ragged properties
217         (solve): fix performance problem. Make sure we always get at least
218         one solution
219
220         * lily/page-breaking.cc (make_pages): include write-page-breaks
221         and page-stencil
222
223         * lily/paper-score.cc (calc_breaking): remove Gourlay breaker
224
225         * scm/define-grobs.scm: add the new slur-callback
226         fix pure-relevant to not exclude grobs whose extent is already
227         calculated
228
229         * ly/paper-defaults.ly: make ly:optimal-breaking the new default
230         page breaker
231
232         * lily/slur.cc (pure_height): new callback to estimate the height
233         of a slur
234
235 2006-09-02  Graham Percival  <gpermus@gmail.com>
236
237         * Documentation/user/invoking.itely: small update on
238         MacOS X notes; thanks Trevor!
239
240 2006-09-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
241
242         * VERSION (MY_PATCH_LEVEL): release 2.9.17
243
244         * lily/lexer.ll: accept EOF in all states.
245
246         * lily/tempo-performer.cc (Tempo_performer): initialize last_tempo_.
247
248         * lily/source-file.cc (Source_file): always 0-terminate character
249         array, to prevent Flex from barfing.
250
251         * lily/global-context.cc (get_output): robustness: don't crash if
252         no Score context found.
253
254         * lily/include/book.hh (class Book): idem.
255
256         * lily/include/context-def.hh (struct Context_def): idem.
257
258         * lily/include/score.hh (class Score): don't derive from Input.
259
260         * lily/book.cc (Book): add a copy ctor. 
261
262         * buildscripts/output-distance.py (FileLink.calc_distance): count
263         orphans in distance too.
264
265         * python/midi.c (midi_parse_track): robustness: don't read past
266         end of string.
267
268         * ly/performer-init.ly: add Control_track_performer, move
269         Tempo_performer and Time_signature_performer to Score.        
270
271         * lily/score-performer.cc (acknowledge_audio_elements): override
272         from base class: add to audio-columns
273
274         * lily/control-track-performer.cc (add_text): new file: generate
275         the control track.
276
277         * lily/performance.cc: move output_header_track to
278         Control_track_performer ()
279
280         * lily/midi-walker.cc (Midi_walker): get channel in constructor.
281
282         * lily/include/midi-item.hh (class Midi_channel_item): insert
283         class into hierarchy, for items that can have a channel setting. Dehungarify.
284
285         * lily/include/performer.hh (class Performer): remove
286         play_element();  move functionality into announce/acknowledge.
287
288         * lily/audio-staff.cc (output): remove channel_ from Midi_track.
289
290         * lily/tie-engraver.cc (stop_translation_timestep): only wipe
291         heads_to_tie_ if there are new heads to tie.  Fixes polyphony in ties.
292
293 2006-08-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
294
295         * lily/tie-engraver.cc (stop_translation_timestep): robustness for
296         ambituses.
297
298         * lily/all-font-metrics.cc: remove TFM support.
299
300         * lily/include/tfm.hh: remove TFM support, TFM reader.
301
302         * lily/include/binary-source-file.hh: remove Binary_source_file.
303
304 2006-08-27  Graham Percival  <gpermus@gmail.com>
305
306         * Documentation/topdocs/NEWS.itely: add @c marker for
307         stuff I've processed.
308
309         * Documentation/user/ various: info from NEWS.
310
311 2006-08-27  Joe Neeman  <joeneeman@gmail.com>
312
313         * lily/paper-column-engraver.cc (finalize): Oops, this change
314         should have gone in on 2006-08-23
315
316 2006-08-26  Mats Bengtsson  <mabe@s3.kth.se>
317
318         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use double
319         quotes to quote arguments. Fixes Windows problem.
320
321         * python/lilylib.py (progress): idem
322
323 2006-08-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
324
325         * scripts/musicxml2ly.py: fix for importing
326         minor key signatures from MusicXML.  (Phillip Kirlin)
327
328 2006-08-24  Phillip Kirlin  <pkirlin@acm.org>
329
330         * python/musicxml.py: 
331         (Attributes.get_key_signature): now correctly retrieves mode from 
332         MusicXML. 
333
334 2006-08-25  Han-Wen Nienhuys  <hanwen@lilypond.org>
335
336         * lily/parser.yy (output_def_body): take ownership of identifier
337         back to C++.
338
339         * Documentation/user/advanced-notation.itely (Metronome marks):
340         update use of \tempo in \midi.
341
342         * VERSION: release 2.9.16
343         
344 2006-08-24  Erik Sandberg  <mandolaerik@gmail.com>
345
346         * input/mutopia/*: upgrade to new midi tempo syntax (repairs make
347         web partially)
348
349 2006-08-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
350
351         * input/regression/tie-chord-partial.ly: clarify example.
352
353         * scm/define-music-properties.scm (all-music-properties): remove
354         untied.
355
356         * ly/music-functions-init.ly: remove \untied.
357
358         * lily/tie-engraver.cc (struct Head_event_tuple): store both
359         stream events and music events.
360         (stop_translation_timestep): search acknowledged heads for
361         tie-event.
362
363         * input/regression/tie-chord-partial.ly: new file.
364
365         * scm/define-markup-commands.scm (char): use ly:wide-char->utf-8
366         for \char markup command.
367
368         * scm/define-event-classes.scm (unlistened-music-event-classes): idem.
369
370         * scm/define-music-types.scm (music-descriptions): consistency:
371         Use solo-{one,two}-event iso. solo-[12]-event.
372
373         * lily/part-combine-engraver.cc (process_music):
374         Use solo-{one,two}-event iso. solo-[12]-event.
375
376         * ly/declarations-init.ly (partCombineListener): add Timing as
377         alias
378
379         * flower/std-string.cc (string_copy): use copy ()
380
381         * lily/source-file.cc (Source_file): use copy(). Remove contents_str0()
382
383 2006-08-24  Graham Percival  <gpermus@gmail.com>
384
385         * Documentation/user/changing-defaults.itely, global.itely,
386         lilypond-book.itely, page.itely: minor changes from mailist.
387
388 2006-08-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
389
390         * buildscripts/mutopia-index.py (allfiles): filter lily-XXX and
391         snippet-map
392
393         * scm/define-context-properties.scm
394         (translator-property-description): robustness: detect type errors
395         in property definitions.
396
397         * lily/parser.yy (score_body): protect SCORE_IDENTIFIER result
398         after getting it from SCM. 
399
400         * lily/smobs.cc (protect_smob): switch off fancy smob protection
401         for now. 
402
403         * lily/include/performer.hh (class Performer): strip get_tempo()
404         method.
405
406         * lily/midi-def.cc: strip file.
407
408         * lily/lexer.ll (Lily_lexer): don't protect hash key separately.
409
410         * lily/include/context-def.hh (struct Context_def): use
411         VIRTUAL_COPY_CONSTRUCTOR().
412
413         * lily/source-file.cc: smobification.
414
415         * lily/include/source-file.hh (class Source_file): smobify
416         Source_file. Trim redundant members.
417
418         * lily/parser.yy (Lily_lexer::try_special_identifiers): unprotect
419         clones after creation. This plugs a huge memory leak.
420
421         * python/convertrules.py (FatalConversionError.sub_tempo):
422         complete rule for \midi{ \tempo }
423
424         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): idem.
425
426         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): update tempo.
427
428 2006-08-23  Joe Neeman  <joeneeman@gmail.com>
429
430         * input/regression/optimal-page-breaking-hstretch.ly: test for
431         ragged-last-bottom also
432
433         * lily/paper-column-engraver.cc (finalize): make the end of a score
434         breakable by default. This is to balance out a change in behaviour
435         of the page-turn-breaker which no longer makes the end of a score
436         breakable.
437
438         * lily/paper-book.cc (pages): set the systems_ once the pages are
439         broken
440
441         * lily/page-turn-page-breaking.cc (calc_subproblem): use the new
442         Page_breaking interface.
443
444         * lily/page-breaking.cc (class Page_breaking): make the interface
445         more consistent and provide abstractions for dealing with
446         Line_divisions.
447
448         * lily/optimal-page-breaking.cc (solve): use a more straightforward
449         algorithm. Use the new interface to Page_breaking.
450
451         * lily/page-spacing.cc: better support for ragged-bottom and
452         ragged-last-bottom
453
454 2006-08-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
455
456         * python/convertrules.py (conv): warning on \tempo{}
457
458         * ly/performer-init.ly: set tempoWholesPerMinute.
459
460         * ly/midi-init.ly: remove \midi
461
462         * lily/tempo-performer.cc: look at tempoWholesPerMinute to set
463         MIDI tempo.
464
465         * lily/metronome-engraver.cc (process_music): use tempoUnitCount
466         tempoUnitDuration for determining what to print.
467
468         * lily/lyric-extender.cc: typo.
469
470         * lily/parser.yy (output_def_body): disallow \tempo in \midi{}
471
472         * lily/duration-scheme.cc (LY_DEFINE): ly:duration-length: new
473         function.
474
475         * scm/lily.scm (define-scheme-options): alphabetize, add eps-pad-boxes.
476
477         * scm/framework-ps.scm (dump-stencil-as-EPS): only pad boxes if
478         eps-pad-boxes is set.
479
480         * scripts/lilypond-book.py (main): use -deps-pad-boxes.
481
482         * THANKS: update sponsors.
483
484         * ly/english.ly: quarter tone naming (thanks, Trevor Baca)
485
486         * Documentation/topdocs/NEWS.tely (Top): doc new feature.
487
488         * input/regression/tie-chord-untied.ly: new file.
489
490         * lily/tie-engraver.cc (acknowledge_note_head): check 'untied property.
491
492         * scm/define-music-properties.scm (all-music-properties): add
493         'untied property.
494
495         * buildscripts/mutopia-index.py (allfiles): look for .ly rather
496         than .ly.txt.
497         (headertext_nopics): sanitize no-examples text.
498
499         * scm/page.scm (make-page-stencil): don't rely on extents of
500         page-stencil. This fixes spurious space around .EPS files produced
501         with the EPS backend.
502
503 2006-08-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
504
505         * lily/stencil-scheme.cc (LY_DEFINE): make extent arguments optional.
506
507         * lily/hara-kiri-engraver.cc (process_music): remember
508         keepAliveInterfaces after processing \set
509
510         * lily/lyric-extender.cc (print): support left/right-padding for
511         extenders.
512
513         * scm/documentation-generate.scm (string-append): revert lilypond/
514         path, doc why.
515
516 2006-08-20  Graham Percival  <gpermus@gmail.com>
517
518         * Documentation/user/lilypond.tely: clarification to
519         license presentation (not to actual license).
520
521         * Documentation/user/basic-notation.itely,
522         instrument-notation.itely: minor changes.
523
524         * input/ {regression, test}/+.ly: clarification to
525         text (you can click on examples).  Thanks, Mats!
526
527         * input/manual/bar-lines.ly: adds ||: repeats.
528
529 2006-08-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
530
531         * make/ly-vars.make (OMF_FILES): strip ps.gz from OMF_FILES 
532
533         * scm/documentation-lib.scm (texi-file-head): category LilyPond.
534
535         * Documentation/user/lilypond.tely: strip lilypond/ from info
536         links, rename to category LilyPond
537
538         * lily/pango-font.cc (description_string): new function.
539
540         * VERSION: release 2.9.15
541
542         * lily/spacing-engraver.cc (stop_translation_timestep): use
543         Dscho's fix for spacing spanner. 
544
545         * scm/define-music-types.scm (music-descriptions): use
546         apply-output-event for ApplyOutputEvent
547
548         * lily/output-property-engraver.cc (listen_apply_output): rename
549         from listen_layout_instruction.
550
551         * lily/piano-pedal-engraver.cc (struct Pedal_type_info): new
552         function protect()
553
554 2006-08-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
555
556         * scm/lily.scm (lilypond-all): option read-file-list: substitute
557         commandline args with contains, split by \n.
558
559         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system):
560         write snippet-names file, call with -dread-file-list. Fixes
561         command limitations on 64-bit systems.
562
563         * input/regression/stencil-color-rotation.ly: new file.
564
565         * lily/include/translator.hh (struct Acknowledge_information):
566         revert: don't use Protected_scm in global objects, as GUILE can't
567         handle gc_unprotect from automated destructors on MacOS X.
568  
569         * lily/grob.cc (get_print_stencil): use retval.expr() as base for
570         color, not the original stencil. Fixes combinations of
571         color/transparency/rotation. Backportme.
572
573         * scripts/lilypond-book.py (main): add --formats=eps for
574         texinfo/latex.
575
576         * lily/spacing-engraver.cc (stop_translation_timestep): don't
577         crash if spacing_ is nonexistent.
578
579 2006-08-14  Mats Bengtsson  <mabe@s3.kth.se>
580
581         * scripts/lilypond-book.py (output): Remove obsolete(!?)
582         \catcode`\@=12 in the LaTeX output.
583
584 2006-08-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
585
586         * scm/define-music-types.scm (music-descriptions):
587         use sustain-event iso. sustain-pedal-event.
588
589 2006-08-11  Joe Neeman  <joeneeman@gmail.com>
590
591         * scripts/convert-ly.py: honour the -n command-line switch
592
593 2006-08-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
594
595         * scm/output-lib.scm (bar-line::calc-glyph-name): add dashed liine
596         break specification.
597
598 2006-08-10  Joe Neeman  <joeneeman@gmail.com>
599
600         * Documentation/user: convert-ly the user manual
601
602 2006-08-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
603
604         * stepmake/aclocal.m4: version check patch (thanks MWD)
605
606         * ly/music-functions-init.ly: robustness. Don't crash if
607         currentBarNumber is not a number.
608
609         * VERSION (PATCH_LEVEL): bump.
610
611 2006-08-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
612
613         * stepmake/aclocal.m4: better version check; handle fooX.Y
614         binaries too.
615
616         * ly/performer-init.ly: instrument name fixup.
617
618         * input/manual/chord-names-jazz.ly (banterProperties):
619         instrumentName update
620
621         * scm/define-event-classes.scm (lambda): use ly:is-listened-event-class
622
623         * lily/ly-module.cc (ly_module_symbols): use ly_hash_table_keys
624
625         * lily/translator.cc (LY_DEFINE): ly:is-listened-event-class: new
626         function. Use hash tables to check membership.
627
628         * lily/general-scheme.cc (LY_DEFINE): new function.
629
630         * lily/piano-pedal-engraver.cc (struct Pedal_type_info): idem
631
632         * lily/include/translator.hh (struct Acknowledge_information): add
633         Protected_scm
634
635         * ly/music-functions-init.ly: change name to BreathingEvent
636
637         * input/regression/*.ly: apply it.
638
639         * python/convertrules.py (conv): better instrumentName conversion
640         rule.
641
642         * scm/define-music-types.scm (music-descriptions): add
643         line-break-event to LineBreakEvent music
644
645         * lily/music.cc (to_event): don't crash if music type not set.
646
647         * lily/spacing-loose-columns.cc (set_loose_columns): don't barf if
648         spacing not set.
649
650         * lily/spacing-engraver.cc (stop_translation_timestep): set
651         spacing for proportional notation too.
652
653         * scm/translation-functions.scm (format-bass-figure): inspect
654         stream-event.
655
656         * scripts/lilypond-book.py (bindir): add bindir to $PATH.
657
658 2006-08-08  Joe Neeman  <joeneeman@gmail.com>
659
660         * lily/include/constrained-breaking.hh: add Line_details (Prob*)
661
662         * scm/page.scm (make-page): make it friendlier to call (esp. from C++)
663
664         * scm/layout-page-layout.scm (make-page-from-systems): new function
665         (optimal-page-breaks): use the new page-breaking calling convention
666
667         * scm/define-context-properties.scm (all-user-translation-properties):
668         add revokePageTurns
669
670         * lily/paper-column-engraver.cc (stop_translation_timestep): add
671         revokePageTurns  functionality. If there is a special barline within
672         the breakable region, break there instead of at the end of the region.
673
674         * lily/paper-book.cc (pages): use the new page-breaking calling
675         convention
676
677 2006-08-07  Erik Sandberg  <mandolaerik@gmail.com>
678
679         * lily/lexer.ll, lily/source-file.cc: Add \sourcefileline command
680
681         * scripts/lilypond-book.py: insert \sourcefileline command in
682         output, so lilypond error messages refer to the spot in the
683         original .lytex / .itely sourcefile.
684
685 2006-08-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
686
687         * lily/spacing-loose-columns.cc (set_loose_columns): oops: use
688         space to next column for distance to fixed col.
689
690         * VERSION (PACKAGE_NAME): release 2.9.14
691
692         * lily/pitched-trill-engraver.cc (make_trill): do set_parent also
693         if no accidental.
694
695         * lily/accidental-engraver.cc (process_acknowledged): don't create
696         accidental for trill span event. This fixes spurious accidentals
697         on trills.
698
699 2006-08-04  Mats Bengtsson  <mabe@s3.kth.se>
700
701         * scm/define-grob-properties.scm (all-user-grob-properties):
702         Clarify documentation of side-axis and direction. Thanks to Paul
703         for the inspiration.
704
705         * lily/bar-line.cc: Add documentation for "||:" also in the
706         interface documentation.
707
708 2006-08-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
709
710         * lily/spacing-loose-columns.cc (set_loose_columns): bugfix.
711
712         * lily/paper-column.cc (set_system): new function.
713
714         * lily/spacing-engraver.cc (stop_translation_timestep): store
715         SpacingSpanner refs in Paper_column.
716
717         * lily/spacing-loose-columns.cc (set_loose_columns): rewrite
718         compute loose clique spacing using GraceSpacing/SpacingSpanner.
719
720 2006-08-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
721
722         * lily/beam-engraver.cc (listen_beam): add method for
723         Grace_beam_engraver too.
724
725 2006-08-03  Mats Bengtsson  <mabe@s3.kth.se>
726
727         * python/convertrules.py: Fix indentation bug that broke
728         conversion of files older than 1.3.117.
729         Fix escape error in the description for 2.9.6.
730
731 2006-08-02  Erik Sandberg  <mandolaerik@gmail.com>
732
733         * lily/*-engraver.cc: convert all try_music functions to listen_*
734         functions.
735
736         * lily/piano-pedal-engraver.cc: some additional cleanups: use
737         enums to represent pedal types, and calculate more data statically.
738
739         * scm/part-combiner.scm (recording-group-emulate): create a
740         softcoded substitute for recording-group-engraver.cc.
741
742         * lily/music.cc: make a common transpose function for events and
743         music
744
745         * ly/declarations-init.ly: change melisma/melismaEnd. Eliminates
746         ManualMelismaEvent, and obsoletes Melisma_translator.
747
748 2006-08-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
749
750         * input/test/instrument-name-align.ly: update version.
751
752 2006-08-02  Mats Bengtsson  <mabe@s3.kth.se>
753
754         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
755         Doc the --pdf flag to lilypond-book.
756
757 2006-07-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
758
759         * Documentation/topdocs/NEWS.tely (Top): add description.
760
761         * input/regression/tuplet-full-length-note.ly: add file.
762
763         * lily/instrument-name-engraver.cc (acknowledge_axis_group):
764         always store axis group.
765
766 2006-07-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
767
768         * input/regression/instrument-switch.ly: new file.
769
770         * lily/instrument-switch-engraver.cc (process_music): new file.
771
772         * ly/engraver-init.ly: add Instrument_switch_engraver
773
774         * ly/music-functions-init.ly: \instrumentSwitch
775
776         * scm/define-context-properties.scm
777         (all-user-translation-properties): add instrumentCueName
778
779         * scm/define-grobs.scm (all-grob-descriptions): add InstrumentSwitch
780
781 2006-07-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
782
783         * ly/music-functions-init.ly: music function \transposition.
784
785         * lily/parser.yy (command_element): softcode \transposition.
786
787         * lily/fall-engraver.cc (process_music): delta-pitch -> delta-step.
788         (process_music): oops.
789
790         * lily/instrument-name-engraver.cc (start_spanner): new
791         function. Create spanner when property changes.
792         (stop_spanner): new function.
793
794         * python/convertrules.py (conv): add rule.
795
796         * lily/instrument-name-engraver.cc: shortVocalName iso. vocNam,
797         shortInstrumentName iso. instr.
798
799         * scm/output-ps.scm (dashed-line): add phase argument to
800         dashed-line.
801
802         * lily/bar-line.cc (dashed_bar_line): new function.
803         (compound_barline): support \bar "dashed". 
804
805         * lily/lily-parser-scheme.cc (LY_DEFINE): only write
806         --output=DIR to DIR/BASE if it is a dir. 
807
808         * flower/file-name.cc (file_part): new function
809         (dir_part): new function
810
811         * lily/lily-parser-scheme.cc (LY_DEFINE): 
812
813         * DEDICATION: update
814
815 2006-07-25  Han-Wen Nienhuys  <hanwen@lilypond.org>
816
817         * lily/instrument-name-engraver.cc: formatting.
818
819         * python/convertrules.py (conv): bugfix for \epsfile.
820
821 2006-07-25  Joe Neeman  <joeneeman@gmail.com>
822
823         * lily/grob.cc:
824         
825         * lily/gourlay-breaking.cc: Oops, these should have been included
826         in my last commit
827
828 2006-07-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
829
830         * scripts/*.py (program_name): cleanup relocation snippets.
831
832         * scripts/convert-ly.py (datadir): remove LILYPONDPREFIX support.
833
834 2006-07-24  Joe Neeman  <joeneeman@gmail.com>
835
836         * scm/define-grobs.scm (all-grob-descriptions): make NonMusicalPaperColumn
837         page-breakable by default
838
839         * scm/layout-page-layout.scm (space-systems): fix bug where the force isn't
840         correctly calculated for a single-system page
841
842         * scm/lily-library.scm (interval-sane?): also check that the first number is no
843         bigger than the second number
844
845         * lily/simple-spacer.cc (solve): allow compression even when ragged (but we
846         acknowledge that we aren't satisfying constraints)
847
848         * lily/hara-kiri-group-spanner.cc (request_suicide): give equal treatment to
849         non-Items
850
851         * lily/grob.cc (pure_height): add minimum-Y-extent
852
853         * lily/gourlay-breaking.cc (solve): don't ignore a compression force, even if we're
854         ragged
855
856         * lily/constrained-breaking.cc: convert code to use new Matrix class
857         (get_best_solution): new function
858
859         * scm/page.scm (make-page-stencil): don't crash if we annotate-layout when there
860         is a page with no systems
861
862 2006-07-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
863
864         * VERSION (PACKAGE_NAME): release 2.9.13
865
866         * scm/define-grobs.scm (all-grob-descriptions): remove stray
867         assignment.
868
869 2006-07-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
870
871         * Documentation/topdocs/NEWS.tely (Top): doc new features.
872
873         * scm/output-lib.scm (grace-spacing::calc-shortest-duration): new
874         function.
875
876         * scm/define-grob-properties.scm (all-user-grob-properties):
877         remove grace-space-factor.
878
879         * scm/define-grob-interfaces.scm (grace-spacing-interface): add
880         grace-spacing-interface
881         (spacing-options-interface): add.
882
883         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add Grace_spacing_engraver
884
885         * lily/spacing-options.cc (get_duration_space): move function from spacing-basic.cc
886
887         * lily/spacing-basic.cc (note_spacing): do init_from_grob on
888         GraceSpacing object.
889
890         * lily/note-spacing.cc: fix prop list formatting
891
892         * lily/beaming-pattern.cc (de_grace): new function. Sensible
893         beaming for grace notes too.
894
895         * input/regression/spacing-grace.ly: update.
896
897         * lily/grace-spacing-engraver.cc: new file.
898
899         * lily/spacing-spanner.cc: add strict-grace-spacing.
900
901 2006-07-20  Graham Percival  <gpermus@gmail.com>
902
903         * lily/parser.yy: compile fix.
904
905 2006-07-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
906
907         * scm/define-grobs.scm (all-grob-descriptions): typo.
908
909         * scm/framework-eps.scm (dump-stencils-as-EPSes): just strip
910         .eps extension from includegraphics.
911
912         * scripts/lilypond-book.py (main): add support for --pdf. 
913
914         * lily/spacing-spanner.cc (calc_common_shortest_duration): use
915         callback to compute common shortest duration.
916         (set_springs): typo.
917
918         * scm/define-grob-properties.scm (all-user-grob-properties): add
919         strict-grace-spacing.
920
921         * lily/spacing-determine-loose-columns.cc (is_loose_column):
922         support float_grace_columns_.
923
924         * lily/spacing-options.cc (init_from_grob): new file.
925
926         * Documentation/topdocs/NEWS.tely (Top): doc tupletFullLengthNote.
927
928         * input/regression/spacing-loose-grace.ly: new file.
929
930         * Documentation/topdocs/NEWS.tely (Top): document new feature.
931
932         * lily/tuplet-engraver.cc (struct Tuplet_description): read
933         tupletFullLengthNote too. Choose right bound depending on value.
934
935         * input/regression/tuplet-full-length-note.ly: new file.
936
937 2006-07-19  Erik Sandberg  <mandolaerik@gmail.com>
938
939         * lily/*-performer.cc: Converted try_music to listen_*
940
941         * lily/grob-info.cc, lily/engraver.cc: represent the cause of grob
942         as a stream-event internally. Introduce event_cause (), deprecate
943         music_cause ().
944
945         * scm/define-music-types.scm: Removed BusyPlayingEvent
946         
947 2006-07-19  Mats Bengtsson  <mabe@s3.kth.se>
948
949         * Documentation/user/advanced-notation.itely (Font selection):
950         Document how to get a list of available fonts using 'lilypond
951         -dshow-available-fonts blabla'.
952
953 2006-07-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
954
955         * GNUmakefile.in: filter lily-XXX.pdf files.
956
957         * scm/define-grob-interfaces.scm (bend-after-interface): add thickness.
958
959         * scm/define-grob-properties.scm (all-internal-grob-properties):
960         remove delta-pitch. Use delta-position everywhere.
961
962         * scm/output-lib.scm (fall::print): use new order.
963
964         * scm/output-ps.scm (path): reorder arguments.
965
966         * scm/output-svg.scm (path): support for path primitive.
967
968         * input/regression/bend-after.ly: new file.
969
970         * Documentation/user/GNUmakefile ($(outdir)/%.pdf): foolproof
971         recipe for eps -> pdf conversion.
972
973 2006-07-19  Erik Sandberg  <mandolaerik@gmail.com>
974
975         * lily/parser.yy, lily/lexer.ll: added some simplifications by
976         Angelo Contardi.
977
978 2006-07-19  Graham Percival  <gpermus@gmail.com>
979
980         * input/manual/screech-boink.ly: moved to here.
981
982         * input/screech-boink.ly: deleted.
983
984         * scm/define-grob-properties.scm: clarify doc string.
985
986 2006-07-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
987
988         * Documentation/topdocs/NEWS.tely (Top): doc new feature.
989
990         * scm/output-ps.scm (path): define path.
991
992         * scm/define-stencil-commands.scm
993         (ly:register-stencil-expression): add path.
994
995         * scm/define-music-properties.scm (all-music-properties): add delta-pitch.
996
997         * ly/engraver-init.ly: add Fall_engraver
998
999         * lily/parser.yy (music_function_event): allow musicfunction
1000         without music arg as music_function_event.
1001
1002         * lily/grob-scheme.cc (LY_DEFINE):
1003         ly:grob-robust-relative-extent. New function.
1004
1005         * scm/define-grobs.scm (all-grob-descriptions): add BendAfter
1006
1007         * scm/define-music-types.scm (music-descriptions): add BendAfterEvent.
1008
1009         * scm/output-lib.scm (fall::print): new function
1010
1011         * lily/fall-engraver.cc (stop_fall): new file.
1012
1013         * ly/music-functions-init.ly: alphabetise.
1014
1015         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): pdf iso. eps as
1016         base.
1017
1018 2006-07-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
1019
1020         * VERSION (PATCH_LEVEL): bump version. Release 2.9.12
1021
1022         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
1023         doc pdftex usage.
1024
1025         * lily/translator-group.cc (connect_to_context): non const error message.
1026
1027         * Documentation/user/GNUmakefile ($(outdir)/%.pdf): update to use PDF
1028
1029         * scm/paper.scm (internal-set-paper-size): define landscape to #f
1030         if unset.
1031
1032         * scm/framework-ps.scm (convert-to-pdf): swap h and w in case of landscape. 
1033
1034         * stepmake/stepmake/texinfo-rules.make: strip DVI support.
1035
1036         * scm/framework-eps.scm (dump-stencils-as-EPSes): generate
1037         systems.pdftex too.
1038
1039         * scm/backend-library.scm (postscript->pdf): use -dEPSCrop for PDF.
1040
1041         * make/lilypond-vars.make (TEXINPUTS): add pdf output format.
1042
1043         * Documentation/topdocs/NEWS.tely (Top): add pdftex note.
1044
1045         * scm/output-ps.scm (resetrotation): use gsave/grestore for rotation.
1046
1047         * lily/main.cc (parse_argv): don't overwrite previous --formats string.
1048
1049         * scm/backend-library.scm (postscript->pdf): strip .eps too. 
1050
1051 2006-07-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1052
1053         * scm/layout-page-layout.scm: Define module, tidy code, use more
1054         functions iso. a single big one.
1055
1056         * scm/layout-page-dump.scm: move page dump functions used in two
1057         pass spacing to this file. Define module.
1058
1059         * scm/lily.scm (ly:load): don't load layout-page-layout.scm
1060          (separate module)
1061
1062         * ly/paper-defaults.ly: use module layout-page-layout.
1063
1064 2006-07-14  Erik Sandberg  <mandolaerik@gmail.com>
1065
1066         * lily/music.cc: Revised MusicEvent event class. It now contains
1067         event data directly instead of encapsulating it in music. The
1068         previously used class is renamed to OldMusicEvent.
1069
1070         * lily/stream-event.cc: Stream events are now probs.
1071         
1072         * lily/translator-group.cc, lily/translator.cc: Translators can
1073         now listen directly to stream events, by using macros
1074         [DECLARE,IMPLEMENT]_TRANSLATOR_LISTENER.
1075
1076         * lily/arpeggio-engraver.cc: Converted to use new event system
1077
1078         * THANKS: Corrected spelling mistake.
1079
1080 2006-07-12  Graham Percival  <gpermus@gmail.com>
1081
1082         * Documentation/user/SConscript, make/lilypond-vars.make,
1083         input/GNUmakefile: doc build looks in input/manual instead
1084         of input/test/
1085
1086         * input/manual/ GNUmakefile, SConscript: build files for
1087         input/manual/
1088
1089         * input/test/ various: some files moved to input/manual/ 
1090
1091         * Documentation/user/basic-notation.itely: small updates;
1092         thanks Kieren and Charles!
1093
1094 2006-07-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
1095
1096         * VERSION (PACKAGE_NAME): release 2.9.11
1097
1098         * Documentation/topdocs/NEWS.tely (Top): update prop value 
1099
1100         * Documentation/user/basic-notation.itely (Tuplets): new property
1101         value.
1102
1103 2006-07-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
1104
1105         * python/convertrules.py (conv): tweaks. 
1106
1107         * VERSION (PATCH_LEVEL): bump version.
1108
1109         * python/convertrules.py (conv): add rule for
1110         tupletNumberFormatFunction.
1111
1112         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
1113         tupletNumberFormatFunction.
1114
1115         * scm/define-grobs.scm (all-grob-descriptions): calc TupletNumber
1116         text through 'text callback.
1117
1118         * lily/time-scaled-music-iterator.cc (construct_children): copy
1119         tweaks generated events.
1120
1121         * scm/define-context-properties.scm
1122         (all-user-translation-properties): remove tupletNumberFormatFunction
1123
1124         * lily/tuplet-engraver.cc (process_music): don't read
1125         tupletNumberFormatFunction
1126
1127         * scm/output-lib.scm (tuplet-number::calc-fraction-text): new
1128         function.
1129
1130 2006-07-11  Erik Sandberg  <mandolaerik@gmail.com>
1131
1132         * lily/global-context-scheme.cc: Separated ly:run-translator into
1133         smaller pieces.
1134
1135         * lily/score-engraver.cc, lily/score-performer.cc,
1136         scm/define-context-properties.scm: Make paper/midi output
1137         accessable as a context property.
1138
1139         * lily/score-translator.cc, lily/score-context.cc: Removed.
1140
1141 2006-07-07  Guido Amoruso  <guidonte@katamail.com>
1142
1143         * scm/ps-to-png.scm (Module): 
1144         * scm/framework-tex.scm (Module): 
1145         * scm/framework-ps.scm (Module): 
1146         * scm/backend-library.scm (Module): 
1147         * scm/framework-ps.scm: invoke gs with "-dDEVICEWIDTHPOINTS" and
1148         "dDEVICEHEIGHTPOINTS".
1149
1150 2006-07-04  Graham Percival  <gpermus@gmail.com>
1151
1152         * Documentation/user/ various: general improvements to
1153         "working with lilypond files" section.
1154
1155 2006-07-03  Erik Sandberg  <mandolaerik@gmail.com>
1156
1157         * lily/sequential-iterator.cc: Change the default get_music_list
1158         to read elements-callback music property
1159
1160         * scm/define-music-types.scm, scm/music-functions.scm: Cleaner
1161         processing of multimeasure rests. Softcoded
1162         sequential-music-iterator.
1163
1164         * lily/sequential-music-iterator.cc: Removed.
1165
1166 2006-06-28  Graham Percival  <gpermus@gmail.com>
1167
1168         * Documentation/user/basic-notation.itely: clarify \repeatTie.
1169
1170 2006-06-27  Erik Sandberg  <mandolaerik@gmail.com>
1171
1172         * lily/parser.yy: Wrap non-post-events in EventChords before
1173         assigning them to identifiers.
1174
1175 2006-06-27  Mats Bengtsson  <mabe@s3.kth.se>
1176
1177         * lily/bar-line.cc (compound_barline): Fix parenthesis error,
1178         gives correct vertical placement of \bar ":" in all staff
1179         sizes. Thanks Martial!
1180
1181 2006-06-26  Graham Percival  <gpermus@gmail.com>
1182
1183         * Documentation/user/invoking.itely : minor update from mailist.
1184
1185 2006-06-26  Erik Sandberg  <mandolaerik@gmail.com>
1186
1187         * lily/ various: Introduce stream events of types Prepare,
1188         OneTimeStep, CreateContext, AnnounceNewContext, RemoveContext,
1189         ChangeContext, SetProperty, RevertProperty, Override and Revert.
1190
1191         * lily/global-context*.cc: Time is now -inf before iteration
1192         starts.
1193
1194         * lily/include/context.hh: Removed unique_, init_
1195
1196         * Documentation/topdocs/NEWS: Make the feathered beam example
1197         avoid triggering a bug.
1198
1199 2006-06-24  Graham Percival  <gpermus@gmail.com>
1200
1201         * Documentation/user/ various: small additions from mailist.
1202
1203 2006-06-22  Mats Bengtsson  <mabe@s3.kth.se>
1204
1205         * ly/performer-init.ly: Add some missing links in the context
1206         hierarchy for MIDI output. There are probably some more missing!
1207
1208 2006-06-21  Graham Percival  <gpermus@gmail.com>
1209
1210         * Documentation/user/ various: minor spelling fixes;
1211         thanks Dave Luttinen!
1212
1213         * Documentation/user/ various: small clarifications;
1214         thanks Anthony Youngman!
1215
1216 2006-06-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
1217
1218         * po/fr.po: add \n appropriately.
1219
1220         * lily/lexer.ll: remove ? from version-seen?  
1221
1222 2006-06-19  John Mandereau  <john.mandereau@free.fr>
1223
1224         * po/fr.po; update translation, by Jean-Charles Malahieude and
1225         John Mandereau.
1226
1227 2006-06-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
1228
1229         * THANKS: add Markus Schneider.
1230
1231         * lily/tab-staff-symbol-engraver.cc: derive from Engraver, not
1232         Staff_symbol_engraver
1233
1234         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): don't
1235         replace staff_engraver
1236
1237         * lily/staff-symbol-engraver.cc (stop_spanner): announce end of
1238         spanner.
1239
1240         * lily/staff-collecting-engraver.cc
1241         (acknowledge_end_staff_symbol): new function
1242
1243         * lily/volta-engraver.cc (acknowledge_end_staff_symbol): new function. 
1244
1245         * lily/staff-collecting-engraver.cc
1246         (acknowledge_end_staff_symbol): new function.
1247
1248         * lily/main.cc: switch on relocation by default.
1249
1250 2006-06-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
1251
1252         * lily/spacing-spanner.cc (musical_column_spacing): set
1253         compound_fixed_note_space to 0.0. Document why.
1254
1255         * lily/simple-spacer.cc (is_sane): also have a kludge for numeric
1256         range of inverse_hooke_
1257         (Simple_spacer): init completely.
1258         (fits): const
1259         (get_line_configuration): don't use cols.resize(); it introduces
1260         initialized data.
1261
1262         * scm/framework-ps.scm (dump-page): add setstrokeadjust. Backportme.
1263
1264         * ps/music-drawing-routines.ps: remove selectfont L1 hack.
1265
1266         * lily/beaming-pattern.cc (best_splitpoint_index): urg, 2nd
1267         try. Divide by beatlength.
1268
1269         * input/regression/beaming-ternary-metrum.ly: update doc.
1270         add beatLength hack.
1271
1272         * scm/music-functions.scm (make-time-signature-set): add
1273         standard-beat-grouping. 
1274
1275 2006-06-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
1276
1277         * input/regression/tie-whole.ly: new file.
1278
1279         * lily/tie-formatting-problem.cc (set_column_chord_outline): don't
1280         cross center of note head in case of invisible stem. 
1281
1282 2006-06-16  Graham Percival  <gpermus@gmail.com>
1283
1284         * Documentation/user/ various: small fixes from mailist.
1285
1286 2006-06-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
1287
1288         * lily/breathing-sign.cc (offset_callback): idem.
1289
1290         * lily/align-interface.cc (align_to_fixed_distance): remove
1291         hungarian suffix.
1292
1293         * lily/beaming-pattern.cc (count_factor_twos): oops. We want
1294         x%2==0.
1295
1296 2006-06-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
1297
1298         * VERSION (PACKAGE_NAME): release 2.9.9
1299
1300         * ly/lilypond-book-preamble.ly: add \version
1301
1302 2006-06-14  Han-Wen Nienhuys  <hanwen@lilypond.org>
1303
1304         * scripts/lilypond-book.py (PREAMBLE_LY): include
1305         lilypond-book-preamble.ly
1306
1307         * lily/stem.cc (get_beaming): return max of 0 and
1308         scm_ilength. Fixes slurring from/to beams.
1309
1310         * ly/lilypond-book-preamble.ly: new file.
1311
1312         * lily/slur.cc: add inspect-index feature.
1313
1314 2006-06-13  Graham Percival  <gpermus@gmail.com>
1315
1316         * Documentation/user/tutorial.itely: trivial fix.
1317
1318 2006-06-13  Erik Sandberg  <mandolaerik@gmail.com>
1319
1320         * lily/parser.yy, scm/ly-syntax-constructors.scm: Produce almost
1321         all non-event music in the parser via MAKE_SYNTAX.
1322
1323         * lily/parser-scheme.cc: Add ly:parser-error function
1324
1325         * scm/paper.scm: fix typo
1326
1327 2006-06-13  Han-Wen Nienhuys  <hanwen@lilypond.org>
1328
1329         * THANKS: add RT.
1330
1331         * lily/font-config.cc (init_fontconfig): add warning if cache_file
1332         is null.
1333
1334         * buildscripts/output-distance.py (test_compare_signatures):
1335         timing routines.
1336         (read_signature_file): use new signature format.
1337
1338         * scm/stencil.scm (write-system-signature): simpler signature
1339         format.
1340
1341         * lily/stem.cc (calc_stem_end_position): calc quantized-positions
1342         for beamed case. 
1343
1344         * lily/note-spacing.cc (stem_dir_correction): don't inspect
1345         stem_end_position, but estimate instead. 
1346
1347         * lily/tuplet-bracket.cc (calc_positions): look at
1348         stem-end-position for tuplet bracket slope. Fixes sloped tuplet
1349         brackets narrower than beams. 
1350
1351         * lily/lexer.ll: set version-seen? even if version is
1352         INVALID. 
1353
1354         * lily/rest.cc (y_offset_callback): bugfix: decide position
1355         override based on scm_is_number(). Fixes \rest on center staff
1356         line. 
1357
1358         * lily/beaming-pattern.cc (best_splitpoint_index): fix beaming
1359         patterns for 16th triplets.
1360
1361 2006-06-10  Graham Percival  <gpermus@gmail.com>
1362
1363         * Documentation/user/ page.itely, global.itely: editing
1364         and reorg.
1365
1366         * Documentation/user/ various: findex -> funindex.
1367
1368 2006-06-10  Erik Sandberg  <mandolaerik@gmail.com>
1369
1370         * lily/time-scaled-music-iterator.cc: Use tupletSpannerDuration to
1371         insert extra tuplet events.
1372
1373 2006-06-10  Graham Percival  <gpermus@gmail.com>
1374
1375         * Documentation/user/programming-interfaces.itely: add
1376         info from NEWS.
1377
1378         * python/convertrules.py: add annotatefoo -> annotate-foo
1379         rules.
1380
1381         * Documentation/user/global.itely: start editing.
1382
1383         * Documentation/user/page.itely: major editing, new spacing
1384         docs.
1385
1386 2006-06-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
1387
1388         * scm/define-markup-commands.scm (wordwrap-markups): use
1389         output-def 'line-width if undefined.
1390
1391         * HACKING: trim outdated info.
1392
1393 2006-06-09  Mats Bengtsson  <mabe@s3.kth.se>
1394
1395         * scm/define-grobs.scm (all-grob-descriptions): Add
1396         line-spanner-interface to all grobs that already have
1397         text-spanner-interface or dynamic-text-spanner-interface
1398
1399         * scm/page.scm: Rename annotate{headers,systems,page}->
1400         annotate-*
1401
1402         * input/regression/page-spacing.ly,
1403         input/regression/page-layout-manual-position.ly: idem
1404
1405 2006-06-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
1406
1407         * lily/line-spanner.cc: cleanup property list.
1408
1409         * scripts/lilypond-book.py (find_toplevel_snippets): don't use
1410         generator expressions (2.3 compat). 
1411
1412 2006-06-09  Mats Bengtsson  <mabe@s3.kth.se>
1413
1414         * lily/vertical-align-engraver.cc: Make sure that the
1415         align{Above,Below}Context properties are included in the automatic
1416         documentation.
1417
1418 2006-06-08  Joe Neeman  <joeneeman@gmail.com>
1419
1420         * scm/paper-system.scm (paper-system-annotate): also annotate the
1421         estimated pure-Y-extent
1422
1423         * scm/define-grobs.scm: add pure-Y-extent and pure-Y-offset functions
1424
1425         * lily/system.cc (break_into_pieces): set the estimated height
1426         of each child system
1427
1428         * lily/stem.cc (pure_height): new pure-Y-extent callback
1429
1430         * lily/staff-symbol-referencer.cc (callback): don't destroy
1431         the staff-position property
1432
1433         * lily/hara-kiri-group-spanner.cc (request_suicide): split
1434         consider_suicide into two functions
1435
1436         * lily/constrained-breaking.cc (resize): use the new pure
1437         callbacks to estimate the height of a system
1438
1439         * lily/axis-group-interface.cc (pure_group_height): new
1440         side-effect-free VerticalAxisGroup height-callback
1441
1442         * lily/align-interface.cc (get_extents_aligned_translates):
1443         split align_elements_to_extents into two functions
1444         (get_pure_child_y_translation): new function
1445
1446         * lily/grob.cc: new functions for pure-Y-extent and pure-Y-offset
1447
1448         * lily/item.cc: new functions pure_is_visible and spanned_rank_iv
1449
1450         * lily/paper-score.cc: cache break_indices and columns
1451
1452         * lily/side-position-interface.cc: new pure-Y-extent callbacks
1453         
1454 2006-06-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
1455
1456         * lily/font-config.cc (init_fontconfig): do the init if
1457         cache_file, but don't look at cache_file.
1458
1459         * input/regression/quote-tie.ly: new file.
1460
1461         * lily/tie-engraver.cc (struct Head_event_tuple): add end_moment_
1462         to Head_event_tuple, so we deal gracefully with ties on
1463         cue-endings.
1464
1465         * lily/pango-font.cc (pango_item_string_stencil): type correctness
1466         for FcChar8*
1467
1468 2006-06-08  Graham Percival  <gpermus@gmail.com>
1469
1470         * input/test/ smart-transpose.ly, reverse-music.ly:
1471         \applyMusic to music functions update, thanks Michael!
1472
1473 2006-06-07  Graham Percival  <gpermus@gmail.com>
1474
1475         * input/test/ add-staccato.ly, add-text-script.ly,
1476         unfold-all-repeats.ly, music-box.ly: \applyMusic to
1477         music functions update, thanks to Michael Meixner.
1478
1479         * Documentation/user/music-glossary.tely: small fix
1480         from Francisco.
1481
1482         * Documentation/user/ various: minor additions from mailist.
1483
1484         * Documentation/user/lilypond.tely, basic-notation.itely:
1485         small test of @funindex.  (works here)
1486
1487         * input/test/font-table.ly: reduce size to partially
1488         de-ugly version in manual.
1489
1490         * Documentation/user/page.itely: new file (split former
1491         "global issues" into "page settings" and "non-musical
1492         output".
1493
1494         * Documentation/user/ various: fix @ref{}s to match
1495         new chapter names (above).
1496
1497 2006-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1498
1499         * SConstruct (LILYPONDPREFIX): Bootstrap fix.
1500
1501 2006-06-06  Graham Percival  <gpermus@gmail.com>
1502
1503         * Documentation/user/advanced-notation.itely: add example
1504         for segno/coda on barline.
1505
1506         * tex/texinfo.tex: merge from upstream.
1507
1508 2006-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1509
1510         * scripts/lilypond-book.py (process_snippets): Argument fix.
1511
1512         * SConstruct:
1513         * buildscripts/builder.py:
1514         * lily/SConscript: 
1515         * mf/SConscript: 
1516         * Documentation/user/SConscript:  More SCons fixes.
1517
1518 2006-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1519
1520         * lily/font-config.cc (init_fontconfig): Only initialize if
1521         global cache_file is found.
1522
1523 2006-06-06  Erik Sandberg  <mandolaerik@gmail.com>
1524
1525         * ly/music-functions-init.ly: Updated \overrideProperty to use the
1526         new \applyOutput.
1527
1528 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
1529
1530         * VERSION (PACKAGE_NAME): release 2.9.8
1531
1532         * lily/ledger-line-engraver.cc (stop_translation_timestep): new
1533         function. Delay ledger modifying ledgered grobs to
1534         stop_translation_timestep(), to ensure that we're ledgering
1535         according to the new spanner.
1536         (acknowledge_staff_symbol): don't check for non-NULL
1537         staff_sym->get_bound()
1538
1539         * lily/staff-symbol-engraver.cc (start_spanner): set left bound on
1540         creation.
1541
1542         * Documentation/pictures/GNUmakefile (XPM_FILES): src-wildcard for
1543         pictures too.
1544
1545         * GNUmakefile.in (dist-toplevel-txt-files): dist aclocal.m4
1546         directly from srcdir/stepmake/aclocal.m4
1547         
1548         * Documentation/misc/GNUmakefile (TEXTS): use src-wildcard for
1549         disting MISC files.
1550
1551         * lily/simple-spacer.cc (get_column_desc): desc -> description.
1552
1553 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
1554
1555         * lily/simple-spacer.cc (get_line_configuration): add
1556         keep-inside-line rods
1557         (struct Column_desc): add constructor
1558         (struct Rod_desc): add constructor
1559         (get_line_forces): check for forced page breaks here too
1560
1561         * lily/instrument-name-engraver.cc (acknowledge_axis_group): prevent
1562         support/elements cycles between InstrumentNames and AxisGroups
1563
1564 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
1565
1566         * config.make.in (METAFONT): remove MAKEINFO_VERSION
1567
1568         * stepmake/stepmake/topdocs-targets.make (make-txt-files): define
1569         make-txt-files target.
1570
1571         * stepmake/stepmake/toplevel-targets.make (do-top-doc): use
1572         make-txt-files target.
1573
1574         * configure.in (LINK_GXX_STATICALLY): $srcdir for readlink.py
1575
1576         * stepmake/stepmake/generic-vars.make (distdir): create dist in
1577         top-build-dir.
1578
1579 2006-06-06  Jürgen Reuter  <reuter@ipd.uka.de>
1580
1581         * Documentation/user/instrument-notation.itely,
1582         input/regression/breathing-sign-ancient.ly,
1583         input/test/divisiones.ly: Removed redundant property settings for
1584         vaticana contexts.
1585
1586         * ly/gregorian-init.ly: Rewrote \versus and \responsum in order to
1587         fix lyrics alignment problems.  They are implemented now as scheme
1588         functions that add the appropriate unicode char to the first lyric
1589         event rather than adding a separate lyric event.  Minor edit of
1590         comments.
1591
1592 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
1593
1594         * GNUmakefile.in (dist-toplevel-txt-files): new target. Don't
1595         pollute src dir with built .txt files, but install directly from
1596         Documentation/topdocs/out/
1597
1598         * buildscripts/output-distance.py
1599         (ComparisonData.create_html_result_page): put version/directories
1600         in table header.
1601
1602         * Documentation/topdocs/NEWS.tely (Top): document spacing section
1603         feature.
1604
1605         * configure.in (LINK_GXX_STATICALLY): use readlink.py to resolve links.
1606         Patch by Karl Hammar
1607         
1608         * buildscripts/readlink.py: add  file.
1609         Patch by Karl Hammar
1610
1611 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
1612
1613         * lily/tuplet-number.cc (print): prevent stencil from being
1614         garbage collected.
1615
1616 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
1617
1618         * scm/stencil.scm (write-system-signature): explicitly 
1619         -well, superfluously- close output port.
1620
1621         * buildscripts/output-distance.py (main): oops. Add extra argument.
1622
1623 2006-06-05  Graham Percival  <gpermus@gmail.com>
1624
1625         * Documentation/user/music-glossary.tely: clarified example
1626         from Francisco Vila, thanks!
1627
1628 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
1629
1630         * input/regression/spacing-section.ly: new file.
1631
1632         * lily/input.cc (programming_error): new function.
1633
1634         * lily/spacing-engraver.cc (try_music): new function. Accept
1635         spacing-section-event
1636
1637         * lily/spacing-spanner.cc (set_springs): take slices of all
1638         columns for spacing.
1639
1640         * lily/include/paper-column.hh (class Paper_column): add
1641         Paper_column::compare.
1642
1643         * ly/spanners-init.ly (newSpacingSection): add newSpacingSection.
1644
1645         * scm/define-music-types.scm (music-descriptions): add
1646         SpacingSectionEvent
1647
1648         * lily/music-iterator.cc (report_event): use programming_error for
1649         sending non-event error.
1650
1651         * lily/input.cc (programming_error): new function
1652
1653         * buildscripts/output-distance.py (main): use compare-XXX for
1654         compare files.
1655         (main): --threshold option, default at 0.30
1656
1657         * output-distance.py (main): add --threshold option.
1658
1659 2006-06-04  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1660
1661         * scm/paper-system.scm (paper-system-annotate): fix problem when
1662         annotating an empty system
1663
1664 2006-06-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
1665
1666         * GNUmakefile.in: reinstate old web tar/copying.
1667
1668 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
1669
1670         * lily/lyric-combine-music-iterator.cc (find_voice): return 0 if
1671         nothing changes. (Erik S) 
1672
1673         * lily/percent-repeat-iterator.cc (get_music_list): fix repeat
1674         count. (Erik S)
1675
1676 2006-05-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1677
1678         * scm/define-markup-commands.scm (whiteout): do not force
1679         foreground color of argument markup to black.
1680
1681         * scm/stencil.scm (annotate-y-interval): put arrow dimension at
1682         the left of the arrow, instead of below the arrow name, so that,
1683         when two little arrows are vertically stacked, their dimensions
1684         and name should not overlap. Add a color key parameter.
1685
1686         * scm/paper-system.scm (paper-system-annotate): Annotate
1687         next-space+next-padding instead of next-space. Annotate space
1688         between next-padding and next-space+padding, respectively, and
1689         following system extent and refpoint-Y-extent. Use colors.
1690
1691         * scm/page.scm (annotate-page): translate annotations slightly to
1692         the right.
1693
1694 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
1695
1696         * lily/figured-bass-position-engraver.cc (acknowledge_end_slur):
1697         fix for x-staff slurs. Thanks Joe!
1698
1699         * buildscripts/output-distance.py
1700         (SystemLink.output_expression_change_count): keep track of changed
1701         details, and dump in details html page.
1702  
1703         * input/regression/figured-bass-staff.ly: add note about setting
1704         properties in Staff context.
1705
1706         * lily/figured-bass-position-engraver.cc (acknowledge_slur):
1707         add slurs and ties to support too.
1708
1709         * buildscripts/output-distance.py (main): set dest_dir
1710         argument. Add --max-count option.
1711
1712 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
1713
1714         * ly/gregorian-init.ly: Converted to utf-8.  Added memorable
1715         shortcuts for special unicode chars that are useful in chant
1716         notation.  Revised exisiting and added new comments.
1717
1718 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
1719
1720         * make/mutopia-rules.make: remove duplicate recipe.
1721
1722 2006-06-02  Werner Lemberg  <wl@gnu.org>
1723
1724         * tex/texinfo.cnf: Fix typo (\euro -> \minus).
1725         Add support for U+0132 (IJ) and U+0133 (ij).
1726
1727 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
1728
1729         * buildscripts/output-distance.py (FileLink): new class. collect
1730         info systems from one .ly file. 
1731         (FileLink.link_files_for_html): further tweaks.
1732
1733 2006-06-02  Graham Percival  <gpermus@gmail.com>
1734
1735         * tex/texinfo.tex: partial fix for @funindex.
1736
1737         * Documentation/user/macros.tely: uncomment @funindex (doesn't
1738         break anything).
1739
1740 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
1741
1742         * make/mutopia-vars.make (ly_examples): replace .ly.txt with .ly
1743
1744         * tex/texinfo.tex (sectionheading, q.v.): call \quoteexpand for
1745         @example too. Backportme.
1746
1747 2006-06-02  Graham Percival  <gpermus@gmail.com>
1748
1749         * tex/texinfo.cnf: added UTF-8 support for texinfo; patch
1750         from Werner Lemberg.
1751
1752 2006-06-02  Paco (Francisco Vila)  <fravd@ya.com>
1753
1754         * Documentation/user/music-glossary.tely: additional spanish
1755         updates and a lyrics fix in an example.
1756
1757 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
1758
1759         * scm/define-grob-properties.scm: Previous patch contained
1760         spurious line from another patch not yet committed.  Fixed.
1761
1762         * scm/define-grob-properties.scm: Add missing doc strings for
1763         ancient notation.
1764
1765 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
1766
1767         * buildscripts/output-distance.py
1768         (ComparisonData.write_text_result_page): separate the scores, sort
1769         by geo_score.
1770
1771         * scm/framework-eps.scm (output-classic-framework): start at 1 for
1772         system signatures.
1773
1774         * buildscripts/output-distance.py (me_path): use argv[0] for
1775         sys.path extension
1776         (ComparisonData.img_cell): use colored borders.
1777
1778         * scm/stencil.scm (write-system-signature): escape newlines too.
1779         (write-system-signature): use (1,-1) interval for empty interval
1780
1781 2006-01-01  Graham Percival  <gpermus@gmail.com>
1782
1783         * Documentation/user/music-glossary.tely: Spanish updates
1784         from Francisco Vila.
1785
1786         * Documentation/user/lilypond-book.itely: addition from
1787         Vaclav Smilauer.
1788
1789         * Documentation/user/ various: edits, small additions
1790         from mailist, etc.
1791
1792 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1793
1794         * GNUmakefile.in (tree-lib-prefix-current):
1795         (tree-share-prefix-current): Use version number in tree, add
1796         `current' symlinks.
1797
1798 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
1799
1800         * GNUmakefile.in: write VERSION, again.
1801
1802         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
1803         $(outdir)/%.ly $(outdir)/%.ps): dump sigs for normal files too.
1804
1805         * stepmake/aclocal.m4: robuster version detection.
1806
1807         * buildscripts/output-distance.py
1808         (ComparisonData.create_html_result_page): copy only if file
1809         exists, fixup src paths.
1810
1811         * stepmake/bin/add-html-footer.py (built): junk gulp_file()
1812
1813 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1814
1815         * stepmake/aclocal.m4: Robustification for (gcc) version detection.
1816         Another datarootdir reto.
1817
1818         * cygwin/postinstall-lilypond.sh: Do not fail if info docs aren't
1819         available.  This should be moved to postinstall-lilypond-doc.
1820
1821 2006-05-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
1822
1823         * GNUmakefile.in: simplify local-WWW-post. 
1824         remove -type l from find.
1825
1826         * buildscripts/output-distance.py (ComparisonData.compare_trees):
1827         fixes. Don't follow symlinks.
1828         (ComparisonData.create_html_result_page): remove previous results.
1829         insert ../python in path.
1830
1831         * scripts/lilypond-book.py (PREAMBLE_LY): spacing fixes.
1832
1833 2006-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1834
1835         * config.make.in (datadir): Add datarootdir to silence autoconf.
1836
1837         * stepmake/aclocal.m4: Update for autoconf-2.59d.
1838
1839 2006-05-31  Erlend Aasland  <erlenda@gmail.com>
1840
1841         * dynamic-engraver.cc: fix bug (dynamics collide with accidentals)
1842
1843         * scm/output-ps.scm (repeat-slash): fix a bug that made repeat
1844         slash beams too wide.
1845
1846 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
1847
1848         * VERSION: release 2.9.7
1849         
1850 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1851
1852         * lily/relocate.cc (read_relocation_dir): Do not blindly
1853         dereference DIR.
1854
1855 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
1856
1857         * lily/parser.yy: replace THIS by PARSER
1858
1859         * Documentation/index.html.in: add link to test-results.html page.
1860
1861         * Documentation/topdocs/NEWS.tely (Top): update NEWS entry.
1862
1863         * scm/translation-functions.scm (format-bass-figure): translate
1864         digits over 10 to the left
1865
1866         * scm/define-markup-commands.scm (translate-scaled): new markup.
1867
1868         * mf/feta-nummer-code.mf (code): overshoot the topright tip of the
1869         7 glyph. 
1870
1871         * ly/engraver-init.ly: add Figured_bass_engraver
1872
1873         * lily/engraver-group.cc (acknowledge_grobs): use start/stop drul.
1874
1875         * lily/figured-bass-engraver.cc (clear_spanners): use everywhere.
1876
1877         * lily/score-engraver.cc (announce_grob): only note START announces.
1878
1879         * lily/include/engraver-group.hh (Translator_group):
1880         acknowledge_hash_table_ is now drul.
1881
1882         * lily/engraver.cc (announce_end_grob): new method.
1883
1884         * lily/include/grob-info.hh (class Grob_info): add start_end_ member.
1885
1886         * lily/translator-dispatch-list.cc (create): take start_end argument.
1887
1888         * lily/include/translator.hh (TRANSLATOR_DECLARATIONS): change
1889         acknowledge_static_array_ to drul
1890
1891         * lily/include/translator.icc (ADD_END_ACKNOWLEDGER): new macro.
1892
1893         * scm/define-grob-interfaces.scm
1894         (bass-figure-alignment-interface): add bass-figure-alignment-interface
1895
1896         * scm/define-grobs.scm (all-grob-descriptions): add
1897         BassFigureAlignmentPositioning
1898
1899         * ly/Welcome-to-LilyPond-MacOS.ly: include in LilyPond, so version
1900         number stays up to date. Backportme.
1901
1902 2006-05-30  Mats Bengtsson  <mabe@s3.kth.se>
1903
1904         * Documentation/user/basic-notation.itely (Bar lines): Document
1905         the "||:" bar type. 
1906
1907 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1908
1909         * buildscripts/builder.py: Remove --ly option/target from mf-to-table.
1910
1911         * scripts/lilypond-book.py: Bugfix: do not blindly attempt
1912         .../current hack if LILYPONDPREFIX is fine.  Fixes `scons doc'
1913         build.
1914
1915         * Resurrect `scons lily' build.
1916
1917         * SConstruct (symlink_tree): Bugfix: link
1918         music-drawing-routines.ps to file iso directory.
1919
1920         * lily/SConscript: Remove kpath-guile from LIBS.
1921
1922         * SConstruct (libdir_package_version): Typo.
1923         (configure): Comment-out fontforge for lack of fontforge.pc .
1924         Also add libdir* to environment.
1925
1926 2006-05-30  Graham Percival  <gpermus@gmail.com>
1927
1928         * Documentation/user/ various: minor additions from mailist and
1929         editing.
1930
1931 2006-05-30  Paco <fravd@ya.com>
1932
1933         * Documentation/user/music-glossary.tely: numerous corrections and
1934         some new translations.
1935
1936 2006-05-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
1937
1938         * BackportmeStart.
1939         
1940         * buildscripts/output-distance.py
1941         (ComparisonData.create_html_result_page): new routine: summarise
1942         results in HTML page with images. 
1943         (ComparisonData.create_text_result_page): create summary text files too.
1944
1945         * GNUmakefile.in (web-ext): package .signature files too. They
1946         compress well. 
1947
1948         * scm/stencil.scm (write-system-signature): typo.
1949
1950         * GNUmakefile.in: create web-root/VERSION to help upload scripts.
1951
1952         * scm/stencil.scm (write-system-signature): better escaping.
1953         only write signature for music systems, not for markup systems.
1954
1955         * scm/framework-ps.scm (output-framework): dump-signatures support
1956         for plain output.
1957
1958         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): add -ddump-signatures.
1959
1960         * scm/framework-ps.scm (write-preamble): redefine mark_URI to nop
1961         for -dno-point-and-click
1962
1963         * lily/grob.cc (get_print_stencil): don't read
1964         point_and_click_global to determine whether to set grob-cause.
1965
1966 2006-05-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
1967
1968         * buildscripts/output-distance.py (main): new function.
1969         (ComparisonData): new class.
1970
1971         * lily/ledger-line-engraver.cc (acknowledge_staff_symbol): be more
1972         careful with generating new LedgerLineSpanners.
1973
1974         * lily/ledger-line-spanner.cc (set_spacing_rods): suicide if no staff.
1975
1976         * ly/engraver-init.ly: remove Ledger_line_engraver from Voice
1977         context. This fixes double ledger lines in output. 
1978
1979         * lily/system.cc (get_paper_system): remove 3 layer limit.
1980
1981         * buildscripts/output-distance.py (SystemLink.distance): new
1982         file. Compare signatures.
1983
1984         * python/safeeval.py (SafeEval.visitUnarySub): new file.
1985
1986         * lily/grob-array.cc (remove_duplicates): rename from
1987         uniq(). Sort before calling uniq() so it actually works.
1988
1989 2006-05-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
1990
1991         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): strip
1992         \version from lilypond file snippet.
1993         (Lilypond_file_snippet.ly): oops. typo.
1994         (find_toplevel_snippets): urgh. again.
1995
1996         * lily/system.cc (get_paper_systems): uniq all_elements_ , to
1997         prevent duplicated broken items in output.
1998
1999         * scm/framework-eps.scm (output-classic-framework): only dump if
2000         dump-signatures is set.
2001
2002         * scm/lily.scm (define-scheme-options): add dump-signatures option.
2003
2004         * scm/stencil.scm (write-system-signature): new routine: write
2005         python parseable signature of a separate paper system.
2006         BackportmeEnd.
2007         
2008 2006-05-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
2009
2010         * lily/stanza-number-engraver.cc (process_music): use is_markup()
2011         iso is_string().
2012         include header.
2013
2014 2006-05-25  Erik Sandberg  <mandolaerik@gmail.com>
2015
2016         * translator-group.cc: send music events to engravers in
2017         non-bottom contexts.
2018
2019         * tuplet-engraver.cc: process tuplet brackets in correct order.
2020
2021 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
2022
2023         * stepmake/aclocal.m4: STEPMAKE_PYTHON(): clear cached value since
2024         arg 2 might point us to a new binary (patch by Karl Hammar)
2025         
2026 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
2027
2028         * VERSION (PACKAGE_NAME): release 2.9.6
2029
2030         * Documentation/topdocs/NEWS.tely (Top): trim explanation. 
2031
2032         * Documentation/user/*.itely: 2nd
2033         attempt: replace funindex -> findex globally.
2034
2035 2006-05-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2036
2037         * input/no-notation/display-lily-tests.ly: fix \applyOutput
2038         test. Add \break, \pageBreak, \pageTurn, etc, tests.
2039
2040         * scm/define-music-display-methods.scm: display methods for
2041         breaks. Fix \applyOutput.
2042
2043 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
2044
2045         * Documentation/user/macros.itexi: comment out funindex expansion. 
2046
2047         * Documentation/user/music-glossary.tely: junk \oldaddlyrics
2048         everywhere.
2049
2050         * GNUmakefile.in: fix wildcarding for scrips/out/ links. Thanks
2051         Karl Hammar. Backportme.
2052  
2053         * Documentation/user/advanced-notation.itely (Balloon help): idem.
2054
2055         * Documentation/user/changing-defaults.itely (Creating contexts): idem.
2056
2057         * Documentation/user/programming-interface.itely (Running a
2058         function on all layout objects): idem.
2059
2060         * Documentation/user/introduction.itely (Automated engraving):
2061         update \applyOutput syntax
2062
2063         * lily/lyric-combine-music-iterator.cc (start_new_syllable):
2064         remove debugging hook.
2065
2066         * configure.in (LINK_GXX_STATICALLY): use "" to allow $
2067         expansion. 
2068
2069         * Documentation/user/GNUmakefile (TEXI2DVI_FLAGS): add -E.
2070
2071         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
2072         TEXI2DVI_FLAGS to texi2dvi invocation. 
2073
2074 2006-05-24  Erik Sandberg  <mandolaerik@gmail.com>
2075
2076         * lily/chord-tremolo-*.cc: Reworked how \repeat "tremolo"
2077         works. More work is done by iterator now, and engraver has been
2078         very much simplified.
2079
2080         * lily/translator-group.cc: try_music is now invoked through a
2081         listener
2082
2083         * lily/*-iterator.cc: Massive cleanups. Junked
2084         try_music_in_children globally. Renamed try_music to report_event,
2085         and made that method descend to a bottom context automatically.
2086
2087         * lily/event-iterator.cc: New file.
2088
2089         * lily/output-property-iterator.cc,
2090         lily/old-lyric-combine-music-iterator.cc: Removed.
2091
2092         * python/convert-rules.py: Modified the syntax for \applyOutput.
2093
2094 2006-05-23  Graham Percival  <gpermus@gmail.com>
2095
2096         * stepmake/stepmake/texinfo-rules.make: added -E, allows pdf doc
2097         creation.
2098
2099         * Documentation/user/ various: stuff that might have helped
2100         to fix the pdf creation, plus some minor doc additions.
2101
2102         * Documentation/user/changing-defaults.itely: remove @b from
2103         @b{ @internasref{foo}}; this breaks texi2dvi -E.
2104
2105 2006-05-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
2106
2107         * lily/beaming-pattern.cc (beamify): deal with negative start
2108         moments for beaming patterns.
2109
2110 2006-05-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
2111
2112         * lily/beaming-info.cc (beamify): new function: read beatLength
2113         and beatGrouping from context. 
2114
2115         * input/regression/beam-beat-grouping.ly (Module): new file.
2116
2117         * input/regression/beam-unconnected-beamlets.ly (Module): new file.
2118
2119         * lily/beam.cc (get_beam_segments): generate events for
2120         max_connect_ case too.
2121         (get_beam_segments): read Stem::max-beam-connect.
2122
2123         * input/regression/beam-single-stem.ly: new file.
2124
2125         * lily/stem.cc (set_beaming): use #f as signaling value for
2126         beamcount 0.
2127
2128         * lily/beam-engraver.cc (typeset_beam): set right bound if unset.
2129
2130         * lily/beam.cc (set_beaming): read clip-edges property.
2131         (calc_direction): don't suicide for single stem.
2132
2133         * lily/beaming-info.cc (best_splitpoint_index): take bool*
2134         argument, remove 1<<15 hack. Remove clip_edges() 
2135
2136         * lily/hairpin.cc (print): only do padding for nonmusical bounds
2137
2138 2006-05-21  Graham Percival  <gpermus@gmail.com>
2139
2140         * Documentation/user/basic-notation.itely: reorg.
2141
2142         * Documentation/user/ various: minor fixes.
2143
2144 2006-05-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
2145
2146         * lily/stencil-expression.cc (register_stencil_head): opps, append
2147         to cdr of static SCM object.
2148
2149 2006-05-19  Graham Percival  <gpermus@gmail.com>
2150
2151         * Documentation/user/README.txt, lilypond.tely, macros.itexi:
2152         update framework for command index.  DOC WRITERS: use @funindex
2153         instead of @cindex @code{}.
2154
2155         * Documentation/user/ various: replace @cindex @code{} => @funindex
2156
2157 2006-05-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
2158
2159         * lily/beam.cc (set_stem_lengths): trigger 'beaming callback, in
2160         case positions is set manually. 
2161
2162 2006-05-18  Erik Sandberg  <mandolaerik@gmail.com>
2163         
2164         * scm/ly-syntax-constructors.scm: New file. Converted a few syntax
2165         rules to Scheme.
2166
2167 2006-05-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
2168
2169         * Documentation/user/changing-defaults.itely (Contexts explained):
2170         use absolute dimension for @image.
2171
2172         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): generate PNG
2173         out image for illustration too.
2174         ($(outdir)/%.png): add more png <-> eps rules. 
2175
2176 2006-05-17  Graham Percival  <gpermus@gmail.com>
2177
2178         * Documentation/user/ various: remove trailing whitespace, cosmetic
2179         change to reduce changes produced by diff.
2180
2181 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
2182
2183         * lily/main.cc (do_chroot_jail): correctness tweak.
2184
2185         * python/lilylib.py (system): import subprocess in system () only.
2186
2187         * scripts/*.py: use TARGET_PYTHON iso PYTHON. Backportme.
2188
2189         * make/substitute.make (ATVARIABLES): add TARGET_PYTHON as subst
2190         variable. Backportme.
2191
2192 2006-05-17  Erik Sandberg  <mandolaerik@gmail.com>
2193         
2194         * lily/parser.yy: Change all syntax rules of type Music to SCM type
2195
2196 2006-05-17  Werner Lemberg  <wl@gnu.org>
2197
2198         * lily/lexer.ll (init_signature_has_table): Add
2199         `scm-scm-music-music'.
2200
2201         * lily/parser.yy (MUSIC_FUNCTION_SCM_SCM_MUSIC_MUSIC): New token.
2202         (Generic_prefix_music_scm): Add rule for it.
2203
2204         * lily/quote-iterator.cc (Quote_iterator::process): Handle
2205         `quoted-transposition' property.
2206
2207         * ly/music-functions-init.ly (transposedCueDuring): New function.
2208
2209         * scm/define-music-properties.scm (all-music-properties): Updated.
2210
2211         * Documenation/topdocs/NEWS.itely: Document it.
2212
2213 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
2214
2215         * python/lilylib.py (system): move import subprocess to system()
2216         definition. 
2217
2218         * python/convertrules.py (conv): fix convert-ly rules for 2.9.4
2219
2220         * VERSION (PATCH_LEVEL): release 2.9.5
2221         
2222         * Documentation/topdocs/INSTALL.texi (Top): update versions and
2223         build instructions. 
2224
2225         * ly/engraver-init.ly: switch on hairpinToBarline by default.
2226
2227 2006-05-16  Graham Percival  <gpermus@gmail.com>
2228
2229         * Documentation/user/basic-notation.itely: editing from Dave, thanks!
2230
2231         * Documentation/user/ various: minor fixes.
2232
2233 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
2234
2235         * Documentation/topdocs/NEWS.tely (Top): add hairpinToBarline feature.
2236
2237 2006-05-16  Mats Bengtsson  <mabe@s3.kth.se>
2238
2239         * Documentation/user/advanced-notation.itely (Instrument names):
2240         Modified obsolete instruction on how to move instrument names away
2241         from the staves. Hmm, at second thought the bug probably has been
2242         solved, so the full bug description should probably be removed.
2243
2244 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
2245
2246         * lily/dynamic-engraver.cc (typeset_all): hang ending on
2247         currentCommandColumn. 
2248
2249         * lily/hairpin.cc (print): also add padding for non-neighbor
2250         hairpin bounds.
2251
2252         * scm/define-context-properties.scm
2253         (all-user-translation-properties): add hairpinToBarline
2254
2255         * input/regression/hairpin-to-barline.ly: new file.
2256
2257         * lily/context.cc (internal_send_stream_event): thinko fix.
2258
2259         * lily/tie.cc (set_default_control_points): robustness fix.
2260
2261         * python/musicxml.py (Part.interpret): don't complain about
2262         incomplete measures.
2263
2264         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): only add
2265         new music if last_event_chord() returned None.
2266
2267         * python/musicxml.py (Part.interpret): skip back over chord notes.
2268
2269 2006-05-16  Erik Sandberg  <mandolaerik@gmail.com>
2270         
2271         * lily/percent-repeat-engraver.cc, lily/parser.yy,
2272         lily/define-music-types.cc, lily/percent-repeat-iterator.cc,
2273         lily/slash-repeat-engraver.cc,
2274         lily/include/percent-repeat-iterator.hh: Rework percent repeats:
2275         iterator sends PercentEvents
2276
2277         * lily/time-scaled-music-iterator.cc, lily/tuplet-engraver.cc:
2278         rework tuplets: send start/stop events to engraver
2279
2280         * lily/context.cc, lily/music.cc, lily/context-scheme.cc: Add
2281         dispatchers event-source and events-below to Context
2282         
2283 2006-05-15  Graham Percival  <gpermus@gmail.com>
2284
2285         * Documentation/user/README.txt: update info for doc writers.
2286
2287         * Documentation/user/programming-interface.itely: integrate
2288         Nicolas' fixes for chapter rewrite.
2289
2290         * Documentation/user/ various: minor fixes.
2291
2292 2006-05-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
2293
2294         * lily/clef-engraver.cc: cleanup.
2295
2296         * Documentation/user/GNUmakefile: dist context-example.eps too.
2297
2298         * lily/key-engraver.cc (create_key): use
2299         explicitKeySignatureVisibility for cancellation too. 
2300
2301         * lily/font-config.cc (init_fontconfig): don't close file if
2302         f==NULL. 
2303
2304 2006-05-15  Erlend Aasland  <erlenda@gmail.com>
2305
2306         * Documentation/topdocs/NEWS.tely: niente and rotation news
2307
2308 2006-05-14  Erlend Aasland  <erlenda@gmail.com>
2309
2310         * lily/include/stencil.hh
2311         * lily/stencil.cc (rotate): new function. Makes it possible
2312         to rotate a stencil around a given offset.
2313
2314         * lily/grob.cc (get_print_stencil): add rotation support
2315
2316         * lily/stencil-interpret.cc (interpret_stencil_expression):
2317         add rotation support
2318
2319         * lily/stencil-scheme.cc (ly:stencil-rotate): new function
2320
2321         * scm/define-grob-properties.scm: add 'rotation property
2322
2323         * scm/define-markup-commands.scm: add rotate markup command
2324         
2325         * scm/output-ps.scm: add rotation support in PostScript backend
2326
2327         * scm/output-svg.scm: add rotation support in SVG backend
2328
2329 2006-05-13  Graham Percival  <gpermus@gmail.com>
2330
2331         * Documentation/user/music-glossary.itely: French correction.
2332
2333         * Documentation/user/programming-interface.itely: major
2334         new docs, some reorg, some info from Nicolas.
2335
2336         * Documentation/user/ various: small fixes.
2337
2338 2006-05-12  Mats Bengtsson  <mabe@s3.kth.se>
2339
2340         * Documentation/user/programming-interface.itely (Markup
2341         programmer interface): Remove duplicate text.
2342
2343 2006-05-12  Graham Percival  <gpermus@gmail.com>
2344
2345         * Documentation/user/context-example.eps: new file.
2346
2347         * Documentation/user/changing-defaults.itely: set up file to
2348         use eps image.
2349
2350         * Documentation/user/programming-interface.itely: changes
2351         from mailist.
2352
2353 2006-05-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
2354
2355         * configure.in (LINK_GXX_STATICALLY): python 2.4 req.
2356
2357 2006-05-11  Graham Percival  <gpermus@gmail.com>
2358
2359         * Documentation/user/programming-interface.itely: first round of
2360         editing and merging emails from Nicolas.
2361
2362         * Documentation/user/scheme-tutorial: minor edit.
2363
2364 2006-05-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
2365
2366         * python/musicxml.py (Xml_node.__init__): _attribute_dict stores
2367         XML attributes.
2368         (Xml_node.message): use it.
2369
2370         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): 
2371         oops. Add duration argument.
2372
2373 2006-05-10  Joe Neeman  <joeneeman@gmail.com>
2374
2375         * lily/paper-column-engraver.cc (make_columns):
2376         * scm/define-grobs.scm: Revert my previous change and set the default
2377         in define-grobs.scm instead.
2378
2379 2006-05-09  Graham Percival  <gpermus@gmail.com>
2380         
2381         * Documentation/user/changing-defaults.itely: general editing,
2382         info about \set and \override.
2383
2384         * Documentation/user/tweaking.itely, advanced-notation.itely:
2385         fixes from Dave Luttinen, thanks!
2386
2387 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
2388
2389         * lily/paper-column-engraver.cc (make_columns): By default, a column
2390         needs to be breakable.
2391
2392 2006-05-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
2393
2394         * scripts/musicxml2ly.py (musicxml_clef_to_lily): use new
2395         Attributes methods
2396         (musicxml_time_to_lily): idem
2397         (musicxml_key_to_lily): idem
2398         (instrument_drumtype_dict): dict for supported drumtypes.
2399         (LilyPondVoiceBuilder.__init__): new class: sanely keep track of
2400         moments and pending mm rests
2401         (musicxml_voice_to_lily_voice): rewrite to use LilyPondVoiceBuilder
2402         (musicxml_voice_to_lily_voice): strip KeyChangeEvents for drums.
2403         (musicxml_voice_to_lily_voice): add mode change.
2404         (option_parser): lxml.etree (http://codespeak.net/lxml/) for more
2405         speed and less memory usage (factor 5 to 10).
2406         (convert): write -defs.ly  and driver file separately so people
2407         can script their own part extraction.
2408
2409         * python/musicxml.py (minidom_demarshal_node): new function:
2410         separate minidom handling.
2411         (lxml_demarshal_node): new function: support lxml.etree too.
2412         (Xml_node.message): new function: verbose error message, with XML
2413         path to offending node.
2414         (Attributes.get_measure_length): sane interface to MusicXML attributes.
2415         (Part_list.generate_id_instrument_dict): new method: collect
2416         instrument names, to be able to set drum_type.
2417         (Part.interpret): handle underfull measures
2418         (Part.interpret): assign instrument names.
2419
2420         * python/musicexp.py (Output_printer.close): new method
2421         (MusicWrapper.print_ly): new class: support other modes,
2422         eg. \drummode
2423         (BarCheck.print_ly): new class. Support bar checks, with comments
2424         and fancy barchecks. 
2425         (NoteEvent.__init__): also set drum_type for drum notes.
2426         (MultiMeasureRest.lisp_expression): dump mm rests.
2427
2428         * lily/paper-column-engraver.cc (stop_translation_timestep): set
2429         line-break-permission if forbidBreak is not set.
2430
2431 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
2432
2433         * scm/define-context-properties.scm:
2434         * scm/define-grob-properties.scm:
2435         * scm/define-grobs.scm:
2436         * scm/define-music-display-methods.scm:
2437         * scm/define-music-properties.scm:
2438         * scm/define-music-types.scm:
2439         * scm/music-functions.scm:
2440         * ly/declarations-init.ly:
2441         * lily/include/constrained-breaking.hh:
2442         * lily/system.cc:
2443         * lily/spaceable-grob.cc:
2444         * lily/simple-spacer.cc:
2445         * lily/paper-score.cc:
2446         * lily/paper-column.cc:
2447         * lily/paper-column-engraver.cc:
2448         * lily/item.cc:
2449         * lily/gourlay-breaking.cc:
2450         * lily/constrained-breaking.cc:
2451         * python/convertrules.py:
2452         Change "penalty", "page-penalty" and "breakable" to "line-break-penalty",
2453         "page-break-penalty" and "line-break-permission".
2454         Add "page-break-permission", "page-turn-permission" and "page-turn-penalty".
2455         Replace BreakEvent with LineBreakEvent, PageBreakEvent and PageTurnEvent.
2456
2457         * lily/bar-engraver.cc:
2458         * lily/beam-engraver.cc:
2459         * lily/forbid-break-engraver.cc:
2460         * lily/ligature-engraver.cc:
2461         * lily/paper-column-engraver.cc:
2462         * lily/percent-repeat-engraver.cc:
2463         * lily/score-engraver.cc:
2464         * lily/score-engraver.hh:
2465         * lily/paper-column-engraver.hh:
2466         Inter-engraver communication regarding line breaks is done through context
2467         properties (Score.forbidBreak) instead of function calls.
2468
2469 2006-05-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
2470
2471         * VERSION (PACKAGE_NAME): release 2.9.4
2472
2473 2006-05-08  Graham Percival  <gpermus@gmail.com>
2474
2475         * Documentation/user/working.itely: proofreading from Dave
2476         Luttinen, thanks.
2477
2478         * Doucmentation/user/README.txt: updated with manual style info.
2479
2480         * Documentation/user/ various: trim linewidth to 78 chars.
2481
2482 2006-05-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
2483
2484         * scm/define-grob-properties.scm (all-internal-grob-properties):
2485         remove chord-tremolo property.
2486
2487         * lily/beam.cc (get_beam_segments): don't use stem position as
2488         base for broken ends.
2489
2490 2006-05-06  Graham Percival  <gpermus@gmail.com>
2491
2492         * Documentation/user/putting.itely: proofreading from Dave
2493         Luttinen, thanks!
2494
2495         * Documentation/user/ various: more reorg and clarifications.
2496
2497 2006-05-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
2498
2499         * scm/lily.scm (TEX_STRING_HASHLIMIT): move from framework-texstr.scm.
2500
2501         * ly/music-functions-init.ly: new function featherDurations
2502
2503         * lily/beam.cc: read grow-direction for feathered beaming.
2504
2505         * Documentation/topdocs/NEWS.tely (Top): typo.
2506
2507 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
2508
2509         * lily/include/beam.hh (struct Beam_stem_segment): add gapped_ for
2510         tremolo beams.
2511
2512 2006-05-05  Erik Sandberg  <mandolaerik@gmail.com>
2513         * lily/context.cc, lily/global-context.cc: Added 'unique' member,
2514         used by music streams.
2515
2516         * lily/dispatcher.cc, lily/dispatcher-scheme.cc,
2517         lily/stream-event.cc, lily/stream-event-scheme.cc,
2518         lily/listener.cc, lily/scheme-listener.cc,
2519         lily/scheme-listener-scheme.cc, lily/include/dispatcher.hh,
2520         lily/include/stream-event.hh, lily/include/listener.hh,
2521         lily/include/scheme-listener.hh, scm/define-event-classes.scm:
2522         Created data structures for music streams.
2523         
2524 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
2525
2526         * lily/beam.cc (get_beam_segments): new function. Reorganise the
2527         construction of a beam. 
2528         (print): rewrite. 
2529
2530         * flower/include/std-vector.hh (default_compare): use only one comparison.
2531
2532         * scm/define-markup-commands.scm (note-by-number): remove debug display.
2533         (note-by-number): further attachment fixes.
2534
2535         * scm/lily-library.scm (ordered-cons): new function.
2536         (interval-index): new function
2537
2538         * lily/note-head-scheme.cc (LY_DEFINE): new file.
2539
2540         * lily/note-head.cc (get_stem_attachment): new function.
2541
2542         * scm/define-markup-commands.scm (note-by-number): read 'style
2543         property. 
2544
2545         * input/regression/markup-note.ly: show note-head style option.
2546
2547         * mf/feta-bolletjes.mf (overdone_heads): fix attachment points for
2548         triangle head.
2549
2550 2006-05-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
2551
2552         * mf/GNUmakefile (NCSB_OTFS): remove old ncsb detection further.
2553
2554         * configure.in (LINK_GXX_STATICALLY): fix for ncsb detection.
2555
2556         * lily/include/constrained-breaking.hh: GCC 4 fix.
2557
2558 2006-05-04  Joe Neeman  <joeneeman@gmail.com>
2559
2560         * lily/simple-spacer.cc: Remove class Simple_spacer_wrapper.
2561         Replace it with functions get_line_forces and get_line_configuration.
2562         (class Simple_spacer): Make data private.
2563         Rewrite compression algorithm to be faster and simpler.
2564
2565         * lily/simple-spacer-scheme.cc (ly_solve_rod_and_spring_problem):
2566         * lily/gourlay-breaking.cc (solve):
2567         * lily/constrained_breaking.cc (space_line):
2568         Change it to the new simple-spacer code.
2569
2570         * lily/paper-score.cc (get_paper_systems):
2571         (Paper_score):
2572         (process):
2573         Delay breaking the systems until they are requested.
2574         (find_break_indices):
2575         Use vsize for indices.
2576         (calc_breaking):
2577         Move the "Calculating line breaks" message here.
2578
2579         * lily/system.cc (pre_processing):
2580         Move the "Calculating line breaks" message away from here.
2581         (break_into_pieces):
2582         Allow multiple calls to this function in sequence (with touching-but-
2583         not-overlapping breakpoints).
2584
2585         * lily/constrained-breaking.cc:
2586         Replace most of the get_XXXX functions with get_line_details.
2587         Only calculate the force for each line. Calculate configurations only
2588         for the lines we will actually use.
2589         Replace cols_ with lines_.
2590
2591 2006-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2592
2593         * mf/GNUmakefile (depth): remove FC_FIND.
2594
2595         * config.make.in (NCSB_SOURCE_FILES): subst NCSB_SOURCE_FILES
2596
2597         * configure.in (LINK_GXX_STATICALLY): call fc-match from within configure.
2598
2599         * scm/framework-ps.scm (write-preamble): new function.
2600         (write-preamble): load mac fonts via fondu, even if gs-font-load
2601         is set.
2602
2603 2006-05-03  Werner Lemberg  <wl@gnu.org>
2604
2605         * mf/GNUmakefile (FC_FIND): Fix typo.
2606
2607 2006-05-03  Erlend Aasland  <erlenda@gmail.com>
2608
2609         * stepmake/stepmake/generic-targets.make (cvs-clean): also remove out-www dirs.
2610
2611 2006-05-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
2612
2613         * stepmake/aclocal.m4: run python-config for crosscompiling
2614         flags. 
2615
2616         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system): add
2617         -f png for HTML, TEXINFO formats. 
2618
2619         * input/tutorial/lbook-html-test.html: new file.
2620
2621         * lily/include/tie-formatting-problem.hh (class
2622         Tie_formatting_problem): index Chord_outline_map by Tuple2 for
2623         [column, direction]. This fixes laissez vibrer ties.
2624  
2625         * flower/include/tuple.hh (struct Tuple2): new file.
2626
2627         * mf/GNUmakefile (FC_FIND): new function. Find ncsb using
2628         $(FCMATCH), only if $(NCSB_DIR) not set. 
2629
2630         * configure.in (LINK_GXX_STATICALLY): only warn if $NCSB_DIR set.
2631
2632         * config.make.in (DOCUMENTATION): set FCMATCH.  
2633
2634         * autogen.sh (srcdir): don't set --with-ncsb-dir. 
2635
2636 2006-05-03  Graham Percival  <gpermus@gmail.com>
2637
2638         * Documentation/user/ various: final round of reorg.
2639
2640         * Documentation/user/instrument-notation.itely: some more
2641         fixes from Eduardo, thanks!
2642
2643 2006-05-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
2644
2645         * VERSION (PACKAGE_NAME): release 2.9.3
2646
2647         * flower/file-path.cc (is_dir): canonicalize file name before stat'ing.
2648
2649         * lily/relocate.cc (framework_relocation): remove old relocation stuff.
2650
2651 2006-05-01  Mats Bengtsson  <mabe@s3.kth.se>
2652
2653         * scm/define-grob-properties.scm (all-user-grob-properties):
2654         Correct typo, thanks to Eduardo.
2655
2656 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
2657
2658         * scripts/GNUmakefile (SEXECUTABLES): remove lilypond-ps2png.scm
2659
2660         * buildscripts/lilypond-words.py (F): indent fix.
2661
2662         * input/regression/tie-arpeggio-collision.ly: new file.
2663
2664         * lily/tie-formatting-problem.cc (set_column_chord_outline): new
2665         function: store outlines per column rank.
2666
2667         * lily/include/tie-configuration.hh (class Tie_configuration): add
2668         column_ranks_ to specification and configuration, to distinguish
2669         between ties for different heads in arpegiated chords.
2670
2671         * lily/relocate.cc (framework_relocation): use INSTALLER_PREFIX.
2672
2673         * *.py: more 4 space indents.
2674
2675         * autogen.sh (conf_flags): set sensible default for with-ncsb-dir
2676
2677 2006-05-01  Joe Neeman  <joeneeman@gmail.com>
2678
2679         * scm/lily-library.scm: Fix guile 1.6 compatibility in inf? and nan?
2680
2681 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
2682
2683         * buildscripts/pfx2ttf.fontforge (err): create OTF files.
2684
2685         * scripts/abc2ly.py (dump_score): indent of 4 for python code. 
2686
2687         * configure.in (LINK_GXX_STATICALLY): remove locate() call.
2688
2689 2006-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2690
2691         * python/convertrules.py (conv): indent 4 for python files.
2692
2693 2006-04-29  Mats Bengtsson  <mabe@s3.kth.se>
2694
2695         * Documentation/user/changing-defaults.itely (Creating contexts):
2696         Clarify \new semantics.
2697
2698 2006-04-28  Graham Percival  <gpermus@gmail.com>
2699
2700         * Documentation/user/ various: major new sections in the
2701         Learning manual, slight reorg elsewhere.
2702
2703 2006-04-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
2704
2705         * mf/GNUmakefile (MFTRACE_FLAGS): add $(outdir) to $(ENCODING_FILE) 
2706
2707         * scm/framework-ps.scm (output-framework): remove PageMedia
2708
2709 2006-04-27  Graham Percival  <gpermus@gmail.com>
2710
2711         * Documentation/user/ tweaks.itely, working.itely: new
2712         files, being more advanced "learning manual" chapters.
2713
2714         * Documentation/user/ tutorial, putting, lilypond: reorg.
2715
2716 2006-04-26  Graham Percival  <gpermus@gmail.com>
2717
2718         * input/regression/lyric-combine-polyphonic.ly: fixed test
2719         (no more "can't find context `one'" error).
2720
2721 2006-04-25  Joe Neeman <joeneeman@gmail.com>
2722
2723         * lily/stem-tremolo.cc (print): fix whole note tremolo placement
2724
2725         * input/regression/stem-tremolo.ly: add 2 more whole note examples
2726         
2727 2006-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2728
2729         * lily/relocate.cc (read_relocation_dir): new function.
2730
2731 2006-04-26  Graham Percival  <gpermus@gmail.com>
2732
2733         * Documentation/user/instrument-notation.itely: a few more fixes
2734         from Eduardo, thanks!
2735
2736         * Documentation/user/README.txt: new file; contains info on
2737         style that used to be in lilypond.tely.
2738
2739         * Documentation/user/ various: first round of doc reorg.
2740
2741         * Documentation/user/baer-flat-bw.png: remove alpha bit from
2742         graphic; this probably causes problems on some pdf
2743         viewers, notably Adobe Acrobat.
2744
2745 2006-04-24  Graham Percival  <gpermus@gmail.com>
2746
2747         * Documentation/user/instrument-notation.itely: many alterations
2748         to Vocal music, from Eduardo Viera.
2749
2750 2006-04-23  Graham Percival  <gpermus@gmail.com>
2751
2752         * Documentation/user/instrument-notation.itely: fix \new
2753         instead of \context problem.
2754
2755 2006-04-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2756
2757         * lily/relocate.cc (expand_environment_variables): new function.
2758         (read_line): id.
2759         (read_relocation_file): id.
2760
2761         * scm/stencil.scm (eps-file->stencil): fix EPS PS embedding code 
2762
2763 2006-04-21  Erlend Aasland  <erlenda@gmail.com>
2764
2765         * ly/engraver-init.ly: remove old comments from TabVoice
2766
2767 2006-04-20  Graham Percival  <gpermus@gmail.com>
2768
2769         * Documentation/user/instrument-notation.itely: added Erlend's
2770         latest doc patch, thanks!
2771
2772 2006-04-19  Erlend Aasland <erlenda@gmail.com>
2773
2774         * lily/include/slur.hh:
2775         * lily/slur.cc:
2776         * lily/phrasing-slur-engraver.cc:
2777         * lily/slur-engraver.cc: Fix 'cut & paste' code by merging
2778         acknowledge_extra_object () from Phrasing_slur_engraver:: and
2779         Slur_engraver:: and putting it in
2780         Slur::auxiliary_acknowledge_extra_object ().
2781
2782         * ps/music-drawing-routines.ps (draw_dashed_slur): fix another bug
2783
2784         * lily/note-collision.cc: fix a comment
2785
2786 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
2787
2788         * stepmake/bin/add-html-footer.py: fix footer position in
2789         generated html files: before </body> and </html> tags.
2790
2791 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
2792
2793         * scripts/GNUmakefile: revert last "fix", which rather broke make.
2794         Earlier successive `make' commands finally compiled ok.
2795
2796         * Documentation/topdocs/INSTALL.texi: require mftrace 1.1.19.
2797
2798 2006-04-18  Erlend Aasland <erlenda@gmail.com>
2799
2800         * lily/include/stem-tremolo.hh:
2801         * lily/stem-tremolo.cc: move rotated_box () to Lookup:: and update
2802         callers.
2803
2804         * lily/lookup.cc:
2805         * lily/include/lookup.hh: add rotated_box ()
2806
2807 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
2808
2809         * scripts/GNUmakefile: bugfix: run help2man only after scripts have 
2810         been generated. Fixes "can't get `--help'" bug after make clean.
2811
2812         * THANKS: alphabetize contributors.
2813
2814 2006-04-17  Graham Percival  <gpermus@gmail.com>
2815
2816         * Documentation/user/instrument-notation.itely: added Erlend's
2817         tabs and banjo doc patch.  Thanks!
2818
2819 2006-04-17  Erlend Aasland  <erlenda@gmail.com>
2820
2821         * scm/define-grobs.scm: fix stem-attachment for tablature note heads.
2822
2823         * ps/music-drawing-routines.ps (draw_dashed_line): fix dash pattern bug.
2824
2825         * scm/output-lib.scm: add some more predefined string tunings.
2826
2827         * Documentation/user/instrument-notation.itely: and doc them.
2828
2829 2006-04-16  Jürgen Reuter  <reuter@ipd.uka.de>
2830
2831         * ly/engraver.ly: Remove obsolete comments.
2832
2833         * ly/gregorian-init.ly: Define default layout block.
2834
2835         * input/puer-fragment.ly: Updated and extended.
2836
2837 2006-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2838
2839         * lily/lily-parser-scheme.cc: Use them to fix --output=DIR/BASE
2840         pdf conversion behaviour.
2841
2842         * flower/file-name.cc (dir_name)
2843         (get_working_directory): Move from relocate.cc.
2844
2845         * lily/relocate.cc (setup_paths): Remove rogue stat calls.
2846         
2847         * lily/relocate.cc: Encapsulate sys/stat.h in
2848         HAVE_STAT_H.
2849
2850 2006-04-14  Graham Percival  <gpermus@gmail.com>
2851
2852         * Documentation/user/ various: small updates from Cameron
2853         and Juergen, thanks!
2854
2855         * Documentation/user/ various: small updates of my own.
2856
2857         * THANKS: 2.7 -> 2.8.
2858
2859 2006-04-11  Graham Percival  <gpermus@gmail.com>
2860
2861         * scm/define-context-properties.scm: typo.
2862
2863         * Documentation/user/ : many more small updates.
2864
2865 2006-04-13  Jürgen Reuter  <reuter@ipd.uka.de>
2866
2867         * scm/define-music-types.scm: disposed "docme".
2868
2869 2006-04-11  Erlend Aasland  <erlenda@gmail.com>
2870
2871         * lily/hairpin.cc: make niente circles a bit smaller.
2872
2873 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
2874
2875         * mf/GNUmakefile: remove redundant mftrace check. Also remove
2876         get-pfa and get-*-fonts targets.
2877
2878 2006-04-10  Graham Percival  <gpermus@gmail.com>
2879
2880         * THANKS, Documentation/user/ basic-notation, advanced-notation,
2881         music-glossary, programming-interface: more minor fixes
2882         from mailist.
2883
2884         * scm/define-grob-properties.scm: clarified direction, thanks Mats!
2885
2886         * scm/define-context-properties.scm: another old \property update.
2887         This time tested for compiling!
2888
2889 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
2890
2891         * mf/GNUmakefile: fix for mftrace version >= 1.2.0
2892
2893 2006-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2894
2895         * scm/define-context-properties.scm (all-user-translation-properties): 
2896         * Documentation/user/global.itely (Page formatting): Compile fix.
2897
2898 2006-04-09  Mats Bengtsson  <mabe@s3.kth.se>
2899
2900         * Documentation/user/advanced-notation.itely (Polymetric
2901         notation): Update the example to use the "+" symbol and add link
2902         to input/test/compound-time.ly.
2903
2904 2006-04-08  Graham Percival  <gpermus@gmail.com>
2905
2906         * scm/define-grob-properties.scm: clarify docs for #'direction.
2907
2908         * scm/define-context-properties.scm: update old \property override.
2909
2910         * Documentation/user/ advanced-notation, global, lilypond-book:
2911         more minor doc updates.
2912
2913 2006-04-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
2914
2915         * lily/parser.yy (Generic_prefix_music_scm): append lists, not objects.
2916
2917         * scm/backend-library.scm (search-gs): oops.
2918
2919 2006-04-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
2920
2921         * scripts/lilypond-book.py (output): use base, not filename for href.
2922
2923         * scm/backend-library.scm: only look for gs.
2924
2925         * scripts/lilypond-book.py (output): fix printfilename.
2926
2927         * lily/parser.yy (music_function_musicless_prefix): fold together
2928         definitions of signature (SCM*) (Music|post_event|chord_body_element)
2929
2930         * lily/slur.cc (print): only set font-size if not set yet.
2931
2932         * lily/slur-configuration.cc (add_score): improved layout of debug
2933         scoring output.
2934
2935 2006-04-05  David Feuer  <David.Feuer@gmail.com>
2936
2937         * music-drawing-routines.ps (draw_round_box): removed testing artifact.
2938         (draw_circle): Hopefully fixed regression.
2939         Improved documentation for several procedures.
2940         
2941 2006-03-04  Werner Lemberg  <wl@gnu.org>
2942
2943         * ly/engraver-init.ly (\Score): Add beam-event to quotedEventTypes.
2944
2945 2006-04-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
2946
2947         * scripts/musicxml2ly.py (bindir): add dynamic
2948         relocation. 
2949
2950 2006-04-04  Graham Percival  <gpermus@gmail.com>
2951
2952         * Documentation/user/ basic-notation, advanced-notation, putting,
2953         instrument-notation, invoking, lilypond, THANKS: another ream of small
2954         fixes from the Doc Helpers.
2955
2956 2006-04-03  David Feuer  <David.Feuer@gmail.com>
2957
2958         * music-drawing-routines.ps: remove superfluous gsave/grestore pairs.
2959
2960         * lilyponddefs.ps (set-ps-scale-to-lily-scale): Fixed code duplication.
2961
2962         * Cleaned up interfaces between PostScript and Scheme, and moved
2963         computations from PostScript to Scheme:
2964
2965         * music-drawing-routines.ps
2966         (*SF, stroke_and_fill): new procedures.  Replaced stroke and fill
2967         with stroke_and_fill throughout.
2968         (euclidean_length, print_letter, draw_box): Deleted unused
2969         procedures.  If someone needs draw_box, implement it using
2970         draw_round_box; don't duplicate code.
2971         (print_glyphs, draw_round_box, draw_polygon, draw_repeat_slash):
2972         Refactored/cleaned up interfaces.
2973         (mark_URI): Moved.
2974
2975         * output-ps.scm: reordered arguments to PostScript functions to
2976         match new interfaces
2977         (glyph-string): Rewrote glyph-string.
2978         (grob-cause): Replaced string-append with format.
2979         (repeat-slash): Rewrote to do computation here.
2980         (round-filled-box): Rewrote to do computation here.
2981
2982 2006-04-04  Erlend Aasland  <erlenda@gmail.com>
2983
2984         * stepmake/stepmake/generic-targets.make: add cvs-clean target
2985
2986         * stepmake/stepmake/toplevel- targets.make: print help info about
2987         cvs-clean
2988
2989 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
2990
2991         * input/regression/hairpin-circled.ly: new file
2992
2993 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
2994
2995         * lily/hairpin.cc (print): add support for circled tip
2996
2997         * scm/define-grob-properties.scm: add circled-tip parameter
2998
2999         * scm/define-grobs.scm: init circled-tip to false
3000         
3001 2006-04-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
3002
3003         * scm/music-functions.scm (quote-substitute): set
3004         iterators-ctor. 
3005
3006 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
3007
3008         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): set
3009         BSTINPUTS. 
3010
3011         * Documentation/topdocs/AUTHORS.texi (Top): add David Feuer.
3012
3013         * scm/output-ps.scm (glyph-string): revert cid selectfont.
3014
3015 2006-03-31  David Feuer  <david.feuer@gmail.com>
3016         
3017         * scm/framework-ps.scm:
3018         
3019         * scm/output-ps.scm: glyph-string now produces smaller, more
3020         readable, and probably faster PostScript.  Several findfont
3021         scalefont setfont instances changed to selectfont
3022         Hacked-up string-appends changed to formats.
3023
3024         * ps/music-drawing-routines.ps: add print_letter, print_glyphs.
3025         
3026 2006-03-30  Graham Percival  <gpermus@gmail.com>
3027
3028         * scm/lily-library.scm: make "no version" warning message more polite.
3029
3030         * lily/music.cc: add double quotes to failed octave check.
3031
3032         * Documentation/user/ advanced-notation, changing-defaults,
3033         instrument-notation, invoking, music-glossary: whole bunch of minor
3034         fixes from mailist.
3035
3036 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
3037
3038         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): use
3039         $(buildscriptdir) iso. depth.
3040
3041         * VERSION (PACKAGE_NAME): release 2.9.1
3042
3043 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
3044
3045         * lily/pango-font.cc (pango_item_string_stencil): more robustness.
3046
3047         * VERSION (PATCH_LEVEL): bump version number.
3048
3049         * flower/include/guile-compatibility.hh (scm_from_uint32): add
3050         scm_from_uint32 ()
3051
3052         * lily/pango-font.cc (pango_item_string_stencil): use
3053         scm_from_uint32 ()
3054
3055         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
3056         $(outdir)/emmentaler-%.svg): remove canary.
3057
3058         * lily/pango-font.cc (pango_item_string_stencil): only use uXXX
3059         glyphnames if we have a ttf font.
3060
3061 2006-03-30  Mats Bengtsson  <mabe@s3.kth.se>
3062
3063         * Documentation/user/advanced-notation.itely (Font selection):
3064         Corrected reference to the font-family-override.ly example.
3065
3066 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
3067         
3068         * lily/chord-tremolo-engraver.cc (acknowledge_stem): set the
3069         stem-tremolo object in the stem (or else the stem might not be
3070         long enough).
3071
3072 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
3073
3074         * lily/ttf.cc (print_trailer): only print existing glyphs.
3075
3076 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
3077
3078         * lily/stem-tremolo.cc (print): for whole notes (and breves, etc.)
3079         position the tremolo based on the position of the notehead.
3080
3081         * input/regression/stem-tremolo.ly: add example of unbeamed eighth
3082         notes and update the texidoc line with the new positioning rules.
3083         
3084 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
3085
3086         * lily/ttf.cc (print_trailer): don't always use uXXX glyphname.
3087
3088         * scripts/lilypond-book.py (Module): set default for linewidth if
3089         preamble not found.
3090
3091 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
3092
3093         * VERSION (PACKAGE_NAME): release 2.9.0.
3094
3095         * input/regression/stem-tremolo-position.ly: new file.
3096
3097         * lily/stem-tremolo.cc: remove Stem_tremolo::dim_callback
3098
3099 2006-03-28  Joe Neeman  <joeneeman@gmail.com>
3100
3101         * lily/stem-tremolo.cc (print): position
3102         the tremolo depending only on the end of the stem
3103         and not on the notehead
3104         (raw_stencil): center, on the middle staff line, the
3105         flag that is closest to the end of the stem (previously
3106         the bottom flag)
3107         (calc_width): add this callback to shorten a tremolo when
3108         it is beamed or it is stemup with a flag
3109         (style): add this callback to make a tremolo rectangular when
3110         it is beamed or it is stemup with a flag
3111         (rotated_box): this is like Lookup::beam but makes a rotated
3112         rectangle instead of a parallelogram
3113
3114         * lily/stem.cc (calc_stem_info): make sure the stem
3115         is long enough to fit the tremolo
3116         (calc-length): reduce the length of tremolo stems since the
3117         tremolo code is now capable of better positioning
3118
3119         * scm/define-grobs.scm: make calc_width the default beam-width
3120         callback for stem-tremolo and add the style callback
3121                 
3122 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
3123
3124         * lily/tuplet-bracket.cc (calc_control_points): handle suicide
3125         case. 
3126
3127 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
3128
3129         * lily/ttf.cc (make_index_to_charcode_map): restore old
3130         cmap. 
3131
3132 2006-03-28  Werner Lemberg  <wl@gnu.org>
3133
3134         * lily/pango-font.cc (get_unicode_name): Fix `uXXXXX' glyph names.
3135
3136 2006-03-28  Graham Percival  <gpermus@gmail.com>
3137
3138         * THANKS: update for 2.9, add section for Documentation helpers.
3139
3140         * Documentation/topdocs/NEWS.tely: compile fix.
3141
3142         * Documentation/user/ basic-notation, global, advanced-notation,
3143         examples.itely: minor fixes from mailist.
3144
3145 2006-03-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
3146
3147         * mf/feta-bolletjes.mf: match width of solfa notes with normal
3148         note heads. 
3149
3150         * lily/ttf.cc (print_trailer): use it.
3151
3152         * lily/pango-font.cc (get_unicode_name): new function.
3153
3154         * lily/ttf.cc (make_index_to_charcode_map): move function from
3155         open-type-font.cc
3156         (print_trailer): substitute uniXXXX name if applicable. 
3157
3158         * lily/pango-font.cc (get_index_to_charcode_map): new function.
3159         (pango_item_string_stencil): use it to generate uniXXXX names.
3160
3161         * mf/feta-bolletjes.mf (overdone_heads): add small style (ugly)
3162         note heads, for uniform widths in shape note output.
3163         (overdone_heads): hmm. remove them again.
3164
3165         * scripts/lilypond-book.py (output): add links to filenames.
3166
3167         * Documentation/topdocs/INSTALL.texi (Top): update versions.
3168
3169         * lily/note-collision.cc (get_clash_groups): only consider when
3170         Note_column::dir <> CENTER. 
3171
3172         * scripts/lilypond-book.py (get_option_parser): init output_name
3173         to ''. 
3174
3175 2006-03-24  Graham Percival  <gpermus@gmail.com>
3176
3177         * Documentation/topdocs/NEWS.tely: add @end itemize
3178
3179         * Documentation/user/ global, advanced-notation: minor
3180         stuff from mailist.
3181
3182 2006-03-23  Graham Percival  <gpermus@gmail.com>
3183
3184         * Documentation/user/ lilypond.tely, music-glossary,
3185         preface: housekeeping; 2005->2006, remove "notes for 2.6"
3186
3187 2006-03-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
3188
3189         * mf/GNUmakefile: don't install .enc files.
3190
3191         * Documentation/topdocs/NEWS.tely: clear for 2.9 cycle.
3192
3193         * VERSION (PATCH_LEVEL): bump to 2.9.0
3194
3195 2006-03-22  Graham Percival  <gpermus@gmail.com>
3196
3197         * Documentation/user/advanced-notation.itely: minor fixes
3198         from mailist.
3199
3200 2006-03-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
3201
3202         * Documentation/topdocs/AUTHORS.texi (Top): add Joe Neeman.
3203
3204         * branch lilypond_2_8
3205
3206 2006-03-22  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
3207
3208         * scripts/lilypond-book.py (samefile): new function, for windoze
3209         compatibility.
3210
3211 2006-03-21  Graham Percival  <gpermus@gmail.com>
3212
3213         * ly/engraver-init.ly: add info about StaffGroup.
3214
3215 2006-03-21  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
3216
3217         * input/regression/stem-direction-context.ly: idem.
3218
3219         * Documentation/topdocs/NEWS.tely (Top): fix interpolation example.
3220
3221         * THANKS: add Mats.
3222
3223         * input/regression/page-layout-twopass.ly: comment out \markup so
3224         tweak-file is left.
3225
3226         * lily/instrument-name-engraver.cc (finalize): add to instrument
3227         name global System. This also fixes chopped instrument names, but
3228         doesn't crash when there are slurs/beams.
3229
3230         * lily/slur-configuration.cc (add_score): disallow negative slur
3231         scores.
3232         
3233 2006-03-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3234
3235         * scm/framework-ps.scm (dump-stencil-as-EPS): remove debugging code.
3236
3237         * lily/instrument-name-engraver.cc (process_music): kludge: add
3238         InstrumentName spanner to axis group of left bound. Fixes chopped
3239         off instrument names in EPS images.
3240
3241         * input/regression/lyric-hyphen-retain.ly: elaborate explanation.
3242
3243         * scripts/abc2ly.py (option_parser): update to 2.7.40
3244
3245 2006-03-20  Graham Percival  <gpermus@gmail.com>
3246
3247         * THANKS: move small doc contributors to SUGGESTIONS.
3248
3249         * Documentation/user/ basic-notation, advanced-notation,
3250         global: small changes from mailist.
3251
3252 2006-03-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3253
3254         * Documentation/user/advanced-notation.itely (Text marks): update
3255         for new rehearsalMarkAlignSymbol convention.
3256
3257         * VERSION (PATCH_LEVEL): bump version.
3258
3259         * input/test/instrument-name-align.ly: new file.
3260
3261         * scm/define-markup-commands.scm (hcenter-in): add hcenter-in.
3262
3263         * input/test/instrument-name-align.ly: new file. Document how to
3264         align instrument names.
3265
3266         * lily/mark-engraver.cc: remove properties.
3267
3268         * scm/define-context-properties.scm
3269         (all-user-translation-properties): remove align symbol properties
3270         for barnumber/reh. mark.
3271
3272         * lily/break-align-interface.cc (self_align_callback): new
3273         interface, new function. Look at complete alignment. This handles
3274         tunable break alignments in case break-align-symbols are missing.
3275
3276         * lily/bar-number-engraver.cc (acknowledge_break_alignment): new function
3277
3278         * lily/mark-engraver.cc (acknowledge_break_alignment): new function.
3279
3280         * python/convertrules.py (conv): mark/bar number alignment rule.
3281
3282         * lily/break-align-interface.cc (calc_positioning_done): also
3283         store offset from last visible break-alignment to its
3284         neighbor. This makes alignment on non-visible objects more reliable.
3285
3286         * po/lilypond.pot (Module): ran po-replace.
3287
3288         * input/regression/tie-single-manual.ly (Module): new file.
3289
3290         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
3291         look at has_manual_position_.
3292         (from_ties): set has_manual_position_ if tie has staff-position set.
3293
3294         * lily/tuplet-bracket.cc (calc_positions): idem.
3295
3296         * lily/tuplet-number.cc (print): don't print tupletnumber if it
3297         doesn't span time.
3298
3299 2006-03-19  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3300
3301         * scm/define-markup-commands.scm (smallCaps): new markup command
3302         for turning a text to small caps using smaller font size and upper
3303         casing.
3304
3305 2006-03-17  Graham Percival  <gpermus@gmail.com>
3306
3307         * Documentation/user/ examples, instrument-notation,
3308         advnaced-notation: minor fixes from mailist.
3309
3310 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3311
3312         * Documentation/user/tutorial.itely (First steps): change example
3313         to verbatim.  
3314
3315 2006-03-17  Graham Percival  <gpermus@gmail.com>
3316
3317         * Documentation/user/ examples, advanced: minor changes from mailist.
3318
3319         * THANKS: add Geoff Horton, for documentation stuff.
3320
3321 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3322
3323         * python/lilylib.py (system): revert have_select kludge.
3324
3325         * Documentation/user/tutorial.itely (Commenting input files):
3326         update version numbers in doc. 
3327
3328         * scm/define-grob-interfaces.scm (multi-measure-interface): add
3329         bound-padding to multi-measure-interface
3330
3331 2006-03-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3332
3333         * input/test/engraver-example.ily: update version number.
3334
3335         * VERSION (PACKAGE_NAME): release 2.7.39
3336
3337         * lily/note-spacing.cc (get_spacing): heighten threshold where
3338         accidentals/arpeggios influence previous spacing fully.
3339
3340         * lily/rest.cc (y_offset_callback): only use direction if
3341         staff-position wasn't set before.
3342
3343         * lily/bar-number-engraver.cc: add support for
3344         barNumberAlignSymbol. 
3345         add ADD_ACKNOWLEDGER() call for break_aligned. Fixes bar-number-breathe
3346
3347         * lily/pointer-group-interface.cc (set_ordered): new function. 
3348         (add_unordered_grob): new function.
3349
3350         * lily/grob-array.cc (Grob_array): grob-arrays are always assumed
3351         to ordered, unless the opposite has been proved.  This fixes
3352         random reordering of large object groups across linebreaks,
3353         eg. beams.
3354
3355         * lily/main.cc (do_chroot_jail): printf format fix.
3356
3357         * lily/tie-formatting-problem.cc (generate_configuration):
3358         multiply y-shift for dot with direction.
3359  
3360         * scm/define-markup-commands.scm (note-by-number): put (magstep
3361         size) in y-attach too.
3362
3363         * Documentation/topdocs/NEWS.tely (Top): show override.
3364
3365         * scm/define-grobs.scm (all-grob-descriptions): reinstate neutral
3366         direction for stems.
3367         
3368 2006-03-15  Graham Percival  <gpermus@gmail.com>
3369
3370         * Documentation/user/ changing-defaults, global: minor
3371         fixes from mailist.
3372
3373 2006-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3374
3375         * lily/lexer.ll (Lily_lexer): bump required version to 2.7.38
3376
3377         * lily/spacing-spanner.cc (musical_column_spacing): crude fix for
3378         breakable items after uniformly stretched notes.
3379
3380         * lily/tie-formatting-problem.cc (set_chord_outline): initialize
3381         outline with outer edge of note heads. This prevents infinity
3382         problems with tied whole notes.
3383
3384         * scripts/lilypond-book.py (do_file): use os.popen
3385
3386         * python/convertrules.py (conv): add rule for Stem #'beamed-*
3387
3388 2006-03-14 Erik Sandberg  <mandolaerik@gmail.com>
3389
3390         * Documentation/user/invoking.itely: Add ragged-right to bug report
3391         guidelines.
3392
3393 2006-03-14  Graham Percival  <gpermus@gmail.com>
3394
3395         * Documentation/user/global.itely: small fix from mailist.
3396
3397 2006-03-14  Mats Bengtsson  <mabe@s3.kth.se>
3398
3399         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use the
3400         file descriptor returned by tempfile.mkstemp() when writing
3401         to tmpfile and closing it. Solves problem with unlink(tmpfile)
3402         on mingw.
3403
3404 2006-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3405
3406         * po/fi.po: newline bugfix.
3407
3408 2006-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3409
3410         * scm/paper.scm (paper-alist): Rounding fixes.
3411
3412 2006-03-13  Graham Percival  <gpermus@gmail.com>
3413
3414         * Documentation/user/ changing-defaults, instrument-notation,
3415         tutorial: small fixes from mailist, mostly from Mats.  Thanks!
3416
3417 2006-03-13 Heikki Junes  <hjunes@cc.hut.fi>
3418
3419         * po/fi.po: update.
3420
3421 2006-03-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3422
3423         * stepmake/bin/add-html-footer.py (mail_address_url): don't add
3424         mailto: to http:// 
3425
3426         * python/lilylib.py (print_environment): move ps_page_count to
3427         lilypond-book.py
3428
3429 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3430
3431         * Documentation/user/music-glossary.tely (G clef): fix clef alignments.
3432
3433         * scm/framework-ps.scm (embed-document): new function. Use to
3434         embed PFA files.
3435
3436         * ly/engraver-init.ly: init rehearsalMarkAlignSymbol to staff-bar.
3437
3438 2006-03-12  Mats Bengtsson  <mabe@s3.kth.se>
3439
3440         * Documentation/user/instrument-notation.itely (Setting simple
3441         songs): Added \book{...} around the full example, so the separate
3442         markups are included in the printed example. 
3443
3444 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3445
3446         * scripts/lilypond-book.py (get_latex_textwidth): explicitly close
3447         tmphandle.
3448
3449         * python/lilylib.py (system): rewrite system() using
3450         subprocess. Remove >& redirection trickery.
3451
3452 2006-03-11  Graham Percival  <gpermus@gmail.com>
3453
3454         * Documentation/user/ changing-defaults, global, scheme-tutorial,
3455         notation-appendices.itely: minor fixes from mailist.
3456
3457 2006-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3458
3459         * Documentation/user/GNUmakefile ($(outdir)/lilypond.html):
3460         unsplit man also needs images.
3461
3462         * tex/texinfo.tex (sectionheading, q.v.): relax after \char'15.
3463
3464         * VERSION (PACKAGE_NAME): 2.7.38 released.
3465
3466 2006-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3467
3468         * scripts/lilypond-book.py (get_latex_textwidth): look for latex
3469         log in output dir.
3470
3471 2006-03-08  Johannes Schindelin  <Johannes.Schindelin@gmx.de>
3472
3473         * lily/audio-column.cc, lily/score-performer.cc: MIDI output now
3474         respects the Score.skipTypesetting property.
3475         
3476 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3477
3478         * scm/framework-ps.scm (ps-embed-cff): no Setup section in
3479         Prolog. No %%EOF after CFF file.
3480
3481 2006-03-08  Joe Neeman  <joeneeman@gmail.com>
3482         
3483         * lily/constrained-breaking.cc (get_max_systems): used to return a
3484         much too big value
3485         (combine_demerits): use pointers to reduce copying data
3486         (calc_subproblem): idem
3487         (get_page_penalty): add page turn penalties
3488         
3489 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3490
3491         * Documentation/user/invoking.itely (Invoking lilypond): better
3492         explanation of -e usage.
3493
3494         * lily/main.cc (main_with_guile): don't append to
3495         init_scheme_code_string
3496
3497         * tex/texinfo.tex (sectionheading, q.v.): don't center @image.
3498
3499         * Documentation/user/invoking.itely: add note about MacOS X scripts.
3500
3501         * scripts/convert-ly.py (do_options): don't print help for
3502         --show-rules rule.
3503
3504         * tex/texinfo.tex: patch texinfo.tex to leave single quotes in
3505         @code and @example. Update from texinfo.tex from CVS.
3506
3507 2006-03-08  Graham Percival  <gpermus@gmail.com>
3508
3509         * Documentation/user/scheme-tutorial.itely: clarifies distances
3510         measured in staff-spaces.
3511
3512 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3513
3514         * lily/slur.cc (outside_slur_callback): only calculate offsets if
3515         consider[k] is true.
3516
3517         * scm/output-ps.scm (grob-cause): put numbers to ~$ (Thanks Johannes!)
3518
3519         * lily/spacing-basic.cc (standard_breakable_column_spacing): also
3520         consider columns that have originals.  Unifies spacing for mm
3521         rests around line breaks.
3522
3523         * lily/multi-measure-rest.cc (set_spacing_rods): read bound-padding.
3524         (set_text_rods): idem.
3525         (calculate_spacing_rods): new function: share code between
3526         set_text_rods and set_spacing_rods.
3527         (set_text_rods): take extents of bounds into account.  
3528
3529 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3530
3531         * Documentation/user/basic-notation.itely (Writing music in
3532         parallel): don't use relative.
3533
3534 2006-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3535
3536         * ly/music-functions-init.ly (Module): add shiftDurations
3537
3538         * ly/drumpitch-init.ly (drumPitchNames): add tamtam.
3539
3540         * scm/paper.scm (paper-alist): no decimals for Ax paper sizes. 
3541
3542         * ly/engraver-init.ly: init vocalName to nil.
3543
3544 2006-03-05 Erik Sandberg  <mandolaerik@gmail.com>
3545
3546         * scm/music-functions.scm (music->make-music): bugfix,
3547         KeyChangeEvents are now handled correctly.
3548
3549         * scripts/lilypond-book.py: Add --debug option.
3550
3551 2006-03-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3552
3553         * python/lilylib.py: add tempfile.
3554
3555 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3556
3557         * VERSION (PACKAGE_NAME): release 2.7.37
3558
3559         * python/lilylib.py (ps_page_count): remove make_ps_images().
3560         (ps_page_count): remove mkdir_p
3561         (system): remove cleanup_temp.
3562         (exit): remove lilypond_version_(check)
3563         (error_log): remove pseudo_filter_p
3564         remove read_pipe
3565         remove cp_to_dir
3566         remove identify
3567
3568         * scripts/lilypond-book.py (Lilypond_snippet.compose_ly): don't
3569         use __main__
3570
3571         * lily/accidental-engraver.cc (make_standard_accidental): only add
3572         support for side-axis is X_AXIS. Fixes text-spacing-accidental.ly
3573
3574         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
3575         $(outdir)/emmentaler-%.svg): rewrite without functions; too many
3576         Make incompatibilities.
3577
3578         * scm/output-ps.scm (grob-cause): replace backslashes by /
3579         (glyph-string): use ~$ for less decimals for glyph-string and grob-cause.
3580
3581 2006-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3582
3583         * cygwin/GNUmakefile: Install fixes.
3584
3585         * scripts/GNUmakefile (SEXECUTABLES): Install fix: remove mup2ly.
3586
3587         * lily/note-head.cc (head::get_balltype): Compile fix.
3588
3589         * flower/file-name.cc (dos_to_posix): Flower string fix.
3590
3591 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3592
3593         * python/lilylib.py: pychecker cleanups.
3594
3595         * scripts/lilypond-book.py
3596         (Lilypond_snippet.output_print_filename): pychecker cleanups
3597
3598         * scripts/midi2ly.py (Key.dump): pychecker cleanups.
3599
3600         * python/lilylib.py (underscore): remove identify() , warranty()
3601
3602         * ps/music-drawing-routines.ps: change Border routine for GSView
3603         compatibility.
3604
3605         * lily/stem.cc (height): use quantize-positions.  This triggers
3606         set_stem_lengths, so scripts on beamed stems are handled correctly.
3607
3608         * lily/side-position-interface.cc (aligned_side): check if edges
3609         of script are inside staff. Fixes accent of edge of the staff.
3610
3611         * input/regression/staccato-pos.ly: more examples.
3612
3613         * stepmake/aclocal.m4 (depth): fix bashism.
3614
3615         * lily/lyric-combine-music-iterator.cc: move from
3616         new-lyric-combine-iterator.cc
3617         (process): add pending_grace_lyric_ member to delay lyrics on
3618         grace notes.
3619
3620         * lily/system-start-text.cc (print): suicide if we don't have any
3621         elements. Fixes hara kiri'd instrument names.
3622
3623         * scripts/mup2ly.py (Module): remove.
3624
3625 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3626
3627         * Documentation/user/global.itely (A single music expression):
3628         close @lilypond properly
3629
3630         * lily/volta-bracket.cc (modify_edge_height): change from
3631         after_line_breaking_callback. Suicide last bracket if appropriate.
3632  
3633         * python/lilylib.py: strip getopt support
3634
3635         * scripts/etf2ly.py (do_options): use optparse
3636
3637         * scripts/midi2ly.py: optparse, strip lilylib copy. 
3638
3639         * scripts/abc2ly.py (voices): use optparse.
3640
3641         * stepmake/stepmake/generic-vars.make: new function absdir.
3642
3643         * scripts/convert-ly.py (bindir): use optparse, argv[0] relocation.
3644
3645         * scripts/lilypond-book.py (find_file): use global_options for
3646         include path
3647
3648         * scm/ps-to-png.scm (ps-page-count): prevent null characters
3649         entering C code.
3650
3651 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3652
3653         * python/lilylib.py (get_global_option): ughness for extracting
3654         global options from lilylib.
3655         (NonDentedHeadingFormatter.format_heading): move from musicxml2ly
3656
3657         * scripts/lilypond-book.py (get_option_parser): use optparse for
3658         option handling.  Put options in global_options variable.
3659
3660 2006-02-28  Heikki Junes  <hjunes@cc.hut.fi>
3661
3662         * Documentation/index.html.in: clarify.
3663
3664 2006-02-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3665
3666         * scm/layout-page-layout.scm (write-page-breaks): add a
3667         music-system-heights property to the page layout output.
3668
3669         * scm/page.scm (make-page-stencil): take footer into account when
3670         computing the 'space-left page property
3671         (annotate-space-left): take footer into account when annonating
3672         space left.
3673
3674 2006-02-28  Graham Percival  <gpermus@gmail.com>
3675
3676         * Documentation/user/ advanced-notation, global: more (final)
3677         docs for music expressions, removed special fermatas.
3678
3679 2006-02-27  Graham Percival  <gpermus@gmail.com>
3680
3681         * Documentation/user/ basic-notation, global: minor changes
3682         from mailist.
3683
3684 2006-02-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3685
3686         * scm/framework-ps.scm:         
3687         * scm/lily-library.scm (nan?, inf?): Move guile 1.6 compatibility
3688         layer for inf? and nan? from framework-ps to lily-library.
3689
3690 2006-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3691
3692         * mf/GNUmakefile ($(outdir)/emmentaler-$(1).otf
3693         $(outdir)/emmentaler-$(1).svg): remove backslashes from define endef.
3694
3695         * buildscripts/substitute-encoding.py (Module): remove file.
3696
3697         * mf/GNUmakefile: more PFA strippage.
3698
3699         * mf/aybabtu.pe.in (i): remove PFAaybabtu generation
3700
3701         * buildscripts/gen-emmentaler-scripts.py (i): remove PFAemmentaler
3702         generation
3703
3704         * scm/framework-ps.scm: remove font name munging.
3705
3706         * Documentation/topdocs/INSTALL.texi (Top): bump GS requirement.
3707
3708 2006-02-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3709
3710         * scm/markup.scm (define-markup-command): change
3711         def-markup-command to define-markup-command
3712
3713         * scm/music-functions.scm (define-music-function): change
3714         def-music-function to define-music-function.
3715
3716         * python/convertrules.py (conv): rules for def-music-function
3717         and def-markup-commands
3718
3719         * Documentation/user/programming-interface.itely,
3720         input/no-notation/display-lily-tests.ly,
3721         input/regression/lily-in-scheme.ly,
3722         input/regression/markup-user.ly,
3723         input/regression/music-function.ly, input/regression/tie-chord.ly,
3724         scm/fret-diagrams.scm, ly/music-functions-init.ly,
3725         ly/gregorian-init.ly: use new macro names (define-music-function,
3726         define-markup-command).
3727
3728 2006-02-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3729
3730         * scripts/lilypond-book.py (main): write Makefile dependencies file. 
3731         (output): add comments to lp-book latex output.
3732
3733         * GNUmakefile.in (footifymail): use gmane address for webpage bug
3734         address.
3735
3736 2006-02-23  Graham Percival  <gpermus@gmail.com>
3737
3738         * Documentation/user/ tutorial, global: minor changes.
3739
3740 2006-02-23  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3741
3742         * mf/GNUmakefile: add '\' in multi-line "define ... endef"
3743         blocks (for make 3.80)
3744
3745         * scm/parser-ly-from-scheme.scm (ly:parse-string-result): add
3746         \notemode so that user should not have to explicitely type it.
3747
3748         * scm/define-music-display-methods.scm: various
3749         fixes (ApplyOutputEvent, ApplyContext; \new, \context and derived
3750         constructs)
3751
3752         * input/no-notation/display-lily-tests.ly: new tests for
3753         \applyOutput and \applyContext
3754
3755 2006-02-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3756
3757         * lily/constrained-breaking.cc: patch by Joe Neeman: "I have
3758         changed it slightly so that the number of systems returned by
3759         solve () will be the same as the last value passed to resize
3760         (). I've also added more documentation, removed casts, fixed style
3761         problems and put in some recovery if constraints aren't satisfied."
3762
3763 2006-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3764
3765         * elisp/lilypond-mode.el (count-matches-as-number): New funtion
3766         for emacs < 22 compatibility.
3767         (count-rexp): Use it.
3768         (LilyPond-string-current-midi, LilyPond-string-all-midi): Remove
3769         substring juggling (Milan Zamazal).
3770
3771 2006-02-23  Graham Percival  <gpermus@gmail.com>
3772
3773         * Documentation/user/ basic-notation, advanced-notation,
3774         global.itely, invoking.itely, tutorial,itely:
3775         minor fixes from mailist.
3776
3777         * scm/define-markup-commands.scm: improve docs of \filled-box.
3778
3779 2006-02-23  Heikki Junes  <hjunes@cc.hut.fi>
3780
3781         * Documentation/index.html.in: changes concern the previous release.
3782
3783         * input/regression/+.ly: cultivate typographical terminology.
3784
3785 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3786
3787         * scm/define-grob-interfaces.scm (parentheses-interface): add
3788         padding to parentheses-interface.
3789
3790         * Documentation/user/GNUmakefile: remove $(CROSS) support from
3791         Documentation/user/GNUmakefile. Use --disable-documentation for that.
3792
3793         * VERSION (PATCH_LEVEL): release 2.7.36
3794
3795         * lily/slur.cc: add avoid-slur (ugh.)
3796         
3797         * lily/slur-configuration.cc (fit_factor): oops, skip point if
3798         intersection gets smaller. This fixes slurs over extreme points.
3799
3800         * lily/melody-engraver.cc (stop_translation_timestep): ignore
3801         stems with neutral-direction set.
3802
3803         * lily/piano-pedal-engraver.cc (create_text_grobs): idem.
3804
3805         * lily/open-type-font.cc (load_table): format error.
3806
3807         * lily/change-iterator.cc (process): format fix.
3808
3809         * flower/include/international.hh (_f): idem.
3810
3811         * flower/include/std-string.hh: add format printf attribute.
3812
3813         * scm/define-grobs.scm (all-grob-descriptions): height of all
3814         PedalLineSpanner is Y-extent property. Fixes pedal-ped.ly
3815
3816         * lily/ambitus-engraver.cc (finalize): use grob_array. This fixes
3817         ambitus lines.
3818
3819         * input/regression/beam-cross-staff-slope.ly: remove decrescendo.
3820
3821 2006-02-22 Erik Sandberg  <mandolaerik@gmail.com>
3822
3823         * input/regression/: upgraded syntax for some files.
3824
3825         * THANKS: Add bughunters.
3826
3827 2006-02-22  Graham Percival  <gpermus@gmail.com>
3828
3829         * Documentation/user/ invoking.itely, advanced-notation.itely,
3830         global.itely: long-awaited "let's make chapter 10 not suck"
3831         update.  Rearrange chapter 10; now called "global issues",
3832         addresses file structure, etc.  Some info from other files
3833         moved into global.itely.
3834
3835 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3836
3837         * lily/accidental-engraver.cc (acknowledge_rhythmic_head): also
3838         catch trill-span-event notes.
3839
3840         * Documentation/user/examples.itely (Ancient notation templates): typo.
3841         (Jazz combo): typo.
3842
3843         * scripts/lilypond-book.py (main): scrap invokes_lilypond(). 
3844
3845         * Documentation/user/basic-notation.itely (Ties): document \repeatTie.
3846
3847         * Documentation/topdocs/NEWS.tely (Top): document \repeatTie.
3848
3849         * scm/define-music-types.scm (music-descriptions): add RepeatTieEvent
3850
3851         * lily/repeat-tie-engraver.cc (acknowledge_note_head): new file. cut & paste
3852         froum Laissez_vibrer_engraver.
3853
3854         * ly/declarations-init.ly (repeatTie): add \repeatTie
3855
3856         * scm/define-grobs.scm (all-grob-descriptions): add RepeatTie, RepeatTieColumn
3857
3858         * scm/define-grob-properties.scm (all-user-grob-properties): add
3859         head-direction property.
3860
3861         * lily/tie-formatting-problem.cc (from_semi_ties): rename from
3862         from_lv_ties. Take head direction argument.
3863
3864         * lily/semi-tie-column.cc: rename from
3865         laissez-vibrer-tie-column.cc. Rename class too.
3866
3867         * lily/semi-tie.cc: rename from laissez-vibrer-tie.cc. Rename
3868         class too.
3869
3870         * lily/paper-score.cc (find_break_indices): move from Break_algorithm.
3871
3872         * lily/break-algorithm.cc (find_break_indices): remove linewidth <
3873         0 case.
3874         (find_breaks): idem.
3875
3876 2006-02-21  Graham Percival  <gpermus@gmail.com>
3877
3878         * Documentation/user/advanced-notation.itely: fixed make-moment]
3879         example.
3880
3881         * Documentation/user/basic-notation.itely: more clarification to
3882         transpose.
3883
3884 2006-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3885
3886         * lily/include/constrained-breaking.hh (class
3887         Constrained_breaking): new file.
3888
3889         * lily/constrained-breaking.cc (resize): new file.
3890
3891         * lily/gourlay-breaking.cc (do_solve): ragged-last iso raggedlast
3892
3893         * Documentation/user/advanced-notation.itely (Clusters): insert
3894         end ignore too.
3895
3896         * lily/tie-column.cc (calc_positioning_done): support for
3897         tie-score debugging
3898
3899         * lily/tie-formatting-problem.cc
3900         (generate_extremal_tie_variations): factor out.
3901         (score_ties_configuration): annotate all tie 
3902         (print_ties_configuration): new routine.
3903         (generate_configuration): nudge extremal ties outside of the head
3904         Y extents.
3905         (score_ties_configuration): oops. convert to staff-space before
3906         determining position symmetry.
3907
3908 2006-02-20  Graham Percival  <gpermus@gmail.com>
3909
3910         * Documentation/user/*-notation.itely: misc minor editing,
3911         shifting doc sections around.
3912
3913         * Documentation/user/*-notation-itely, global.itely,
3914         changing-defaults.itely: added new stuff from NEWS.
3915
3916 2006-02-20  Heikki Junes  <hjunes@cc.hut.fi>
3917
3918         * po/fi.po: update.
3919
3920 2006-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3921
3922         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): don't run
3923         lilypond --verbose for lp-book.
3924
3925         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
3926         $(outdir)/%.ly $(outdir)/%.ps): use $(srcdir) iso $(shell pwd).
3927
3928         * make/lysdoc-rules.make ($(outdir)/collated-files.tely): use
3929         $(buildscript-dir) iso. absolute depth.
3930
3931         * buildscripts/genicon.py (dir): thinko.
3932
3933         * Documentation/pictures/GNUmakefile ($(outdir)/%.ico): typo.
3934
3935 2006-02-19 Erik Sandberg  <mandolaerik@gmail.com>
3936
3937         * scm/output-lib.scm: swap darkcyan/darkyellow
3938
3939         * THANKS: Add bughunters.
3940
3941 2006-02-19  Graham Percival  <gpermus@gmail.com>
3942
3943         * Documentation/user/programming-interfaces.itely: fixed example.
3944
3945         * Documentation/user/instrument-notation.itely: fix @{ @}.
3946
3947         * scm/script.scm: add avoid-slur for \open.
3948
3949 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3950
3951         * lily/tie-formatting-problem.cc (score_configuration): use
3952         sliding score for min-length. 
3953
3954         * Documentation/pictures/GNUmakefile (local-dist): loose the rule
3955         spaghetti for icons.
3956
3957         * buildscripts/genicon.py (program_name): new file.
3958
3959         * lily/tie-formatting-problem.cc (set_chord_outline): put dots
3960         in outline too.  
3961         (generate_configuration): for small ties, also look for collisions
3962         at Y + DIR*h + DELTA_Y.
3963         (get_variations): consider variation for dot positions too.
3964
3965         * lily/side-position-interface.cc (aligned_side): take abs for
3966         quantized rounded position. Fixes tenuto below staff.
3967
3968         * scm/stencil.scm (annotate-y-interval): robustify: print nan/inf
3969         markers when necessary.
3970
3971         * lily/program-option.cc (internal_set_option): add
3972         strict_infinity_checking option.
3973
3974         * scm/output-lib.scm (cyan): swap yellow and cyan.
3975
3976 2006-02-19  Graham Percival  <gpermus@gmail.com>
3977
3978         * darwin.patch: trivial linenumber update.
3979
3980         * Documentation/user/ {various}: `\context foo = named' changed
3981         to `\new foo = "name"' in docs.
3982
3983 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3984
3985         * scm/stencil.scm (annotate-y-interval): use it.
3986
3987         * scm/lily-library.scm (interval-sane?): new function.
3988
3989         * buildscripts/mf-to-table.py (Char_metric.__init__): remove
3990         tfm_checksum stuff.
3991
3992         * lily/tie-formatting-problem.cc (from_lv_ties): add heads for
3993         common refpoint.
3994
3995         * flower/include/std-vector.hh (iterof): add iterof macro.
3996
3997         * lily/enclosing-bracket.cc (width): new function.
3998
3999         * lily/align-interface.cc (align_elements_to_extents): reinstate
4000         warning.
4001
4002 2006-02-18  Heikki Junes  <hjunes@cc.hut.fi>
4003
4004         * Documentation/index.html.in: fix spelling: thankyous.
4005
4006 2006-02-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4007
4008         * lily/lyric-hyphen.cc: typo.
4009
4010 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4011
4012         * stepmake/stepmake/c++-rules.make ($(outdir)/%.cc
4013         $(outdir)/%.hh): generate h and c in one rule; otherwise -jX
4014         builds don't work. 
4015
4016         * VERSION: release 2.7.35
4017
4018         * lily/beam.cc (get_default_dir): oops. Take abs () for
4019         extremes[DOWN].
4020         (get_default_dir): use extreme position criterion only in absence
4021         of forced stem directions.
4022
4023         * VERSION (PATCH_LEVEL): bump VERSION.
4024
4025         * mf/GNUmakefile: explicit rules for emmentaler/aybabtu
4026         dependencies. Necessary for -jX builds.  
4027
4028 2006-02-17  Jan Nieuwenhuizen  <janneke@gnu.org>
4029
4030         * lily/relocate.cc (setup_paths): Yet another const fix.
4031
4032 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4033
4034         * configure.in (HOST_ARCH): determine HOST_ARCH in configure.
4035
4036         * lily/relocate.cc (setup_paths): oops.
4037
4038 2006-02-17  Heikki Junes  <hjunes@cc.hut.fi>
4039
4040         * Documentation/index.html.in: order links: html before PDF.
4041
4042 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4043
4044         * lily/tie-column-format.cc (Module): remove.
4045
4046         * lily/relocate.cc (setup_paths): GCC 4.2 fixes: const correctness.
4047
4048         * lily/text-spanner.cc (print): idem.
4049
4050         * lily/dynamic-text-spanner.cc (print): only print line if longer
4051         than dash-period.
4052
4053         * lily/auto-change-iterator.cc (change_to): formatting.
4054
4055         * lily/beam.cc (get_default_dir): take extreme note head as input
4056         for stem direction.
4057
4058         * lily/tie.cc (get_default_dir): only look directions for visible
4059         stems. 
4060
4061         * lily/side-position-interface.cc (aligned_side): oops. Don't
4062         mutiply with direction. This fixes quantized (staccato, tenuto)
4063         scripts below notes.
4064
4065         * lily/lyric-hyphen.cc (set_spacing_rods): oops. Multiply with
4066         direction. Fixes c-lyrics-center-align.ly
4067
4068 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
4069
4070         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Add copy
4071         constructor.
4072
4073         * lily/std-string.cc:
4074         * lily/include/std-vector.hh (split_string): Move and rename from
4075         lily/include/misc.hh, lily/misc.cc.  Update callers.
4076
4077 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4078
4079         * lily/include/pango-font.hh: HAVE_PANGO_FT2 iso. HAVE_PANGO_16
4080
4081 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
4082
4083         * flower/test-file.cc: New file.
4084
4085         * stepmake/stepmake/test-vars.make (TEST_MODULE_LIBES): Fixes for
4086         libraries.
4087
4088         * flower/GNUmakefile (TEST_MODULE_LIBS): Link to flower lib.
4089
4090 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4091
4092         * flower/include/file-storage.hh: remove file.
4093
4094         * lily/include/midi-item.hh (class Midi_track): idem.
4095
4096         * lily/include/source.hh (class Sources): idem.
4097
4098         * lily/include/performance.hh (class Performance): use vector
4099         iso. Cons<>
4100
4101         * flower/include/cons.hh (class Cons): remove file.
4102
4103         * flower/include/flower-proto.hh: remove template cruft.
4104
4105         * lily/include/font-metric.hh: use size_t not vsize for indices.
4106
4107         * flower/include/flower-proto.hh (Module): remove std-vector.hh
4108         from proto.
4109
4110         * lily/include/all-font-metrics.hh: use HAVE_PANGO_FT2
4111
4112         * lily/include/paper-book.hh (class Paper_book):
4113         make get_system_specs() public.
4114
4115         * scm/layout-page-layout.scm (optimal-page-breaks): only consider
4116         the force=10000 case if we don't have a current-best. 
4117
4118         * lily/tuplet-bracket.cc (get_bounds): don't do (size() - 1) for
4119         vsize 
4120
4121         * flower/include/flower-proto.hh: remove outdated templates.
4122
4123         * scm/page.scm: use annotate-spacing
4124
4125 2006-02-15  Graham Percival  <gpermus@gmail.com>
4126
4127         * scm/translation-functions.scm: circle patch from Erlend, thanks!
4128
4129         * THANKS: moved Erlend Aasland to contributors.
4130
4131 2006-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4132
4133         * config.hh.in: remove HAVE_PANGO_16
4134
4135         * lily/tuplet-bracket.cc (calc_positions): multiply with
4136         staff-space for beam case. This fixes tuplets+beams on scaled
4137         staves.
4138
4139         * config.hh.in: remove all Kpathsea related defines.
4140
4141         * lily/dot-column.cc (side_position): reach stem via dots->
4142         head->stem. Inspect all stems for dot collisions. 
4143
4144         * lily/dot-column-engraver.cc (class Dot_column_engraver): excise
4145         stem handling.
4146
4147         * lily/bar-number-engraver.cc (process_music): document function
4148         of whichBar.
4149
4150         * lily/score.cc (default_rendering): add pscore, not systems
4151         themselves.
4152
4153         * lily/paper-book.cc (get_system_specs): separate generation of
4154         titles and systems.
4155
4156         * flower/include/std-vector.hh: don't include config.hh
4157
4158 2006-02-15  Jan Nieuwenhuizen  <janneke@gnu.org>
4159
4160         * flower/include/std-vector.hh: Better wrapper compatibility with
4161         std::vector.
4162
4163         * flower/include/flower-proto.hh: Remove cheap forward declaration
4164         attempts.
4165
4166         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): Bugfix.
4167
4168 2006-02-14  Graham Percival  <gpermus@gmail.com>
4169
4170         * Documentation/user/invoking.itely: add warning about command line.
4171
4172 2006-02-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4173
4174         * lily/include/lily-proto.hh: add Prob, rm Page.
4175
4176         * flower/include/std-vector.hh (VPOS): use 64 bit-proof version.
4177
4178         * VERSION: release 2.7.34
4179
4180         * lily/relocate.cc (framework_relocation): show canary if
4181         GHOSTSCRIPT_VERSION undefined.
4182
4183         * GNUmakefile.in: remove $(VERSION) symlink.
4184
4185         * lily/relocate.cc (setup_paths): add + 
4186
4187 2006-02-13  Heikki Junes  <hjunes@cc.hut.fi>
4188
4189         * Documentation/index.html.in: specify sizes for all big HTML pages.
4190
4191 2006-02-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4192
4193         * config.hh.in: remove @FRAMEWORKDIR@
4194
4195         * lily/system-start-text.cc (get_stencil): new file: separate out
4196         system-start-delimiter text support.
4197
4198         * input/**ly: replace \context with \new where appropriate.
4199         
4200         * THANKS: add Don.
4201
4202         * lily/slur-scoring.cc (get_base_attachments): use
4203         robust_relative_extent. This fixes problems with empty paper-columns. 
4204
4205 2006-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4206
4207         * Documentation/topdocs/NEWS.tely (Top): document \new syntax.
4208
4209         * scm/define-music-properties.scm (all-music-properties):
4210         create-new property.
4211
4212         * lily/context-specced-music-iterator.cc (construct_children):
4213         inspect 'create-new property iso. magical $uniqueContextId context
4214         id.
4215
4216         * lily/parser.yy (optional_id): allow \new "Bar" = "foo" too.
4217
4218         * lily/context-key-manager.cc (Module): new file. Encapsulate
4219         object key generation.
4220
4221         * lily/include/context-key-manager.hh (Module): new file.
4222
4223 2006-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4224
4225         * scm/define-grobs.scm (all-grob-descriptions): center instrument
4226         names vertically
4227
4228         * configure.in (LINK_GXX_STATICALLY): strip -DSTRING_UTILS_INLINED
4229         options.
4230         (reloc_b): excise --enable-framework-dir
4231
4232         * lily/relocate.cc (framework_relocation): use getenv
4233         LILYPOND_GS_VERSION or -DGHOSTSCRIPT_VERSION to set GS version.
4234
4235 2006-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4236
4237         * flower/include/std-string.hh: 
4238         * flower/include/std-vector.hh: Finish std:: conversion; move
4239         flower extensions from std:: namespace.  Update users.
4240
4241         * lily/include/lily-proto.hh: Replace Link_array__*_ macros by
4242         their expansion to vector<*>.  Update users.
4243
4244 2006-02-10  Graham Percival  <gpermus@gmail.com>
4245
4246         * Documentation/user/invoking.itely: add example to File structure.
4247
4248         * Documentation/user/ instrument-notation.itely, cheatsheet.itely,
4249         examples.itely, putting.itely: {\new|\context} Lyrics \lyricsto.
4250
4251 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4252
4253         * ly/paper-defaults.ly: typo.
4254
4255         * lily/parenthesis-engraver.cc (acknowledge_grob): don't do
4256         set_parent() for parentheses. This will make it show up in bbox
4257         calculations.
4258
4259         * scm/output-lib.scm (parentheses-item::print): rewrite, using
4260         ly:grob-common* functions.
4261
4262         * lily/grob-scheme.cc (LY_DEFINE):
4263         ly:grob-common-refpoint-of-array: new function 
4264         ly:grob-common-refpoint: new function 
4265         ly:grob-relative-coordinate: new function 
4266
4267         * lily/instrument-name-engraver.cc (process_music): use
4268         Text_interface::is_markup(). This fixes \markup on instrument names.  
4269
4270         * scm/define-grobs.scm (all-grob-descriptions): set line-thickness
4271         for ties and slurs.
4272
4273         * lily/slur.cc (print): idem.
4274
4275         * lily/tie.cc: add line-thickness for ties. 
4276
4277 2006-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4278
4279         * scm/output-svg.scm: Document diversion from GNU coding standards
4280         as a workaround for a bug in Microsoft Internet Explorer.
4281
4282 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4283
4284         * lily/instrument-name-engraver.cc (process_music): use
4285         is_markup() iso. is_string()
4286
4287         * Documentation/user/changing-defaults.itely (Module): add menu entry.
4288
4289         * lily/percent-repeat-engraver.cc (process_music): only look at
4290         main_part_ for % repeats.
4291
4292         * lily/stem-tremolo.cc (get_beam_translation): new function.
4293         (calc_slope): new function.
4294         (height): don't use real slope.
4295
4296 2006-02-10  Jürgen Reuter  <reuter@ipd.uka.de>
4297
4298         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: add
4299         new connect-to-neighbor, control-points and staff-padding
4300         properties to make ligature brackets showing up again.
4301
4302 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4303
4304         * VERSION: release 2.7.33
4305
4306         * lily/relocate.cc (prefix_relocation): oops. One TOPLEVEL_VERSION
4307         too many.
4308
4309         * Documentation/user/changing-defaults.itely (Difficult tweaks):
4310         remove applyOutput example.
4311         (Objects connected to the input): document \tweak, \parenthesize
4312
4313         * lily/relocate.cc (prefix_relocation): allow "current"
4314         iso. TOPLEVEL_VERSION for share/lilypond/ suffix. This makes
4315         changing VERSION in a lily tree less painful.
4316
4317         * input/regression/parenthesize.ly: new file. 
4318
4319         * scm/output-lib.scm (parenthesize-element): new function.
4320
4321         * scm/define-grobs.scm (all-grob-descriptions): add ParenthesesItem.
4322
4323         * lily/parenthesis-engraver.cc (acknowledge_grob): new file.
4324
4325         * lily/accidental-engraver.cc (make_standard_accidental): reroute
4326         cause: accidentals are caused by note heads, not note events. 
4327
4328 2006-02-08  Graham Percival  <gpermus@gmail.com>
4329
4330         * darwin.patch: small patch from Erlend, thanks!
4331
4332         * Documentation/user/basic-notation.itely: add stem-neutral example.
4333
4334         * Documentation/user/putting.itely: clarifications.
4335
4336 2006-02-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4337
4338         * Documentation/topdocs/NEWS.tely (Top): remove internal cleanup
4339         note, add more guidelines to what should go into NEWS.
4340
4341         * input/sakura-sakura.ly: document how to override font.
4342
4343         * input/regression/font-family-override.ly:  doc -dshow-available-fonts
4344
4345 2006-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4346
4347         * lily/midi-item.cc (to_string): truncate time sig at 255 beats.
4348
4349 2006-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
4350
4351         * scripts/convert-ly.py (lilypond_version_re_str): Move from
4352         convertrules.  Add explicit grouping, needed for python2.2.
4353
4354 2006-02-07  Jan Nieuwenhuizen  <janneke@gnu.org>
4355
4356         * Documentation/topdocs/NEWS.tely (Top): Mention code cleanup.
4357
4358 2006-02-07  Graham Percival  <gpermus@gmail.com>
4359
4360         * Documentation/user/global.itely: fix line-width in (text) docs.
4361
4362         * Documentation/user/lilypond-book.itely: same.
4363
4364 2006-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4365
4366         * VERSION (PACKAGE_NAME): release 2.7.32
4367
4368         * Documentation/topdocs/NEWS.tely (Top): document new variable
4369         naming.
4370
4371         * flower/include/array.icc (Message): remove file.
4372
4373         * flower/include/std-vector.hh: make sure vsize and VPOS are
4374         defined for binary_search_bounds().
4375
4376         * flower/std-string.cc (std): add to_string(long unsigned).
4377
4378         * configure.in (gui_b): excise std_string option.
4379         (gui_b): excise std_vector option.
4380
4381         * flower/string.cc (Module): excise flower array & string
4382
4383         * flower/include/std-string.hh: excise flower string.
4384
4385         * {ly,lily,scm}/*: use dashes in \paper and \layout variables
4386
4387         * python/convertrules.py (lilypond_version_re_str): require
4388         only numbers and dots in \version string.
4389
4390 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4391
4392         * lily/system-start-delimiter.cc (print): allow style = text too.
4393
4394         * lily/system-start-delimiter-engraver.cc
4395         (acknowledge_system_start_text): new function, also add add to
4396         support of system-start-text (instrument names). This fixes
4397         instrument names on piano staves.
4398
4399         * lily/instrument-name-engraver.cc: rewrite. Use
4400         system-start-delimiter approach. This save memory and cpu.
4401
4402         * scm/define-grobs.scm (all-grob-descriptions): remove
4403         instrument-name from break-alignment.
4404
4405         * mf/GNUmakefile ($(NCSB_TTFS)): depend on pfx2ttf script too.
4406
4407 2006-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4408
4409         * stepmake/stepmake/generic-vars.make (LOOP): Add PLUS to keep -j
4410         jobserver going.
4411
4412         * configure.in (std_vector): On by default.
4413
4414         * lily/include/font-metric.hh:
4415         * lily/include/tfm-reader.hh: 
4416         * lily/include/spanner.hh: Use unsigned for indices and sizes.
4417         Update users.
4418
4419         * Documentation/user/changing-defaults.itely: Fix link v2.5, out-www.
4420
4421 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4422
4423         * VERSION (PACKAGE_NAME): 2.7.31
4424
4425         * scm/framework-ps.scm (dump-stencil-as-EPS): don't hardcode left
4426         EPS edge at 0, but take minimum with left-overshoot. This fixes
4427         cut off system start delims. 
4428
4429         * lily/instrument-name-engraver.cc (stop_translation_timestep):
4430         hack: add to axis group if not added yet. This fixes hara kiri'd
4431         piano staves.
4432
4433         * lily/hara-kiri-group-spanner.cc
4434         (force_hara_kiri_in_y_parent_callback): fix signatures.
4435
4436         * lily/hairpin.cc (print): check next hairpin to see whether or
4437         not to be continuing.
4438
4439 2006-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4440
4441         * Remove trailing whitespace from makefiles.
4442         
4443         * flower/include/std-vector.hh: Add binary_search_bounds workaround
4444         for earlier gcc.
4445
4446         * .cvsignore: Add out*, out-www, config-*.  Remove lots of cruft.
4447
4448         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Workaround.
4449
4450         * config.hh.in (HAVE_STL_DATA_METHOD): Add.
4451
4452         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): New function.
4453
4454         * configure.in: Use it.
4455
4456 2006-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4457
4458         * scm/music-functions.scm (pitch-of-note): new function.
4459
4460         * ly/music-functions-init.ly: add \octave and \addquote
4461
4462         * lily/parser.yy (music_function_chord_body): softcode \octave.
4463         (lilypond_header): softcode \addquote
4464
4465 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4466
4467         * flower/include/std-vector.hh[STD_VECTOR]: Do not include
4468         array.hh, parray.hh at all.  Getting ready to flip the
4469         configure default.
4470
4471         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
4472
4473         * lily/source-file.cc (file::get_line): Help binary_search_bounds
4474         a bit.
4475
4476         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
4477
4478 2006-02-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4479
4480         * flower/include/array.hh: typo. 
4481
4482 2006-02-02  Graham Percival  <gpermus@gmail.com>
4483
4484         * Documentation/user/advanced-notation.itely: doc "\#" in text.
4485
4486 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4487
4488         * flower/include/pqueue.hh: Derive from std::vector.
4489
4490         * flower/include/parray.hh: Conform to std::vector interface.
4491         Update users.
4492
4493 2006-02-02  Graham Percival  <gpermus@gmail.com>
4494
4495         * Documentation/topdocs/NEWS.itely: grammar fix from Laura.
4496
4497 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4498
4499         * flower/file-path.cc (is_file): remove if 0 section.
4500
4501         * buildscripts/pfx2ttf.fontforge (err): robustness fix for
4502         selecting afii61352.
4503
4504 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4505
4506         * flower/include/std-vector.hh (boundary): Oops, reverse.
4507
4508         * flower/string-convert.cc (convert::unsigned_string): Bugfix:
4509         remove superfluous `d'.
4510
4511         * flower/include/std-vector.hh (boundary, top): Detach from class.
4512         Remove empty vector shell.
4513
4514         * flower/include/array.hh (reverse, swap): Detach from class.
4515         Update users.
4516         
4517         * flower/include/std-vector.hh
4518         * flower/include/array.hh (concat): Globally change to insert ().
4519
4520         
4521         * flower/include/std-vector.hh
4522         * flower/include/parray.hh
4523         * flower/include/array.hh (elem, elem_ref): Globally replace by
4524         at ().
4525
4526 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4527
4528         * Documentation/topdocs/NEWS.tely (Top): use ly: prefix for members.
4529
4530         * python/convertrules.py (FatalConversionError.sub_cxx_id):
4531         anticipate on identifier substitutions.
4532
4533 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4534
4535         * flower/include/std-vector.hh (insert): Remove, replace by
4536         std::vector interface.  Update callers.
4537
4538         * flower/include/array.icc (insert): Change signature to
4539         match std::vector interface.
4540         
4541         * flower/include/array.icc (vector_sort): Bugfix.
4542
4543 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4544
4545         * lily/parser.yy (output_def_head_with_mode_switch): new
4546         production. Result: dashes and underscores may be used in the
4547         \paper block.
4548
4549         * lily/lexer.ll: add DASHED_WORD.  Accept in INITIAL mode.
4550
4551         * python/convertrules.py (conv): oops. One slash too much.
4552
4553 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4554
4555         * flower/include/std-vector.hh (sort): Remove, replace by
4556         ::vector_sort.  Update callers.
4557
4558         * flower/include/std-vector.hh (slice): Remove.  Update callers.
4559         (sort): Bugfix.
4560
4561         * flower/test-std.cc (vector_sort): New test.
4562
4563 2006-02-01  Graham Percival  <gpermus@gmail.com>
4564
4565         * Documentation/user/putting.itely: fixes from Erik.
4566
4567 2006-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4568
4569         * flower/test-std.cc: Add simple unit test for vector migration.
4570
4571         * stepmake/stepmake/test*: Unit test support.
4572
4573         * flower/include/std-vector.hh (del): Remove.  Use erase (),
4574         update callers.
4575
4576         * flower/include/array.hh (begin, end): Add.
4577         (del, get): Remove.
4578
4579 2006-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4580
4581         * lily/include/lily-guile-macros.hh (MAKE_SCHEME_CALLBACK): use
4582         std::string not String. 
4583
4584         * lily/context-def.cc (path_to_acceptable_context): use INT_MAX
4585         iso UINT_MAX.
4586
4587         * lily/prob.cc (Prob): copy type_ too.
4588
4589         * lily/lily-guile.cc (mangle_cxx_identifier): new
4590         function. Class_bla::foo_bar_[px] ->
4591         ly:class-bla::foo-bar[?!]. Changes throughout
4592
4593 2006-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4594
4595         * flower/include/guile-compatibility.hh (scm_from_unsigned): add scm_from_unsigned().
4596
4597         * lily/beam.cc (calc_direction): take dir from visible stem in
4598         degenerate case.
4599
4600 2006-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4601
4602         * lily/melody-spanner.cc (spanner::calc_neutral_stem_direction):
4603         Fix -1, >=0 boundary checks for unsigned vsize.
4604
4605         * lily/separating-group-spanner.cc (spanner::find_rods): Fix >=0
4606         loop for unsigned vsize.
4607
4608         * configure.in (--enable-std-vector): New option.
4609         (--enable-std-string): On by default.
4610
4611         * flower/include/std-vector.hh: New file.  Enable switch to
4612         std::vector, update client code.
4613
4614 2006-01-30  Graham Percival  <gpermus@gmail.com>
4615
4616         * scm/document-translation.scm: clarify "this context is also
4617         known as".  Thanks, Werner!
4618
4619         * Documentation/user/putting.itely: small fixes from Don Blaheta.
4620
4621         * Documentation/user/invoking.itely: small fix from Don.
4622
4623 2006-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4624
4625         * scm/lily.scm (define-scheme-options): rename option
4626         preview-include-book-title to book-title-preview
4627         (define-scheme-options): move force-eps-font-include (from paper
4628         block) to eps-font-include -d option.
4629
4630         * VERSION (PATCH_LEVEL): release 2.7.30
4631
4632         * input/bach-schenker.ly (staffPiano): new file.
4633
4634         * buildscripts/pfx2ttf.fontforge: remove No. glyph from TTF file.
4635
4636         * Documentation/topdocs/NEWS.tely (Top): simplify NEWS entry, add
4637         credits to Nicolas.
4638
4639         * scm/define-markup-commands.scm (epsfile): add scaling to \epsfile.
4640
4641         * ps/lilyponddefs.ps: remove start-system, stop-system,
4642         start-page fluff. This saves putting { } code on the stack, fixing
4643         stack overflows when including EPS files.
4644
4645 2006-01-29  Graham Percival  <gpermus@gmail.com>
4646
4647         * Documentation/user/putting.itely: minor fixes (comments on -devel).
4648
4649 2006-01-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4650
4651         * Documentation/topdocs/NEWS.tely (Top): add \parallelMusic news.
4652
4653 2006-01-28  Graham Percival  <gpermus@gmail.com>
4654
4655         * Documentation/user/putting.itely: minor fixes (mostly tab->space).
4656
4657 2006-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4658
4659         * input/mutopia/claop.py: Update.
4660
4661 2006-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4662
4663         * input/regression/completion-heads.ly (texidoc): fix.
4664
4665         * lily/staff-symbol-referencer.cc (on_staff_line): idem.
4666
4667         * lily/tie-formatting-problem.cc
4668         (set_ties_config_standard_directions): use abs iso fabs for ints.
4669
4670         * Documentation/topdocs/INSTALL.texi (Top): document ncsb requirement.
4671
4672         * mf/feta-bolletjes.mf (overdone_heads): solfa_noteheight, a
4673         little less than noteheight, to prevent overlaps in chords.
4674
4675         * lily/note-collision.cc (check_meshing_chords): wipe upper FA
4676         head, and fudge stem-attachment.
4677
4678         * scm/lily-library.scm (not): define hash-for-each for guile 1.6
4679
4680         * lily/slur-scoring.cc (get_best_curve): handle opt_idx < 0 case.
4681
4682 2006-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4683
4684         * lily/main.cc (main): Debugging aid: catch exceptions.
4685
4686         * flower/std-string.cc (to_string): Robustification.  Fixes midi
4687         output with std::string.
4688
4689 2006-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4690
4691         * Documentation/topdocs/INSTALL.texi (Top): remove libkpathsea notes.
4692
4693 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4694
4695         * Fix -DSTRING_UTILS_INLINED.
4696
4697 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4698
4699         * VERSION (PATCH_LEVEL): release 2.7.29
4700
4701         * lily/relocate.cc (setup_paths): mingw uses std string too.
4702
4703         * lily/*.cc: various fixes for substr(ARG).
4704
4705         * lily/sustain-pedal.cc (print): 
4706
4707         * flower/file-name.cc (slashify): use std strings.
4708
4709         * flower/string-convert.cc: remove publib.h
4710
4711         * scm/define-markup-commands.scm (verbatim-file): new markup
4712         command \verbatim-file
4713
4714         * Documentation/topdocs/NEWS.tely: fixup URLs
4715
4716         * input/regression/alignment-vertical-manual-setting.ly (Module):
4717         new file.
4718
4719         * lily/align-interface.cc (align_elements_to_extents): overwrite
4720         translations with numbers in alignment-offsets from left bound
4721
4722         * scm/page.scm (make-page-stencil): read X-offset from paper-system.
4723         (page-translate-systems): new function: take into account Y-offset.
4724
4725         * Documentation/topdocs/NEWS.tely (Top): document new features.
4726
4727         * input/regression/page-layout-manual-position.ly (Module): new
4728         file.
4729
4730 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4731
4732         * flower/file-path.cc (path::parse_path): Oops.
4733
4734         * Finish std::string interface.  For now, use std:: marker
4735         throughout for easy s/r.
4736
4737 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4738
4739         * Documentation/user/putting.itely (Score is a single musical
4740         expression): typo.
4741         (Score is a single musical expression): more typos.
4742
4743         * scm/page.scm (annotate-space-left): thinko.
4744         (annotate-page): more thinkos.
4745
4746 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4747
4748         * scm/layout-page-layout.scm (write-page-breaks): record tweaks
4749         for different \score blocks separately.
4750         (post-process-pages): put write-page-layout into paper block.
4751
4752         * lily/output-def.cc (get_parser): new file.
4753
4754         * lily/output-def-scheme.cc (LY_DEFINE): ly:output-def-parser, new
4755         file.
4756
4757         * lily/include/output-def.hh (class Output_def): add parser_ member.
4758
4759         * input/regression/page-layout-twopass.ly (Module): new file.
4760
4761         * scm/lily.scm: remove cpp hack.
4762
4763         * lily/lyric-engraver.cc (get_voice_to_lyrics): use NPOS everywhere.
4764
4765 2006-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4766
4767         * GNUmakefile.in (c-clean): New target.
4768
4769         * flower/include/std-string.hh: String/std::string compatibility:
4770         Use NPOS for `not found' (iso -1), use ssize for length () and pos
4771         type.
4772
4773         * flower/rational.cc: 
4774         * flower/include/rational.hh: 
4775
4776         * flower/offset.cc: 
4777         * flower/include/offset.hh: 
4778
4779         * flower/interval.cc: 
4780         * flower/include/interval.hh: 
4781
4782         * flower/string-convert.cc: 
4783         * flower/include/string-convert.hh: Use std::string [interface].
4784         Update callers.
4785
4786 2006-01-25  Heikki Junes  <hjunes@cc.hut.fi>
4787
4788         * Documentation/index.html.in: clean up.
4789
4790 2006-01-25  Graham Percival  <gpermus@gmail.com>
4791
4792         * Documentation/user/putting.itely: another new untested doc section.
4793
4794 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4795
4796         * scm/layout-page-layout.scm (write-page-breaks): write
4797         \spacingTweaks #ALIST. Handle grace timing.
4798
4799         * scm/: more imports.
4800
4801         * scm/page.scm (make-page): add footer/header.
4802         (annotate-space-left): revise: only take page argument.
4803         (layout->page-init): new function.
4804
4805         * scm/layout-page-layout.scm (write-page-breaks): preliminary
4806         version of the system/spacing/linebreak hack writing to the output
4807
4808         * lily/prob-scheme.cc (LY_DEFINE): take optional 'key val args in
4809         ly:make-prob.
4810
4811         * lily/grob-scheme.cc (LY_DEFINE): ly:spanner-get-bound ->
4812         ly:spanner-bound
4813
4814 2006-01-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4815
4816         * scm/stencil.scm (annotate-y-interval): move from layout-page-layout.scm
4817
4818         * scm/paper-system.scm (paper-system-annotate): new file. Handle paper-system.
4819
4820         * scm/layout-page-layout.scm (optimal-page-breaks): move all page
4821         handling to page.scm
4822
4823         * lily/prob-scheme.cc (LY_DEFINE): new file.
4824         (LY_DEFINE): functions ly:make-prob , ly:prob-type? , ly:prob-(set-)property(!)
4825
4826         * lily/music-scheme.cc (LY_DEFINE): rewrite get/set property using
4827         prob functions.
4828
4829         * lily/music.cc (derived_mark): derive Music from Prob.
4830
4831         * lily/paper-system.cc (LY_DEFINE): derive from Prob.
4832
4833         * lily/prob.cc (Module): Implement Prob (Property Object), object
4834         with shared and r/w property alists.  
4835
4836         * lily/include/prob.hh (Module): new file. Declare Prob.
4837
4838         * flower/string.cc: remove is_empty().
4839
4840         * flower/include/string.hh (class String): remove String:: qualifier.
4841
4842         * buildscripts/analyse-cxx-log.py: new file. Read compile log to
4843         substitute appropriate functions.
4844
4845         * flower/include/string.hh (class String): remove to_str0 and
4846         is_empty(). S&R everywhere.
4847
4848 2006-01-23  Graham Percival  <gpermus@gmail.com>
4849
4850         * Documentation/user/basic-notation.itely: add hairpin
4851         after-linebreak tweak to commonprop.
4852
4853         * Documentation/user/putting.itely: added two new sections.
4854
4855 2006-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4856
4857         * flower/international.cc: 
4858         * flower/include/international.hh: 
4859
4860         * flower/getopt-long.cc: 
4861         * flower/include/getopt-long.hh: Use std::string [interface].
4862         Update callers.
4863
4864         * flower/include/std-string.hh: Oops, bugfix for --disable-std-string.
4865
4866         * stepmake/stepmake/executable-rules.make: Add dependency on
4867         module libraries.
4868
4869 2006-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4870
4871         * flower/file-path.cc: 
4872         * flower/include/file-path.hh: Use std::string [interface].
4873         Update callers.
4874
4875         * flower/direction.cc: 
4876         * flower/axis.cc: Unused.  Remove.
4877
4878         * configure.in (--enable-std-string): New option.
4879
4880         * flower/std-string.cc: 
4881         * flower/include/std-string.hh: New file.
4882
4883         * flower/file-name.cc[STD_STRING]:
4884         * flower/include/file-name.hh[STD_STRING]: Use it.  Update callers.
4885
4886 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4887
4888         * scm/output-svg.scm (placebox): no GNU coding standards in SVG output. 
4889
4890         * scm/define-markup-commands.scm (with-dimensions):
4891         with-dimensions markup command.
4892
4893         * input/test/font-table.ly: use it.
4894
4895         * lily/open-type-font.cc (glyph_list): new function.
4896
4897         * lily/open-type-font-scheme.cc (LY_DEFINE): ly:otf-glyph-list function.
4898
4899         * lily/ttf.cc: remove ly:font-glyph-list scheme function
4900
4901 2006-01-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4902
4903         * ly/music-functions-init.ly (parallelMusic): new music function
4904         for parallel music entry.
4905
4906         * scm/define-music-properties.scm (all-music-properties): new
4907         'void music property
4908
4909         * scm/music-functions.scm (ly:music-message): make public, to be
4910         used in music function definitions
4911
4912         * scm/lily-library.scm (collect-music-for-book): discard music
4913         when the 'void property is set.
4914
4915 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4916
4917         * lily/ttf.cc (LY_DEFINE): store name before destroying face.
4918
4919         * mf/GNUmakefile: idem.
4920
4921         * buildscripts/mf-to-table.py (help): excise fetaXXlist.ly support.
4922
4923         * stepmake/bin/install.py (dest): Only chmod/chown just created directories
4924
4925         * Documentation/user/notation-appendices.itely (The Feta font):
4926         use it.
4927
4928         * input/test/font-table.ly: new file. Generate font table within lily.
4929
4930         * Documentation/user/notation-appendices.itely (The Feta font):
4931         use new font-table.ly file. 
4932
4933         * stepmake/stepmake/install-out-targets.make
4934         (local-install-outfiles): only create directory if
4935         $(INSTALLATION_OUT_DIR) is defined. This fixes install on Gentoo.
4936
4937 2006-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4938
4939         * lily/ttf.cc (LY_DEFINE): new function ly:font-glyph-list.
4940
4941         * VERSION (PACKAGE_NAME): release 2.7.28
4942
4943         * scm/framework-ps.scm (write-preamble): use it to pick exactly
4944         the right font from a Mac dfont.
4945         (write-preamble): don't forget directory, only look at files.
4946
4947         This fixes problems with TTF files in dfonts that don't match
4948         their PostScript names.
4949          
4950         * lily/ttf.cc (LY_DEFINE): ly:ttf-ps-name: new routine to extract
4951         PS name from TTF font.
4952
4953         * input/regression/tie-manual.ly: document new feature.
4954
4955         * Documentation/topdocs/NEWS.tely (Top): add tie NEWS.
4956
4957         * VERSION (MY_PATCH_LEVEL): bump to .28
4958
4959         * Documentation/user/basic-notation.itely (Ties): add tie examples
4960         refs.
4961
4962         * lily/tie-formatting-problem.cc (score_ties_configuration):
4963         symmetry penalties for outer ties.
4964
4965 2006-01-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4966
4967         * lily/tie-formatting-problem.cc (generate_configuration) 
4968         (set_manual_tie_configuration): skip non-pair manual
4969         tie-configuration, so you can set individual ties as
4970
4971           #'tie-configuration = #'((7 . 1) #t (-3 . 1))
4972
4973         * input/regression/tie-chord.ly: use generateTiePattern to
4974         simplify file.
4975
4976         * lily/tie-formatting-problem.cc (peak_around): new function.
4977         (score_configuration): use sliding criterion for staff line collisions. 
4978         (score_configuration): idem for dot collisions.
4979         (generate_configuration): use separate stem_gap for gap to stem.
4980
4981         * lily/include/tie-formatting-problem.hh (struct Tie_details):
4982         separate penalty factors for x and y distance.
4983         (struct Tie_details): separate penalties for tip and center line collisions.
4984
4985 2006-01-19 Han-Wen Nienhuys  <hanwen@xs4all.nl>
4986
4987         * lily/tie-formatting-problem.cc (generate_configuration): make
4988         large ties avoid stafflines in the horizontal section.
4989         (score_configuration): use softcoded penalties
4990         (score_aptitude): idem.
4991
4992         * lily/tie-helper.cc (from_grob): softcode tie details
4993
4994         * lily/staff-symbol-referencer.cc (on_staff_line): new function
4995
4996         * lily/staff-symbol-referencer.cc (on_line): rename from
4997         on_staffline 
4998
4999 2006-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5000
5001         * ly/music-functions-init.ly: remove duplicate tag.
5002
5003         * lily/include/*.hh: GCC 4.1 fixes.
5004
5005 006-01-16  Erlend Aasland  <erlenda@gmail.com>
5006
5007         * Documentation/user/global.itely: fix typos; @bugs -> @refbugs
5008
5009         * scm/define-music-types.scm: fix bug in desc. string
5010         for OverrideProperty
5011
5012 2006-01-15 Erik Sandberg  <mandolaerik@gmail.com>
5013
5014         * scripts/lilypond-book.py: bugfix
5015
5016         * scm/define-music-types.scm: fix typos.
5017
5018 2006-01-14  Graham Percival  <gpermus@gmail.com>
5019
5020         * Documentation/user/ basic-notation.itely, global.itely,
5021         advanced-notation.itely, instrument-notation.itely: small
5022         additions (bugs and commonly tweaked properties).
5023
5024 2006-01-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5025
5026         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): generic
5027         detection of mingw build.
5028         (MINGW_BUILD): opps.
5029
5030 2006-01-12  Jan Nieuwenhuizen  <janneke@gnu.org>
5031
5032         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Add
5033         i686-mingw32.
5034
5035 2006-01-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5036
5037         * scm/music-functions.scm (skip->rest): add skip->rest
5038
5039 2006-01-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5040
5041         * lily/font-config.cc (init_fontconfig): call FcConfigBuildFonts()
5042         explicitly.
5043
5044         * lily/font-config-scheme.cc (LY_DEFINE): also display font and
5045         config dirs. Aids debugging. 
5046         (display_config): also display config files.
5047
5048 2006-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5049
5050         * VERSION: release 2.7.27
5051
5052         * lily/bar-line.cc (calc_bar_size): inspect staff->extent (Y_AXIS)
5053         for determining bar size.
5054
5055         * lily/staff-symbol.cc (print): place lines at distance line-positions
5056
5057         * scm/define-grob-properties.scm (all-user-grob-properties): add
5058         line-positions.
5059
5060         * lily/staff-symbol.cc (height): new function.
5061
5062         * input/regression/staff-line-positions.ly:  new file.
5063
5064 2006-01-06  Graham Percival  <gpermus@gmail.com>
5065
5066         * input/test/add-staccato.ly: remove reference to old file.
5067
5068 2006-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5069
5070         * scripts/lilypond-book.py (invokes_lilypond): allow . in path to
5071         lilypond binary too.
5072
5073 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5074
5075         * make/mutopia-rules.make (Module): use LILYPOND_BINARY
5076
5077 2006-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
5078
5079         * scripts/midi2ly.py: Bugfix: Declare datadir.
5080
5081         * make/ly-rules.make:
5082         * make/mutopia-rules.make: Use LILYPOND_BINARY (WAS: LILYPOND, but
5083         that seems to be gone). Fixes make web.
5084
5085         * The grand 2005-2006 replace.
5086
5087         * VERSION (MY_PATCH_LEVEL): Stay on .26 for now.
5088
5089 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5090
5091         * make/lilypond-vars.make: set LILYPOND_BINARY variable
5092         (LILYPOND_BOOK_LILYPOND_FLAGS): new variable
5093         LILYPOND_BOOK_LILYPOND_FLAGS to hold system dependent settings,
5094         like -dgs-font-load.
5095
5096         * Documentation/user/GNUmakefile ($(outdir)/interfaces.itexi):
5097         remove absolute path to lilypond binary.
5098         
5099 2006-01-05 Pedro Kroeger    <kroeger@pedrokroeger.net>
5100
5101         * configure.in (NCSB_DIR): fix --with-ncsb-dir option.
5102
5103 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5104
5105         * make/lilypond-vars.make: support LILYPOND_EXTERNAL_BINARY variable.
5106
5107         * mf/GNUmakefile: remove broken dvips map symlink.
5108
5109 2006-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
5110
5111         * lily/main.cc: 
5112         * configure.in: Cosmetic fixes.
5113
5114 2006-01-04  Mats Bengtsson  <mabe@s3.kth.se>
5115
5116         * Documentation/user/music-glossary.tely (Pitch names): Added
5117         Spanish pitch names and durations, thanks to Ernesto Gancedo
5118
5119 2006-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5120
5121         * scm/lily.scm (define-scheme-options): use quasi-quote for option
5122         init. Fixes verbose printing of .scm files.
5123
5124         * stepmake/aclocal.m4: add spaces before - options.
5125         
5126 2006-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5127
5128         * lily/relocate.cc (setup_paths): Bugfix: do not store result
5129         of path search in local block variable.
5130
5131 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5132
5133         * configure.in (NCSB_DIR): --enable-ncsb-dir
5134         (LINK_GXX_STATICALLY): denko.
5135
5136         * mf/GNUmakefile ($(NCSB_TTFS)): NCSB_DIR iso. NCSB_PATH. 
5137
5138         * configure.in (LINK_GXX_STATICALLY): --enable-ncsb-path option. 
5139         use locate to find c059033l.pfb. 
5140         
5141 2006-01-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5142
5143         * lily/tie-formatting-problem.cc
5144         (problem::generate_base_chord_configuration): Use my_round (was
5145         round).
5146
5147         * lily/source-file.cc (file::get_counts)[!HAVE_MBRTOWC]: Bugfix,
5148         do not invoke mbrtowc.
5149
5150         * lily/relocate.cc (setup_paths): Add more debugging verbosity.
5151
5152 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5153
5154         * scm/lily.scm (lilypond-all): oops. remove debugging hack.
5155
5156 2005-01-02  Heikki Junes  <hjunes@cc.hut.fi>
5157
5158         * Documentation/user/invoking.itely (svg): revise.
5159
5160 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5161
5162         * lily/lexer.ll: use sourcefilename iso. renameinput.
5163
5164 2006-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5165
5166         * mf/GNUmakefile ($(NCSB_TTFS)): revise rule. Create
5167         <PostScriptName>.ttf instead of c059XXXttf.
5168
5169         * lily/program-option.cc (LY_DEFINE): special support for
5170         --verbose, so it works before option init too.
5171  
5172         * mf/GNUmakefile (local-install): oops.
5173
5174         * lily/lyric-hyphen.cc (print): oops.
5175
5176         * buildscripts/pfx2ttf.fontforge: new file.
5177         
5178         * mf/GNUmakefile (NCSB_PATH): add vars for NCSB.
5179         ($(outdir)/%.ttf): new rule. 
5180
5181         * scm/define-grobs.scm (all-grob-descriptions): add font-interface
5182         to LyricHyphen.
5183
5184         * lily/lyric-hyphen.cc (print): multiply hyphen height by
5185         font-size
5186
5187 2005-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5188
5189         * VERSION: release 2.7.26
5190         
5191         * mf/GNUmakefile (install-fc-cache): remove old font.cache-1 files.
5192
5193 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5194
5195         * lily/font-config.cc (init_fontconfig): verbosity.
5196
5197         * THANKS: add Muziekacademie Lede. 
5198
5199         * scripts/musicxml2ly.py (print_voice_definitions): new function 
5200         (print_score_setup): new function
5201         (convert): read part definition to output staves properly.
5202
5203         * python/musicxml.py (Measure.get_notes): new class. Wrap lists of
5204         Music_xml notes.
5205
5206         * python/musicexp.py (Output_printer.__init__): use _ in data
5207         members.
5208         (Output_printer.unformatted_output): new function: no formatting,
5209         but count braces.
5210         (Duration.get_length): remove isinstance() checks for
5211         Output_printer everywhere.
5212
5213         * input/regression/lyrics-bar.ly (texidoc): add
5214         Separating_line_group_engraver.
5215
5216 2005-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5217
5218         * lily/relocate.cc (framework_relocation): New function,
5219         factored from set_relocation ().
5220         (prefix_relocation): Rename from set_relocation ().
5221         (setup_paths): Use it.
5222
5223 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5224
5225         * scm/*.scm: use LEFT/RIGHT/UP/DOWN etc. iso. magical
5226         numbers. Patch by Erlend Aasland.
5227
5228 2005-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5229
5230         * lily/font-config.cc (init_fontconfig): print warning if cache
5231         file is not existant.
5232
5233         * lily/main.cc: don't use #ifdef but #if
5234
5235 2005-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5236
5237         * lily/grob-property.cc (internal_set_property): don't abort on
5238         calculation-in-progress.
5239
5240         * lily/beam.cc (get_default_dir): robustness: don't divide by zero.
5241
5242         * lily/tuplet-bracket.cc (calc_control_points): oops: typo. Read
5243         connect-to-neighbor property not connect-to-other
5244
5245         * lily/program-option.cc (LY_DEFINE): remove Protected_scm global variable.
5246         (LY_DEFINE): oops. don't forget protection.
5247
5248         * flower/parse-afm.cc (Module): strip AFM handling completely.
5249
5250         * lily/stencil-expression.cc: idem.
5251
5252         * lily/grob-interface-scheme.cc (LY_DEFINE): idem.
5253
5254         * lily/function-documentation.cc (ly_add_function_documentation):
5255         use static member iso. Protected_scm
5256
5257         * lily/main.cc: use ifdef ARGV0_RELOCATION iso. MINGW
5258
5259         * config.make.in (prefix): remove HAVE_KPATHSEA_SO
5260
5261 2005-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5262
5263         * lily/relocate.cc (set_env_dir): New function.
5264         (set_relocation): Use it to fix setting PANGO_PREFIX.
5265
5266 2005-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5267
5268         * input/regression/stem-direction-context.ly: remove rest.
5269
5270         * lily/melody-engraver.cc (process_music): restart for bar lines.
5271         (acknowledge_slur): restart for slurs.
5272
5273 2005-12-27  Heikki Junes  <hjunes@cc.hut.fi>
5274
5275         * Documentation/user/invoking.itely: describe how to view SVG 
5276         output using Inkscape which replace embedded fonts with OTF fonts.
5277
5278 2005-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5279
5280         * lily/relocate.cc (set_relocation): set PANGO_PREFIX
5281
5282 2005-12-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5283
5284         * lily/melody-engraver.cc (class Melody_engraver): Remove lying
5285         comment.
5286
5287 2005-12-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5288
5289         * VERSION (PACKAGE_NAME): release 2.7.25
5290
5291         * Documentation/topdocs/NEWS.tely (Top): document new feature.
5292
5293         * input/regression/stem-direction-context.ly: new file.
5294
5295         * lily/relocate.cc (set_relocation): add PANGO_PREFIX
5296
5297         * lily/melody-engraver.cc (acknowledge_stem): restart MelodyItem
5298         on rest.
5299
5300         * ly/engraver-init.ly: add Melody_engraver
5301
5302         * lily/beam.cc (calc_direction): use default-direction
5303         iso. get_default_direction()
5304
5305         * scm/define-grob-properties.scm (all-user-grob-properties): add
5306         default-direction property.
5307
5308         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem.
5309
5310         * lily/stem.cc (calc_default_direction): remove
5311         Stem::get_default_direction, use default-direction with callback
5312         instead.
5313
5314         * lily/melody-spanner.cc (calc_neutral_stem_direction): 
5315
5316         * lily/melody-engraver.cc: new file. Acknowledge stems for
5317         interpolated stem directions. 
5318
5319         * lily/melody-spanner.cc: new file. Interpolate stem directions.
5320
5321         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem
5322
5323         * lily/slur-configuration.cc (fit_factor): more robust check for
5324         point in curve X-extent.
5325
5326         * lily/slur.cc (outside_slur_callback): return offset_scm, not 0.
5327         (outside_slur_callback): check for 'outside avoidance.
5328
5329         * lily/slur-configuration.cc (score_extra_encompass): don't use
5330         bound->column() == avoid->column() for checking extents, as this
5331         doesn't work for accidentals. 
5332
5333         * lily/slur-engraver.cc (acknowledge_extra_object): remove
5334         DynamicText hardcoding.
5335
5336         * lily/slur-scoring.cc (enumerate_attachments): robustness: don't
5337         crash if bound stem is NULL
5338
5339         * lily/piano-pedal-performer.cc: patch by MWD for enabling piano
5340         pedals.
5341
5342 2005-12-22  Graham Percival  <gpermus@gmail.com>
5343
5344         * scm/define-markup-commands.scm: typo.  @code{\raise}
5345         => @code{\\raise}.
5346
5347         * darwin.patch: now used again, includes a
5348         required patch from fink.
5349
5350 2005-12-21  Heikki Junes  <hjunes@cc.hut.fi>
5351
5352         * po/TODO: mention gtranslator along with kbabel.
5353         * po/fi.po: update translations.
5354
5355 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5356
5357         * lily/relocate.cc (setup_paths): Bugfix.
5358
5359 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5360
5361         * lily/slur-configuration.cc (score_extra_encompass): don't use
5362         "avoid" choice for avoid-slur.
5363
5364         * stepmake/bin/install.py (dest): don't create existing dir.
5365
5366 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5367
5368         * stepmake/bin/install.py: Remove file before copying.
5369
5370         * config.make.in: 
5371         * stepmake/aclocal.m4: Do not substitute INSTALL.
5372
5373 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5374
5375         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
5376         depend on link-tree.
5377
5378         * lily/relocate.cc (setup_paths): only check path for non-absolute
5379         dir without directory part.
5380
5381         * flower/file-name.cc (is_absolute):  new method.
5382         (is_absolute): check root_ too.
5383
5384 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5385
5386         * lily/relocate.cc (setup_paths) [__MINGW32__]: Comment-out broken
5387         relocation code.  Oops, don't comment out too much.
5388
5389         * stepmake/stepmake/generic-vars.make (INSTALL): Assign INSTALL_PY
5390         iso itself.
5391
5392         * lily/relocate.cc [HAVE_GETTEXT]: Include libintl.h.  Fixes mingw
5393         compile.
5394
5395 2005-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5396
5397         * .cvsignore: Add install-sh.
5398
5399         * autogen.sh (srcdir): Typo.
5400
5401 2005-12-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5402
5403         * autogen.sh (srcdir): urg. Touch install-sh.
5404
5405         * stepmake/bin/install-sh (Module): remove.
5406
5407         * stepmake/stepmake/generic-vars.make (INSTALL): add $(INSTALL).
5408
5409         * lily/include/relocate.hh: new file.
5410
5411         * lily/relocate.cc: new file. Contain relocation logic.
5412
5413         * lily/main.cc (setup_paths): fix: LILYPOND_RELOCATE_PREFIX.
5414         (main): read LILYPOND_VERBOSE as the first thing.
5415
5416         * stepmake/aclocal.m4: remove INSTALL variable.
5417
5418         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
5419         separate target for making font symlinks.
5420         (documentation-dir): use $(if $(findstring )) for switching off
5421         Documentation.
5422
5423         * stepmake/stepmake/help2man-vars.make (OUT_DIST_FILES): only do
5424         something if DOCUMENTATION is no.
5425
5426 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5427
5428         * VERSION: release 2.7.24
5429
5430         * lily/script-column-engraver.cc (stop_translation_timestep):
5431         delay adding to script-column.
5432
5433         * lily/tuplet-bracket.cc (print): suicide if no control-points. 
5434
5435         * python/convertrules.py (conv): rule for number-visibility
5436
5437         * lily/slur-configuration.cc (score_extra_encompass): different
5438         distance measure for avoid and inside avoidance.
5439         (score_extra_encompass): use 1/(distance+eps) as penalty.
5440
5441         * lily/slur-scoring.cc (generate_avoid_offsets): use 'inside
5442         encompass objects for generating slur curves.
5443
5444         * lily/slur.cc: use details iso. slur-details property.
5445
5446         * input/regression/slur-tuplet.ly: new file.
5447
5448         * lily/slur-engraver.cc (acknowledge_tuplet_number): new function.  
5449
5450         * flower/include/offset.hh (class Offset): new operator /=
5451
5452         * lily/tuplet-number.cc (print): new file, new interface.
5453
5454         * scm/define-grob-properties.scm (all-user-grob-properties):
5455         remove number-visibility property.
5456
5457         * lily/tuplet-bracket.cc (calc_control_points): new function
5458         (calc_connect_to_neighbors): new function.
5459         (print): remove text handling for tuplet numberdef.
5460
5461         * lily/tuplet-engraver.cc (struct Tuplet_description): create
5462         TupletNumbers too. 
5463
5464         * lily/lily-guile.cc (robust_scm2booldrul): new function
5465
5466         * scm/define-grobs.scm (all-grob-descriptions): new grob TupletNumber
5467
5468         * lily/tuplet-bracket.cc (calc_position_and_height): use
5469         staff-padding to control whether tuplet brackets are over staves.
5470
5471         * lily/grob.cc (suicide): clear dim_caches_.
5472
5473         * lily/dimension-cache.cc (clear): new function.
5474
5475         * lily/grob.cc (extent): swap order of min-extent and extent
5476         calculations. This fixes hara kiri staves. 
5477
5478 2005-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5479
5480         * lily/main.cc: Nitpick: relocation is not based on path, but on
5481         directory (location).
5482
5483 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5484
5485         * lily/main.cc (setup_paths): read LILYPOND_RELOCATE_PREFIX
5486
5487         * stepmake/stepmake/install-targets.make (local-uninstall): idem.
5488
5489         * stepmake/stepmake/install-out-targets.make (local-install-outfiles): idem.
5490
5491         * stepmake/stepmake/help2man-targets.make (install-help2man): idem.
5492
5493         * stepmake/stepmake/generic-vars.make (Module): idem.
5494
5495         * stepmake/stepmake/executable-targets.make (default): use it.
5496
5497         * stepmake/bin/install.py (create_dir): new file. Replace install-sh.
5498
5499         * make/GNUmakefile: don't install make rules.
5500
5501         * lily/main.cc (setup_paths): don't inspect $PATH for argv0 with
5502         slashes.
5503         (prepend_env_path): more verbosity.
5504
5505 2005-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5506
5507         * GNUmakefile.in: add dir argument for find command.
5508
5509         * lily/parser.yy (bass_figure): set_spot() for bass figures. This
5510         fixes weird line numbers for point & click.
5511
5512         * lily/source-file.cc (get_counts): init line/column/char counts.
5513
5514 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5515
5516         * lily/main.cc: remove ARGV0_RELOCATION, instead use --relocate.
5517
5518 2005-12-16  Graham Percival  <gpermus@gmail.com>
5519
5520         * Documentation/user/basic-notation.itely, advanced-notation.itely:
5521         minor fixes from Fredric.  Thanks!
5522
5523 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5524
5525         * ly/music-functions-init.ly: add \bar and \clef music function 
5526
5527         * lily/lily-lexer.cc: idem.
5528
5529         * lily/parser.yy (FIXME): remove BAR and CLEF.
5530
5531 2005-12-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5532
5533         * Documentation/topdocs/NEWS.tely (Top): doc string argument change.
5534
5535         * lily/parser.yy (Generic_prefix_music_scm): allow strings as
5536         function arguments too
5537
5538         * lily/main.cc (set_relocation): new function.
5539
5540         * scripts/musicxml2ly.py (convert): add \version
5541
5542         * lily/tie.cc: remove get_default_attachments()
5543
5544         * VERSION (PACKAGE_NAME): release 2.7.23
5545         
5546         * lily/chord-tremolo-engraver.cc (acknowledge_stem): use
5547         ultimate_music_cause(). This fixes core dumps in unfold-all-repeats.ly
5548
5549         * Documentation/topdocs/NEWS.tely (Top): document new feature.
5550
5551         * lily/tie-formatting-problem.cc (score_ties): new function
5552         (get_variations): new function. Try flipping dirs for collisions.
5553         (generate_optimal_chord_configuration): new function. 1-opt search
5554         for better configuration.
5555
5556         * lily/tie-configuration.cc: new file.
5557
5558         * lily/tie.cc: junk Tie::get_configuration()
5559
5560         * lily/tie-formatting-problem.cc (score_ties_aptitude): new function.
5561         (score_ties_configuration): new function.
5562         (generate_ties_configuration): new function.
5563         (generate_base_chord_configuration): new function.
5564         (set_ties_config_standard_directions): Move body from tie-column-format.cc 
5565         (set_manual_tie_configuration): Move body from tie-column-format.cc 
5566
5567         * input/regression/tie-dot.ly: new file.
5568
5569         * lily/tie-formatting-problem.cc (score_configuration): score
5570         tie/dot collisions.
5571
5572         * lily/tie-helper.cc (get_transformed_bezier): new function
5573
5574         * Documentation/topdocs/NEWS.tely (Top): strip out-www.
5575
5576         * stepmake/stepmake/python-module-vars.make (SHARED_FLAGS): use
5577         -undefined suppress iso. -framework Python 
5578
5579         * scm/define-grobs.scm (all-grob-descriptions): set
5580         springs-and-rods (thanks Joe Neeman!)
5581
5582 2005-12-12  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5583
5584         * input/no-notation/display-lily-tests.ly (test): 
5585         * scm/display-lily.scm (tag->lily-string): the syntax for tags has
5586         changed from \tag #'(a b) to \tag #'a \tag #'b
5587
5588 2005-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5589
5590         * Documentation/topdocs/NEWS.tely: strip out-www.
5591
5592         * lily/include/grob-interface.hh: include lily-guile.hh not libguile.h
5593
5594         * config.make.in (AR): add AR and RANLIB
5595
5596         * flower/libc-extension.cc: include cassert
5597
5598         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): more robust
5599         darwin check.
5600
5601 2005-12-11  Graham Percival  <gpermus@gmail.com>
5602
5603         * stepmake/stepmake/generic-vars.make: define DARWIN_BUILD.
5604
5605         * stepmake/stepmake/python-modules-vars.make: define
5606         SHARED_FLAGS for OSX.  Thanks Johannes Schindelin!
5607
5608         * THANKS: added Johannes Schindelin.
5609
5610 2005-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5611
5612         * python/midi.c (pymidi_parse): use memcmp() iso. strcmp().
5613
5614         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
5615         Span_arpeggio_engraver, add Tweak_engraver to Score context. 
5616
5617         * lily/parser.yy: reorganize file layout.
5618
5619         * ly/music-functions-init.ly: add tweak music function.
5620
5621         * lily/grob-info.cc (ultimate_music_cause): new function:
5622         recursively lookup causes. 
5623
5624         * lily/parser.yy (chord_body_element): allow music functions for
5625         post-events, allow music functions for chord elements. 
5626  
5627         * lily/font-config-scheme.cc (display_fontset): add cast.
5628
5629         * python/convertrules.py (FatalConversionError.sub_syms): \tag
5630         #'(a b) -> \tag #'a \tag #'b rule.
5631
5632         * python/musicexp.py (Output_printer.dump_version): new function
5633
5634 2005-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5635
5636         * lily/parser.yy (FIXME): remove \tag
5637         (FIXME): remove tag_music() function.
5638
5639         * lily/lily-lexer.cc: remove \tag
5640
5641         * ly/music-functions-init.ly: define music-function "tag"
5642
5643         * lily/parser.yy (chord_body_element): allow tags in chord bodies.
5644
5645 2005-12-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5646
5647         * VERSION (PATCH_LEVEL): release 2.7.22
5648
5649         * input/regression/lyric-hyphen-retain.ly: renew.
5650
5651         * scm/define-grobs.scm (all-grob-descriptions): add LyricSpace
5652         grob
5653
5654         * lily/lyric-hyphen.cc (set_spacing_rods): use minimum-distance
5655         iso. minimum-length property for rods.
5656
5657         * lily/hyphen-engraver.cc (acknowledge_lyric_syllable): create
5658         LyricSpace item to keep lyrics spaced apart.
5659
5660         * ly/engraver-init.ly: remove Separating_line_group_engraver
5661
5662         * Documentation/user/music-glossary.tely: do setfilename before
5663         music-glossary.
5664
5665 2005-12-07  Heikki Junes  <hjunes@cc.hut.fi>
5666
5667         * Documentation/user/lilypond-book.itely: use `,´ after xref:
5668         See xref documentation, for example.
5669
5670 2005-12-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5671
5672         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): use
5673         pending_skip iso. ly_voice[-1]
5674         (main): add if __main__ for debugging.
5675
5676         * python/musicxml.py (Accidental.__init__): new class.
5677
5678         * scripts/musicxml2ly.py (progress): new function
5679         (musicxml_key_to_lily): don't barf on modeless keys.
5680         (create_skip_music): new function.
5681         (musicxml_spanner_to_lily_event): new function. Handle beams too.
5682         (musicxml_note_to_lily_main_event): new function.
5683
5684         * python/musicexp.py (Music.__init__): add comment field.
5685         (NestedMusic.append): new routine.
5686         (SequentialMusic.print_ly): print comment.
5687         (ArpeggioEvent.ly_expression): new class
5688         (BeamEvent.ly_expression): new class
5689         (NoteEvent.__init__): support for cautionary/forced accs.
5690
5691         * lily/lookup.cc (slur): normal order for array loop.
5692
5693         * scm/framework-ps.scm (dump-stencil-as-EPS): set left X of bbox
5694         to 0.0.
5695
5696         * ly/engraver-init.ly: set bar-size, so bar-lines aren't
5697         collapsed.
5698
5699 2005-12-06 Erik Sandberg  <mandolaerik@gmail.com>
5700
5701         * scm/music-functions.scm: Make phrasing slurs follow voice direction
5702
5703         * scripts/lilypond-book.py: Introduce option
5704             --preserve-line-breaks, for usage with srcltx
5705
5706 2005-12-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5707
5708         * scm/output-lib.scm (print-circled-text-callback): draw circle
5709         around text using make-circle-markup.
5710
5711         * Documentation/user/*: strip out-www from file names.
5712
5713 2005-12-05  Heikki Junes  <hjunes@cc.hut.fi>
5714
5715         * Documentation/user/lilypond.tely (direntry): remove empty lines;
5716         fixes invalid info entry issue with makeinfo 4.8 in debian sid.
5717
5718 2005-12-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5719
5720         * Documentation/user/GNUmakefile: idem.
5721
5722         * Documentation/user/macros.itexi: strip out-www
5723
5724         * python/rational.py: python 2.3 compat.
5725
5726         * VERSION (PATCH_LEVEL): release 2.7.21
5727
5728         * scripts/musicxml2ly.py (NonDentedHeadingFormatter.format_headi):
5729         option formatting, lilypond style.
5730
5731         * python/musicexp.py: grab from Ikebana: a library for composing
5732         ly music expressions. 
5733         (Output_printer): class for advanced .ly printing.
5734         (eg. tupletting) 
5735
5736         * python/musicxml.py: new file. Read MusicXML MiniDOM tree, and
5737         convert to pythonesque structure.
5738
5739         * python/rational.py: PD rational number class.
5740
5741         * Documentation/user/converters.itely (Invoking musicxml2ly):  new node.
5742
5743 2005-12-04  Erik Sandberg  <mandolaerik@gmail.com>
5744
5745         * lily/part-combine-iterator.cc: Minor bugfix
5746         
5747         * THANKS: Update bughunters
5748
5749 2005-12-02  Werner Lemberg  <wl@gnu.org>
5750
5751         * mf/README: Document process for proper mf2pt1 conversion.
5752
5753         * mf/feta-beugel.mf (draw_brace): Fix path to assure clean
5754         overlapping.
5755
5756         * mf/feta-harmonica.mf: Removed.  Unused.
5757
5758 2005-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5759
5760         * scripts/lilypond-book.py (do_file): fix thinkos.
5761
5762 2005-12-01  Jan Nieuwenhuizen  <janneke@gnu.org>
5763
5764         * lily/GNUmakefile ($(outdir)/FlexLexer.h):
5765         ($(outdir)/parser.cc): 
5766         ($(outdir)/lexer.cc): Bugfix: depend on config.h.
5767
5768 2005-11-30  Pedro Kröger  <kroeger@pedrokroeger.net>
5769
5770         * ly/titling-init.ly (tagline): it should be a space between
5771         "Music engraving by LilyPond" and the version number.
5772
5773 2005-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5774
5775         * VERSION (PACKAGE_NAME): release 2.7.20
5776
5777 2005-11-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5778
5779         * scm/define-markup-commands.scm (pad-to-box): new markup command.
5780
5781         * scm/define-grobs.scm (all-grob-descriptions): set thickness to
5782         1.0.
5783         (all-grob-descriptions): don't shift RehearsalMark arbitrarily.
5784
5785 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5786
5787         * configure.in (LINK_GXX_STATICALLY): remove kpathsea checks.
5788
5789         * kpath-guile/: remove directory
5790
5791         * scm/kpathsea.scm (ly:kpathsea-expand-variable): new
5792         file. Encapsulate kpathsea using commandline tools.
5793
5794         * lily/all-font-metrics.cc (kpathsea_find_file): use (scm
5795         kpathsea) module.
5796
5797 2005-11-29  Mats Bengtsson  <mabe@s3.kth.se>
5798
5799         * Documentation/user/advanced-notation.itely (Setting automatic
5800         beam behavior): Correct a few typos. Thanks to David Bobroff.
5801
5802         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use
5803         \usepackage instead of \RequirePackage. Thanks to Bernard Hurley.
5804
5805 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5806
5807         * scripts/*.py: gmane address for bugs.
5808
5809 2005-11-28 Pal Benko <benkop@freestart.hu>
5810         
5811         * make/ly-rules.make: add -f switch to mv
5812
5813         * scm/output-libs.scm: add new bar symbol "." for punctus divisionis
5814
5815         * lily/bar-line.cc: interpret it
5816
5817 2005-11-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5818
5819         * configure.in (--disable-documentation): New switch.
5820
5821         * GNUmakefile.in: Use it.
5822
5823         * stepmake/aclocal.m4: Use AC_ARG_ENABLE for kpatsea.
5824
5825 2005-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5826
5827         * scripts/lilypond-book.py (do_file): search chunks for
5828         \\begin{document}
5829
5830         * GNUmakefile.in: add copy step in between so we can lose the
5831         out-www directories.
5832
5833 2005-11-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5834
5835         * lily/pango-font.cc (pango_item_string_stencil): put
5836         geometry.width into glyph-string too.
5837
5838 2005-11-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5839
5840         * scm/define-music-display-methods.scm (RevertProperty):
5841         (OverrideProperty): Use grob-property-path property, a list of
5842         symbols, instead of grob-property, which used to be a single
5843         symbol.
5844         (BassFigureEvent): a figure can be a plain number, not necessarily a
5845         markup.
5846
5847 2005-11-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5848
5849         * VERSION: release 2.7.19
5850         
5851         * lily/figured-bass-engraver.cc (process_music): check
5852         figuredBassCenterContinuations first.
5853
5854         * scm/translation-functions.scm (format-bass-figure): make double
5855         sharp larger. 
5856
5857         * lily/mark-engraver.cc: read rehearsalMarkAlignSymbol to
5858         determine X-parent.
5859
5860         * lily/system-start-delimiter-engraver.cc: move from
5861         Nested_system_start_delimiter_engraver, rename
5862         Nested_system_start_delimiter_engraver ->
5863         System_start_delimiter_engraver.
5864
5865         * lily/nested-system-start-delimiter-engraver.cc (from_list): read
5866         bracket type from hierarchy.
5867
5868 2005-11-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5869
5870         * lily/rest.cc (y_offset_callback): read staff-position.
5871
5872         * scm/define-grob-properties.scm (all-user-grob-properties): don't
5873         mark after-line-breaking-callback as internal.
5874
5875         * lily/self-aligment-interface.cc: remove self-[XY]-offset.
5876
5877 2005-11-25  Werner Lemberg  <wl@gnu.org>
5878
5879         * mf/feta-banier.mf ("d3"): Make `flare' equal to `staff_space'.
5880
5881 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5882
5883         * stepmake/bin/add-html-footer.py (do_file): add google
5884
5885         * lily/staff-symbol-engraver.cc (process_music): bugfix: stop
5886         staff if first_start_ is true.
5887
5888 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5889
5890         * scripts/midi2ly.py (split_track): add __repr__ members.
5891         (track_first_item): only return Item if not None. This fixes a
5892         problem when dumping a track that starts with an empty channel.
5893
5894         * python/midi.c: doc module.
5895
5896 2005-11-22  Mats Bengtsson  <mabe@s3.kth.se>
5897
5898         * Documentation/user/global.itely (Creating MIDI files): Fix
5899         compilation problem.
5900
5901 2005-11-22  Graham Percival  <gpermus@gmail.com>
5902
5903         * Documentation/user/basic-notation.itely: clarify dynamic
5904         padding text.
5905
5906         * Documentation/user/advanced-notation.itely: add unicode
5907         escape control example, whatever that is.  :)
5908
5909         * Documentation/user/global.itely: added "removing dynamics
5910         from MIDI" code.
5911
5912 2005-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5913
5914         * VERSION (PATCH_LEVEL): release 2.7.18
5915
5916         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): replace
5917         System_start_delimiter_engraver by
5918         Nested_system_start_delimiter_engraver.
5919
5920         * lily/nested-system-start-delimiter-engraver.cc (struct
5921         Bracket_nesting_node): new class.
5922         (struct Bracket_nesting_group): new class
5923         (struct Bracket_nesting_staff): new class.
5924         (process_music): create hierarchy of grobs. This allows separate
5925         tuning of different SSDs. 
5926
5927         * scm/define-grobs.scm (all-grob-descriptions): new Grob SystemStartSquare
5928         (all-grob-descriptions): remove old NestedSystemStartDelimiter.
5929
5930 2005-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5931
5932         * lily/side-position-interface.cc (aligned_side): multiply
5933         staff_radius by 2.
5934
5935         * lily/script-engraver.cc (make_script_from_event): allow setting
5936         values to '()
5937
5938 2005-11-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5939
5940         * lily/system-start-delimiter.cc (line_bracket): don't shorten height.
5941
5942         * scm/define-grobs.scm (all-grob-descriptions): new grob
5943         NestedSystemStartDelimiter.
5944
5945         * input/regression/system-start-heavy-bar.ly: new file.
5946
5947         * lily/nested-system-start-delimiter-engraver.cc: new file.
5948
5949         * lily/nested-system-start-delimiter.cc: new file.
5950
5951         * input/regression/system-start-nesting.ly: new file.
5952
5953         * scm/define-grobs.scm (all-grob-descriptions): use X side
5954         positioning for positioning braces for nested contexts.
5955
5956         * lily/system-start-delimiter.cc (print): don't divide extent by
5957         staff_space.
5958         (print): use style iso. glyph.
5959         (staff_bracket): translate glyph inside routine already.
5960
5961 2005-11-18  Michael Welsh Duggan <md5i@cs.cmu.edu>
5962
5963         * lily/vaticana-ligature-engraver.cc: fixed 2 typos in glyph
5964         names.
5965
5966 2005-11-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5967
5968         * scm/define-context-properties.scm
5969         (all-user-translation-properties): rename figuredBassFormatter
5970         from newFiguredBassFormatter.
5971
5972         * scm/define-grobs.scm (all-grob-descriptions): move from NewBassFigure
5973
5974         * lily/figured-bass-engraver.cc: move from new-figured-bass-engraver.cc
5975
5976         * lily/stem.cc (calc_stem_info): trigger beaming calculation.
5977
5978         * lily/beam.cc (calc_beaming): new function.
5979         (calc_shorten): new function.
5980
5981         * THANKS: add Edward Neeman.
5982
5983         * input/regression/accidental-clef-change.ly: new file.
5984
5985         * lily/note-collision.cc (check_meshing_chords): don't merge fa heads.
5986
5987         * scm/define-grobs.scm (all-grob-descriptions): add Y-offset property.
5988
5989         * lily/clef-engraver.cc (inspect_clef_properties): reset
5990         localKeySignature for clef changes.
5991
5992 2005-11-17  Mats Bengtsson  <mabe@s3.kth.se>
5993
5994         * python/midi.c: PyMIDINIT_FUNC isn't defined in Python < 2.3 
5995         add dummy definition that works in Linux and add information in
5996         INSTALL.texi on the specific Python requirements for Cygwin/Mingw.
5997
5998         * Documentation/user/changing-defaults.itely (Modifying context
5999         plug-ins): Add index for \with.
6000
6001         * Documentation/user/music-glossary.tely (dal segno): Updated
6002         example to version >=2.6.
6003
6004 2005-11-16  Mats Bengtsson  <mabe@s3.kth.se>
6005
6006         * Documentation/user/instrument-notation.itely (Printing chord
6007         names): Reorder \chordmode and \repeat in one example.
6008
6009 2005-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6010
6011         * VERSION: release 2.7.17
6012         
6013         * Documentation/topdocs/NEWS.tely (Top): add note about
6014         refactoring.
6015
6016         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
6017         new function. Search region of 3 positions for best tie.
6018         (score_configuration): new function.
6019         (score_aptitude): new function.
6020         (generate_configuration): new function.
6021         (get_configuration): new function.
6022         (Tie_formatting_problem): new function
6023
6024         * input/regression/page-top-space.ly: a6 for page-top-space demo. 
6025
6026         * stepmake/aclocal.m4: use $(if ) for config-FOOF.make
6027
6028         * THANKS: add Eduardo Vieira & Ralph Little
6029
6030         * mf/feta-bolletjes.mf (solfa_quarter_width): make solfa heads
6031         narrower.
6032
6033         * lily/include/tie-formatting-problem.hh (class
6034         Tie_formatting_problem): add Tie_details to
6035         Tie_formatting_problem. Update calling conventions.
6036
6037         * stepmake/aclocal.m4: oops. Include $CONFIGFILE.make, not
6038         config.make.
6039
6040         * Documentation/user/lilypond.tely: remove musedata2ly entry.
6041
6042 2005-11-16  Jürgen Reuter  <reuter@ipd.uka.de>
6043
6044         * lily/ligature-engraver.cc, lily/include/ligature-engraver.hh,
6045         scm/define-context-properties.scm: Maintenance bugfix: make
6046         ligature brackets work again by removing obsolete ligature
6047         primitive callback push/pop.
6048
6049         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: do
6050         not call Tuplet_bracket::calc_direction.  Removed obsolete gap
6051         value.
6052
6053 2005-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
6054
6055         * stepmake/aclocal.m4 (depth): Explain why absolute directory is
6056         used and do not call it a path.
6057         (FLEXLEXER_FILE): Rename from FLEXLEXER_PATH and add file name.
6058
6059 2005-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6060
6061         * lily/include/tie-formatting-problem.hh (class
6062         Tie_formatting_problem): new file.
6063
6064         * lily/tie-formatting-problem.cc (common_x_refpoint): new file.
6065
6066         * Documentation/misc/ChangeLog-2.3:  new file.
6067
6068         * lily/audio-staff.cc (output): degarianize.
6069
6070 2005-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6071
6072         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.pyc):
6073         Unset PYTHONOPTIMIZE.  Fixes install if set.
6074
6075 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6076
6077         * python/convertrules.py (conv): add warning about drums. 
6078
6079         * make/stepmake.make: include toplevel-version.make after config.make.
6080
6081         * stepmake/aclocal.m4 (depth): make sure $srcdir is absolute.
6082         also allow python2.4
6083
6084         * config.make.in (configure-srcdir): remove GXX GCC vars.
6085
6086         * stepmake/aclocal.m4: don't do non-srcdir build with
6087         symlinks. Use inclusion, so the src directory name can be changed.
6088
6089 2005-11-13  Jan Nieuwenhuizen  <janneke@gnu.org>
6090
6091         * make/mutopia-vars.make:
6092         * make/ly-vars.make: Use src-wildcard iso wildcard for source
6093         files.
6094
6095 2005-11-13  Werner Lemberg  <wl@gnu.org>
6096
6097         * mf/feta-arrow.mf: For all glyphs, don't mirror `currentpicture'
6098         but the affected path.  This ensures that the (overlapping) outlines
6099         have the same direction, which is a necessary prerequisite for
6100         FontForge's algorithm to remove overlaps.
6101         Formatting.
6102
6103         * mf/feta-haak.mf: Formatting.
6104         (draw_bracket): Slightly modify outline to avoid an unnecessary
6105         corner.
6106         Don't use ad-hoc values for `leave_angle' and `tip_angle' but derive
6107         them from the affected paths.
6108
6109 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6110
6111         * mf/README: remove xpm / accordion notes.
6112
6113         * lily/tie-column-format.cc (set_chord_outline): add dots into
6114         skyline extents. This fixes tie formatting if the left head has dots.
6115
6116         * lily/tie.cc (get_configuration): only shift tie by a whole staff
6117         space inside the staff.
6118         (get_configuration): shift another position if necessary in case
6119         of left head tie  
6120
6121 2005-11-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6122
6123         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): use
6124         buildscript-dir iso. $(depth)/buildscripts.
6125
6126         * tex/GNUmakefile (local-uninstall): remove
6127         music-drawing-routines.ps juggling.
6128
6129         * stepmake/stepmake/install-targets.make (local-install-files):
6130         prepend src-dir to install targets.
6131
6132         * lily/system-start-delimiter-engraver.cc
6133         (acknowledge_system_start_delimiter): use
6134         add_offset_callback(). This fixes translation of nested
6135         staffgroups.
6136
6137         * lily/grob-closure.cc (add_offset_callback): only encaps in
6138         simple_closure if it's a procedure.
6139         
6140         * lily/span-bar.cc (calc_glyph_name): read glyph-name, not glyph
6141         from bar-line.
6142
6143         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
6144         remove-empty where pertinent.
6145
6146 2005-11-12  Graham Percival  <gpermus@gmail.com>
6147
6148         * Documentation/user/instrument-notation.itely: added
6149         Cameron Horsburgh's multiple stanzas docs.  Thanks!
6150
6151 2005-11-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6152
6153         * lily/GNUmakefile
6154         ($(top-build-dir)/Documentation/pictures/$(outbase)/lilypond.ico):
6155         make picture in builddir, not srcdir.
6156
6157 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6158
6159         * VERSION: release 2.7.16
6160         
6161         * scripts/lilypond-book.py (main): use commands.mkarg () to quote
6162         shell arguments. 
6163
6164 2005-11-10  Mats Bengtsson  <mabe@s3.kth.se>
6165
6166         * Documentation/user/examples.itely (Piano templates): Minor
6167         modification to the Piano centered lyrics example.
6168
6169 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6170
6171         * scripts/lilypond-invoke-editor.scm (run-browser): look at
6172         $BROWSER.
6173
6174         * Documentation/user/point-and-click.itely: simplify p&c
6175         instruction: don't configure firefox. Put lilypond-invoke-editor
6176         in front of the browser.
6177
6178         * scripts/lilypond-invoke-editor.scm (run-editor): new function.
6179         (run-browser): new function.
6180
6181         * lily/parser.yy (Lily_lexer): recognize Book
6182
6183         * lily/book.cc (clone): new function
6184
6185         * lily/parser.yy (book_body): allow BOOK_IDENTIFIER.
6186
6187 2005-11-10  Jürgen Reuter  <reuter@ipd.uka.de>
6188
6189         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc:
6190         Maintenance bugfix: reduce number of font related warnings by
6191         updating naming conventions for glyph-name.
6192
6193 2005-11-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6194
6195         * scm/define-grobs.scm (all-grob-descriptions): add
6196         rhythmic-grob-interface to TabNoteHead.
6197
6198         * scm/layout-beam.scm (check-quant-callbacks): remove
6199         set_stem_lengths()
6200
6201 2005-11-08  Jürgen Reuter  <reuter@ipd.uka.de>
6202
6203         * ly/gregorian-init.ly (divisiones): Maintenance bugfix: vertical
6204         alignment of centered divisiones.
6205
6206         * scm/scripts.scm (articulations): Maintenance bugfix:
6207         follow-into-staff -> quantize-position.
6208
6209         * lily/vaticana-ligature-engraver.cc (transform_heads): Bugfix:
6210         plica head in porrectus deminutus.
6211
6212 2005-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6213
6214         * make/lilypond.fedora.spec.in (Group): add %clean section.
6215
6216         * lily/tuplet-bracket.cc (print): change check: remove bracket if
6217         less then 1/5th of total length.  
6218         (print): use gap too.  Fixes tupletUp-single-bracket.ly
6219
6220         * scm/music-functions.scm (glue-mm-rest-texts): also put other
6221         events into EventChord. This fixes textspanners on mm rests. Fixes
6222         spanner-rest.ly
6223
6224         * lily/side-position-interface.cc (get_axis): read side-axis
6225         (set_axis): set side-axis.
6226
6227         * scm/define-grobs.scm (all-grob-descriptions): add side-axis
6228         properties everywhere.
6229
6230         * lily/spacing-spanner.cc (breakable_column_spacing): add
6231         average-spacing-wishes. Take maximum if not set.
6232         (musical_column_spacing): idem. Fixes: spacing-keysig-note.ly
6233
6234         * scm/define-grobs.scm (all-grob-descriptions): add
6235         average-spacing-wishes.
6236
6237         * lily/grob-closure.cc (add_offset_callback): bugfix: properly add
6238         offset callbacks. This fixes alignment for Fingering objects.
6239
6240         * scm/define-grobs.scm (all-grob-descriptions): tiny bit less
6241         space for key - timesig combination. 
6242
6243         * input/regression/script-stem-tremolo.ly (Module): new file.
6244
6245         * scm/define-grobs.scm (all-grob-descriptions): decrease distance
6246         to key sig.
6247
6248         * lily/dynamic-engraver.cc (acknowledge_stem_tremolo): new function.
6249         Fixes: c-tremolo-script.ly.
6250         
6251         * lily/text-engraver.cc (acknowledge_stem_tremolo): new function.
6252
6253         * lily/script-engraver.cc (acknowledge_stem_tremolo): new function.
6254         
6255         * scm/define-grobs.scm (all-grob-descriptions): remove
6256         self-X-offset. Fixes alignment of octavate-8.
6257
6258         * scripts/lilypond-book.py (datadir): look in
6259         LILYPONDPREFIX/share/lilypond/current/
6260
6261         * GNUmakefile.in: symlink current to <VERSION>. 
6262
6263 2005-11-07  Pedro Kroger  <kroeger@pedrokroeger.net>
6264
6265         * lily/main.cc: eps listed as a backend.
6266
6267 2005-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6268
6269         * scm/lily-library.scm (print-music-as-book): quote $defaultpaper.
6270
6271 2005-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6272
6273         * lily/include/score.hh (class Score): remove texts_ member.
6274
6275         * lily/beam.cc (set_stem_lengths): force direction callback.
6276         (print): read quantized-positions, so we can force
6277         Beam::set_stem_lengths to occur.
6278         (rest_collision_callback): use common X parent. 
6279
6280 2005-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
6281
6282         * flower/file-path.cc (find): Bugfix: Return name of file found.
6283
6284         * lily/main.cc (setup_paths): Bugfix for argv0 logic.
6285         (setup_paths)[__CYGWIN__ || __MINGW32__]: Normalize argv0.
6286         (setup_paths)[__MINGW32__]: Also look for argv0 + .exe.
6287
6288 2005-11-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6289
6290         * flower/offset.cc: idem.
6291
6292         * mf/*.mf: update email address.
6293
6294         * lily/font-config-scheme.cc:  new file.
6295
6296         * GNUmakefile.in (SUBDIRS): remove debian/ directory.
6297
6298         * lily/*:  cs.uu.nl -> xs4all.nl
6299
6300         * VERSION (PATCH_LEVEL): release 2.7.15
6301
6302         * make/lilypond.mandrake.spec.in (Module): remove Mandrake & Suse
6303         spec files.
6304
6305         * make/lilypond.fedora.spec.in: add %{libdir}/lilypond/
6306
6307 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6308
6309         * GNUmakefile.in: bugfix: encapsulate mkdir && cd in parens.   
6310
6311         * lily/staff-performer.cc (process_music): add audio
6312         elements. This makes MIDI instrument changes work once again.
6313
6314         * lily/main.cc (LY_DEFINE): add gmane address.
6315
6316         * lily/beam.cc: remove calc_positions()
6317
6318         * lily/include/grob.hh (class Grob): move pscore, dim_cache_,
6319         original_ in private scope.
6320         (class Grob): drop pscore_ pointer, change to output_def pointer.
6321         (class Grob): cleanup class definition.
6322
6323         * ly/spanners-init.ly (assertBeamQuant): use make-simple-closure.
6324
6325 2005-11-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6326
6327         * lily/main.cc (setup_paths)[__MINGW32__]: Do not assume argv0 is
6328         absolute.  Better diagnostics.
6329
6330         * GNUmakefile.in: Add bin/ to tree and populate with some links.
6331         This makes lilypond run from the build directory using argv0
6332         relocation (without any --prefix or LILYPONDPREFIX setting).
6333
6334 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6335
6336         * Documentation/topdocs/NEWS.tely (Top): document new backend design.
6337
6338         * scm/define-grobs.scm: purge self-[XY]-offset variables, replace
6339         with simple-closure.
6340
6341         * lily/self-aligment-interface.cc (set_align_self): new function
6342         (set_center_parent): new function.
6343
6344         * lily/side-position-interface.cc (set_axis): new function.
6345
6346         * lily/new-fingering-engraver.cc (position_scripts): use drul for
6347         generic code. 
6348
6349         * scm/define-grob-properties.scm (all-user-grob-properties):
6350         remove [XY]-offset-callbacks add [YX]-offset
6351         
6352 2005-11-02  Mats Bengtsson  <mabe@s3.kth.se>
6353
6354         * scm/define-grobs.scm (all-grob-descriptions): Added space-alist
6355         entry for time signatures after breathing signs. Bug report by
6356         Scott Russell.
6357
6358 2005-11-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6359
6360         * lily/main.cc (setup_paths)[!__MINGW32__]: Bugfix: if argv0 is
6361         not absolute, make it absolute using PATH.
6362
6363 2005-10-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6364
6365         * python/midi.c (initmidi): Fix type for mingw.
6366
6367 2005-10-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6368
6369         * stepmake/stepmake/compile-vars.make (SHARED_FLAGS): Support mingw.
6370
6371         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Detect mingw
6372         cross compiling.
6373
6374         * stepmake/aclocal.m4: Support python cross compiling.
6375
6376         * stepmake/stepmake/python-module-vars.make (SHARED_MODULE_SUFFIX):
6377         Add mingw section.
6378
6379 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6380
6381         * scm/output-lib.scm (chain-grob-member-functions): replace
6382         chained-callback.cc
6383
6384         * lily/chained-callback.cc (Module): remove file.
6385
6386         * lily/rest-collision.cc (force_shift_callback_rest): change to
6387         chained callback.
6388
6389         * lily/rest.cc (y_offset_callback): merge function of 3 callbacks. 
6390
6391         * lily/grob.cc (y_parent_positioning): remove axis argument from
6392         parent_positioning callbacks.
6393         (Grob): junk init code
6394         (get_offset): use generic property callbacks for
6395         X-offset, Y-offset. Remove Grob::{add,has}_offset_callback.
6396         (axis_parent_positioning): new function
6397         (axis_offset_symbol): new function
6398         (chain_offset_callback): new function
6399         (add_offset_callback): new function
6400
6401         * lily/beam.cc (rest_collision_callback): change signature; this
6402         is now a chained callback.
6403
6404         * lily/include/dimension-cache.hh (class Dimension_cache): remove
6405         callback administration.
6406
6407         * lily/simple-closure.cc: new file. Smob type that allows "grob
6408         member functions",
6409
6410             (ly:make-simple-closure FUNC A B)
6411
6412         is evaluated as (FUNC grob A B). This allows chaining of callbacks
6413         in various ways.
6414
6415         * lily/slur-engraver.cc (acknowledge_extra_object): use chained
6416         callbacks.
6417
6418         * lily/slur.cc (outside_slur_callback): take 2 arguments.
6419
6420         * lily/rest.cc (polyphonic_offset_callback): remove.
6421
6422         * lily/script-engraver.cc (try_music): remove bool* argument.
6423
6424         * scm/script.scm (default-script-alist): set quantize-position
6425         appropriately.
6426
6427         * lily/script-engraver.cc: remove follow_into_staff_ special coding. 
6428
6429         * lily/side-position-interface.cc (aligned_side): move staff
6430         position quantization from
6431         Side_position_interface::quantised_position().
6432         (quantised_position): remove
6433         
6434 2005-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6435
6436         * input/regression/beam-quant-standard.ly: reindent, set
6437         debug-beam-quanting to #t.
6438
6439         * lily/beam-concave.cc (calc_concaveness): set concaveness to
6440         10000 if this is a "hard" concave beam.
6441
6442         * lily/beam.cc (calc_least_squares_positions): change from
6443         calc_least_squares_dy
6444         (set_stem_lengths): this is now a chained callback.
6445
6446         * lily/context-property.cc (execute_general_pushpop_property):
6447         bugfix override with procedure should have effect.
6448
6449         * scm/define-grob-properties.scm (all-internal-grob-properties):
6450         remove position-callbacks.
6451
6452         * scm/define-grobs.scm (all-grob-descriptions): use
6453         ly:make-callback-chain for positions property.
6454
6455         * scm/layout-beam.scm (check-quant-callbacks): return list of
6456         chained callbacks.
6457
6458         * scm/lily.scm (type-p-name-alist): add callback-chain
6459
6460         * lily/lily-guile.cc (type_check_assignment): type check failure
6461         is warning not message.
6462
6463         * lily/grob-property.cc (try_callback): walk callback chain if
6464         appropriate.
6465
6466         * lily/chained-callback.cc: new file. new smob type.
6467
6468         * lily/lily-guile.cc (procedure_arity): new function.
6469
6470 2005-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6471
6472         * Documentation/topdocs/INSTALL.texi (Top): add perl flex bison.
6473
6474 2005-10-25  John Mandereau  <john.mandereau@free.fr>
6475  
6476         * Documentation/user/instrument-notation.itely (Figured bass):
6477         describe new features
6478
6479 2005-10-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6480
6481         * lily/beam.cc (calc_least_squares_dy): use property callback.
6482
6483         * lily/beam-concave.cc (calc_concaveness): use property callback.
6484
6485         * ly/paper-defaults.ly: move fixed dimensions from paper.scm 
6486
6487 2005-10-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6488
6489         * HACKING: Update.
6490
6491 2005-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6492
6493         * scm/layout-page-layout.scm (page-headfoot): annotate
6494         pagetopspace too.
6495
6496         * scm/stencil.scm (dimension-arrows): shorten arrowed lines a bit. 
6497
6498         * scm/layout-page-layout.scm (annotate-y-interval): y-annotation
6499         doesn't take y-space.
6500
6501         * scm/paper.scm (paper-alist): fix A7 dimensions. 
6502
6503 2005-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6504
6505         * stepmake/stepmake/generic-vars.make (DIST_FILES): Fix
6506         src-wildcard, remove $(wildcard).
6507
6508         * po/GNUmakefile (PO_FILES): 
6509         * ps/GNUmakefile (PS_FILES): 
6510         * tex/GNUmakefile (TEX_FILES): 
6511         * cygwin/GNUmakefile (POSTINSTALLS):
6512         * vim/GNUmakefile (EXTRA_DIST_FILES): Bugfix: [etags sr?] missed
6513         some wildcard calls.
6514
6515 2005-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6516
6517         * THANKS: add Thomas Bushnell.
6518
6519 2005-10-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6520
6521         * scm/lily.scm: Remove horrendous running-from-gui? kludge.
6522         (lilypond-main): Redirect to gui-main if 'gui is set.
6523
6524         * scripts/midi2ly.py (datadir): Add libdir iso datadir to path,
6525         for alternative installations kludging s/share/lib/g
6526         LILYPONDPREFIX. 
6527
6528         * SConstruct (libdir_package_version): Define.
6529
6530         * python/SConscript: 
6531         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install binary .so
6532         module in libdir.  
6533
6534 2005-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6535
6536         * lily/main.cc: clarify --safe.
6537
6538 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6539
6540         * VERSION: release 2.7.14
6541         
6542         * Documentation/user/*.itely: remove minimumVerticalExtent.
6543
6544         * scm/define-grobs.scm (all-grob-descriptions): remove
6545         RemoveEmptyVerticalGroup
6546
6547         * lily/hara-kiri-engraver.cc (get_spanner): create VerticalAxisGroup.
6548
6549         * lily/include/lily-guile.hh (GUILE_ELLIPSIS): define to get clean
6550         compile on MOSX
6551
6552         * python/convertrules.py (conv): add rules.
6553
6554         * lily/grob.cc: remove is_empty()
6555
6556         * lily/grob-property.cc: remove add_to_list_property().
6557
6558         * scripts/convert-ly.py (datadir): add prefix switching hack to
6559         .py too.
6560
6561         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily (cresc): remove
6562         space-function tweak.
6563
6564         * lily/grob.cc: remove X-extent-callback / Y-extent-callback.
6565
6566         * scm/define-grob-properties.scm (all-user-grob-properties):
6567         remove callback property.
6568
6569         * lily/include/grob.hh (class Grob): remove property_callbacks_
6570         member. Properties of procedure type are assumed to be callbacks.
6571
6572         * lily/ligature-engraver.cc (override_stencil_callback):
6573         rewrite. Use noteHeadLigaturePrimitive as source.
6574
6575         * scm/define-grob-properties.scm (all-internal-grob-properties):
6576         remove ligature-primitive-callback
6577
6578         * lily/include/dimension-cache.hh (class Dimension_cache): make
6579         class, with Grob as friend.
6580
6581         * lily/grob.cc: remove set_extent_callback(), set_extent() and
6582         has_extent_callback()
6583
6584         * scm/translation-functions.scm (format-new-bass-figure): read
6585         figuredBassPlusDirection
6586
6587         * scm/define-context-properties.scm
6588         (all-user-translation-properties): add figuredBassPlusDirection.
6589
6590         * lily/staff-spacing.cc (next_notes_correction): oops. Init wishes.
6591
6592         * lily/align-interface.cc (set_ordered): new function.
6593
6594         * lily/grob.cc (flush_extent_cache): rewrite.
6595
6596         * lily/dimension-cache.cc (Dimension_cache): cache extent as
6597         Interval pointer directly.
6598
6599         * lily/main.cc (setup_paths): insert extra / .
6600         (setup_paths): junk cff entry.
6601
6602         * lily/font-config.cc (init_fontconfig): only add type1 / otf
6603         directories.
6604
6605         * lily/axis-group-engraver.cc (finalize): remove
6606         extraVerticalExtent, minimumVerticalExtent verticalExtent.
6607
6608         * lily/grob.cc (Grob): don't set extent from ctor.
6609         (extent): use property callbacks. 
6610
6611         * lily/axis-group-interface.cc: remove set_axes() function.
6612
6613         * lily/grob-property.cc (del_property): new function.
6614
6615 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6616
6617         * lily/font-config.cc (init_fontconfig): resurrect mf/out/ check.
6618         
6619 2005-10-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6620
6621         * stepmake/stepmake/script-vars.make (PYTHON_SCRIPTS_IN): Oops.  Add.
6622
6623 2005-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6624
6625         * mf/SConscript: Updates.
6626
6627         * lily/GNUmakefile (OUT_DIST_FILES): Bugfix.
6628
6629         * stepmake/stepmake/*:
6630         * */GNUmakefile:
6631         * config.make.in:
6632         * GNUmakefile.in:
6633         * stepmake/aclocal.m4: Friendlier --srcdir build, allowing `make'
6634         from any directory in build-dir.  Cleanups.
6635
6636         * make/srcdir.make.in: Remove.
6637
6638         * lily/main.cc (setup_paths): Fix and document build-dir hack.
6639
6640         * SConstruct (CheckYYCurrentBuffer): Use TryCompile (there is no
6641         main).
6642
6643         * lily/SConscript: Remove ttftools.
6644
6645         * SConstruct: Resurrect.
6646
6647 2005-10-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6648
6649         * lily/tuplet-bracket.cc (print): use dy iso. positions[RIGHT] for
6650         Y coordinate. 
6651
6652         * lily/paper-book.cc (add_score_title): put Paper_score title into
6653         systems_ list.
6654
6655         * scm/translation-functions.scm (format-new-bass-figure): also
6656         allow plus in combination with _
6657
6658 2005-10-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6659
6660         * VERSION: 2.7.13 released.
6661
6662         * lily/note-collision.cc (check_meshing_chords): don't wipe
6663         stencil, merely set transparent.
6664
6665         * Documentation/topdocs/NEWS.tely (Top): mention John Mandereau. 
6666         (Top): document #'callbacks.
6667         (Top): document nested \override.
6668
6669         * input/regression/figured-bass.ly: update for slash and pluses.
6670
6671         * input/regression/figured-bass-continuation-forbid.ly (Module):
6672         new file.
6673
6674         * scm/translation-functions.scm (format-new-bass-figure): use
6675         slashed-digit if diminished is set.
6676         (format-new-bass-figure): add + if 'augmented is set.
6677
6678         * scm/define-markup-commands.scm (slashed-digit): new command slashed-digit.
6679
6680         * input/test/piano-staff-distance.ly: remove file.
6681
6682         * Documentation/user/advanced-notation.itely (Formatting cue
6683         notes): use length-fraction for making stems/beams smaller.
6684
6685         * lily/parser.yy (bass_figure): accept \+ \! and / as figured bass
6686         modifications.
6687
6688         * lily/new-figured-bass-engraver.cc: new property
6689         centerFiguredBassContinuations
6690
6691         * Documentation/user/changing-defaults.itely (Difficult tweaks):
6692         use callbacks.
6693
6694         * lily/context-property.cc (execute_general_pushpop_property):
6695         robustness checks.
6696
6697         * input/regression/override-nest.ly: new file.
6698
6699         * python/convertrules.py (FatalConversionError.subber): conversion
6700         rule for #'callbacks
6701
6702         * input/regression/override-nest.ly: new function.
6703
6704         * lily/parser.yy (music_property_def): allow \override #'a #'b =
6705         #c too. 
6706
6707         * lily/context-property.cc (lookup_nested_property): new function.
6708         (evict_from_alist): new function.
6709         (general_pushpop_property): new function.
6710         (execute_general_pushpop_property): rewrite. Support nested
6711         properties too.
6712
6713 2005-10-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6714
6715         * lily/beam.cc: use length-fraction too.
6716
6717         * scm/define-grob-properties.scm (all-user-grob-properties):
6718         remove property flag-width-function
6719         (all-user-grob-properties): remove space-function.
6720
6721         * scm/layout-beam.scm: remove flag-width-function.
6722
6723         * lily/beam.cc: remove flag-width-function
6724
6725         * scm/layout-beam.scm: remove beam dir functions.
6726
6727         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): use length-fraction.
6728
6729         * lily/stem.cc (calc_length): multiply with length_fraction. Makes
6730         for easier grace tweaks.
6731
6732         * lily/beam.cc: remove dir-function.
6733
6734         * lily/system.cc (pre_processing): use callback to trigger spacing procedures.
6735
6736         * lily/grob.cc: remove spacing-procedure.
6737
6738         * lily/note-head.cc (calc_stem_attachment): new function.
6739         (internal_print): use callback to get glyph-name.
6740
6741         * lily/grob-property.cc (get_interfaces): new function.
6742
6743         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-interfaces
6744
6745         * lily/stem.cc (calc_stem_end_position): new function.
6746         (calc_length): new function.
6747         document details for stem.
6748         remove Stem::get_direction()
6749
6750         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-set-callback! 
6751
6752         * lily/grob-property.cc (set_callback): new function.
6753
6754         * lily/script-engraver.cc (make_script_from_event): don't trigger callback.
6755
6756         * lily/item-scheme.cc: new file.
6757
6758         * lily/bar-line.cc (before_line_breaking): remove function.
6759         remove bar-size-procedure, break-glyph-function
6760
6761         * lily/clef-engraver.cc (set_glyph): use glyph iso. glyph-name
6762
6763         * lily/clef.cc (before_line_breaking): change to calc_glyph_name.
6764
6765         * lily/system-start-delimiter.cc (print): suicide from
6766         here. Remove after_line_breaking_callback.
6767
6768         * lily/script-interface.cc (calc_direction): use callback for direction.
6769
6770         * lily/side-position-interface.cc (aligned_side): don't use
6771         Side_position_interface::get_direction directly. Use callback. 
6772
6773         * lily/grob.cc (get_stencil): simplify: use callback mechanism to
6774         calculate stencil.
6775         (get_print_stencil): rename from get_stencil: create stencil with
6776         transparency, color and cause. 
6777
6778         * scm/define-grobs.scm: change print-function to stencil callback everywhere.
6779
6780         * python/convertrules.py (conv): insert temporary warning rule.
6781
6782         * lily/multi-measure-rest.cc (set_text_rods): use stencil directly.
6783
6784         * lily/grob-property.cc (try_callback): remove marker if applicable.
6785
6786         * lily/grob.cc: elucidate doc about after/before-line-breaking
6787
6788         * lily/slur-scoring.cc (enumerate_attachments): robustness fix.
6789
6790         * lily/stem.cc (height): idem.
6791
6792         * lily/stem-tremolo.cc: idem.
6793
6794         * lily/slur.cc (height): don't use get_uncached_stencil()
6795
6796         * lily/rest.cc (y_offset_callback): use offset callback
6797         iso. after-line-breaking callback.
6798
6799         * lily/grob.cc: change after/before-line-breaking-callback to
6800         after/before-line-breaking dummy properties.
6801
6802         * lily/include/grob.hh: remove Grob_status.
6803
6804         * scm/define-context-properties.scm
6805         (all-user-translation-properties): remove verticalAlignmentChildCallback
6806
6807         * lily/tuplet-bracket.cc: use positions property iso. left,right-position.
6808         (calc_direction): use callback
6809         (calc_positions): use callback.
6810
6811         * lily/tie.cc (calc_direction): use callback. Only call parent
6812         positioning for more than one tie.
6813
6814         * lily/tie-column.cc (calc_positioning_done): use callback
6815
6816         * lily/slur-scoring.cc (calc_control_points): use callback
6817
6818         * lily/slur.cc (calc_direction): use callback.
6819
6820         * lily/note-collision.cc (force_shift_callback): remove.
6821
6822         * lily/dot-column.cc (force_shift_callback): remove. Use
6823         other_axis_parent_positioning.
6824
6825         * lily/grob.cc (other_axis_parent_positioning): new function.
6826         (same_axis_parent_positioning): new function
6827
6828         * lily/align-interface.cc (alignment_callback): remove function.
6829
6830         * lily/note-collision.cc (calc_positioning_done): use callback.
6831
6832         * lily/laissez-vibrer-tie.cc (calc_control_points): use callback.
6833         (calc_direction): idem.
6834         remove print function.
6835
6836         * lily/laissez-vibrer-tie-column.cc (calc_positioning_done): use callback.
6837
6838         * lily/dot-column.cc (calc_positioning_done): use callback.
6839
6840         * lily/break-align-interface.cc (calc_positioning_done): use callback.
6841
6842         * lily/beam.cc (calc_direction): use pseudo-property for beam
6843         direction callback.
6844         (calc_positions): use callback 
6845
6846         * lily/align-interface.cc (calc_positioning_done): use
6847         callback. Fold fixed  distance and normal alignment in one function.
6848
6849         * lily/stem.cc (calc_stem_end_position): use callback.
6850         (calc_positioning_done): idem.
6851         (calc_direction): idem.
6852         (calc_stem_end_position): idem
6853         (calc_stem_info): idem.
6854
6855         * lily/grob-property.cc (get_property_data): new function: 
6856         (try_callback): new function.
6857
6858         * scm/define-grob-properties.scm (all-user-grob-properties): doc
6859         callbacks property.
6860
6861         * lily/break-align-interface.cc: remove Break_align_interface::alignment_callback.
6862
6863 2005-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6864
6865         * lily/tie.cc (get_position): robustness fix. Don't crash if a
6866         tie
6867         has no heads.
6868         
6869         * lily/include/*.hh (Module): compile fixes.
6870
6871 2005-10-14  Heikki Junes <hjunes@cc.hut.fi>
6872
6873         * elisp/lilypond-font-lock.el, elisp/lilypond-indent.el: Avoid nil 
6874         as an argument for char-syntax: use (char-syntax (or nil 0)) 
6875         instead of (char-syntax nil), thanks to Milan Zamazal.
6876
6877 2005-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6878
6879         * make/lilypond.fedora.spec.in (Group): add lilypond-internals to
6880         dist.
6881
6882         * lily/tuplet-bracket.cc: check columns of bounds, not bounds
6883         themselves.
6884
6885 2005-10-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6886
6887         * flower/include/virtual-methods.hh (VIRTUAL_COPY_CONSTRUCTOR):
6888         add class_name() method.
6889
6890         * lily/music-scheme.cc: remove ly:music-name.
6891
6892 2005-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6893
6894         * cygwin/postinstall-lilypond.sh: Remove cruft.
6895
6896         * cygwin/postremove-lilypond.sh: Remove.
6897
6898         * cygwin/GNUmakefile (default): Remove postremove rules.
6899
6900 2005-10-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6901
6902         * ly/titling-init.ly (evenHeaderMarkup): use space in header on
6903         even header too.
6904         
6905         * scm/define-markup-commands.scm (wordwrap-string): bugfix for
6906         MacOS 9 users.
6907
6908         * lily/hara-kiri-group-spanner.cc (consider_suicide): only
6909         consider break index for broken spanner.
6910
6911         * scm/define-markup-commands.scm (wordwrap-string): remove \r
6912         characters from string before splitting.
6913
6914 2005-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6915
6916         * scm/framework-ps.scm (output-preview-framework): use
6917         is-book-title to determine whether to chop off the booktitle.
6918
6919         * lily/paper-book.cc (systems): init from book-title-properties
6920         (add_score_title): init score-title-properties.
6921
6922         * ly/paper-defaults.ly: add {score,book}-title-properties.
6923
6924         * scm/document-backend.scm (lookup-interface): error message if
6925         using unknown interface.
6926
6927         * lily/volta-bracket.cc (after_line_breaking): new function. Set
6928         edge-height.
6929
6930         * lily/horizontal-bracket.cc (make_enclosing_bracket): rename from
6931         make_bracket.
6932         (make_bracket): new function.
6933
6934         * scm/lily.scm (define-scheme-options): add paper-size option.
6935
6936         * ly/declarations-init.ly (laissezVibrer): get paper size from
6937         -dpaper-size
6938
6939         * scm/translation-functions.scm: use \fontsize for changing the
6940         fontsize.
6941
6942         * scm/define-grobs.scm (all-grob-descriptions): set
6943         between-length-limit to 1.0
6944
6945         * lily/tie-helper.cc: add between_length_limit_ detail property.
6946
6947         * mf/feta-bolletjes.mf: typos.
6948
6949         * lily/note-head.cc (internal_print): don't shadow idx
6950         parameter. This fixes wrong attachment for do shape heads.
6951
6952 2005-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6953
6954         * scm/parser-ly-from-scheme.scm: rename from ly-from-scheme.scm
6955
6956         * scm/parser-clef.scm (supported-clefs): rename from clef.scm
6957
6958         * scm/layout-slur.scm: rename from slur.scm
6959
6960         * scm/layout-page-layout.scm: rename from page-layout.scm
6961
6962         * scm/layout-beam.scm: rename from beam.scm
6963
6964         * scm/define-grob-interfaces.scm (bass-figure-interface): add
6965         bass-figure-interface
6966
6967         * lily/new-figured-bass-engraver.cc (process_music): add
6968         implicitBassFigures property.
6969         
6970         * scm/define-markup-commands.scm (pad-x): new markup.
6971
6972         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set
6973         minimumVerticalExtent on FiguredBass context.
6974
6975         * lily/figured-bass-continuation.cc (center_on_figures): kludge in
6976         case the continuation crosses a line break.
6977
6978 2005-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
6979
6980         * flower/file-name.cc (dos_to_posix)[__CYGWIN__]: Return
6981         unconverted value if cygwin_conv_to_posix_path () fails.  Fixes
6982         absolute file name bug.  
6983
6984 2005-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6985
6986         * VERSION (PACKAGE_NAME): release 2.7.12
6987
6988         * input/regression/figured-bass-continuation-center.ly: new file.
6989
6990         * input/regression/beam-outside-beamlets.ly: new file.
6991
6992         * lily/beam.cc (set_beaming): don't clip edges.
6993         (connect_beams): don't clip edges.
6994
6995         * lily/beaming-info.cc (clip_edges): new function.
6996
6997         * lily/enclosing-bracket.cc (struct Enclosing_bracket): new file.
6998
6999         * Documentation/user/instrument-notation.itely (Figured bass):
7000         demonstrate extenders, update seealso links.
7001
7002         * scm/titling.scm (marked-up-headfoot): change tagline
7003         handling. tagline = ##f will blank the tagline as well.
7004
7005 2005-10-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7006
7007         * Documentation/topdocs/NEWS.tely: add entry for Figured bass.
7008
7009         * lily/new-figured-bass-engraver.cc (struct
7010         New_figured_bass_engraver): add new_music_found_ member.
7011
7012         * lily/lilypond-version.cc (Lilypond_version): deal with
7013         incorrectly formatted version strings. 
7014
7015         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): switch on
7016         New_figured_bass_engraver by default.
7017
7018         * lily/ttf.cc (print_trailer): only define glyph names when
7019         FT_Face has FT_FACE_FLAG_GLYPH_NAMES
7020
7021 2005-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7022
7023         * lily/horizontal-bracket.cc (make_bracket): new function.
7024
7025         * scm/define-grobs.scm (all-grob-descriptions): new grobs
7026         NewBassFigure, BassFigureBracket, BassFigureContinuation,
7027         BassFigureLine, BassFigureAlignment
7028
7029         * lily/new-figured-bass-engraver.cc (process_music): new file.
7030
7031         * lily/figured-bass-continuation.cc: new file.
7032
7033         * lily/include/horizontal-bracket.hh (struct Horizontal_bracket):
7034         new file.
7035
7036 2005-10-04  Mats Bengtsson  <mabe@s3.kth.se>
7037
7038         * scripts/lilypond-book.py: Bug fix, put the quote around the
7039         actual score for LaTeX documents.
7040
7041         * scm/define-grobs.scm (all-grob-descriptions): Change
7042         collapse-height of the SystemStartBracket grob to 5.0, 
7043         so the bracket disappears for single stave score lines (similarly
7044         to SystemStartBraces). 
7045
7046         * Documentation/user/advanced-notation.itely (Polymetric
7047         notation): Clarify the use of compressMusic.
7048
7049         * Documentation/user/basic-notation.itely (Grace notes): Clarify
7050         that the grace spacer note in other staves need the same duration
7051         and document the stroke-style property.
7052
7053 2005-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7054
7055         * Documentation/user/global.itely (Vertical spacing): document
7056         alignment-extra-space and fixed-alignment-extra-space.
7057
7058         * Documentation/topdocs/NEWS.tely (Top): add entry.
7059
7060         * input/regression/alignment-vertical-spacing.ly: new file.
7061
7062         * python/convertrules.py (conv): add rule.
7063
7064         * ly/music-functions-init.ly: rename outputProperty to overrideProperty
7065
7066         * lily/align-interface.cc (stretch_after_break): new
7067         function. Read fixed-alignment-extra-space property.
7068         (align_elements_to_extents): read alignment-extra-space property.
7069
7070         * lily/lily-guile.cc (robust_scm2dir): new function.
7071
7072         * scm/page-layout.scm (page-headfoot): annotate headsep and footsep.
7073         (annotate-space-left): new function. Annotate space left on page. 
7074         (annotate-y-interval): new function.
7075         (paper-system-annotate-last): new function. Annotate bottom-space.
7076
7077         * mf/feta-beugel.mf (y): 
7078
7079 2005-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7080
7081         * VERSION (PACKAGE_NAME):  release 2.7.11
7082
7083         * scm/lily-library.scm (interval-translate): new function
7084         (interval-center): new function. 
7085
7086         * scm/page-layout.scm (paper-system-annotate): new function. Add
7087         arrows for dimensions.
7088  
7089         * scm/stencil.scm (dimension-arrows): new function.
7090
7091         * Documentation/user/global.itely (Vertical spacing): mention annotatespacing
7092
7093         * input/regression/page-spacing.ly: add annotatespacing
7094
7095         * lily/paper-system-scheme.cc (LY_DEFINE): remove ly:paper-system-{extent,stencil}
7096         (LY_DEFINE): new function ly:paper-system-set-property!
7097
7098         * Documentation/user/global.itely (Paper size): explain how to add
7099         sizes.
7100
7101         * scm/paper.scm (paper-alist): rename tabloid paper to 11x17 to
7102         correspond to GS's definition.
7103
7104         * lily/tuplet-bracket.cc (after_line_breaking): suicide empty
7105         tuplet bracket.
7106         (print): only connect to next bracket if the next one is alive.
7107         (print): set padding to 0.0 if the bound is a breakable
7108         column. This makes tupletFullLength brackets reach up to the staff
7109         line if it doesn't connect to the next line.
7110
7111 2005-09-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7112
7113         * lily/bar-number-engraver.cc: correct docs.
7114
7115         * scm/output-lib.scm (first-bar-number-invisible): rename from
7116         default-bar-number-visibility
7117
7118 2005-09-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7119
7120         * scm/define-music-properties.scm (all-music-properties): remove
7121         predicate property.
7122
7123 2005-09-28  Heikki Junes  <hjunes@cc.hut.fi>
7124
7125         * po/fi.po: refresh.
7126
7127 2005-09-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7128
7129         * input/regression/hara-kiri-pianostaff.ly (disappear): remove
7130         superfluous s1.
7131         (disappear): bugfix.
7132
7133         * lily/stem-tremolo.cc (raw_stencil): read slope property.
7134
7135         * lily/include/paper-system.hh (class Paper_system): remove
7136         staff_extents_ member.
7137
7138         * lily/paper-system-scheme.cc (LY_DEFINE): remove.
7139
7140         * lily/include/paper-system.hh (class Paper_system): remove
7141         number_ variable. Remove is_title_. Remove break_before_penalty_
7142
7143         * lily/paper-book.cc (systems): use 'number property iso. number_
7144         member.
7145
7146         * lily/paper-system-scheme.cc: remove ly:paper-system-break-before-penalty
7147         remove ly:paper-system-number.
7148
7149         * scm/lily-library.scm (paper-system-title?): new function.
7150
7151         * lily/book.cc (process): bugfix: flip ?: cases. 
7152
7153         * Documentation/user/changing-defaults.itely (Difficult tweaks):
7154         add outputProperty.
7155
7156         * ly/music-functions-init.ly: add outputProperty music function.
7157
7158         * scm/paper.scm (set-paper-dimension-variables): add pagetopspace
7159
7160         * scm/page-layout.scm (ly:optimal-page-breaks): read next-space
7161         and next-padding.
7162         (optimal-page-breaks): rename from ly:optimal-page-breaks.
7163
7164         * lily/paper-system-scheme.cc (LY_DEFINE): new function.
7165
7166         * lily/paper-system.cc (internal_get_property): new function.
7167
7168         * Documentation/user/global.itely (Vertical spacing): refer to
7169         page-spacing.ly
7170
7171         * scm/page-layout.scm (ly:optimal-page-breaks): add support for
7172         pagetopspace
7173
7174         * input/regression/page-spacing.ly: new file.
7175
7176         * input/regression/page-top-space.ly: new file.
7177
7178         * lily/spacing-spanner.cc: cmath -> math.h
7179
7180         * lily/paper-system.cc (read_left_bound): new function. Read
7181         line-break-system-details from left bound to determine extents.
7182  
7183         * Documentation/user/programming-interface.itely (Using LilyPond
7184         syntax inside Scheme): change applyxxx -> applyXxx.
7185
7186         * ly/music-functions-init.ly: add outputProperty music function.
7187
7188         * lily/parser.yy (Generic_prefix_music_scm): add scm-scm-scm signature.
7189
7190         * lily/grob-scheme.cc (LY_DEFINE): add ! to ly:grob-suicide! name.
7191
7192         * python/convertrules.py (conv): rule
7193
7194         * ly/music-functions-init.ly: applyxxx -> applyXxx
7195
7196         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): alias
7197         TabVoice to Voice.
7198
7199 2005-09-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7200
7201         * flower/include/real.hh: include <math.h> iso. <cmath>
7202
7203         * flower/include/offset.hh: include real.hh
7204
7205 2005-09-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7206
7207         * Documentation/user/changing-defaults.itely (Difficult tweaks):
7208         fix example, now that 'interfaces is no longer directly available.
7209
7210         * lily/book.cc (process): don't crash if paper == NULL.
7211
7212         * po/fr.po: update.
7213
7214 2005-09-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7215
7216         * scm/define-music-types.scm (music-descriptions): set length and
7217         start-callback for QuoteMusic
7218
7219 2005-09-15  Mats Bengtsson  <mabe@s3.kth.se>
7220
7221         * lily/tie.cc (get_configuration): Replace fabs -> abs for integer
7222         arguments. Fixes compilation error with gcc 3.3.
7223
7224 2005-09-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7225
7226         * VERSION: release 2.7.10
7227
7228         * stepmake/stepmake/python-module-rules.make
7229         ($(outdir)/%$(SHARED_MODULE_SUFFIX)): SHARED_FLAGS at the end.  
7230
7231         * lily/*.cc: remove <cmath> everywhere. <cmath> is included from
7232         real.hh
7233
7234 2005-09-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7235
7236         * stepmake/stepmake/c++-vars.make (#EXTRA_CXXFLAGS): don't add
7237         -Werror. Otherwise GCC barfs over various optimizations.
7238
7239         * scm/define-grob-properties.scm (all-internal-grob-properties):
7240         add note-head property
7241
7242         * Documentation/user/instrument-notation.itely (Laissez vibrer
7243         ties): new node.
7244
7245         * input/regression/laissez-vibrer-ties.ly: new file.
7246
7247         * lily/laissez-vibrer-engraver.cc: new file.    
7248
7249         * lily/include/tie-column-format.hh: new file.
7250
7251         * lily/tie-column-format.cc: new file. 
7252
7253         * lily/tie-column.cc (set_manual_tie_configuration): new function.
7254
7255         * lily/laissez-vibrer-tie.cc: new file.
7256
7257         * lily/include/laissez-vibrer-tie.hh: new file.
7258
7259         * ly/engraver-init.ly: add Laissez_vibrer_engraver
7260
7261         * ly/declarations-init.ly (laissezVibrer): add \laissezVibrer
7262
7263         * scm/define-grobs.scm (all-grob-descriptions): add
7264         LaissezVibrerTie, LaissezVibrerTieColumn
7265
7266         * lily/tie-column.cc (set_tie_config_directions): new function
7267         (final_shape_adjustment): new function.
7268         (shift_small_ties): new function.
7269
7270         * scm/define-music-types.scm (music-descriptions): add LaissezVibrerEvent
7271
7272         * lily/include/tie.hh (struct Tie_details): add x_gap_
7273         (struct Tie_configuration): add head_position_
7274
7275         * lily/tie-column.cc (set_chord_outline): new function.
7276
7277         * mf/cmr.enc.in:  remove file.
7278
7279 2005-09-11  Graham Percival  <gpermus@gmail.com>
7280
7281         * Documentation/user/examples.itely: typo fix.  Thanks, Matevž
7282
7283 2005-09-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7284
7285         * mf/feta-banier.mf: make vertical stem 1/2 stemthickness wide to
7286         reduce aliasing effects.
7287
7288         * lily/tie-column.cc (set_chord_outlines): bugfix: insert complete
7289         box in skyline.
7290
7291 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7292
7293         * lily/tie.cc (get_configuration): don't crash if left_dot is NULL.
7294
7295         * flower/include/real.hh: std::fabs too.
7296
7297 2005-09-08  Jan Nieuwenhuizen  <janneke@gnu.org>
7298
7299         * Documentation/user/lilypond.tely: Spell Baßtuba in UTF-8 (Werner). 
7300
7301         * lily, flower: Include C++ iso C headers.  Import namespace std
7302         throughout.
7303
7304         * lily/side-position-interface.cc: 
7305         * lily/scm-hash.cc: 
7306         * lily/note-head.cc: 
7307         * lily/include/includable-lexer.hh: 
7308         * flower/include/string-data.icc: Remove using std::*.
7309
7310         * lily, flower: Include C++ iso C headers.  Import namespace std
7311         throughout.
7312
7313         * lily/side-position-interface.cc: 
7314         * lily/scm-hash.cc: 
7315         * lily/note-head.cc: 
7316         * lily/include/includable-lexer.hh: 
7317         * flower/include/string-data.icc: Remove using std::*.
7318
7319         * Documentation/user/instrument-notation.itely (Entering lyrics):
7320         Multiple latin-1->utf-8 conversion fix.
7321
7322         * Documentation/user/*tely: Update Emacs cookie to utf-8.
7323
7324 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7325
7326         * lily/tie.cc (get_configuration): also avoid dots for non-space
7327         situations.
7328
7329 2005-09-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7330
7331         * Documentation/user/instrument-notation.itely: Bugfix.
7332
7333 2005-09-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7334
7335         * tex/GNUmakefile: don't install texinfo.tex
7336
7337         * tex/ : cleanup: remove unused files.
7338
7339         * lily/general-scheme.cc: remove my_{isinf,isnan}.
7340
7341         * flower/include/real.hh: using std::{isnan,isinf}
7342         
7343         * VERSION (PATCH_LEVEL): release 2.7.9
7344
7345 2005-09-05  Graham Percival  <gpermus@gmail.com>
7346
7347         * Documentation/user/ instrument-notation.itely,
7348         advanced-notation.itely: minor tweaks.
7349
7350         * input/test/script-chart.ly: add item padding.
7351
7352 2005-09-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7353
7354         * flower/offset.cc: use math.h iso. <cmath>
7355
7356         * scm/ps-to-png.scm (make-ps-images): use png16m again, for sake
7357         of IE users.
7358
7359         * scm/framework-eps.scm (dump-stencils-as-EPSes): cleanup.
7360         (widen-left-stencil-edges): new function. Fix alignment problems
7361         with LaTeX includegraphics.
7362
7363         * lily/text-interface.cc (interpret_markup): use abort().
7364
7365 2005-09-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7366
7367         * input/regression/tie-chord.ly (testLong): add a chord in 4ths
7368
7369         * lily/tie.cc (get_configuration): update bezier shape as we
7370         change Y positions.
7371         (get_configuration): don't move large ties if we're outside of the
7372         staff.
7373
7374 2005-09-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7375
7376         * scm/define-markup-commands.scm (strut): swap X and Y dims.
7377         
7378 2005-09-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7379
7380         * .cvsignore: Add auto-generated configure files and then some.
7381
7382 2005-09-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7383
7384         * scm/define-grobs.scm (DynamicLineSpanner): Add
7385         X-extent-callback.  Fixes hairpin-slur collision.
7386
7387 2005-08-31  Graham Percival  <gpermus@gmail.com>
7388
7389         * Documentation/user/advanced-notation.itely,
7390         basic-notation.itely: minor changes.
7391
7392 2005-08-31  Mats Bengtsson  <mabe@s3.kth.se>
7393
7394         * scm/framework-eps.scm (dump-stencils-as-EPSes): Insert a
7395         \linebreak between each .eps file if \betweenLilyPondSystem is
7396         undefined. 
7397
7398         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
7399         music): Document the \linebreak
7400
7401         * Documentation/user/lilypond-book.itely,
7402         input/tutorial/lbook-latex-test.tex,
7403         Documentation/user/examples.itely: Remove \usepackage{graphics}
7404
7405 2005-08-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7406
7407         * mf/aybabtu.pe.in (i): don't merge alphabet into aybabtu.
7408
7409         * lily/ly-module.cc (make_stand_in_procs_weak): 1.6.4 and earlier
7410         compat bugfix.
7411
7412         * scripts/lilypond-book.py (PREAMBLE_LY): define
7413         inside-lilypond-book
7414         (modify_preamble): new function. Insert \RequirePackage{graphics}
7415         when no {graphics found in preamble.  
7416
7417 2005-08030  Graham Percival  <gpermus@gmail.com>
7418
7419         * Documentation/user/basic-notation.itely, global.itely,
7420         tutorial.itely: misc small changes.
7421
7422 2005-08-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7423
7424         * stepmake/aclocal.m4: Include MY_PATCH_LEVEL in config.make's
7425         VERSION.
7426
7427 2005-08-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7428
7429         * lily/tie-column.cc (new_directions): put Tie down on center
7430         staff line. 
7431
7432         * lily/script-interface.cc (before_line_breaking): use
7433         Grob::programming_error
7434
7435         * scm/ps-to-png.scm (make-ps-images): use pngalpha device.
7436
7437         * scripts/lilypond-book.py (get_latex_textwidth): oops. Take [0]
7438         of splitext.
7439
7440 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7441
7442         * VERSION (PACKAGE_NAME): VERSION release 2.7.8
7443
7444 2005-08-29  Werner Lemberg  <wl@gnu.org>
7445
7446         * mf/GNUmakefile: Add `-f' flag to `rm' command while removing
7447         the `*.scale.pfa' files to avoid warnings.
7448
7449 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7450
7451         * lily/tempo-performer.cc (process_music): idem.
7452
7453         * lily/midi-def.cc (get_tempo): Rational to int conversion bug.
7454
7455 2005-08-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7456
7457         * Documentation/user/advanced-notation.itely (Text markup): not a
7458         fragment.
7459
7460         * lily/midi-item.cc (to_string): use to_int() iso. int cast.
7461
7462         * lily/staff-performer.cc (initialize): add tempo/name to
7463         audio_staff_
7464
7465
7466 2005-08-26  Graham Percival  <gpermus@gmail.com>
7467
7468         * Documentation/user/advanced.itely: add text-only example.
7469
7470         * Documentation/user/invoking.itely: add index entries for
7471         convert-ly.
7472
7473         * Documentation/user/ tutorial.itely, basic-notation.itely:
7474         small fixes suggested by Steve D.  Thanks!
7475
7476 2005-08-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7477
7478         * input/regression/markup-bidi-pango.ly: new file.
7479
7480         * lily/pango-font.cc (pango_item_string_stencil): make Mingw code
7481         standard. Remove #ifdef. Remove memleak.
7482         (text_stencil): use text_dir to decide how to composite items.
7483         (text_stencil): determine uniform text direction for the entire
7484         string.
7485
7486         * scripts/lilypond-book.py (output_name): remove
7487         latex_filter_cmd. Non-portable to non-Unix systems. 
7488         (get_latex_textwidth): use File.write and os.unlink() instead.
7489
7490         * THANKS: add Vicente & Trevor.
7491
7492         * lily/grob.cc (discretionary_processing): look up origin for
7493         programming_error too. 
7494
7495         * input/regression/tie-broken.ly: new file.
7496
7497         * lily/tie-column.cc (set_chord_outlines): set outline for line
7498         break case too.
7499         
7500 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7501
7502         * lily/pango-font.cc (text_stencil): don't translate glyphs in
7503         unscaled transform, just translate stencils.
7504
7505         * ly/performer-init.ly: init timing to #t.  Fixes bar checks in
7506         MIDI.
7507
7508         * scm/define-markup-commands.scm (wordwrap-string): use
7509         text-direction
7510         (wordwrap-stencils): idem.
7511         (line): idem.
7512         (fill-line): idem.
7513         (wordwrap-stencils): translate last line to right for
7514         text-direction = LEFT.
7515
7516         * scm/define-grob-properties.scm (all-user-grob-properties): add
7517         text-direction.
7518
7519 2005-08-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7520
7521         * lily/lily-parser.cc (Lily_parser): also copy output_basename_
7522         when copying a Lily_parser object.
7523
7524 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7525
7526         * scm/define-markup-commands.scm (null): add null markup.
7527
7528 2005-08-25  Mats Bengtsson  <mabe@s3.kth.se>
7529
7530         * lily/item.cc: Add documentation of center-invisible
7531
7532 2005-08-24  Graham Percival  <gpermus@gmail.com>
7533
7534         * Documentation/user/advanced-notation.itely: add info about
7535         raising text.
7536
7537         * Documentation/user/programming-interface.itely: fix example
7538         involving raised text.
7539
7540 2005-08-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7541
7542         * lily/beam.cc (print): fix X start/end points of isolated
7543         beamlets.
7544
7545         * scm/output-ps.scm (grob-cause): escape spaces in URLs.
7546
7547         * lily/multi-measure-rest.cc (set_text_rods): new function.
7548
7549         * lily/vertical-align-engraver.cc (process_music): call
7550         Align_interface::set_axis(). This forces #'elements to be ordered,
7551         preventing random vertical reordering of staves.
7552
7553         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
7554         add avoid-slur property. 
7555
7556         * Documentation/user/basic-notation.itely (Measure repeats): add
7557         countPercentRepeats example.
7558
7559         * Documentation/user/advanced-notation.itely (Other text markup
7560         issues): remove remark about normal-font.  We have \normal-text
7561
7562         * input/regression/tie-chord.ly: add note about remaining bugs.
7563
7564         * lily/tie.cc (print): try Tie_column::set_directions () if
7565         control-points not yet defined.
7566
7567 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7568
7569         * lily/system-start-delimiter.cc (staff_brace): don't remove brace
7570         extent. This fixes braces falling out of the EPS bbox.
7571
7572         * mf/feta-beugel.mf (braces_per_font): make brace glyph align
7573         exactly to bbox.
7574
7575 2005-08-23  Graham Percival  <gpermus@gmail.com>
7576
7577         * {various} : change #up->#UP and #down->#DOWN.
7578
7579         * ly/titling-init.ly: Spacing fix when using printallheaders=##t.
7580
7581         * Documentation/user/advanced-notation.itely: clarify
7582         what objects handles text on a multimeasure rest.
7583
7584 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7585
7586         * VERSION (PATCH_LEVEL): release 2.7.7
7587
7588 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7589
7590         * make/lilypond-vars.make: set -dgs-font-load for "make web" 
7591
7592         * Documentation/topdocs/INSTALL.texi (Top): add GS bugfix requirement.
7593
7594         * input/regression/*.ly: formatting clean-up. Default layout
7595         before music expression.
7596
7597         * input/mutopia/R.Schumann/GNUmakefile (examples): switch off
7598         romanze28-2 example.
7599
7600         * scm/ps-to-png.scm: remove dir-re function.
7601         (make-ps-images): generate page names, instead of globbing them.
7602         This brings down LilyPond memory usage for make web by a factor
7603         10. 
7604
7605         * scripts/lilypond-book.py (Lilypond_snippet.png_is_outdated):
7606         don't use glob. With 3000 files, globbing
7607         Documentation/user/out-www/ can take too much time. 
7608         
7609         * lily/lily-guile.cc (gulp_file_to_string): take size argument.
7610
7611         * lily/general-scheme.cc (LY_DEFINE): take optional size argument.
7612
7613         * input/regression/tie-manual.ly: new file
7614
7615         * input/regression/tie-chord.ly: update.
7616
7617         * flower/include/interval.hh (struct Interval_t): 
7618
7619         * lily/tie.cc (distance): new function 
7620         (height): new function.
7621         (init): new function
7622         (Tie_details): new struct.
7623
7624         * lily/skyline.cc (skyline_height): new function.
7625
7626         * lily/tie-column.cc (set_chord_outlines): new function.
7627         (new_directions): read tie-configuration
7628
7629         * lily/skyline.cc: fix ASCII art.
7630         
7631 2005-08-22  Mats Bengtsson  <mabe@s3.kth.se>
7632
7633         * python/convertrules.py (string_or_scheme): Fix spelling error
7634
7635 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7636         
7637         * lily/tie-column.cc (set_directions): set directions only once.
7638         (add_configuration): new function.
7639
7640         * lily/tie.cc (set_control_points): new function
7641
7642         * lily/tie-column.cc (new_directions): new function.
7643
7644         * ly/music-functions-init.ly: set 'pitch property
7645         iso. trill-pitch. This makes \relative work with \pitchedTrill
7646
7647         * lily/tie.cc (get_configuration): new function. Don't generate
7648         control points, rather, generate configuration.
7649         remove head-pair property.
7650
7651         * lily/include/tie.hh (struct Tie_configuration): new struct.
7652
7653 2005-08-22  Heikki Junes  <hjunes@cc.hut.fi>
7654
7655         * Documentation/topdocs/NEWS.tely: clarify.
7656
7657 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7658
7659         * lily/tie.cc: remove minimum-length
7660
7661         * scm/define-grob-properties.scm (all-user-grob-properties):
7662         remove staffline-clearance, y-offset 
7663
7664         * input/regression/tie-dots.ly (Module): remove.
7665
7666         * lily/tie.cc (get_control_points): rewrite. Put short ties in
7667         staff-spaces, make long ties cross staff lines. Avoid flags and dots.
7668
7669         * input/regression/tie-single.ly: new file.
7670
7671 2005-08-21  Graham Percival  <gpermus@gmail.com>
7672
7673         * ly/bagpipe.ly: fix compile problem.
7674
7675 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7676
7677         * lily/midi-item.cc (name): new method.
7678
7679         * lily/staff-performer.cc (acknowledge_audio_element): use
7680         signature of baseclass.
7681
7682         * lily/engraver-group.cc (do_announces): move recursion call out
7683         of while loop. 
7684
7685         * lily/drum-note-performer.cc (class Drum_note_performer): use
7686         process_music everywhere.
7687
7688         * ly/performer-init.ly: add default children everywhere.
7689
7690         * lily/paper-book.cc (output): call paper-book-write-midis
7691         directly: always write MIDI, even if no \layout {} block. 
7692
7693 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7694
7695         * VERSION (PACKAGE_NAME): release 2.7.6
7696
7697         * lily/percent-repeat-engraver.cc (try_music): don't print warning
7698         about not being able to handle repeat.
7699
7700 2005-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7701
7702         * Documentation/user/examples.itely (Piano templates):
7703         * lily/include/performer-group.hh: Remove last traces of
7704         Performer_group_performer.  Fixes make web.
7705
7706 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7707
7708         * Documentation/user/examples.itely (Piano templates): change
7709         Engraver_group_engraver -> Engraver_group
7710
7711         * lily/ly-module.cc (make_stand_in_procs_weak): only kludge if
7712         scm_stand_in_procs is not weak_any.
7713
7714         * lily/volta-bracket.cc (print): don't use strcmp().
7715
7716         * lily/volta-engraver.cc (process_music): use
7717         Text_interface::is_markup() for setting the 'text property of the
7718         volta bracket.
7719
7720         * input/mutopia/claop.py (accents): update syntax to 2.6
7721
7722         * scm/define-context-properties.scm
7723         (all-user-translation-properties): add countPercentRepeats.
7724
7725         * Documentation/user/basic-notation.itely (Measure repeats): add
7726         isolated percent example.
7727
7728 2005-08-18  Graham Percival  <gpermus@gmail.com>
7729
7730         * input/ {various}: change direction #1, #-1 to
7731         #up/#down or \fooUp, \fooDown.
7732
7733         * Documentation/user/music-glossary.tely: #-1 to #down.
7734
7735         * ly/bagpipe.ly, engraver-init.ly, property-init.ly: #1
7736         to #up, #-1 to #down.
7737
7738 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7739
7740         * lily/include/engraver-group.hh: rename.
7741
7742         * lily/include/performer-group.hh: rename.
7743
7744 2005-08-18  Mats Bengtsson  <mabe@s3.kth.se>
7745
7746         * input/test/script-abbreviations.ly: Removed some old LaTeX
7747         left overs.
7748
7749 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7750
7751         * python/convertrules.py (conv): inside-slur -> avoid-slur.
7752         Remove functions.  Remove if 1: constructs, reindent.
7753
7754         * scripts/convert-ly.py (add_version): Add functions from
7755         convertrules.py
7756
7757         * scm/script.scm (default-script-alist):
7758         s/priority/script-priority.  Fixes script stacking.  Backportme.
7759         (Fermata): Very low priority.
7760
7761 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7762
7763         * input/regression/*.ly: remove superfluous \score blocks. Reindent.
7764
7765         * input/regression/slur-script.ly: remove padding tweaks. Add
7766         comment strings.
7767
7768         * lily/note-spacing.cc (get_spacing): remove kludge for EOL wide
7769         time sigs and related stuff.
7770
7771         * scm/define-grob-properties.scm (all-user-grob-properties): add
7772         @code{} tags to property description.
7773
7774         * lily/include/line-group-group-engraver.hh (Module): remove file.
7775
7776         * python/convertrules.py (conv): add rule for
7777         Engraver_group_engraver -> Engraver_group.
7778
7779         * lily/include/performer-group-performer.hh: analogous.
7780
7781         * lily/include/engraver-group-engraver.hh: rename to Engraver_group.
7782
7783         * lily/context-def.cc (instantiate): check for
7784         Engraver_group_engraver and Performer_group_performer not
7785         Engraver/Performer. Fixes crashes when doing \with { \consists .. }
7786  
7787 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7788
7789         * input/les-nereides.ly: Remove three fingering tweaks, update
7790         remaining one.
7791
7792         * input/regression/slur-script-inside.ly: Update, fix doc.
7793
7794         * scm/script.scm: Update to avoid-slur.
7795
7796         * scm/define-grob-properties.scm (avoid-slur): New property.
7797
7798         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
7799         * lily/slur-engraver.cc (acknowledge_extra_object): Invoke
7800         outside_slur_callback if avoid-slur != #'inside.
7801
7802         * scm/define-grobs.scm (Fingering, Textscript): No
7803         inside-slur/outside-slur preference.
7804         (DynamicLineSpanner): Always outside slur.
7805
7806         * input/regression/slur-script.ly: More tests.
7807
7808 2005-08-17  Graham Percival  <gpermus@gmail.com>
7809
7810         * Documentation/user/lilypond-book: fix notime entry.
7811
7812         * Documentation/user/advanced-notation.itely: add info on
7813         getting an I rehearsal mark.
7814
7815         * Documentation/user/putting.itely: reinstate "I", re-enforce
7816         the fact that \override numbers are the result of
7817         experimentation and personal taste.
7818
7819         * Documentation/user/invoking.itely: update convert-ly bugs.
7820
7821 2005-08-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7822
7823         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set timing
7824         to #t.
7825
7826         * lily/timing-translator.cc (initialize): don't initialize timing.
7827
7828         * input/regression/stem-spacing.ly (Module): remove file.
7829
7830         * input/regression/spacing-stick-out.ly: specify Score context for
7831         \override
7832
7833         * input/regression/clefs.ly: remove spurious {}s 
7834
7835 2005-08-17  Heikki Junes  <hjunes@cc.hut.fi>
7836
7837         * Documentation/topdocs/NEWS.tely,
7838         input/regression/repeat-percent-count.ly: clarify a bit.
7839
7840 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7841
7842         * input/no-notation/display-lily-tests.ly: delete
7843         display-lily-init call.
7844
7845         * ly/music-functions-init.ly (displayLilyMusic): move
7846         display-lily-init call at top level, so that the user should not
7847         have to call it.
7848
7849         * scm/define-music-display-methods.scm (note-name->lily-string):
7850         retrieve note names directly from pitchnames using new function `rassoc'.
7851         (display-lily-init): note names list construction removed.
7852
7853 2005-08-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7854
7855         * THANKS: spello.
7856
7857         * lily/lily-parser.cc (get_header): copy module, instead of
7858         returning it.
7859
7860         * Documentation/topdocs/NEWS.tely (Top): add entry for percent
7861         counters.
7862
7863         * Documentation/user/basic-notation.itely (Measure repeats): add
7864         links to Counter grobs.
7865
7866         * scm/define-grobs.scm (all-grob-descriptions): add
7867         DoublePercentRepeatCounter
7868         (all-grob-descriptions): add PercentRepeatCounter
7869
7870         * lily/percent-repeat-engraver.cc (class Percent_repeat_engraver):
7871         also create counter grobs.
7872
7873         * lily/separation-item.cc (extremal_break_aligned_grob): don't
7874         return grob without space-alist.
7875
7876         * input/proportional.ly: tune staff-padding.
7877
7878         * input/regression/repeat-percent-count.ly: new file. 
7879
7880 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7881
7882         * input/no-notation/display-lily-tests.ly: moved from
7883         input/regression/ to input/no-notation. Be sure to call
7884         `display-lily-init' before trying to use the display function.
7885
7886 2005-08-16  Mats Bengtsson  <mabe@s3.kth.se>
7887
7888         * scripts/lilypond-book.py (option_definitions): Don't localize
7889         the empty string. Fixes bug when --psfonts was used with
7890         non-English locale.
7891
7892 2005-08-15  Graham Percival  <gpermus@gmail.com>
7893
7894         * lily/tuplet-bracket.cc: simple build fix.
7895
7896         * Documentation/user/putting.itely: use "we" instead of "I".
7897
7898         * Documentation/user/basic-notation.itely: cautionary accidentals
7899         work with naturals, too.
7900
7901 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7902
7903         * lily/tuplet-bracket.cc (calc_position_and_height): add
7904         staff-padding support.
7905
7906         * input/proportional.ly: set staff-padding.
7907         
7908         * VERSION (PATCH_LEVEL): release 2.7.5
7909
7910         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): text formatting
7911         fixes. Remove tweaks.
7912
7913         * input/regression/tuplet-slope.ly: add a test case.
7914
7915         * lily/tuplet-bracket.cc (calc_position_and_height): revert
7916         erroneous fix. Add spanner bounds to offset array with relative X
7917         positions.
7918
7919         * ly/engraver-init.ly: add Rest_engraver only once.
7920
7921         * scm/define-music-display-methods.scm (KeyChangeEvent): only do
7922         (*parser*) lookup if (*parser*) != #f.
7923
7924 2005-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>
7925
7926         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
7927         Cut-and paste update.
7928
7929         * input/regression/slur-script.ly: Add example of reverting
7930         inside-slur for fingering.
7931
7932         * scm/define-grobs.scm (DynamicLineSpanner, Fingering,
7933         TextScript): Explicitly set inside-slur #f, forcing these out of slur.
7934
7935         * lily/slur-engraver.cc (acknowledge_extra_object): Only invoke
7936         outside_slur_callback if inside-slur == #f (as opposed to unset).
7937
7938 2005-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
7939
7940         * tex/GNUmakefile (INSTALLATION_FILES): Remove enc symlink setup,
7941         encoding files are already removed.
7942
7943 2005-08-15  Mats Bengtsson  <mabe@s3.kth.se>
7944
7945         * Documentation/user/advanced-notation.itely (Instrument names):
7946         Document a workaround for instrument names that collide with
7947         system start braces/brackets.
7948
7949 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7950
7951         * lily/rest-collision.cc (do_shift): spello.
7952
7953         * input/proportional.ly: use #'used property. Set break-overshoot
7954         property.
7955
7956         * mf/feta-arrow.mf: center on arrow tip center, iso. tip edge.
7957
7958         * lily/paper-column.cc: add #'used property
7959
7960         * lily/mark-engraver.cc (stop_translation_timestep): set grob
7961         array for staves found.
7962
7963         * lily/metronome-engraver.cc (stop_translation_timestep): set grob
7964         array for stavesFound.
7965
7966         * lily/staff-spacing.cc (next_note_correction): add fixed and
7967         space to calling convention. This fixes spacing of accidentals
7968         after barlines.
7969
7970         * input/regression/spacing-accidental-stretch.ly: add barline -
7971         accidental case.
7972
7973         * scm/framework-ps.scm (page-header): add version number to
7974         creator
7975         (eps-header): idem.
7976
7977         * mf/feta-bolletjes.mf: swap d0 and u0 fa heads.
7978         
7979 2005-08-13  Graham Percival  <gpermus@gmail.com>
7980
7981         * Documentation/user/global.itely: add "fit as much as
7982         possible onto this page" example (Vertical spacing).
7983
7984 2005-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
7985
7986         * *: Nitpick run.
7987
7988         * buildscripts/fixcc.py: Fixes.
7989
7990 2005-08-12  Graham Percival  <gpermus@gmail.com>
7991
7992         * Documentation/user/advanced-notation.itely: add markup
7993         example to Text spanners.
7994
7995 2005-08-12  Mats Bengtsson  <mabe@s3.kth.se>
7996
7997         * Documentation/user/basic-notation.itely (Ties): Add example of
7998         tying a tremolo to a chord. Thanks to Steve Doonan. 
7999
8000         * lily/tie-engraver.cc: Add tieWaitForNote to the list of read
8001         properties and move tieMelismaBusy to the list of written
8002         properties. 
8003
8004 2005-08-12  Heikki Junes  <hjunes@cc.hut.fi>
8005
8006         * po/TODO: suggest to use a dedicated tool like kbabel.
8007
8008         * po/fi.po: update using kbabel.
8009
8010 2005-08-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8011
8012         * *: Remove obsolete files.  Nitpick run.
8013
8014         * lily/lily-guile.cc (parse_symbol_list): Bugfix.
8015
8016 2005-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8017
8018         * mf/GNUmakefile (get-*-fonts): Rename from get-*-pfa.  Copy SVG
8019         too.
8020
8021         * Documentation/topdocs/NEWS.tely (Top): Add slur script feature.
8022
8023         * lily/lily-guile.cc (parse_symbol_list): Rewrite.  Grok multiple
8024         whitespace as symbol separator.
8025
8026         * lily/side-position-interface.cc: Add slur-padding.
8027
8028         * input/regression/slur-script.ly: Fixed.  Backportme?  This is
8029         quite a large fix, and it never worked in a stable release; so not
8030         really a regression.
8031
8032         * lily/phrasing-slur-engraver.cc (class Phrasing_slur_engraver):
8033         Update cut and paste code from Slur_engraver.
8034
8035         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
8036         Add.
8037
8038         * scm/define-grobs.scm (DynamicLineSpanner): Add
8039         dynamic-line-spanner-interface.
8040         (DynamicLineSpanner, TextScript, Fingering): Add slur-padding.
8041
8042 2005-08-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8043
8044         * lily/slur-engraver.cc (acknowledge_extra_object): Bugfix: use
8045         to_boolean () so that non-set 'inside-slur means false.
8046
8047         * lily/slur.cc (outside_slur_callback): Bugfixes: make sure that
8048         slur has control-points.  Skip script without direction.  Always
8049         do_shift if script inside slur, even if slur not contained in
8050         script y-extent.  Increment k in loop.
8051
8052 2005-08-11  Mats Bengtsson  <mabe@s3.kth.se>
8053
8054         * scm/define-markup-commands.scm: Improved regexp to search for
8055         EPS bounding boxes and corrected call to ly:warning.
8056
8057 2005-08-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8058
8059         * Documentation/user/programming-interface.itely (Displaying music
8060         expressions): doc for \displayLilyMusic. Also some precisions in
8061         "Markup construction in Scheme"
8062
8063 2005-08-10  Mats Bengtsson  <mabe@s3.kth.se>
8064
8065         * scm/define-markup-commands.scm (normal-text): Added 2 new
8066         markup commands, \normal-text and \medium (the latter thanks to
8067         Bruce Fairchild). 
8068
8069 2005-08-08  Graham Percival  <gpermus@gmail.com>
8070
8071         * Documentation/user/programming-interface.itely: fix @{ @}.
8072
8073         * scm/define-markup-commands.scm: add linewidth info to
8074         \justify and \wordwrap, add "upright is the opposite of italic".
8075
8076         * Documentation/user/advanced-notation.itely: shaped->shape,
8077         add (cons (markup "foo")) type of example to text markup,
8078         reword multi-measure rests section.
8079
8080         * lily/note-heads-engraver.cc: changed Shaped->Shape in a
8081         comment.  No actual code was touched.
8082
8083         * Documentation/user/invoking.itely: add more info about
8084         \include.  Thanks, Bruce!
8085
8086         * THANKS: add Bruce Fairchild, alphabetise.
8087
8088         * Documentation/user/global.itely: document \score{\header{}}
8089         behavior.
8090
8091         * Documentation/user/basic-notation.itely: reword multi-measure
8092         rest discussion in Rests.
8093
8094 2005-08-08  Mats Bengtsson  <mabe@s3.kth.se>
8095
8096         * Documentation/user/programming-interface.itely (Markup
8097         construction in Scheme): Corrected example and tried to clarify
8098         the implicit \line in the table.
8099
8100 2005-08-07  Graham Percival  <gpermus@gmail.com>
8101
8102         * Documentation/user/instrument-notation.itely: moved
8103         some bagpipe info back into the bagpipe section.  Somehow
8104         it ended up in the "other vocal issues" section?!  :o_O
8105
8106 2005-08-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8107
8108         * scm/framework-ps.scm (dir-join): Rename from path-join (joins
8109         directories, not paths).
8110
8111 2005-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
8112
8113         * scm/framework-ps.scm (munge-lily-font-name): Bugfix: Munge only
8114         plain emmentaler/aybabtu.  Backportme.
8115
8116         * lily/tuplet-bracket.cc (calc_position_and_height): Bugfix:
8117         missing dir correction.
8118
8119 2005-08-05  Graham Percival  <gperlist@shaw.ca>
8120
8121         * scm/define-markup-commands: fix reversed justify/wordwrap
8122         doc strings.
8123
8124 2005-08-05  Jürgen Reuter  <reuter@ipd.uka.de>
8125
8126         * lily/ligature-engaver.cc, lily/coherent-ligature-engaver.cc,
8127         lily/gregorian-ligature-engaver.cc,
8128         lily/include/ligature-engraver.hh,
8129         lily/include/coherent-ligature-engraver.hh,
8130         lily/include/gregorian-ligature-engraver.hh: make these classes
8131         truely abstract.  This should fix some internal oddities such as
8132         duplicate as well as dead translator/property declarations, and
8133         also some dead code.
8134
8135         * lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc:
8136         bugfix: avoid message "junking empty ligature" on ligature
8137         brackets by collecting dummy grobs.
8138
8139 2005-08-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8140
8141         * lily/tuplet-bracket.cc (print): default right overshoot to 0.0
8142
8143         * input/proportional.ly (staffKind): bugfix.
8144         (staffKind): updates by Trevor Baca.
8145
8146         * scm/define-grobs.scm (all-grob-descriptions): remove arrows as
8147         default layout. 
8148
8149         * lily/tuplet-bracket.cc (print): check whether edge-text is a
8150         pair.
8151
8152         * lily/beam.cc (rest_collision_callback): call position_beam() if
8153         necessary.
8154
8155         * VERSION: release 2.7.4
8156
8157         * input/regression/spacing-uniform-stretching.ly: new file.
8158
8159         * lily/spacing-loose-columns.cc (set_loose_columns): use robust_relative_extent().
8160
8161         * Documentation/topdocs/NEWS.tely (Top): add Nicolas as
8162         contributor.
8163
8164         * lily/include/ly-module.hh: define MODULE_GC_KLUDGE globally.
8165
8166         * input/proportional.ly: new file.
8167
8168         * lily/tuplet-bracket.cc (after_line_breaking): don't suicide if
8169         columns is empty
8170
8171         * lily/tuplet-engraver.cc (finalize): new function. Reset right
8172         bounds to currentCommandColumn for the last step.
8173         (start_translation_timestep): if tupletFullLength is set, set
8174         bound to Paper Column
8175
8176         * input/regression/tuplet-full-length.ly (indent): new file.
8177
8178         * lily/spacing-loose-columns.cc (set_loose_columns): space a whole
8179         clique of loose columns, eg. a set of grace notes in strict
8180         notespacing.
8181
8182         * input/regression/spacing-strict-spacing-grace.ly: new file.
8183
8184         * lily/key-signature-interface.cc: change property name to
8185         alteration-alist
8186
8187         * lily/key-engraver.cc (read_event): read keyAlterationOrder, not
8188         keyAccidentalOrder
8189
8190         * python/convertrules.py (conv): keyAccidentalOrder ->
8191         keyAlterationOrder
8192
8193         * lily/key-engraver.cc (create_key): always print a cancellation
8194         for going to C-major/A-minor, regardless of printKeyCancellation.
8195         (create_key): remove typecheck for visibility. This fixes key
8196         signature not being printed.
8197
8198         * lily/spacing-determine-loose-columns.cc: new file.
8199
8200         * input/regression/spacing-strict-notespacing.ly: new file.
8201
8202         * lily/spacing-spanner.cc (generate_springs): rename from
8203         do_measure. 
8204         (generate_pair_spacing): new function.
8205         (init, generate_pair_spacing): set between-cols for floating
8206         nonmusical columns.
8207
8208         * lily/spaceable-grob.cc (get_spring): new function. 
8209
8210         * lily/tuplet-bracket.cc (print): on the left, the overshoot is
8211         relative to the right edge of the prefatory matter.
8212
8213         * lily/beam.cc (print): read break-overshoot to determine where to
8214         stop/start broken beams.
8215
8216         * input/regression/spanner-break-overshoot.ly: new file.
8217
8218 2005-08-04  Graham Percival  <gperlist@shaw.ca>
8219
8220         * ly/bagpipe.ly: updated.
8221
8222         * Documentat/user/instrument.itely: un-comment out bagpipe example.
8223
8224 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8225
8226         * lily/dynamic-engraver.cc (acknowledge_slur): add slur to
8227         support: now (de)crescs avoid slurs as well.
8228
8229         * Documentation/user/instrument-notation.itely (Bagpipe example):
8230         comment out non-functioning bagpipe example.
8231         (Bagpipe definitions): idem.
8232
8233         * Documentation/topdocs/NEWS.tely (Top): add uniform-stretching example.
8234         (Top): add proportionalNotationDuration example.
8235
8236         * input/regression/spacing-proportional.ly: new file.
8237
8238         * lily/tuplet-bracket.cc (parallel_beam): broken bracket never is
8239         synched to a beam.
8240
8241         * lily/beam.cc (shift_region_to_valid): divide by zero fix. This
8242         fixes beams with a single stem (eg. beams across linebreaks.)
8243
8244         * lily/parser.yy (simple_string): allow \new STRING_IDENTIFIER.
8245
8246         * flower/rational.cc (operator +): prevent overflow. This fixes
8247         heavily nested tuplets.
8248
8249         * lily/auto-beam-engraver.cc (derived_mark): new method. Yes. We
8250         have to protect even those unlikely to be corrupted data members.  
8251
8252 2005-08-04  Graham Percival  <gperlist@shaw.ca>
8253
8254         * ly/bagpipe.ly: new file.
8255
8256         * THANKS: added Sven Axelsson.
8257
8258 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8259
8260         * lily/spacing-engraver.cc (stop_translation_timestep): directly
8261         copy proportionalNotationDuration into currentMusicalColumn if
8262         set.
8263
8264         * lily/spacing-spanner.cc (musical_column_spacing): if
8265         uniform-stretching set, fixed space is 0.0
8266
8267         * input/regression/spacing-multi-tuplet.ly: show
8268         uniform-stretching property.
8269
8270         * lily/spacing-spanner.cc (effective_shortest_duration): new function.
8271
8272         * lily/include/spacing-spanner.hh (class Spacing_spanner): new file.
8273         (struct Spacing_options): new struct.
8274
8275         * lily/spacing-basic.cc: new file.
8276
8277         * lily/spacing-spanner.cc (note_spacing): remove outdated code:
8278         delta_t doesn't have to be smaller than shortest_playing_len
8279
8280 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8281
8282         * input/regression/markup-arrows.ly:  new file.
8283
8284         * lily/tuplet-bracket.cc: document new behavior.
8285
8286         * input/regression/tuplet-broken.ly: new file. Demonstrate tuplets
8287         with line breaks.
8288
8289         * scm/define-markup-commands.scm (arrow-head): arrow-head markup command.
8290
8291         * scm/define-grobs.scm (all-grob-descriptions): set arrows as
8292         default 
8293
8294         * lily/tuplet-bracket.cc: add edge-text property.
8295         add break-overshoot.
8296         (print): read break-overshoot.
8297         (print): read edge-text, add stencils.
8298
8299         * mf/feta-arrow.mf: new file.
8300
8301         * mf/feta-generic.mf: add feta-arrow.
8302
8303 2005-08-03  Mats Bengtsson  <mabe@s3.kth.se>
8304
8305         * Documentation/user/lilypond-book.itely (An example of a
8306         musicological document): Added flag -o to dvips for people who use
8307         the default setting in teTeX where output is sent to the printer. 
8308
8309         * Documentation/user/global.itely (Vertical spacing): Added
8310         reference to the Axis_group_engraver which documents the *Extent
8311         properties.
8312
8313 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8314
8315         * Documentation/user/basic-notation.itely (Tuplets): add note
8316         about nested tuplets. Remove BUG. 
8317
8318         * input/regression/tuplet-nest.ly: update: remove manual hack. 
8319
8320         * lily/tuplet-bracket.cc (print): use robust_scm2drul
8321         (print): manually call print() for subtuplets.
8322         (calc_position_and_height): add subtuplets to the
8323         support. Vertically shift outer tuplet 
8324
8325         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): set
8326         remove-first for Lyrics, ChordNames and FiguredBass
8327
8328         * scm/define-grob-properties.scm (all-internal-grob-properties):
8329         use ly:grob-array? iso. grob-list?
8330         (all-internal-grob-properties): add tuplets grob-array.
8331
8332         * lily/tuplet-bracket.cc (add_tuplet_bracket):
8333         new function
8334
8335 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8336
8337         * input/test/time-signature-staff.ly: new file.
8338
8339         * ly/declarations-init.ly (center): escape to Scheme. Fixes
8340         spurious #<Music FingerEvent> errors. Backportme.
8341
8342 2005-08-03  Mats Bengtsson  <mabe@s3.kth.se>
8343
8344         * Documentation/user/programming-interface.itely (Markup
8345         construction in Scheme): Corrected markup syntax in the
8346         translation table.
8347
8348 2005-08-03  Graham Percival  <gperlist@shaw.ca>
8349
8350         * Documentation/user/instrument-notation.itely: small update
8351         to bagpipe notation docs; thanks Sven!
8352
8353         * Documentation/user/basic-notation.itely: add link about trills.
8354
8355 2005-08-02  Graham Percival  <gperlist@shaw.ca>
8356
8357         * Documentation/user/music-glossary: remove accidentally committed
8358         fink patch.
8359
8360 2005-08-02  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
8361
8362         * lily/lily-parser.cc (get_header): new function. Enable multiple
8363         \header definitions.
8364
8365         * lily/parser.yy (lilypond_header_body): use get_header.
8366
8367         * ly/init.ly:
8368         * scm/lily-library.scm (print-score-with-defaults): renamed
8369         $globalheader to $defaultheader
8370             
8371         * Documentation/user/global.itely (Creating titles): added short
8372         explanation that multiple headers are useable.
8373
8374
8375 2005-08-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8376
8377         * lily/module-scheme.cc (LY_DEFINE): new file. 
8378
8379         * Documentation/user/advanced-notation.itely (Font selection): add
8380         doco for make-pango-font-tree.
8381
8382 2005-07-31  Graham Percival  <gperlist@shaw.ca>
8383
8384         * Documentation/user/music-glossary: more languages
8385         for tenuto.
8386
8387         * Docuemntation/user/instrument-notation.itely: minor
8388         update for bagpipe example.
8389
8390 2005-07-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8391
8392         * input/regression/+.ly (TODO): add some text.
8393
8394 2005-07-28  Graham Percival  <gperlist@shaw.ca>
8395
8396         * Documentation/user/invoking.itely: \score begins with music.
8397
8398         * Documentation/user/ basic-notation.itely,
8399         instrument-notation.itely: minor changes.
8400
8401         * Documentation/user/music-glossary.itely: began tenuto entry.
8402
8403 2005-07-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8404
8405         * scm/output-socket.scm (bezier-sandwich): add bezier-sandwich
8406
8407         * mf/feta-bolletjes.mf: swap up and down for aiken heads.
8408
8409 2005-07-27  Graham Percival  <gperlist@shaw.ca>
8410
8411         * Documentation/user/examples.itely: remove bagpipe template.
8412
8413         * Documentation/user/instrument-notation.itely: add bagpipe
8414         section, maybe fix quotes in lyrics.  I hate text encoding.
8415         Clarify chord durations, more bagpipe stuff.
8416
8417 2005-07-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8418  
8419         * lily/accidental-engraver.cc: formatting fixes.
8420
8421         * lily/spacing-spanner.cc (prune_loose_columns): right-items is a
8422         grob-array.
8423
8424         * lily/arpeggio.cc (print): suicide arpeggio for single notehead.
8425
8426         * lily/note-column.cc (arpeggio): new function.
8427
8428         * lily/note-spacing.cc (get_spacing): also take arpeggio into
8429         account for spacing.
8430
8431 2005-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
8432
8433         * lily/main.cc (sane_setenv)[!ARGV0_RELOCATION]: Also define.
8434         (setup_guile_env): Use it instead of nonstandard setenv.  Fixes
8435         mingw build.
8436         
8437 2005-07-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8438
8439         * scm/lily.scm (lilypond-all): clear anonymous modules after
8440         processing files.
8441
8442 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8443
8444         * flower/include/guile-compatibility.hh (SCM_I_CONSP): add
8445         SCM_I_CONSP
8446
8447         * VERSION: 2.7.3 released
8448
8449         * Documentation/user/invoking.itely (Invoking lilypond): add
8450         LILYPOND_GC_YIELD documentation.
8451
8452         * lily/*: cleanups: use scm_from_int iso. scm_int2num. Idem for
8453         scm_from_real / scm_make_real.
8454
8455         * lily/main.cc (setup_guile_env): new function. Set GC min_yields
8456         higher. This increases memory footprint, but provides overall
8457         speedup of 15 to 20%. 
8458
8459         * lily/include/translator.hh (class Translator): remove
8460         PRECOMPUTED_VIRTUAL everywhere.
8461
8462         * lily/include/lily-guile.hh: inline scm_c[ad]r, scm_is_pair.
8463
8464         * lily/context.cc (now_mom): non-recursive now_mom() 
8465
8466         * lily/include/profile.hh: new file.
8467
8468         * lily/profile.cc: new file.
8469
8470         * lily/grob.cc (Grob::Grob): look properties up directly.
8471
8472         * lily/open-type-font.cc (get_indexed_char): cache index -> bbox
8473         lookups.
8474
8475         * lily/include/box.hh (class Box): smob Box type.
8476
8477         * lily/smobs.cc (protect_smob): O(1) GC (un)protection.
8478
8479         * lily/include/smobs.hh (DECLARE_BASE_SMOBS): add methods
8480         protect() and unprotect(). Use throughout.
8481
8482 2005-07-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8483
8484         * Documentation/topdocs/NEWS.tely: new item for \displayLilyMusic
8485
8486         * scm/define-music-display-methods.scm (markup->lily-string):
8487         markup elements can also be strings (without simple-markup
8488         appended)
8489
8490 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8491
8492         * lily/context.cc (where_defined): also assign value in
8493         where_defined().
8494
8495         * lily/bezier.cc (get_other_coordinate): use curve_coordinate
8496         (curve_coordinate): new function
8497
8498         * lily/simple-spacer.cc (add_columns): only add rods between
8499         column i and begin/end if keep-inside-line is set (this repleces
8500         allow-outside-line as default)
8501
8502 2005-07-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8503
8504         * lily/tuplet-engraver.cc (start_translation_timestep): only read
8505         tupletSpannerDuration if applicable.
8506
8507         * lily/font-size-engraver.cc (process_music): read fontSize only
8508         once per timestep.
8509
8510         * lily/engraver*cc: use throughout.
8511         
8512         * lily/include/translator.icc (ADD_ACKNOWLEDGER): new macro.
8513
8514         * lily/translator.cc (add_acknowledger): new file. Directly jump
8515         into an Engraver::acknowledge_xxx () method based on a grobs
8516         interface-list.
8517
8518         * lily/include/translator-dispatch-list.hh (class
8519         Engraver_dispatch_list): new struct, new file.
8520
8521         * scm/define-context-properties.scm
8522         (all-internal-translation-properties): remove acceptHashTable,
8523         acknowledgeHashTable
8524
8525         * lily/translator-group.cc (mark_smob): idem for acceptHashTable.
8526
8527         * lily/engraver-group-engraver.cc (Engraver_group_engraver):
8528         change acknowledgeHashTable to C++ member. 
8529
8530         * lily/rest-collision.cc (do_shift): use extract_grob_set().
8531
8532 2005-07-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8533
8534         * scm/display-lily.scm: new file. Define a `display-lily-music'
8535         function, that displays the music expression given as an argument,
8536         using LilyPond notation.
8537
8538         * scm/define-music-display-methods.scm: new file. Implementation
8539         of display methods for each music type.
8540
8541         * ly/music-functions-init.ly (displayLilyMusic): new function for
8542         displaying music with LilyPond notation.
8543
8544         * input/regression/display-lily-tests.ly: new regression test file
8545         for `display-lily-music'.
8546
8547         * scm/markup.scm: remove obsolete debugging code (for printing
8548         markups with LilyPond notation).
8549
8550         * scm/define-music-types.scm (music-name-to-property-table):
8551         * scm/clef.scm (supported-clefs): export, in order to be accessible
8552         from the (scm display-lily) module.
8553
8554 2005-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8555
8556         * Documentation/topdocs/NEWS.tely (Top): Typo.
8557
8558 2005-07-22  Heikki Junes  <hjunes@cc.hut.fi>
8559
8560         * Documentation/index.html.in, Documentation/texinfo.css,
8561           stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
8562           Documentation/bibliography/index.html.in,
8563           Documentation/bibliography/html-long.bst: revert css-width patch,
8564           it does not work with IE6.
8565
8566 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8567
8568         * Documentation/texinfo.css: revert 760px hack. 
8569
8570         * VERSION: release 2.7.2
8571
8572         * Documentation/topdocs/NEWS.tely (Top): mention barNumberCheck
8573
8574         * Documentation/user/basic-notation.itely (Barnumber check): add
8575         section.
8576
8577         * scm/music-functions.scm (skip-to-last): new function. Show only
8578         last showLastLength part of the \score.
8579
8580         * lily/moment-scheme.cc (LY_DEFINE): new function ly:moment-sub
8581
8582         * python/convertrules.py (conv): add ly:x-moment rule
8583
8584         * lily/moment-scheme.cc (LY_DEFINE): rename ly:X-moment  -> ly:moment-X
8585
8586         * Documentation/topdocs/NEWS.tely (Top): add new feature.
8587
8588         * Documentation/user/instrument-notation.itely (Flexibility in
8589         alignment): options in subsections.
8590
8591         * lily/lyric-engraver.cc (process_music): don't typeset text for _
8592         syllable text. Instead, assume that the previous lyric text is a
8593         melismated text.
8594
8595         * Documentation/index.html.in: revert 800x600 change.
8596
8597 2005-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8598
8599         * lily/main.cc (main): Remove invalid handle kludge.
8600
8601         * scm/lily.scm (running-from-gui?): WINDOWS: check -dgui.
8602         (lambda): add gui define.
8603
8604 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8605
8606         * Documentation/topdocs/NEWS.tely (Top): add note about Musica ficta.
8607
8608         * Documentation/user/instrument-notation.itely (Musica ficta
8609         accidentals): add section Musica ficta accidentals
8610
8611         * lily/accidental-engraver.cc (make_suggested_accidental): new
8612         function.
8613         (make_standard_accidental): move into new function.
8614         (create_accidental): new function.
8615
8616         * scm/define-grobs.scm (all-grob-descriptions): new Grob
8617         AccidentalSuggestion
8618
8619         * lily/output-def-scheme.cc (LY_DEFINE): take default  argument.
8620
8621         * lily/output-def.cc (lookup_variable): return SCM_UNDEFINED if
8622         undefined.
8623
8624         * Documentation/user/global.itely (Page formatting): document
8625         horizontalshift.
8626
8627         * scm/page-layout.scm (default-page-music-height):
8628         horizontalshift: new variable, shift all systems by
8629         horizontalshift to the right, to make space for instrument names.
8630
8631         * scm/paper.scm (set-paper-dimension-variables): add horizontalshift
8632
8633         * lily/input-scheme.cc (LY_DEFINE): take format commands.
8634
8635 2005-07-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8636
8637         * lily/note-column.cc (dir): idem.
8638
8639         * lily/spacing-spanner.cc (Module): idem.
8640
8641         * lily/script-column.cc (before_line_breaking): use extract_grob_set()
8642
8643         * lily/include/paper-column.hh (class Paper_column): add
8644         non-static get_rank() member.
8645
8646         * VERSION: release 2.7.1
8647         
8648         * scm/framework-null.scm: new file, used for benchmarking.
8649
8650 2005-07-20  Heikki Junes  <hjunes@cc.hut.fi>
8651
8652         * Documentation/topdocs/INSTALL.texi, configure.in: fix
8653         version dependencies for fontforge and gs.
8654
8655         * Documentation/index.html.in, Documentation/texinfo.css,
8656         stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
8657         Documentation/bibliography/index.html.in, 
8658         Documentation/bibliography/html-long.bst: optimize width of
8659         html for a 800x600 screen (width:760), increases printability
8660         when 'fit to page' is not set and readability in wide screens.
8661
8662         * stepmake/bin/add-html-footer.py: add missing </p>.
8663
8664 2005-07-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8665
8666         * scm/define-markup-commands.scm (beam): use polygon in beam
8667         command.
8668
8669         * lily/grob-pq-engraver.cc (stop_translation_timestep): save up
8670         all acknowledged grobs, and do potentially expensive merge and
8671         write in one go.
8672
8673         * buildscripts/mf-to-table.py (write_fontlist): enforce noBreak.
8674
8675         * configure.in (reloc_b): add --enable-static-gxx to statically
8676         link to libstdc++
8677
8678         * lily/GNUmakefile (static-gxx-libs): new target
8679         static-gxx-libs. Create symlink to libstdc++.a
8680
8681         * lily/new-lyric-combine-music-iterator.cc: rename to
8682         Lyric_combine_music_iterator
8683
8684         * lily/lyric-combine-music-iterator.cc
8685         (Old_lyric_combine_music_iterator): rename to
8686         Old_lyric_combine_music_iterator
8687
8688         * lily/*-engraver.cc (various): remove double use of
8689         PRECOMPUTED_VIRTUAL function: only use
8690         start_translation_timestep() and stop_translation_timestep(), not
8691         both.
8692
8693         * lily/break-substitution.cc (fast_substitute_grob_array): do
8694         fast_substitute_grob_array for all unordered grob_arrays.
8695         (substitute_grob): return Grob *. Saves packing/unpacking SCMs.
8696         (substitute_grob_array): optimize.
8697
8698         * lily/align-interface.cc (set_axis): set ordered_ for 'elements
8699
8700         * lily/include/grob-array.hh (class Grob_array): ordered_ member.
8701
8702         * lily/parser.yy: revert $globalheader patch.
8703         
8704         * lily/include/translator.icc
8705         (IMPLEMENT_FETCH_PRECOMPUTABLE_METHODS): directly jump into
8706         Translator methods, without _static helper.
8707  
8708         * lily/grob-smob.cc (derived_mark): rename from
8709         do_derived_mark(). Return void.
8710
8711         * scm/define-context-properties.scm
8712         (all-internal-translation-properties): remove tweakCount/tweakRank.
8713
8714         * scm/output-lib.scm (begin-of-line-invisible): use vectors for
8715         predefined break-visibilities.
8716
8717         * lily/item.cc (handle_prebroken_dependencies): use a vector of 3
8718         booleans for break-visibility.
8719
8720         * Documentation/topdocs/NEWS.tely (Top): add note about engravers.
8721
8722         * python/convertrules.py (conv): rule for Timing_translator. 
8723
8724         * lily/include/translator.icc: new file. 
8725
8726         * lily/paper-column-engraver.cc (process_music): new
8727         file. Separate Paper_column factory from Score_engraver.
8728
8729         * lily/vertically-spaced-context-engraver.cc: administer
8730         spaceable-staves property of System.
8731
8732         * lily/translator-group-ctors.cc: new file.
8733
8734         * lily/context-property.cc (make_grob_from_properties): construct
8735         the right Grob class programmatically, looking at the class entry
8736         for the meta property.
8737
8738         * lily/break-align-engraver.cc (stop_translation_timestep): call
8739         Break_align_interface::add_element() directly.
8740
8741         * lily/context.cc (measure_position): measure_position() is now a
8742         normal function.
8743
8744         * lily/include/translator.hh (class Translator): rename
8745         process_acknowledged_grobs() to process_acknowledged() and move to
8746         Translator.
8747
8748         * scm/define-grobs.scm (all-grob-descriptions): add a 'class meta
8749         field for each grob description.
8750
8751         * lily/include/translator-group.hh (class Translator_group):
8752         change to base class. Separate class from Translator. This gets
8753         rid of virtual inheritance for Engravers/Performers.
8754
8755         * lily/staff-performer.cc (class Staff_performer): derive
8756         Staff_performer from Performer, not Performer_group_performer 
8757
8758         * Lily/translator-group.cc (precomputed_recurse_over_translators):
8759         new function.
8760         (precompute_method_bindings): new function. Precompute lists of
8761         Translators, so we only call methods (process_music,
8762         start_translation_timestep, etc.) for Translators needing
8763         it. Also: dispose of pointer-to-member-function calls.
8764
8765         * lily/engraver-group-engraver.cc: remove engraver_each,
8766         recurse_down_engravers ()
8767
8768         * lily/note-head.cc (internal_print): only call
8769         glyph-name-procedure if style != default. 
8770
8771 2005-07-16  Graham Percival  <gperlist@shaw.ca>
8772
8773         * ly/titling-init.ly: add printallheaders option.
8774
8775         * Documentation/user/global.itely: document printallheaders.
8776
8777 2005-07-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8778
8779         * lily/system.cc (do_derived_mark): don't mark from object_alist_
8780         anymore, but do it centrally.  
8781
8782         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
8783         hammer hack.
8784
8785         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-object
8786
8787         * scm/output-lib.scm: remove hammer-print-function.
8788
8789         * lily/include/pointer-group-interface.hh (extract_grob_set): new
8790         macro. Declare a Link_array<Grob> and fill it from a grob.
8791         (extract_item_set): idem for item.
8792
8793         * lily/break-substitution.cc: add header.
8794         (fast_substitute_grob_array): rewrite for Grob_arrays.
8795         (substitute_grob_array): idem.
8796
8797         * lily/group-interface.cc (add_thing): remove file.
8798
8799         * flower/include/parray.hh (class Link_array): slice() is const.
8800
8801         * lily/include/grob-array.hh: new file.
8802
8803         * lily/grob-array.cc (spanner): new file.
8804
8805         * lily/beam-quanting.cc (fill): read details property from beam.
8806
8807         * lily/beam.cc: support details property.
8808
8809         * total speedups below: approx 10%.
8810
8811         * lily/include/beam.hh: new struct, softcode beam quanting parameters
8812
8813         * lily/include/grob.hh (class Grob): add interfaces_ member.
8814
8815         * lily/bezier.cc (init_polynomial_cache): new function: cache
8816         binom(3,j) t^j (1-t)^{3-j}
8817         (curve_point): opps, actually use the cache for t^j , (1-t)^j! 
8818
8819         * lily/*.cc: substitution throughout.
8820
8821         * lily/grob-property.cc (internal_get_object): new routine.
8822         (internal_set_object): idem. Store grob refrences in separate
8823         alist. This saves processing time, since properties aren't
8824         break-substituted, and the per grob namespace is smaller, both for
8825         grobs and non-grob properties.
8826
8827         * scm/define-grob-properties.scm (all-internal-grob-properties):
8828         remove center-element.
8829
8830         * lily/grob.cc: remove tweak-count, tweak-rank.
8831
8832 2005-07-15  Graham Percival  <gperlist@shaw.ca>
8833
8834         * Documentation/user/lilypond-book.itely: fixes example.
8835
8836 2005-07-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8837
8838         * Documentation/user/global.itely (Creating titles):    
8839         * Documentation/user/examples.itely (All headers): change the
8840         place of \header in \score blocks (after music block) to make
8841         examples compile (cf. changes on parser.yy on 2005-07-10)
8842
8843 2005-07-13  Graham Percival  <gperlist@shaw.ca>
8844
8845         * python/convertrules.py: add exc -> ecc rule.
8846
8847         * scripts/convert-ly.py: add location of convertrules.py
8848         in a comment.
8849
8850         * Documentation/user/changing-defaults.itely: fix language.
8851
8852 2005-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8853
8854         * lily/lily-parser-scheme.cc (LY_DEFINE): Guile 1.6 fix.
8855
8856 2005-07-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8857
8858         * scm/output-socket.scm (grob-bbox): don't use inf? 
8859
8860         * flower/include/rational.hh: add operator bool() 
8861
8862         * scm/define-music-types.scm (music-descriptions): remove
8863         internal-class-name properties.
8864
8865         * lily/include/event.hh: remove file.
8866
8867         * lily/include/music-constructor.hh: remove file.
8868
8869         * lily/parser.yy (Lily_lexer): check EVENT_IDENTIFIER using 'event
8870         in 'types property.
8871
8872         * lily/music.cc (duration_length_callback): new function.
8873
8874         * lily/event.cc: remove file.
8875
8876         * lily/music-constructor.cc: remove file.
8877
8878         * lily/music-scheme.cc (LY_DEFINE): rename to ly:make-music
8879
8880         * lily/context.cc (get_grob_key): nop if use_object_keys not set.
8881         (get_context_key): idem.
8882
8883         * scm/lily.scm (lambda): new option object-keys (default to #f)
8884
8885         * scm/output-svg.scm (utf-8-string): rename  from utf8-string.
8886
8887         * scm/output-gnome.scm: remove beam routine.
8888
8889         * scm/output-ps.scm (scm): idem.
8890
8891         * scm/output-svg.scm: remove beam.
8892
8893         * ps/music-drawing-routines.ps: remove draw_beam.
8894
8895         * lily/lookup.cc (beam): use round_filled_polygon() for beam.
8896
8897         * flower/include/guile-compatibility.hh (scm_from_locale_string):
8898         add scm_from_locale_string compatibility glue. 
8899
8900 2005-07-13  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
8901
8902         * scripts/lilypond-book.py: Prevent occuring error when
8903         'lilypond-book --output=foo/ somefile.ly' is executed multiple
8904         times and target file shoud be overwritten.  (Error message said
8905         'input file and output file is same'.)
8906
8907 2005-07-13  Graham Percival  <gperlist@shaw.ca>
8908
8909         * input/regression/slur-extreme.ly,
8910         input/regression/slur-scoring.ly, lily/slur-configuration.cc,
8911         lily/slur.cc, mf/feta-din-code.mf, mf/feta-timesig.mf,
8912         mf/parmesan-heads.mf, scm/define-grob-properties.scm: Change
8913         "excentricity" to "eccentricity".
8914
8915         * Documentation/user/converters.itely: fix URL for Noteedit and
8916         Rosegarden.
8917
8918         * THANKS: added Yoshinobu Ishizaki.
8919
8920 2005-07-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8921
8922         * scm/define-markup-commands.scm (justify-field): add. 
8923
8924         * scm/define-grobs.scm (all-grob-descriptions): decrease font size.
8925
8926 2005-07-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8927
8928         * lily/lookup.cc (filled_box): express filled_box with
8929         round_filled_box
8930
8931         * scm/midi.scm (paper-book-write-midis): new function. Write all
8932         performances in numbered MIDI files.
8933
8934         * lily/performance-scheme.cc (LY_DEFINE): new file.
8935         (LY_DEFINE): new function ly:performance-write.
8936
8937         * lily/lily-parser-scheme.cc (LY_DEFINE): ly:parser-output-name:
8938         new function.
8939         (LY_DEFINE): change name ly:parser-define -> ly:parser-define!
8940
8941         * scm/framework-*.scm: use port arguments throughout.
8942
8943         * lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
8944
8945         * lily/paper-outputter.cc (Paper_outputter): take port argument.
8946
8947         * lily/paper-outputter-scheme.cc (LY_DEFINE): take port argument.
8948
8949         * scm/framework-texstr.scm (output-framework): 
8950
8951         * input/regression/repeat-fold.ly (texidoc): remove TeX strings.
8952
8953         * scm/output-lib.scm (tablature-stem-attachment-function):
8954         tablature stem attachment fix. 
8955
8956 2005-07-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8957
8958         * lily/bezier.cc: hardcode binomial coefficients of order 3.
8959
8960         * lily/include/music-wrapper.hh: remove Music_wrapper as Music subtype.
8961
8962         * scm/define-music-types.scm (music-descriptions): don't use
8963         Music_wrapper type.
8964
8965         * lily/paper-column.cc (print): print moment too.
8966
8967         * scripts/mup2ly.py (cp_to_dir): remove 1.5.2 compat glue.  
8968         remove compatibility cruft.
8969
8970         * lily/parser.yy (score_body): \score can only begin with Music. 
8971
8972         * lily/score-scheme.cc (LY_DEFINE): rename scorify to
8973         make-score. Take music argument only. Move parser interaction to
8974         Scheme.
8975
8976         * scm/lily-library.scm (scorify-music): new function.
8977
8978         * python/lilylib.py (datadir): remove 2.1 compat kludge.
8979         (datadir): remove resource import.
8980         (print_environment): remove get_bbox()
8981         (cp_to_dir): remove pre 1.5.2 compat glue.
8982
8983 2005-07-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8984
8985         * lily/include/simple-spacer.hh (Module): idem.
8986
8987         * lily/include/spring.hh (struct Spring): store inverse
8988         strength. This prevents division by zero.
8989
8990         * VERSION: release 2.7.0
8991         
8992         * lily/include/music.hh (class Music): remove Music::duration_log()
8993
8994         * lily/stem-engraver.cc (make_stem): take duration log from event.
8995
8996         * lily/chord-tremolo-engraver.cc: don't ack note-head-interface.
8997
8998 2005-07-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8999
9000         * scm/lily.scm (ly:load): load autochange.scm
9001
9002         * Documentation/user/tutorial.itely (Running LilyPond for the
9003         first time): remove reference to DVI/TeX
9004
9005         * scm/define-markup-commands.scm (text): add \text markup command.
9006
9007         * configure.in (reloc_b): bump requirement to Python 2.2.
9008
9009         * lily/include/dots.hh (class Dots): make has_interface() static.
9010
9011         * python/convertrules.py (conv): add rule for ly:grob-default-font
9012
9013         * scm/define-grobs.scm (all-grob-descriptions): reorganize in
9014         alphabetical order.
9015
9016         * input/regression/trill-spanner-pitched.ly: new file.
9017
9018         * lily/font-interface-scheme.cc (LY_DEFINE): function
9019         ly:grob-default-font (changed from get-default-font).
9020
9021         * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file.
9022
9023         * lily/note-head.cc (internal_print): if style is not a symbol,
9024         set style to 'default. 
9025         (internal_print): no style suffix if glyph-name-procedure not
9026         set. Default to quarter head.
9027
9028         * scm/define-grobs.scm (Module): new grob TrillPitchHead.
9029
9030         * scm/define-music-properties.scm (all-music-properties): add trill-pitch.
9031
9032         * ly/music-functions-init.ly: \pitchedTrill
9033
9034         * lily/pitched-trill-engraver.cc (acknowledge_grob): new file.
9035
9036         * ly/Welcome_to_LilyPond.ly: update to 2.6.0
9037
9038         * lily/trill-spanner-engraver.cc (finalize): rename req -> event
9039
9040         * scm/define-markup-commands.scm (pad-markup): pad-markup command.
9041
9042         * po/fr.po: update
9043
9044         * po/de.po: update.
9045
9046 2005-07-06  Graham Percival  <gperlist@shaw.ca>
9047
9048         * Documentation/user/changing-defaults.itely: add link
9049         to grob-iterface.
9050
9051         * Documentation/user/advanced-notation.itely: add material
9052         to Setting automatic beam behaviour.  Thanks, Joe!
9053
9054         * Documentation/user/lilypond.itely: change encoding to utf-8.
9055
9056 2005-07-01  Mats Bengtsson  <mabe@s3.kth.se>
9057
9058         * Documentation/user/advanced-notation.itely (Setting automatic
9059         beam behavior): Correct the documentation of
9060         revert-auto-beam-setting (backportme)
9061
9062 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9063
9064         * lily/ly-module.cc (ly_make_anonymous_module): define
9065         %module-public-interface of module. 
9066
9067         * lily/lily-parser.cc (print_smob): allow printing of parser smob
9068         without lexer.
9069
9070 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9071
9072         * input/regression/fret-diagrams.ly: stretch example.
9073
9074 2005-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9075
9076         * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
9077         Fodor).
9078
9079 2005-06-30  Graham Percival  <gperlist@shaw.ca>
9080
9081         * Documentation/topdocs/AUTHORS.texi: update personal web address.
9082
9083         * Documentation/user/examples.itely, lilypond-book.itely:
9084         change \RequirePackage to \usepackage.
9085
9086         * Documentation/user/global.itely: document copyright and tagline.
9087
9088 2005-06-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9089
9090         * Documentation/user/basic-notation.itely (Transpose): remove link
9091         to nonexistent UntransposableMusic.
9092
9093         * scm/output-svg.scm: remove old definitions.
9094
9095         * scripts/lilypond-book.py (do_file): search for kpsewhich before
9096         invoking.
9097
9098         * python/lilylib.py (search_exe_path): new function.
9099
9100 2005-06-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9101
9102         * python/lilylib.py (mkdir_p): remove setup_environment()
9103         (backportme)
9104
9105         * buildscripts/mutopia-index.py (headertext): trim text.
9106
9107         * Documentation/topdocs/NEWS.tely (Top): refresh.
9108
9109         * scm/define-markup-commands.scm (wordwrap-string): new function:
9110         split string in paras and words.
9111         (wordwrap-markups): new function.
9112         (wordwrap-stencils): new function. 
9113         (justify): use it.
9114         (wordwrap): use it.
9115         (wordwrap-string): use it
9116         (justify-string): use it.
9117
9118         * scm/lily-library.scm (regexp-split): new function.
9119
9120         * scm/define-markup-commands.scm: remove encoded-simple. 
9121         remove font-markup.
9122         (fontsize): remove old version  of fontsize.
9123         (wordwrap): new markup function. Wrap into paragraphs.
9124
9125         * VERSION: Branch lilypond_2_6
9126         (MINOR_VERSION): go to 2.7.0
9127
9128 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9129
9130         * po/zh_TW.po: update from translation project.
9131
9132 2005-06-28  Graham Percival  <gperlist@shaw.ca>
9133
9134         * scm/midi.scm: compile fix.
9135
9136 2005-06-28  Mats Bengtsson  <mabe@s3.kth.se>
9137
9138         * scripts/lilypond-book.py : Fix embarrassing bug in my previous
9139         patch. Now, the tempfile module is loaded too, not only used.
9140
9141 2005-06-28  Stephen Charles McCarthy  <stecmccarthy@hotpop.com>
9142
9143         * scm/midi.scm: changed midi volumes in absolute-volume-alist from
9144         0.05 - 1.00 to 0.25 - 1.00
9145
9146         * scm/midi.scm: moved the default-instrument-equalizer procedure
9147         to just under the insturment-equalizer-alist it takes as an
9148         argument.
9149
9150 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9151
9152         * Documentation/user/advanced-notation.itely (Font selection):
9153         remove CMR note.
9154
9155         * scm/framework-ps.scm (write-preamble): ly:warning iso. ly:warn 
9156
9157 2005-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9158
9159         * THANKS: Add UTF-8 marker.
9160
9161         * Documentation/user/point-and-click.itely (http): Update: use
9162         lilypond-invoke-editor.  Fix: instruct to use user.js.
9163
9164 2005-06-27  Graham Percival  <gperlist@shaw.ca>
9165
9166         * ly/titling-init.ly: implements printpagenumber, increases
9167         space between dedication and title (to avoid collisions with
9168         "g" and "q" in dedication), and nicer logic about copyright
9169         and instrument fields being printed on the first page.
9170         Thanks Vincent!
9171
9172         * Documentation/user/global.itely: document printpagenumber.
9173
9174 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
9175
9176         * Documentation/topdocs/NEWS.tely: Update to 2.6.
9177
9178 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9179
9180         * THANKS: update to 2.6
9181
9182         * VERSION: 2.6.0 released.
9183
9184 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
9185
9186         * cygwin/GNUmakefile (OUT_POSTREMOVES): Reinclude install script
9187         rule, errorneously removed probably because of misleading comment.
9188
9189 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9190
9191         * python/lilylib.py (datadir): py2exe comments.
9192
9193         * Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement.
9194
9195         * configure.in (reloc_b): make fontconfig REQUIRED.
9196
9197 2005-06-27  Heikki Junes <hjunes@cc.hut.fi>
9198
9199         * po/fi.po: add latest translations.
9200
9201 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9202
9203         * ChangeLog: recode utf-8
9204
9205         * Documentation/pictures/lilypond.xpm (Module): edited photo as
9206         logo.
9207
9208         * Documentation/user/examples.itely (Module): 2.4.0 -> 2.6.0
9209
9210         * input/*.ly (Module): 2.4 -> 2.6 grand convert-ly s/r. 
9211
9212         * python/convertrules.py (do_conversion): don't print program_name
9213         from within a module
9214
9215         * configure.in (reloc_b): bump fontforge requirement to 20050624.
9216
9217         * python/convertrules.py (conv): add 2.6.0 dummy rule.
9218
9219 2005-06-23  Graham Percival  <gperlist@shaw.ca>
9220
9221         * Documentation/user/lilypond-book.itely,
9222         Documentation/user/examples.itely: add \RequirePackage{graphics}.
9223
9224         * ly/titling.ly: checks printfirstpagenumber, adds meter, and
9225         fixes baseline-skip.  Thanks Vincent!
9226
9227         * Documentation/user/advanced-notation.itely, global.itely:
9228         moved "Selecting font sizes" to global, since it deals with
9229         notation font size, not text fonts.
9230
9231 2005-06-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9232
9233         * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice
9234         to fonts.
9235
9236 2005-06-23  Mats Bengtsson  <mabe@s3.kth.se>
9237
9238         * scripts/lilypond-book.py (LATEX_DOCUMENT): More or less ugly
9239         workaround since /dev/stdin doesn't work on Cygwin. Using a
9240         temporary file in the current directory since latex doesn't
9241         understand the path name to the default TMP in Cygwin (at least on
9242         win XP).
9243         
9244         * Documentation/user/global.itely (Creating titles): Correct
9245         misprint in example. Thanks to Rob Vlasaty.
9246
9247 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9248
9249         * VERSION (PATCH_LEVEL): release 2.5.32
9250
9251         * lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
9252         variable in lily module
9253
9254         * scm/framework-ps.scm (output-classic-framework): error message
9255         regarding the classic framework.
9256
9257         * Documentation/user/henle-flat-gray.png (Module): new file.
9258
9259         * Documentation/user/baer-flat-gray.png (Module): new file.
9260
9261         * scm/output-lib.scm (fret-number-tablature-format): vcenter and
9262         whiteout for markups.
9263
9264         * buildscripts/substitute-encoding.py (note_glyph): include _ in
9265         regex too. This fixes change clef appearance in PDF. 
9266
9267         * ttftool/include/*: remove.
9268
9269         * configure.in (reloc_b): remove TTFTOOL_ENDIAN
9270
9271         * config.make.in (WINDRES): remove TTFTOOL_ENDIAN.
9272
9273         * lily/GNUmakefile (MODULE_INCLUDES): remove ttftool
9274
9275         * ttftool/*: remove ttftool subdirectory.
9276
9277         * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
9278
9279         * lily/ttf.cc (print_header): new file. Convert to type42, using
9280         FreeType to parse the TTF. 
9281
9282         * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
9283         and post table may differ. Pass around post_nglyphs as well.
9284
9285 2005-06-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9286
9287         * ly/music-functions-init.ly (musicMap): new music function
9288         musicMap. 
9289         
9290 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9291
9292         * make/mutopia-rules.make: anti-alias-factor = 2
9293
9294         * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
9295         page switch.
9296
9297         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
9298         anti-alias-factor for lilypond-book runs.
9299
9300         * scm/ps-to-png.scm (scale-down-image): new function.
9301         (my-system): new function.
9302         (make-ps-images): blow up GS resolution by anti-alias-factor,
9303         scale down image by anti-alias-factor.  This improves appearance
9304         of bitmaps
9305         (make-ps-images): remove showpage. Fixes spurious empty png at
9306         end.
9307
9308         * scm/framework-ps.scm (write-preamble): downcase filename before
9309         string-matching. Should fix .TTF files (as opposed to ttf files)  
9310
9311         * Documentation/user/tutorial.itely (Running LilyPond for the
9312         first time): separate subsections for windows, macos and unix.  
9313
9314         * Documentation/user/invoking.itely (Updating files with
9315         convert-ly): add MacOS X note.
9316
9317 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9318
9319         * Documentation/user/introduction.itely (Engraving): don't include
9320         file optical-spacing, add directly.
9321
9322         * lily/paper-outputter.cc (file): open file in binary mode. This
9323         fixes OTF embedding on windows.
9324
9325 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9326
9327         * scm/framework-ps.scm (write-preamble): remove debugging output.
9328
9329         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
9330
9331         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
9332         outdir.
9333         (install-fc-cache): install font cache in installation directories.
9334
9335 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9336
9337         * scm/editor.scm (editor-command-template-alist): Use char iso
9338         column, except for Emacs.
9339         (get-editor-command): Substitute char too (Bertalan Fodor).
9340
9341 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9342
9343         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
9344         quoted ~s.  This should fix PNG output on Windows; single quotes
9345         are regular characters on Windows.
9346
9347 2005-06-16  Graham Percival  <gperlist@shaw.ca>
9348
9349         * Documentation/user/basic-notation.itely: include ChoirStaff
9350         in System start delimiters.
9351
9352         * Documentation/user/putting.itely: new doc section on
9353         fixing overlapping notation.
9354
9355 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9356
9357         * Documentation/user/global.itely (Paper size): \paper is in
9358         \book, not \score.
9359
9360         * make/mutopia-rules.make: -ddelete-intermediate-files
9361
9362         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
9363
9364 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9365
9366         * ChangeLog: Recode utf-8.
9367
9368         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
9369         datadir with .py modules.
9370
9371 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
9372
9373         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
9374
9375 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9376
9377         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
9378         
9379         * scm/framework-ps.scm (write-preamble): remove status check.
9380
9381         * Documentation/user/invoking.itely (Updating files with
9382         convert-ly): remove -o option.
9383
9384         * VERSION (PACKAGE_NAME): release 2.5.31
9385
9386         * scm/framework-ps.scm (write-preamble): use ly:system.
9387         (write-preamble): verbosity.
9388
9389         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
9390
9391         * python/convertrules.py: new file. Store conversion rules
9392         separately.
9393
9394 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9395
9396         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
9397
9398 2005-06-14  Mats Bengtsson  <mabe@s3.kth.se>
9399
9400         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
9401         \musicDisplay 
9402
9403         * Documentation/user/instrument-notation.itely (More stanzas): Add
9404         reference to StanzaNumber.
9405
9406 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9407
9408         * THANKS: separate section for website translators.
9409
9410 2005-06-14  Graham Percival  <gperlist@shaw.ca>
9411
9412         * Documentation/topdocs/INSTALL.texi: update vim info;
9413         thanks Simon Bailey!
9414
9415         * Documentation/user/advanced-notation.itely: included
9416         color names.
9417
9418         * Documentation/user/advanced-notation.itely,
9419         Documentation/usr/notation-appendices.itely: moved
9420         color names into an appendix.
9421
9422 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9423         
9424         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
9425
9426         * scm/lily.scm (lambda): initialize program options from here.
9427
9428         * scm/framework-*.scm: add header info.
9429
9430         * lily/main.cc (parse_argv): only set output format to pdf if no
9431         other format specified.
9432
9433         * scm/backend-library.scm (postprocess-output): process
9434         'delete-intermediate-files after running convert-to-*. This fixes
9435         PNG generation when 'delete-intermediate-files is set.
9436         
9437 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9438
9439         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
9440         links on website. 
9441
9442 2005-06-13  Graham Percival  <gperlist@shaw.ca>
9443
9444         * Documentation/topdocs/INSTALL.texi,
9445         Documentation/user/lilypond-book.itely: typos.
9446
9447 2005-06-12  Pal Benko  <benkop@freestart.hu>
9448
9449         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
9450         added between program name and switch; -b changed to -f not
9451         to generate pdf
9452
9453 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9454
9455         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
9456         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
9457
9458         * input/sakura-sakura.ly: add \midi.
9459
9460         * buildscripts/mutopia-index.py (find): use /usr/bin/find
9461         iso. python find. 
9462
9463         * ttftool/test.c (main): cosmetics.
9464
9465         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
9466
9467         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
9468         create a ttf2ps binary.
9469
9470         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
9471
9472         * scm/backend-library.scm (postscript->png): set rename-page-1 to
9473         true.
9474
9475 2005-06-11  Graham Percival <gperlist@shaw.ca>
9476
9477         * Documentation/user/lilypond-book.itely: add warning about
9478         the font warnings in dvips.
9479
9480 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9481
9482         * THANKS: typo
9483
9484         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
9485
9486         * GNUmakefile.in: remove links for .map, .enc
9487         don't fail if out/ doesn't exist yet.
9488
9489 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9490
9491         * ttftool/util.c (surely_read): return nbytes
9492
9493         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
9494
9495         * VERSION (PACKAGE_NAME): release 2.5.30
9496
9497         * flower/string-convert.cc (precision_string): >? fix.
9498
9499         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
9500         (make-ps-images): add verbose -q too.
9501
9502         * lily/default-actions.cc (Module): new file. default
9503         {book,score}-print functions.
9504
9505         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
9506         pass results via parseStringResult, lookup via ly:parser-lookup.  
9507
9508         * lily/lily-parser.cc (Lily_parser): only clone lexer in
9509         constructors.
9510         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
9511         (parse_string): idem.
9512
9513         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
9514
9515         * lily/main.cc (main_with_guile): copy be_verbose_global into
9516         ly_set_option()
9517
9518 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9519
9520         * scm/backend-library.scm (postscript->pdf):
9521         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
9522         verbose mode.  Search for several names of gs executable.
9523
9524 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9525
9526         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
9527         directly. This fixes a massive memory leak, provided you use CVS
9528         GUILE.
9529
9530 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
9531
9532         * ly/property-init.ly: Added tieDashed.
9533
9534         * THANKS: Added some bughunters for 2.5.
9535
9536 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9537
9538         * lily/program-option.cc: add debug-gc option.
9539
9540         * lily/include/lily-guile-macros.hh: don't protect exported module
9541         objects.
9542
9543         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
9544
9545         * scm/backend-library.scm (postscript->pdf): use
9546         delete-intermediate-files iso. running-from-gui? 
9547
9548         * ttftool/util.c (surely_read): robustness. Allow read() to return
9549         less bytes than requested, as per posix standards.
9550
9551         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
9552         program option.
9553
9554         * ttftool/include/ttftool.h ("C"): rename verbosity to
9555         ttf_verbosity. Add to public interface.
9556
9557         * scm/music-functions.scm (unfold-repeats): remove debugging display.
9558
9559         * lily/program-option.cc: rename from scm-option.cc
9560
9561         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
9562         (get_help_string): Print pretty help string.
9563
9564         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
9565         to snippet preamble.
9566
9567         * lily/scm-option.cc: remove command-line-settings option. Fold
9568         all command-line options plus default settings in a generic
9569         interface. 
9570
9571         * flower/getopt-long.cc (table_string): indent 2nd lines of help
9572         texts too.
9573
9574 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9575
9576         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
9577         or EXT_ components non-empty.
9578
9579 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9580
9581         * scm/lily.scm (running-from-gui?): Export.
9582
9583         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
9584         output in .ly source directory.
9585
9586 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9587
9588         * ttftool/util.c (surely_lseek): more verbosity.
9589
9590         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
9591         compile.
9592
9593         * lily/parser.yy (Repeated_music): remove >? 
9594
9595         * scm/backend-library.scm (postscript->pdf): Support for
9596         -dgs-font-load=1
9597
9598         * scm/framework-ps.scm (write-preamble): make font loading
9599         switchable to GS via --define-default gs-font-load=1
9600
9601 2005-06-09  Graham Percival  <gperlist@shaw.ca>
9602
9603         * Documentation/user/global.itely: added \layout docs.
9604
9605 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9606
9607         * lily/lily-parser-scheme.cc: add unistd.h
9608
9609 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9610
9611         * scm/editor.scm: add char argument.
9612
9613         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
9614
9615         * ttftool/util.c (syserror): use errno for better error reporting.
9616
9617         * lily/source-file.cc (get_counts): new function. Calc column,
9618         line and char count in one go.
9619
9620         * lily/binary-source-file.cc (quote_input): rename to quote_input
9621
9622         * lily/input.cc (set): new function.
9623
9624 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9625
9626         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
9627         directory part of file name to search directory.
9628
9629         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
9630         search path and chdir to DIR if --outname=DIR used.
9631
9632         * lily/main.cc (prepend_env_path): Bugfix: Check directory
9633         existence before appending original path.
9634
9635 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9636
9637         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
9638         file" massage.
9639
9640         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
9641         texinfo.tex is always used.
9642         
9643 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9644
9645         * flower/include/axis.hh: rename from axes.hh
9646
9647         * lily/include/text-interface.hh (Module): rename from text-item.hh
9648
9649         * VERSION (PATCH_LEVEL): release 2.5.29
9650
9651         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
9652
9653         * scm/framework-ps.scm (font-file-as-ps-string): new function.
9654         (handle-macfont): new function. Call fondu for Native mac fonts.
9655
9656         * scm/define-markup-commands.scm (fill-line): handle text-widths =
9657         '() case.
9658
9659 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9660
9661         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
9662         multi-page.  Fix .eps regular expression.
9663
9664 2005-06-07  Graham Percival  <gperlist@shaw.ca>
9665
9666         * Documentation/user/putting.itely: add info on modifying templates.
9667
9668         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
9669         misc small changes.
9670
9671 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9672
9673         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
9674
9675         * scripts/lilypond-ps2png.scm
9676
9677         * VERSION (PACKAGE_NAME): release 2.5.28
9678
9679 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9680
9681         * lily/main.cc (prepend_env_path): Do not append /, that does not
9682         work.  Localedir lives in datadir, not in prefix.
9683
9684         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
9685         hack for windows.
9686
9687         * flower/include/file-cookie.hh: Compile fix.
9688
9689 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9690
9691         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
9692
9693         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
9694         system primitives.
9695         (gulp-port): using read-string!/partial. We don't want to read an
9696         entire PS file  (GUILE 1.6 limits strings to 16M) 
9697
9698         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
9699         properties. Add font-interface. 
9700
9701         * scm/define-grob-properties.scm (all-user-grob-properties):
9702         remove old bracket properties.
9703
9704         * scm/x11-color.scm: reformat. 
9705
9706         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
9707         LedgerLineSpanner if new StaffSymbol is found. 
9708
9709         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
9710         staff-symbol for finishing staff. 
9711
9712         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
9713
9714         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
9715         change black to currentColor everywhere. This fixes color support
9716         in SVG.
9717
9718 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
9719
9720         * input/regression/fret-diagrams.ly: new file to test fret diagram
9721         capability
9722
9723         * scm/output-tex.scm: remove white-dot and white-text
9724
9725         * scm/output-ps.scm: remove white-dot and white-text
9726
9727         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
9728         using ly:stencil-in-color instead
9729         (draw-dots) : remove call to white-dot
9730
9731 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9732
9733         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
9734         support.
9735
9736         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
9737
9738         * flower/include/file-cookie.hh: new file. lily_cookie extension 
9739
9740         * flower/file-cookie.cc: new file. lily_cookie extension.
9741         
9742 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9743
9744         * scm/editor.scm (editor-command-template-alist): Add syn
9745         editor (Jaap [de Vos]).
9746
9747 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9748
9749         * scripts/lilypond-ps2png.scm:
9750         * scm/ps-to-png.scm: New file.
9751
9752         * scm/backend-library.scm (postscript->png): Use it.
9753
9754         * scripts/lilypond-ps-to-png.py: Remove file.
9755
9756         * python/lilylib.py (get_bbox, make_ps_images): Remove.
9757
9758 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9759
9760         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
9761
9762         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
9763         start on grace moment. Fixes autobeam-grace.ly.
9764
9765         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
9766         process anything unless we're at the end of a pending beam. Fixes
9767         syncopated 8ths beamed across a beat.
9768
9769 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9770
9771         * scm/editor.scm (editor-command-template-alist): Start emacs if
9772         emacslient fails.
9773
9774         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
9775
9776         * flower/file-path.cc (is_file, is_dir): Export.
9777
9778         * lily/main.cc (prepend_env_path, set_env_file): Use them.
9779
9780 2005-06-02  Mats Bengtsson  <mabe@s3.kth.se>
9781
9782         * lily/easy-notation.cc: Added include cctype to correct
9783         compilation error.
9784
9785 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9786
9787         * scm/backend-library.scm (postscript->pdf): set resolution to
9788         1200, so bitmap fonts aren't that ugly. 
9789
9790         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
9791
9792         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
9793         parent if we have a notehead. Fixes incorrect offsets when
9794         Paper_column is very wide in the X direction.
9795
9796         * input/regression/font-family-override.ly (Module): new file.
9797
9798         * scm/font.scm (make-pango-font-tree): new function.
9799
9800         * lily/beam.cc (before_line_breaking): remove warning about less
9801         than 2 visible stems. We still get a warning when there is only
9802         one stem.
9803
9804 2005-06-01  Werner Lemberg  <wl@gnu.org>
9805
9806         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
9807         correctly.
9808
9809 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9810
9811         * lily/slur-scoring.cc (generate_avoid_offsets): new
9812         function. Generate avoid offsets once per slur.
9813
9814         * lily/slur.cc (add_extra_encompass): add dependency to
9815         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
9816
9817         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
9818         too. Fixes inf error with added bass notes.
9819
9820         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
9821         argument anymore.
9822
9823         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
9824
9825         * input/tutorial/lbook-latex-test.tex: add line length test.
9826
9827         * scripts/lilypond-book.py (set_default_options): new
9828         function. Call this before dissecting snippets, so linewidth
9829         settings reach the snippets.
9830
9831 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
9832
9833         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
9834
9835 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9836
9837         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
9838
9839 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9840
9841         * stepmake/aclocal.m4: More autopackage friendliness.
9842
9843 2005-05-31  Graham Percival  <gperlist@shaw.ca>
9844
9845         * Documentation/index.html.in: remove link to LSR.
9846
9847         * Documentation/user/global.itely: remove duplicate
9848         "dedication" \header{} section.
9849
9850 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9851
9852         * VERSION (PACKAGE_NAME): release 2.5.27.
9853
9854         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
9855         too. Plugs memory leak.
9856
9857         * make/lilypond.fedora.spec.in (Group): remove
9858         lilypond-pdfpc-helper.
9859
9860         * scripts/GNUmakefile (SEXECUTABLES): remove
9861         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
9862
9863         * scm/font.scm (make-century-schoolbook-tree): add Mono as
9864         'typewriter family.
9865
9866         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
9867         memory leak.
9868
9869         * lily/parser.yy (score_body): don't clone Score, that's done in
9870         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
9871
9872         * lily/score-engraver.cc (derived_mark): new function.
9873         (initialize): unprotect Paper_score. This fixes a memory leak.
9874
9875         * lily/score-performer.cc (derived_mark): new function.
9876
9877         * lily/score-translator.cc (get_output): use SCM for get_output() call.
9878
9879         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
9880         spurious warning.
9881
9882         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
9883         serif.
9884
9885 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9886
9887         * configure.in (reloc_b): Add --enable-relocation.
9888
9889 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9890
9891         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
9892
9893         * input/regression/alignment-order.ly: add Staff example.
9894
9895 2005-05-31  John Mandereau   <john.mandereau@free.fr>
9896
9897         * po/fr.po: update.
9898
9899 2005-05-31  Graham Percival  <gperlist@shaw.ca>
9900
9901         * Documentation/index.html.in: add link to LSR.
9902
9903 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9904
9905         * scm/define-stencil-commands.scm (Module): new file. Register all
9906         allowed stencil expression heads in a central place.
9907
9908         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
9909         ly:make-stencil
9910
9911         * lily/stencil-expression.cc (all_stencil_heads): registering
9912         stencil expressions.
9913
9914         * lily/stencil-interpret.cc: new file. Stencil expression
9915         interpreting.
9916
9917         * input/xiao-haizi-guai-guai.ly: move file back.
9918
9919 2005-05-30  Graham Percival  <gperlist@shaw.ca>
9920
9921         * Documentation/user/advanced.itely, converters.itely,
9922         instrument-notation.itely, lilypond-book.itely: misc small
9923         changes.
9924
9925 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9926
9927         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
9928
9929         * make/lilypond.fedora.spec.in: Fix source url.
9930
9931         * cygwin: Update from mingw patches.
9932
9933         * scm/editor.scm (editor-command-template-alist): Use jedit
9934         -reuseview (Bertalan), add uedit (Patrick Huberts).
9935
9936         * input/xiao-hai-zi-guai-guai.ly: Rename from
9937         xiao-haizi-guai-guai.ly.
9938
9939         * input/*: Reindent, do not use TAB.
9940
9941         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
9942         white background.
9943
9944 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9945
9946         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
9947         numerical overflow error.
9948
9949 2005-05-29 Laura Conrad <lconrad@laymusic.org>
9950         
9951         * abc2ly.py: fix to syntax error in multi-part output.
9952
9953 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9954
9955         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
9956         with disappearing span bars when alignAboveContext is active
9957
9958         * lily/property-iterator.cc (check_grob): use is-grob?
9959         object-property. Fixes crash-key-sig-font-size.ly. 
9960
9961 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9962
9963         * lily/bar-line.cc (print): don't round barlines; this produces
9964         odd aliasing effects in Acroread.
9965
9966         * lily/timing-engraver.cc (process_music): robustness fix.
9967
9968         * lily/context-def.cc (filter_engravers): bugfix.
9969
9970 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9971
9972         * lily/lilypond.rc.in: Add ly-icon.
9973
9974         * lily/GNUmakefile: 
9975         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
9976         rules.
9977
9978 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9979
9980         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
9981
9982         * ps/music-drawing-routines.ps: 
9983
9984         * scm/output-ps.scm: remove draw ez_ball.
9985
9986         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
9987         EasyNotation context definition.
9988
9989         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
9990         Text_interface and color for making easy note heads.
9991
9992         * lily/stencil.cc (with_color): new function.
9993
9994         * ps/music-drawing-routines.ps: remove draw_zigzag_line
9995
9996         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
9997         output routine. Zigzag now works in SVG too.
9998
9999         * scm/output-tex.scm (filledbox): idem.
10000
10001         * scm/output-svg.scm (filledbox): idem.
10002
10003         * scm/output-ps.scm (lily-def): remove horizontal-line. 
10004
10005         * lily/lookup.cc (horizontal_line): use draw-line. 
10006
10007         * lily/system-start-delimiter.cc: remove old staff bracket code.
10008
10009         * mf/feta-haak.mf: further tweaks.
10010
10011         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
10012
10013         * mf/feta-generic.mf: include feta-haak.
10014
10015         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
10016
10017         * scm/framework-ps.scm (write-preamble): only load fonts if their
10018         filename is a string. 
10019
10020 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10021
10022         * scm/output-svg.scm (circle): support circle.
10023         (bracket): stub for bracket.
10024
10025         * scripts/lilypond-book.py (main): make sure --psfonts warning is
10026         correct.
10027
10028 2005-05-26  Graham Percival  <gperlist@shaw.ca>
10029
10030         * Documentation/user/lilypond.tely, advanced-notation.itely,
10031         basic-notation.itely, instrument-notation.itely, global.itely,
10032         introduction.itely, tutorial.itely: rearranging, editing,
10033         clean-up.
10034
10035         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
10036         for compiling on FreeBSD.
10037
10038 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10039
10040         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
10041         otf files.
10042
10043         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
10044         bugfixes.
10045
10046         * VERSION: 2.5.26 released.
10047
10048         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
10049
10050 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
10051
10052         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
10053         if printpagenumber is false.
10054
10055 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10056
10057         * lily/font-config.cc (init_fontconfig): comment out FontConfig
10058         cache warning.
10059
10060         * lily/tie.cc (print): support dotted ties.
10061         
10062 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10063
10064         * scm/define-grobs.scm (all-grob-descriptions): switch off
10065         debugging
10066         (all-grob-descriptions): Arpeggio has Y-extent.
10067
10068         * scm/define-music-properties.scm (all-music-properties): document
10069         length-callback and start-callback as "read-only".
10070
10071         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
10072         length-callback after creation. 
10073
10074         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
10075         compressmusic -> compressMusic.
10076
10077         * ly/music-functions-init.ly (oldaddlyrics): idem.
10078
10079         * lily/parser.yy: NewLyricCombineMusic ->
10080         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
10081
10082 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
10083
10084         * ly/Welcome_to_LilyPond.ly: typo.
10085
10086 2005-05-24  Graham Percival  <gperlist@shaw.ca>
10087
10088         * Documentation/user/lilypond.tely: move changing-defaults to be
10089         before global issues.
10090
10091         * Documentation/user/basic-notation.itely: move Transpose section
10092         here from advanced/Other.
10093
10094         * Documentation/user/changing-defaults.itely,
10095         advanced-notation.itely: move Fonts to advanced, edit.
10096
10097 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10098
10099         * lily/parser.yy (bare_int): remove rule.  From now on, we require
10100         # before negative integers.
10101
10102 2005-05-23  Graham Percival  <gperlist@shaw.ca>
10103
10104         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
10105
10106         * Documentation/user/lilypond.tely: change Unified index to
10107         LilyPond index.
10108
10109         * Documentation/user/advanced-notation.itely,
10110         instrument-notation.itely: editing.
10111
10112 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10113
10114         * scm/lily.scm (lilypond-all): Bugfix: return failed.
10115
10116         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
10117
10118 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10119
10120         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
10121         ly:port-move.  Needs to be stderr-specific on mingw.
10122         Run fixcc.
10123
10124 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
10125
10126         * lily/general-scheme.cc (ly:port-move): Remove.
10127
10128         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
10129         windows.
10130
10131         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
10132         variables.  This eliminates the need for a gs.bat wrapper, which
10133         opens a console.
10134
10135         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
10136         * scm/lily.scm (running-from-gui?): 
10137         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
10138         artifact of not compiling with -mwindows.
10139
10140         * scm/editor.scm: Define PLATFORM.
10141
10142 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10143
10144         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
10145         can start to cut & paste lilypond-book fragments.  
10146
10147         * scm/define-music-types.scm (music-descriptions): remove
10148         UntransposableMusic
10149
10150 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10151
10152         * scm/output-ps.scm (glyph-string): remove / before CIDs.
10153
10154 2005-05-20  Graham Percival  <gperlist@shaw.ca>
10155
10156         * Documentation/user/instrument-notation.itely: remove *Engraver.
10157
10158         * Documentation/user/advanced-notation.itely: edit, rearrange.
10159
10160 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10161
10162         * scm/output-ps.scm (glyph-string): take cid? argument. Use
10163         findresource iso. findfont for CID CFF fonts.
10164
10165         * VERSION (PACKAGE_NAME): release 2.5.25
10166
10167         * ly/Welcome_to_LilyPond.ly: add  \version
10168
10169 2005-05-20  Graham Percival  <gperlist@shaw.ca>
10170
10171         * Documentation/user/programming-interface.itely: move
10172         \displayMusic into its own section.
10173
10174         * Documentation/user/basic-notation.itely: finish editing.
10175
10176 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10177
10178         * flower/file-path.cc (find): don't throw away file_name.dir, but
10179         append to it. Fixes \include with directories.
10180
10181         * flower/include/file-path.hh (class File_path): don't derive from
10182         Array<String>.
10183
10184         * flower/include/file-name.hh (class File_name): remove to_str0()
10185
10186         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
10187         Hara_kiri_engraver in separate file.
10188
10189         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
10190         translation went wrong. Fixes vertically translated slurs.
10191
10192 2005-05-19  Graham Percival  <gperlist@shaw.ca>
10193
10194         * Documentation/user/basic-notaton.itely: editing.
10195
10196 2005-05-18  Graham Percival  <gperlist@shaw.ca>
10197
10198         * Documentation/user/macros.itexi, basic-notation.itely:
10199         add @commonprop (commonly used properties) macro.
10200
10201 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10202
10203         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
10204
10205         * scripts/lilypond-book.py (invokes_lilypond): new function
10206         (main): only run fontextract if invokes_lilypond() is true.
10207
10208         * lily/function-documentation.cc (ly_add_function_documentation):
10209         duh, use !=
10210
10211         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
10212
10213         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
10214
10215         * scm/lily.scm (running-from-gui?): lowercase Darwin.
10216
10217         * lily/function-documentation.cc (ly_add_function_documentation):
10218         use scm_hash_table_p() for checking.
10219
10220 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10221
10222         * Documentation/user/advanced-notation.itely (Text scripts):
10223         Change nonexisting @internalsref{Text markup} to @ref{Text
10224         markup}.  Change @internalsref{Text script} to
10225         @internalsref{TextScript}.
10226
10227         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
10228
10229 2005-05-17  Graham Percival  <gperlist@shaw.ca>
10230
10231         * Documentation/user/tutorial.itely, basic-notation.itely,
10232         changing-defaults.itely: remove duplicate cindex entries
10233         that appear on the same page.
10234
10235         * scm/define-grobs.scm: change default padding for TextSpanner.
10236
10237         * Documentation/topdocs/AUTHORS.texi: update email address.
10238
10239         * Documentation/user/global.itely: add info about \include.
10240
10241 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10242
10243         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
10244         when running-from-gui.
10245
10246         * scm/editor.scm (get-editor): Add platform defaults.
10247
10248         * scm/backend-library.scm (postscript->pdf): Typo.
10249
10250 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10251
10252         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
10253
10254         * lily/font-config.cc (init_fontconfig): add warning about cache.
10255
10256 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10257
10258         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
10259
10260 2005-05-16  Mats Bengtsson  <mabe@s3.kth.se>
10261
10262         * lily/horizontal-bracket.cc (print): Take care of the direction
10263         property so brackets above the stave point downwards. 
10264
10265         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
10266         for HorizontalBracket so it doesn't end up within the stave.
10267
10268 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10269
10270         * lily/GNUmakefile (default): Typo.
10271
10272         * scm/lily.scm (PLATFORM): Export.
10273
10274         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
10275         load-font-via-GS, ttftool or fopencookie is broken on windows.
10276         
10277         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
10278         -dSAFER, that is broken on windows.
10279
10280 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10281
10282         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
10283         for FlexLexer.h
10284
10285         * scripts/lilypond-invoke-editor.scm: remove stray -
10286
10287 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10288
10289         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
10290         Fixes deprecation warning.
10291
10292         * flower/include/string.icc (to_string): Only inline if
10293         -DSTRING_UTILS_INLINED.
10294
10295         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
10296         name.  Remove windows comment.
10297
10298         * scm/editor.scm (slashify): New function.
10299         (get-editor-command): Use it.
10300         (get-command-template): Do not alter editor command if
10301         environment value includes `%(file)s' magic.
10302
10303         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
10304         (dissect-uri): Use it.
10305         (unquote-uri): Bugfix.
10306
10307 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10308
10309         * scm/framework-ps.scm (write-preamble): add TTF rule.
10310
10311         * Documentation/topdocs/README.texi (Top): remove note about
10312         xdelta.
10313
10314         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
10315         requirement.
10316
10317         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
10318         function. Figure out where FlexLexer.h lives
10319
10320         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
10321         
10322 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10323
10324         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
10325         with Windows root in file name.
10326
10327         * scm/backend-library.scm (ly:system): Only redirect output (using
10328         system and shell, ugh) if /dev/null is writable.
10329
10330         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
10331         windows icon.
10332
10333         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
10334         on Mingw.
10335
10336         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
10337         click.
10338
10339         * flower/file-path.cc (is_dir, is_file): New function.  Actually
10340         use result of stat when available.
10341
10342         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
10343         absolute file name and root.
10344
10345         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
10346
10347         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
10348
10349         * flower/file-name.cc (slashify): Bugfix, do substitute if no
10350         slashes in file name.
10351
10352 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10353
10354         * Documentation/user/preface.itely (Preface): Run
10355         texinfo-all-menus-update.
10356
10357         * scm/editor.scm (get-editor-command): Bugfix: allow full
10358         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
10359
10360         * Documentation/pictures/lilypond-48.xpm: New file.
10361
10362         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
10363
10364         * ly/Welcome_to_LilyPond.ly: New file.
10365
10366         * lily/main.cc (main): Only identify if we have a terminal.
10367
10368         * scm/backend-library.scm (postscript->png)
10369         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
10370         non-/bin/sh).
10371
10372 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
10373
10374         * Documentation/topdocs/AUTHORS.texi: polish, update.
10375
10376 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10377
10378         * Documentation/user/preface.itely (Notes for version 2.6): new
10379         notes for 2.6
10380
10381         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
10382         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
10383         is not fully contained" warnings.
10384
10385         * lily/slur-scoring.cc (get_bound_info): remove warning.
10386
10387         * lily/staff-symbol-engraver.cc (process_music): start initial
10388         spanner in process_music(). This fixes overrides of StaffSymbol
10389         properties.
10390
10391         * scm/framework-pdf.scm (Module): remove.
10392
10393         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
10394
10395         * lily/ambitus-engraver.cc: formatting cleanups.
10396
10397         * mf/feta-solfa.mf (Module): remove.
10398
10399         * ChangeLog: more details about contributions.
10400
10401 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10402
10403         * lily/align-interface.cc (align_elements_to_extents): warn if
10404         called too early. Fixes: disappearing-staff-lines.ly
10405
10406         * VERSION (PACKAGE_NAME): release 2.5.24
10407
10408 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
10409
10410         * stepmake/aclocal.m4: Typo.
10411
10412         * flower/string.cc (substitute): Take two strings or two
10413         characters.  Update callers.
10414
10415 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10416
10417         * flower/file-name.cc (File_name): Slashify.
10418
10419         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
10420
10421         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
10422
10423         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
10424
10425         * configure.in (gui_b): Use it.
10426
10427         * lily/lilypond.rc.in: New file.
10428
10429         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
10430
10431 2005-05-12  Graham Percival  <gperlist@shaw.ca>
10432
10433         * Documentation/user/advanced-notation.itely: edit of Text
10434         section; clarify text scripts vs. text markup.
10435
10436 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10437
10438         * lily/multi-measure-rest-engraver.cc
10439         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
10440         separation items on start. Fixes mm rests in start of score.
10441
10442         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
10443         don't access StaffSymbol if not there.
10444         Fixes: crash-staff-symbol-engraver.ly.
10445
10446         * lily/instrument-name-engraver.cc (class
10447         Instrument_name_engraver): data member first_. Create
10448         InstrumentName on start. 
10449
10450 2005-05-12  Graham Percival  <gperlist@shaw.ca>
10451
10452         * Documentation/user/instrument-notation.itely: add guitar
10453         position.
10454
10455         * Documentation/user/introduction.itely,
10456         Documentation/user/lilypond.tely,
10457         Documentation/user/tutorial.itely: begin pruning
10458         unused (duplicated) cindex entries and misc cleanup.
10459
10460 2005-05-12  Mats Bengtsson  <mabe@s3.kth.se>
10461
10462         * input/test/volta-chord-names.ly: Bring the explanation up to
10463         date.
10464
10465 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
10466
10467         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
10468         Specify `@documentencoding utf-8' for html, ignore warnings.
10469
10470 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
10471
10472         * THANKS: Added bughunters.
10473
10474 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
10475
10476         * lily/main.cc: update help string for `lilypond -H'.
10477
10478         * po/fi.po: update.
10479         
10480 2005-05-10  Graham Percival  <gperlist@shaw.ca>
10481
10482         * Documentation/user/advanced-notation.itely: minor fixes.
10483
10484 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10485
10486         * scm/editor.scm: New module.
10487
10488         * scm/lily.scm (gui-main): Use it.
10489
10490         * scm/framework-gnome.scm (spawn-editor): Use it.
10491
10492         * scripts/lilypond-invoke-editor.scm: Use it in new script.
10493
10494 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10495
10496         * scm/framework-ps.scm (load-font-via-GS):  new function.
10497
10498         * lily/pango-font.cc (pango_item_string_stencil): add support for
10499         CID keyed font.
10500
10501         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
10502
10503 2005-05-10  Graham Percival  <gperlist@shaw.ca>
10504
10505         * Documentation/user/basic-notation.itely: add @ref.
10506
10507         * Documentation/user/advanced-notation.itely: add example
10508         of 5/8 beaming.
10509
10510 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10511
10512         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
10513
10514         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
10515         going through ps2pdf wrappers.
10516
10517 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
10518
10519         * Documentation/user/instrument-notation.itely: petrucci note
10520         heads: updated docu
10521
10522         * input/regression/note-head-style.ly: updated regression test;
10523         indentation fixes
10524
10525         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
10526         heads as default
10527
10528         * mf/parmesan-heads.mf: minor editing; use musicological names
10529         (rather than optical description) as note head names
10530
10531         * scm/output-lib.scm: complete petrucci heads
10532
10533 2005-05-09  Pal Benko  <benkop@freestart.hu>
10534
10535         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
10536         heads, but bigger)
10537
10538 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10539
10540         * lily/main.cc (main_with_guile): Remove no files check.
10541
10542         * lily/main.cc (ly:usage): Export to Scheme.
10543
10544         * scm/lily.scm (no-files-handler): New function.
10545
10546         * scm/lily.scm (lilypond-main): Use it.
10547
10548         * configure.in (gui_b): Add mbrtowc checking.
10549         Resurrect [utf8/]wchar.h checking.
10550
10551 2005-05-09  Mats Bengtsson  <mabe@s3.kth.se>
10552
10553         * Documentation/user/advanced-notation.itely (Metronome marks):
10554         Add link to the program reference for MetronomeMark
10555
10556         * Documentation/user/lilypond-book.itely (An example of a
10557         musicological document): Correct the example using psfonts 
10558
10559 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
10560
10561         * po/fi.po: update after a lesson how to update entries against
10562         source.
10563         
10564         * po/TODO: document the lesson.
10565
10566 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10567
10568         * configure.in (gui_b): remove wcrtomb checking.
10569
10570         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
10571         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
10572
10573 2005-05-09  Mats Bengtsson  <mabe@s3.kth.se>
10574
10575         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
10576         keep Scheme expressions and strings unmodified when doing the
10577         conversion to postfix notation for slurs and beams. Should
10578         hopefully solve most related conversion problems. 
10579
10580         * Documentation/user/lilypond-book.itely : Clarify and correct how
10581         to call dvips with -h psfonts.
10582
10583 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10584
10585         * Documentation/user/instrument-notation.itely (Entering lyrics):
10586         Typo.  Fixes build.
10587
10588 2005-05-09  Graham Percival  <gperlist@shaw.ca>
10589
10590         * Documentation/user/lilypond-book.itely: document PSFONTS file.
10591
10592         * Documentation/user/lilypond.tely, lilypond-book.itely,
10593         tutorial.itely: change references to 2.5.x to 2.6.x.
10594
10595         * Documentation/user/instrument-notation.itely: clarified \addlyrics
10596         vs \lyricmode.
10597
10598         * Documentation/user/invoking.itely: remove old info about
10599         lilypond-profile.
10600
10601         * Documentation/topdocs/INSTALL.texi: remove old info about
10602         lilypond-profile, add warning about needing international fonts
10603         to build docs.
10604
10605 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10606
10607         * lily/include/grob-info.hh (class Grob_info): make data member
10608         private. Changes throughout.
10609
10610         * input/regression/alignment-order.ly: new file. 
10611
10612         * lily/vertical-align-engraver.cc (acknowledge_grob): read
10613         alignAboveContext and alignBelowContext
10614
10615 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10616
10617         * lily/pfb.cc (LY_DEFINE): add cast.
10618
10619         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
10620         matches .otf
10621         (write-preamble): warn about unknown fonts.
10622
10623         * lily/pfb.cc (Module): new function ly:otf->cff
10624
10625         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
10626         (get_otf_table): new function.
10627
10628 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10629
10630         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
10631         iso. ps2png.
10632
10633 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
10634
10635         * po/fi.po: apply second round of update.
10636
10637 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10638
10639         * scm/x11-color.scm (make-x11-color-handler): don't use
10640         #\sp. Apparently doesn't work on all platforms. 
10641
10642 2005-05-06  Graham Percival  <gperlist@shaw.ca>
10643
10644         * Documentation/user/advanced-notation.itely, putting.itely,
10645         tutorial.itely, global.itely, introduction.itely: really minor fixes.
10646
10647 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10648
10649         * VERSION (PACKAGE_NAME): release 2.5.23
10650
10651 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10652
10653         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
10654         convert to utf-8.
10655
10656         * THANKS: Add translators for this release, convert to utf-8.
10657
10658         * mf/GNUmakefile (MFTRACE_FLAGS):
10659         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
10660         outdir as option (WAS: hardcoded).
10661
10662 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10663
10664         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
10665         finished_span_
10666
10667         * THANKS: add Hans Forbrich.
10668
10669         * Documentation/topdocs/NEWS.tely (Top): document new feature.
10670
10671         * Documentation/user/basic-notation.itely (Staff symbol): document
10672         start/stop staff. Reference to ossia.ly
10673
10674         * input/test/ossia.ly: new example using stop and startStaff.
10675
10676         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
10677         in other words, don't create "|" barline at start of the score.
10678         (start_translation_timestep): don't set whichBar for start of score.
10679
10680         * input/regression/staff-halfway.ly: use new functionality.
10681
10682         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
10683         start and stop staff based on events.
10684
10685         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
10686
10687         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
10688
10689 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10690
10691         * Documentation/user/programming-interface.itely (How markups work
10692         internally ): remove \encoding reference.
10693
10694 2005-05-04  Mats Bengtsson  <mabe@s3.kth.se>
10695
10696         * scripts/convert-ly.py: Attempt to do a smarter update of 
10697         text markups from versions < 1.9.0 with arbitrary nesting.
10698
10699 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
10700
10701         * po/fi.po: convert to utf-8, and update.
10702
10703 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10704
10705         * make/lilypond.suse.spec.in: update from suse 2.4 package.
10706
10707         * lily/*.cc: more <? >? to min/max changes
10708
10709         * lily/include/interpretation-context-handle.hh: rename
10710         Interpretation_context_handle to Context_handle.
10711
10712 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
10713
10714         * input/regression/GNUmakefile (local_delete): use `find` together 
10715         with `xargs` to avoid too long argument-lists in cmd line.
10716
10717 2005-05-04  Graham Percival  <gperlist@shaw.ca>
10718
10719         * Documentation/user/introduction.itely: updates "About this manual".
10720
10721         * Documentation/user/advanced-notation.itely,
10722         invoking.itely: minor fixes.
10723
10724 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10725
10726         * COPYING: add font exception. Update FSF address. 
10727
10728         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
10729         should be taken without child context.
10730
10731         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
10732
10733         * scm/define-markup-commands.scm (triangle): new command, as
10734         robust replacement for unicode Delta/Triangle.
10735
10736 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10737
10738         * ps/music-drawing-routines.ps: add fillp argument.
10739
10740         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
10741
10742         * lily/font-config.cc (init_fontconfig): don't add cff/
10743
10744         * VERSION (PACKAGE_NAME): release 2.5.22
10745
10746         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
10747
10748         * lily/grace-engraver.cc (consider_change_grace_settings): use
10749         is_alias(). Fixes problem with CueVoice grace notes. 
10750
10751         * lily/simultaneous-music-iterator.cc (construct_children): call
10752         Music_iterator::quit() for iterators that start out invalid. This
10753         fixes indefinitely continuing contexts.
10754
10755         * buildscripts/substitute-encoding.py: new file
10756
10757         * Documentation/user/basic-notation.itely (Basic polyphony): fix
10758         missing @end 
10759
10760         * scripts/lilypond-book.py (write_if_updated): print file name.
10761
10762         * Documentation/user/basic-notation.itely (Explicitly
10763         instantiating voices): idem.
10764
10765         * Documentation/user/advanced-notation.itely (Text spanners):
10766         remove stray { } 
10767
10768         * lily/context.cc (default_child_context_name): the default child
10769         is now first in accepts_list_.
10770
10771         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
10772         \defaultchild to all relevant contexts.  This fixes:
10773         drums-pitch.ly.
10774
10775         (Probably also fixes similar problems with ancient
10776         transcriptions getting CueVoices instead of the desired voices.)
10777  
10778         * lily/context-def.cc (get_default_child): new function.
10779         (get_accepted): place default child in front of list.
10780
10781         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
10782
10783         * lily/include/context-def.hh (struct Context_def): add
10784         default_accept_
10785
10786 2005-05-03  Graham Percival  <gperlist@shaw.ca>
10787
10788         * scm/define-grobs.scm: remove "remove-first" line, since
10789         the absent property is set to #f anyway.
10790
10791         * Documentation/user/basic-notation.itely,
10792         advanced-notation.itely, instrument-notation.itely: minor
10793         fixes.
10794
10795         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
10796
10797         * Documentation/user/advanced-notation.itely,
10798         changing-defaults.itely: consolidate Text stuff in
10799         advanced notation.
10800
10801         * Documentation/user/global.itely: better docs for \header.
10802
10803         * Documentation/user/putting.itely: new chapter; placeholder
10804         for future expansion.
10805
10806         * Documentation/user/examples.itely: moved "suggestions for
10807         writing LP files" section into putting.itely.
10808
10809         * Documentation/user/lilypond.itely: added new chapter,
10810         fixed the short table of contents.
10811
10812 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10813
10814         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
10815         infinity for unfeasible beams.
10816
10817         * make/lilypond.fedora.spec.in (Group): idem.
10818
10819         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
10820
10821         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
10822
10823         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
10824         fonts directly.
10825
10826         * buildscripts/gen-emmentaler-scripts.py (i): idem.
10827
10828         * mf/GNUmakefile: remove all CFF rules.
10829
10830         * scm/framework-ps.scm (ps-embed-cff): reinstate.
10831
10832         * lily/open-type-font-scheme.cc (LY_DEFINE):
10833         new function ly:otf-font-table-data.
10834         (LY_DEFINE): new function otf-font?
10835
10836 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10837
10838         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
10839         ($(outdir)/Fontmap.lily): idem.
10840
10841         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
10842         for PFAEmmentaler-XXX.pfa. 
10843
10844         * Documentation/user/music-glossary.tely (accidental): NL
10845         translation of accidental.
10846
10847 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10848
10849         * flower/include/international.hh: Bugfix: include "string.hh".
10850
10851         * lily/include/mingw-compatibility.hh: New file.
10852
10853         * flower/include/libc-extension.hh (memrev): Rename from strrev.
10854
10855         * configure.in: Search for mingw wcrtomb library.
10856
10857 2005-05-02  Mats Bengtsson  <mabe@s3.kth.se>
10858
10859         * scripts/convert-ly.py: Bug fix
10860
10861         * Documentation/user/changing-defaults.itely (Common tweaks):
10862         Added example where the context has to be specified explicitly
10863         (MetronomeMark). 
10864
10865 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10866
10867         * scripts/lilypond-book.py (ly_options): set timing to #f for
10868         notime option.
10869
10870         * scripts/convert-ly.py (conv): typo.
10871
10872         * flower/*.cc: remove <? and >?
10873         
10874         * lily/*.cc: remove <? and >?
10875
10876         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
10877         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
10878         editor.
10879
10880 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10881
10882         * lily/part-combine-engraver.cc: add space to variable list.
10883
10884 2005-04-30  Graham Percival  <gperlist@shaw.ca>
10885
10886         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
10887         remove-first to false (matches docs)
10888
10889         * Documentation/user/advanced-notation.itely: corrected docs
10890         concerning remove-first.
10891
10892 2005-04-29  Mats Bengtsson  <mabe@s3.kth.se>
10893
10894         * lily/part-combine-engraver.cc: make sure that the relevant
10895         properties are included in the documentation.
10896
10897 2005-04-28  Graham Percival  <gperlist@shaw.ca>
10898
10899         * Documentation/user/lilypond-book.itely: Bernard's docs
10900         for \betweenLilyPondSystem.
10901
10902 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10903
10904         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
10905         remarks.
10906
10907 2005-04-28  Pal Benko  <benkop@freestart.hu>
10908
10909         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
10910         only on vertical lines of flexa shape, and use a constant
10911         thickness value for horizontal lines (patch slightly modified by
10912         Jürgen Reuter)
10913
10914         * lily/include/mensural-ligature.hh: make 2 comments clearer
10915
10916 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
10917
10918         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
10919         to need_extra_horizontal_space; bugfix: use class scope to avoid
10920         global namespace pollution
10921
10922         * Documentation/user/instrument-notation.itely (ligatures): added
10923         comment on possible future syntax change and how to work around
10924
10925         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
10926         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
10927         intervals (fixes agnus dei example)
10928
10929         * Documentation/user/instrument-notation.itely (white mensural
10930         ligatures): selected a more illustrative example
10931
10932 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
10933
10934         * Documentation/index.html.in: specify utf-8 charset in meta content.
10935
10936 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10937
10938         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
10939         empty 2nd page for single page.
10940
10941         * scm/lily.scm: remove p&c definitions.
10942
10943         * po/zh_TW.po (Module): new translation.
10944
10945         * lily/lily-guile.cc (ly_chain_assoc): remove.
10946
10947         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
10948         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
10949
10950 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10951
10952         * lily/beaming-info.cc: remove infinity_i
10953
10954         * scripts/abc2ly.py (out_filename): fix thinko with \version.
10955
10956 2005-04-26  Graham Percival  <gperlist@shaw.ca>
10957
10958         * Documentation/user/basic-notation.itely,
10959         instrument-notation.itely, advanced-notation.itely,
10960         changing-defaults.itely: minor fixes.  Added docs
10961         for colors to advanced-notation.itely.
10962
10963         * Documentation/user/advanced-notation.itely: fixed compile
10964         problem and added Bernard's x11-color doc patch.
10965
10966 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
10967
10968         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
10969         alright this time round.
10970
10971 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10972
10973         * Documentation/topdocs/INSTALL.texi (Top): idem.
10974
10975         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
10976
10977         * VERSION (MAJOR_VERSION): release 2.5.21
10978
10979         * scm/output-ps.scm (grob-cause): bugfix.
10980
10981 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
10982
10983         * cygwin/*: Update.
10984
10985         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
10986         stuff.
10987
10988         * scm/output-ps.scm (grob-cause): Bugfix.
10989
10990         * scm/lily.scm (ly:load): Remove x11-color.
10991
10992         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
10993         quote executable, fixes getting version from program --with
10994         --options.
10995         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
10996         $ac_exeect.
10997
10998         * Documentation/user/GNUmakefile: Only build music-glossary with
10999         rendered lilypond snippets during web.
11000
11001 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11002
11003         * po/de.po: update.
11004
11005         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
11006
11007 2005-04-22  Laura Conrad <lconrad@laymusic.org>
11008  
11009         * scripts/abc2ly:
11010         second title line append with punctuation dash character;
11011         encode abc2ly python strings in utf-8
11012        
11013 2005-04-21  Laura Conrad <lconrad@laymusic.org>
11014
11015         * scripts/abc2ly fix chords (again)
11016  
11017 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
11018
11019         * scm/x11-color.scm: new file
11020         All x11 color names can be accessed with:
11021         #(x11-color 'ColorName),
11022         #(x11-color "ColorName") or:
11023         #(x11-color "color name")
11024         If the x11 color name is not recognised then it defaults
11025         to black
11026
11027         * scm/lily.scm: amended to call scm/x11-color.scm
11028
11029 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11030
11031         * Documentation/user/invoking.itely (Reporting bugs): comment out
11032         reference to online PNG bug repository.
11033
11034 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11035
11036         * lily/translator-scheme.cc (ly:translator-property): Remove.
11037         Update callers.
11038
11039         * lily/context-scheme.cc (ly:context-now): Move from translator.
11040         Update callers.
11041
11042 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11043
11044         * input/regression/grid-lines.ly (skips): refine example.
11045
11046         * scm/define-context-properties.scm
11047         (all-user-translation-properties): doc autoBeamCheck
11048
11049         * input/regression/grid-lines.ly (Module): new file.
11050
11051         * lily/grid-point-engraver.cc (Module): new file.
11052
11053         * lily/grid-line.cc (Module): new file.
11054
11055         * lily/grid-line-span-engraver.cc (Module): new file.
11056
11057         * lily/grid-line-interface.cc (Module): new file.
11058
11059 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11060
11061         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
11062         missing parameter, actualy cdr through list.  Actually return a
11063         list with ENTRY removed (was '()).
11064
11065         * scripts/convert-ly.py: Update.  Print warning if file cannot be
11066         opened.
11067         (do_conversion): Fix printing of continuation comma.
11068
11069         * Documentation/user/advanced-notation.itely (Beam formatting):
11070         Remove refbugs about compound time and mixed duration.
11071
11072         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
11073         modulo moments explicitely.
11074
11075         * lily/moment.cc (operator %): New function.
11076
11077         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
11078
11079         * lily/translator-scheme.cc (ly:translator-now,
11080         ly:translator-property): New function.
11081
11082         * scm/auto-beam.scm (default-auto-beam-check): New function.
11083
11084         * lily/auto-beam-engraver.cc (test_moment): Use it.
11085
11086         * flower/rational.cc (operator %): Bugfix.
11087
11088 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
11089
11090         * scripts/abc2ly: Bugfix
11091
11092 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11093
11094         * python/fontextract.py (write_extracted_fonts): bugfix, too many
11095         %'s on EndFont comment.
11096
11097         * lily/ledger-line-spanner.cc: some more words of explanation.
11098
11099 2005-04-20  John Williams <williams@tni.com>  
11100         
11101         * scripts/lilypond-book.py: htmlquote bugfix.
11102         Allow snippets to be given distinct filenames.
11103         Allow the default alt text to be overridden.
11104
11105 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
11106
11107         * ly/performer-init.ly: Bugfix
11108
11109         * THANKS: Added bughunters.
11110
11111 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11112
11113         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
11114
11115         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
11116         position (was: use modulo measure length).
11117
11118         * configure.in (no gui_b): Remove optional gtk+ requirement.
11119
11120 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11121
11122         * Documentation/user/basic-notation.itely (Pitches): add
11123         LedgerLineSpanner.
11124
11125         * lily/dynamic-engraver.cc (process_music): set right bound to
11126         script if present. Else, do not set.
11127         (acknowledge_grob): only set right bound of finished spanner to
11128         note column if no other bound is set.
11129
11130         * python/lilylib.py (make_ps_images): switch back to png16m.
11131         
11132 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11133
11134         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
11135         writing up to date file.  Add dvips usage suggestion.
11136
11137         * scripts/convert-ly.py: Fix error message.
11138         Print usage if no files on command line.
11139         (usage): Add example usage.
11140
11141         * input/test/compound-time.ly: New file.
11142
11143         * input/test/circle.ly: New file.
11144
11145         * Documentation/topdocs/NEWS.tely: Use them.
11146
11147         * input/test/boxed-stencil.ly: Remove \score.
11148
11149         * buildscripts/mf-to-table.py (base): Add .log dependency.
11150
11151         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
11152         pfa's.  Add .log dependency
11153
11154         * scm/define-markup-commands.scm (lower): New command.
11155
11156         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
11157         make it default.
11158
11159 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11160
11161         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
11162         also to finished cresc as right bound. This fixes:
11163         skip-string-decresc.ly
11164
11165         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
11166         relative_coordinate if extent is empty.
11167
11168         * lily/stem.cc (width_callback): determine correct extent if flag
11169         is not there. This fixes slur-no-flag.ly
11170
11171         * lily/grace-engraver.cc (consider_change_grace_settings): new
11172         function.
11173         (initialize): also consider_change_grace_settings() on
11174         initialization. Fixes large grace notes at start of score.
11175
11176         * lily/break-align-interface.cc (do_alignment): don't translate if
11177         total_extent is empty.
11178
11179         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
11180
11181 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11182
11183         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
11184         with slash.
11185
11186 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11187
11188         * stepmake/aclocal.m4: Remove tfm_path.
11189
11190 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11191
11192         * scm/music-functions.scm (markup-expression->make-markup): fix
11193         bug with cons arguments of markup commands.
11194         (music->make-music): fix music expression property list building
11195
11196 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11197
11198         * aclocal.m4: Massage package names.
11199
11200         * SCons updates.
11201
11202 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11203
11204         * VERSION (PACKAGE_NAME): release 2.5.20
11205
11206         * lily/stem.cc (calc_stem_info): add minimum Y extent of
11207         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
11208
11209         * lily/percent-repeat-engraver.cc (try_music): add measure before
11210         next_moment to future processing moment. Fixes:
11211         percent-repeat-mm-rest.ly
11212         (process_music): don't add moment for 2nd time.
11213
11214         * input/regression/repeat-percent.ly: add mmrests as extra test.
11215
11216         * lily/axis-group-engraver.cc (acknowledge_grob): read
11217         keepAliveInterfaces to decide what to kill.
11218
11219         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
11220         percent-repeat-interface to keepAliveInterfaces. This fixes
11221         percent-repeat-harakiri.
11222
11223 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
11224
11225         * SCons updates.
11226
11227 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11228
11229         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
11230
11231         * aclocal.m4: remove --enable-tfm-path configure option
11232
11233         * input/test/ancient-font.ly (lowerStaff): clef name errors.
11234
11235         * scm/backend-library.scm (postscript->png): newline after
11236         finishing command.
11237
11238         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
11239         (LY_DEFINE): ly:paper-score-paper-systems: new function 
11240
11241         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
11242
11243         * lily/score.cc (default_rendering): use Music_output too.
11244
11245         * input/test/chord-names-languages.ly (Module): rename file.
11246
11247         * lily/text-spanner.cc: add bound-padding.
11248
11249         * lily/paper-book.cc (systems): accept Paper_score
11250         iso. Paper_system vector. 
11251
11252         * input/regression/line-arrows.ly: new file.
11253
11254         * lily/paper-score.cc (process): run get_paper_systems() only once.
11255
11256         * lily/line-spanner.cc (line_stencil): add arrows.
11257
11258 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
11259
11260         * lily/line-interface.cc (make_arrow): new function. 
11261         (arrows): idem.
11262
11263 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
11264
11265         * input/test/chord-names-german.ly: update for italian/french
11266         chords.
11267         
11268         * Documentation/user/instrument-notation.itely (Printing chord
11269         names): update.
11270
11271 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11272
11273         * lily/include/paper-score.hh (class Paper_score): remove unused
11274         prototypes.
11275
11276         * lily/book.cc (process): add -COUNT to midi output.
11277
11278         * lily/score.cc (book_rendering): remove outname argument
11279         (book_rendering): return list of Music_outputs. 
11280
11281         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
11282
11283         * lily/book.cc (process): loop over Music_outputs returned from
11284         Score::book_rendering().
11285
11286         * lily/*.cc (width_callback): remove spurious "unused" warnings
11287         for assert (axis==[XY]_AXIS); 
11288
11289         * lily/include/music-output.hh (class Music_output): smobify class.
11290
11291         * lily/include/paper-score.hh (class Paper_score): make members
11292         private.
11293
11294         * lily/performance.cc (process): return #f iso. #<undefined>. This
11295         prevents #<undefined> leaking into GUILE-userspace.
11296
11297 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11298
11299         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
11300
11301 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
11302
11303         * scm/chord-name.scm : support for italian and french
11304         chords names.
11305
11306         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
11307         a space defined by chordPrefixSpacer when the root name is
11308         direclty followed by a prefix.
11309
11310         * ly/engraver-init.ly : chordPrefixSpacer       
11311         * scm/define-context-properties.scm : chordPrefixSpacer
11312         * ly/property-init.ly : italianChords, frenchChords 
11313
11314 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
11315
11316         * mf/feta-din.mf: Remove.
11317
11318         * mf/GNUmakefile (fontdir): Bugfix.
11319
11320         * mf/SConstruct: Some updates.
11321
11322         * SConstruct: Require pkg-config.
11323         (test_program): Bugfix for double digit version compares, use
11324         integer (not string-) compare.
11325         Optionally require gs 8.14.
11326
11327         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
11328
11329         * lily/*: s/ifdef HAVE_*/if have/.
11330
11331         * SConstruct (test_lib): New function.  Update pkg-config and some
11332         other requirements.
11333
11334         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
11335         freetype, pangof2t.
11336
11337 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11338
11339         * po/lilypond.pot, ...: Update using bison-CVS.
11340
11341         * python/lilylib.py (make_ps_images): Fixo.
11342
11343 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11344
11345         * python/lilylib.py (make_ps_images): typo.
11346
11347         * configure.in (gui_b): make bison optional.
11348
11349         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
11350
11351 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
11352
11353         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
11354         with one parameter can be defined in a LaTeX file when processed
11355         by lilypond-book this will be evaluated between the systems of
11356         a multi-system score. The parameter is the number of systems processed.
11357
11358 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11359
11360         * python/lilylib.py (make_ps_images): Escape newline.
11361
11362         * Documentation/user/music-glossary.tely: Run
11363         texinfo-all-menus-update.
11364
11365 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11366
11367         * scm/lily-library.scm (old-relative-not-used-message)
11368         (version-not-seen-message): Add input-file-name-location to message.
11369
11370         * lily/parser.yy (lilypond): Add token aliases.
11371
11372         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
11373         not confuse with alteration.
11374         (alteration): Add.
11375
11376 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11377
11378         * python/lilylib.py (make_ps_images): use -dEPSCrop
11379
11380         * VERSION (PACKAGE_NAME): release 2.5.19 
11381
11382         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
11383         only put xrefs in info documentation.
11384
11385         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
11386         .pdf rule to tex-rules.make.
11387
11388         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
11389         from -systems.* output.
11390
11391         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
11392         directly, remove -$(PAGESIZE) target.
11393
11394         * input/test/embedded-postscript.ly: update.
11395
11396 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11397
11398         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
11399
11400         * Documentation/user/changing-defaults.itely (Font selection):
11401         document font-name.
11402
11403         * input/regression/font-name.ly: show Pango fonts for
11404         font-name. Update example. 
11405
11406         * lily/pango-select.cc (properties_to_pango_description): don't
11407         convert symbol font-size to number, but use to lookup.
11408
11409         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
11410
11411         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
11412         (NAME . FILE-NAME) tuples for font descriptions. 
11413         (write-preamble): display BeginFont DSC comments.
11414
11415         * python/fontextract.py (write_extracted_fonts): new file. Extract
11416         font resources from a PS file.
11417
11418         * scripts/lilypond-book.py (option_definitions): --psfonts option.
11419         (Compile_error.process_include): do_file returns chunks.
11420
11421         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
11422
11423         * make/lysdoc-targets.make: .texi is .PRECIOUS
11424
11425         * scripts/lilypond-book.py (write_if_updated): new function.
11426
11427 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
11428
11429         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
11430
11431 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11432
11433         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
11434
11435         * input/regression/markup-syntax.ly: remove \score.
11436
11437         * scm/define-markup-commands.scm (draw-circle): add fill argument
11438
11439         * scm/stencil.scm (make-circle-stencil): add fill argument
11440
11441         * ps/music-drawing-routines.ps: add fill argument.
11442
11443         * ly/performer-init.ly: add CueVoice to MIDI too.
11444
11445         * ps/music-drawing-routines.ps: new routine BeginEPSF /
11446         EndEPSF.
11447
11448         * input/regression/markup-eps.ly: new file.
11449
11450         * scm/framework-ps.scm (write-preamble): change order: vars should
11451         be inited before procedures.
11452
11453         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
11454         for EPS files.
11455
11456         * scm/define-markup-commands.scm (epsfile): add epsfile command.
11457
11458 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11459
11460         * configure.in (gui_b): add check for ghostscript 8.15
11461
11462 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11463
11464         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
11465         start of line. Fixes cresc-after-newline.ly
11466
11467         * lily/source-file.cc (file_line_column_string): use get_column().
11468
11469 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11470
11471         * lily/source-file.cc (get_column): utf-8 support for column numbers.
11472
11473 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
11474
11475         * lily/*: use message () iso progress_indication () for messages.
11476         Revise/uniformise user messages.
11477
11478         * flower/warn.cc (progress_indication): New function.
11479         (message): Use it.  Fixes newline problems.
11480
11481         * config.make.in (webdir): Sort out install dirs.
11482
11483         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
11484
11485         * python/lilylib.py (command_name): Bugfix.
11486         (make_ps_images):
11487
11488 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
11489
11490         * lily/main.cc: --help says what types of backends are availabe
11491
11492 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11493
11494         Fix ./VERSION dependency, and without need to reconfigure.
11495
11496         * lily/main.cc (setup_paths): Update.
11497
11498         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
11499
11500         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
11501
11502         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
11503         Add \line for some simplistic cases.
11504
11505         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
11506
11507 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11508
11509         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
11510         to compile LY files (useful for adding eg. "-I" args)
11511         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
11512         2Gnome command for gnome backend.
11513         (LilyPond-command-formatgnome): call the 2Gnome command. key
11514         binding: C-c C-g
11515
11516 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11517
11518         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
11519         depend on all PNG images.
11520
11521 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11522
11523         * GNUmakefile.in: Bugfix: also link .map files.
11524
11525 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11526
11527         * scm/music-functions.scm (music->make-music): generate 
11528         a (make-music ...) sexpr from a music expression.
11529         (display-scheme-music): use guile pretty printer to display the
11530         make-music sexpr.
11531
11532 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11533
11534         * ly/engraver-init.ly: reindent.
11535         Add CueVoice.
11536
11537         * scm/music-functions.scm (music-pretty-string): handle moments
11538         too.
11539         (music-pretty-string): only print non-empty lists.
11540         (cue-substitute): create CueVoice context, which has smaller type.
11541
11542         * lily/moment-scheme.cc (LY_DEFINE): new methods
11543         ly:moment-grace-{numerator,denominator}
11544
11545         * lily/context-handle.cc: remove quit() method. 
11546
11547         * lily/font-config.cc (init_fontconfig): be verbose about font path.
11548         (init_fontconfig): success is 0, not !0
11549
11550 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11551
11552         * mf/feta-nummer-code.mf (code): add plus glyph.
11553
11554         * lily/tie.cc (print): idem.
11555
11556         * lily/slur.cc (print): don't use thickness property for
11557         slur shape-thickness.
11558
11559         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
11560         while adding stencils.
11561
11562         * scm/define-markup-commands.scm (with-color): with-color markup
11563         command.
11564         (whiteout): new markup command 
11565         (filled-box): new markup command
11566
11567 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11568
11569         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
11570         test for PDF docs.
11571
11572         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
11573         PFAAybabtu-Regular.  Fixes feta font in PDFs.
11574         
11575         Notes for tetex-3.0 make web:
11576            psclean.map: s/uhv8a/uhvr8a/
11577            config.ps add:
11578                 p +psfonts_t1.map
11579                 p +psclean.map
11580                 p +typeface.map
11581
11582 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11583
11584         * scm/music-functions.scm (music-pretty-string): fix bug with
11585         string argument.
11586
11587 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
11588
11589         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
11590
11591 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11592
11593         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
11594         only process options if they're there.
11595         (write_file_map): add version-seen? to snippet-map.ly
11596
11597 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
11598
11599         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
11600         formatting cleanups.
11601
11602         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
11603         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
11604
11605 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11606
11607         * scm/framework-ps.scm (ps-font-command): don't hash, just use
11608         name directly.
11609
11610         * lily/main.cc (setup_paths): either add mf/out to search path or 
11611         fonts/{otf,type1,etc}
11612         
11613         * lily/font-config.cc (init_fontconfig): either add mf/out to
11614         FontConfig or fonts/{otf,type1,etc}
11615
11616         * GNUmakefile.in: don't put mf/ link in share/ dir.
11617
11618         * lily/staff-spacing.cc: move same-direction-correction to
11619         note-spacing-interface
11620
11621         * scm/lily.scm (lilypond-main): use variable argument count for
11622         exception handler.
11623
11624         * lily/font-config.cc (init_fontconfig): add operator pacification
11625         message.
11626
11627         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
11628
11629         * buildscripts/gen-emmentaler-scripts.py (i): generate
11630         PFAEmmentaler as well.
11631
11632         * scm/framework-ps.scm (munge-lily-font-name): new function
11633         (write-preamble): hack: insert PFA equivalent of CFF into
11634         .PS. This makes LilyPond output printable on normal PS printers
11635         again.
11636
11637         * buildscripts/gen-emmentaler-scripts.py (i): generate
11638         PFAEmmentaler.pfa aswell.
11639
11640 2005-04-06  John Williams <williams@tni.com>  
11641         
11642         * scripts/lilypond-book.py: refactor the compose_ly procedure.
11643         
11644 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11645
11646         * scm/page-layout.scm (default-page-make-stencil): always combine
11647         the header stencil, even if empty. This prevents the body text to
11648         reach up to the margins.
11649
11650         * po/rw.po (Module): new file, for Kinyarwanda.
11651
11652         * input/test/spacing-optical.ly (Module): new file.
11653
11654         * lily/staff-spacing.cc: add same-direction-correction
11655
11656 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11657
11658         * Documentation/user/introduction.itely (Engraving): Comment-out
11659         non-existent file.
11660
11661 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11662
11663         * scm/define-grob-properties.scm (all-user-grob-properties): add
11664         same-direction-correction
11665
11666         * VERSION: release 2.5.18
11667
11668 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11669
11670         * lily/grob.cc (mark_smob): Check pscore->layout_ before
11671         dereferencing.  Fixes make web.
11672
11673         * lily/midi-stream.cc: Handle unwritable midi file.  Include
11674         errno.h.
11675
11676         * Documentation/user/: Fix links.
11677
11678 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11679
11680         * lily/text-interface.cc (Module): rename from text-item.cc
11681
11682         * input/regression/apply-output.ly (texidoc): function naming fix.
11683
11684         * lily/time-signature-performer.cc (derived_mark): new function.
11685
11686         * lily/lily-parser-scheme.cc:  print mapped file name for progress
11687
11688         * scripts/lilypond-book.py (find_linestarts): new function.
11689         (find_toplevel_snippets): keep track of line numbers.
11690
11691         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
11692         all key changes.
11693
11694         * ly/declarations-init.ly (partCombineListener): use
11695         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
11696
11697         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
11698
11699 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11700
11701         * lily/text-item.cc: Fix link.
11702
11703         * Documentation/user/changing-defaults.itely (Changing defaults):
11704         Fix programs reference links.
11705
11706         * Documentation/user/music-glossary.tely: Convert to utf-8.
11707
11708 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11709
11710         * make/lilypond-vars.make: remove TEXMF from variables.
11711         remove DEB_BUILD pk font variables.
11712         remove GUILE_LOAD_PATH
11713         remove TeX memory vars.
11714
11715 2005-04-04  Werner Lemberg  <wl@gnu.org>
11716
11717         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
11718
11719 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11720
11721         * ps/lilyponddefs.ps: remove reencode-font
11722
11723         * lily/simple-spacer.cc (add_columns): also compare
11724         directly. Column rank doesn't distinguish between broken and
11725         unbroken columns. This fixes large spaces before time sig changes.
11726
11727         * Documentation/user/point-and-click.itely: document ly:set-option.
11728
11729         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
11730         point_and_click_global is set.
11731
11732         * lily/scm-option.cc (LY_DEFINE): add point-and-click
11733         ly:set-option argument.
11734
11735 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11736
11737         * GNUmakefile.in: Include symlinks in webball.
11738
11739         * Documentation/user/GNUmakefile (source-links): Add symlinks to
11740         source dir for split and non-split manuals.
11741
11742         * Documentation/user/*y: Fix @uref/@inputfile links for
11743         split/non-split HTML documents.
11744
11745         * Documentation/user/GNUmakefile (local-WWW): Do not generate
11746         .ps.gz.
11747         
11748 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11749
11750         * GNUmakefile.in: Add newline.
11751
11752 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
11753
11754         * tex/lilyponddefs.tex: use color instead of xcolor
11755         * scm/output-tex.scm: minor editing
11756
11757 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11758
11759         * scm/music-functions.scm (display-scheme-music): pretty printer
11760         for music expressions.
11761
11762 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11763
11764         * buildscripts/install-info-html.sh (index_file): Fix link.
11765
11766 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11767
11768         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
11769
11770         * Documentation/index.html.in: Add size estimates with some big pages.
11771
11772         * Documentation/user/tutorial.itely (Running LilyPond for the
11773         first time): Add/replace some @rglos links.  TODO: add more
11774         @rglos links in tutorial, test non-intrusiveness (.css).
11775
11776         * stepmake/bin/add-html-footer.py (do_file): Remove info's
11777         annoying's indication of referencing external document.
11778
11779         * Documentation/user/GNUmakefile: Split version of glossary too.
11780         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
11781         links, not only for html.
11782
11783         * Documentation/user/introduction.itely: Fix some links for other
11784         than html, do not use `here' as link name.
11785
11786 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
11787
11788         * scm/documentation-generate.scm (string-append): Fix @usermanref,
11789         @glossaryref.
11790
11791 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11792
11793         * scm/page-layout.scm (default-page-make-stencil): only add header
11794         if existing and not empty. Fixes spurious programming error.
11795
11796         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
11797
11798 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
11799
11800         * scm/output-tex.scm: implement {re,}setcolor
11801         * tex/lilyponddefs.tex: use color package
11802
11803 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
11804
11805         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
11806         additions to website.
11807
11808         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
11809
11810         * Documentation/user/macros.itexi: Fix @usermanref html links in
11811         split documents: use @inforef.
11812
11813 2005-03-30  Graham Percival  <gperlist@shaw.ca>
11814
11815         * Documentation/user/programming-interface.itely: minor fix.
11816
11817         * Documentation/user/advanced-notation.itely: added info to
11818         Metronome markings.
11819
11820 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11821
11822         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
11823         use box-stencil.  Remove y-padding argument.
11824         (make-stencil-circler): New function.
11825
11826         * buildscripts/lilypond-words.py (F): 
11827         * elisp/SConscript (a): 
11828         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
11829         * vim/SConscript (a): 
11830         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
11831
11832         * lily/general-scheme.cc: Build fix.
11833
11834         * scm/markup.scm:
11835         * input/regression/markup-scheme.ly: 
11836         * input/regression/markup-syntax.ly: Drop 'new-' from name.
11837
11838         * scm/stencil.scm (make-circle-stencil): New function.
11839
11840         * scm/define-markup-commands.scm (draw-circle): Use it.  New
11841         name (was cicle).  Update callers.
11842         (circle): New markup command, similar to box.
11843
11844         * scm/stencil.scm (circle-stencil): New function.
11845
11846 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
11847
11848         * configure.in: Detect libutf8/wchar.h variant.
11849
11850         * stepmake/aclocal.m4: Modify shared size test.
11851
11852 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11853
11854         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
11855
11856 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11857
11858         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
11859         
11860         * VERSION (PACKAGE_NAME):  release 2.5.17
11861
11862 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11863
11864         * scm/backend-library.scm (postscript->png): Fix comment and png
11865         message.
11866
11867         * GNUmakefile.in (link-tree): Fix locales.
11868
11869 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11870
11871         * lily/stencil-scheme.cc (LY_DEFINE): change to
11872         ly:stencil-aligned-to, non mutating.
11873
11874         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
11875
11876         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
11877
11878         * lily/quote-iterator.cc (derived_mark): call
11879         Music_wrapper_iterator::derived_mark() too.
11880
11881         * lily/grace-engraver.cc (derived_mark): change signature, add
11882         const.
11883
11884 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11885
11886         * SConstruct (symlink): 
11887         * GNUmakefile.in (link-tree): Add scripts to prefix.
11888
11889         * lily/general-scheme.cc (ly:effective-prefix): New function.
11890
11891         * scm/backend-library.scm (postscript->png): Use it.
11892
11893 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11894
11895         * lily/paper-score.cc (process): don't delete grobs after
11896         producing stencils. 
11897
11898         * scm/part-combiner.scm (determine-split-list): switch off
11899         debugging info.
11900
11901         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
11902         if available.
11903
11904         * scm/define-context-properties.scm
11905         (all-user-translation-properties): add stringNumberOrientations.
11906
11907         * lily/new-fingering-engraver.cc (position_scripts): make generic,
11908         so fingering and string-numbers are separately controlled.
11909
11910 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11911
11912         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
11913         not use debugging.
11914
11915 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11916
11917         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
11918
11919         * config.hh.in: add HAVE_FONTCONFIG.
11920
11921         * Documentation/user/instrument-notation.itely (String number
11922         indications): new node.
11923
11924         * input/regression/new-markup-syntax.ly (texidoc): add circle.
11925
11926         * lily/new-fingering-engraver.cc (add_string): new function. 
11927         (acknowledge_grob): accept string-number-event as well.
11928
11929         * scm/define-markup-commands.scm (circle): new markup command.
11930
11931         * scm/output-lib.scm (print-circled-text-callback): new function.
11932
11933         * lily/GNUmakefile: move ifeq after include stepmake.make.
11934
11935 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11936
11937         * config.make.in (HAVE_LIBKPATHSEA_SO):
11938         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
11939
11940         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
11941         add KPATHSEA_LIBS.
11942
11943         * debian/watch: 
11944         * debian/control: Update.
11945
11946 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11947
11948         * input/test/title-markup.ly (spaceTest): remove.
11949
11950         * input/test/embedded-tex.ly (Module): remove.
11951
11952         * input/test/music-box.ly: use 'name property, not ly:music-name.
11953
11954         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
11955
11956         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
11957
11958 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11959
11960         * Documentation/topdocs/INSTALL.texi (Top): Remove information
11961         about xdeltas.  Add information about CVS.
11962
11963         * scm/lily.scm (lilypond-main): Fix invocation of handler,
11964         gracefully handle failed files.
11965
11966         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
11967
11968         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
11969         small fixes.
11970
11971         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
11972         No unnecessarily specific i18n messages.  Remove stray `1'.
11973
11974 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11975
11976         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
11977         documentencoding
11978
11979         * scm/documentation-lib.scm (texi-file-head): set utf-8
11980         documentencoding.
11981
11982         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
11983         Delta, not the Symbol one. 
11984
11985         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
11986         for the .map file.
11987
11988         * Documentation/topdocs/INSTALL.texi (Top): add running
11989         requirement as compilation requirement.
11990
11991 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11992
11993         * buildscripts/mutopia-index.py (headertext): add h1 header and
11994         utf-8 charset meta field.
11995
11996         * input/GNUmakefile: prune example list.
11997
11998         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
11999         options.
12000
12001         * lily/slur-scoring.cc (get_base_attachments): only look at stem
12002         extent for visible stems.
12003
12004         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
12005
12006 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
12007
12008         * Documentation/topdocs/INSTALL.texi (Top): Updates.
12009
12010         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
12011
12012 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12013
12014         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
12015         pass inf/nan into slur scoring.
12016
12017         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
12018         page.
12019
12020         * scripts/abc2ly.py (dump_voices): use alphabet().
12021
12022 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
12023         
12024         * mf/GNUmakefile (depth): use $(FONTFORGE). 
12025
12026 2005-03-27 Matthias Neeracher <neeracher@mac.com>
12027         
12028         * flower/include/virtual-methods.hh: simplify. Patch by
12029
12030 2005-03-25  John Williams <williams@tni.com>  
12031
12032         * scripts/lilypond-book.py (main): add png for HTML too, guess
12033         only if necessary. 
12034
12035 2005-03-25  Graham Percival  <gperlist@shaw.ca>
12036
12037         * Documentation/topdocs/INSTALL.texi: now recommends
12038         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
12039
12040         * Documentation/user/basic-notation.itely,
12041         Documentation/user/tutoria.itely: warn about
12042         only one (phrasing) slur at once.
12043
12044 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
12045
12046         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
12047
12048 2005-03-23  Graham Percival  <gperlist@shaw.ca>
12049
12050         * Documentation/user/basic-notation.itely: fixed info about
12051         ending a (de)cresc.
12052
12053         * Documentation/user/lilypond-book.itely: fixed
12054         lilypond-book filter example and warned about not doing
12055         --filter and --process at the same time.
12056
12057 2005-03-23  Mats Bengtsson  <mabe@s3.kth.se>
12058
12059         * lily/parser.yy (bass_number),
12060         Documentation/user/instrument-notation.itely (Figured bass): 
12061         Add the possibility to use text markup in figured bass. 
12062
12063 2005-03-19  Graham Percival  <gperlist@shaw.ca>
12064
12065         * Documentation/user/global.itely: added info about naming
12066         identifiers and breakbefore.
12067
12068         * Documentation/user/invoking.itely: added info about batch
12069         processing files with convert-ly, removed references to TeX
12070         in the jail section.
12071
12072         * Documentation/user/examples.itely: possibly fixed piano
12073         dynamics.
12074
12075         * Documentation/user/advanced-notation.itely: added info
12076         about removing other types of Staff.
12077
12078         * Documentation/user/instrument-notation.itely: possibly
12079         fixed piano staff line switch.
12080
12081         * Documentation/user/changing-defaults.itely: added info
12082         about using normal font in titles.
12083
12084 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12085
12086         * VERSION (PATCH_LEVEL): release 2.5.16
12087
12088         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
12089         explicitly.
12090
12091 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
12092
12093         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
12094         whitespace.
12095
12096         * python/lilylib.py (make_ps_images):
12097         * scm/backend-library.scm (postscript->pdf, postscript->png):
12098         Quote file name.  Use format rather than string-append juggling.
12099
12100 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12101
12102         * python/lilylib.py (make_ps_images): add x to -g argument. 
12103
12104         * lily/key-performer.cc (create_audio_elements): don't use
12105         scm_eval_string. Check for minor 3rd directly.
12106   
12107         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
12108         (sarabandeCelloGlobal): key is D minor, not F major.
12109
12110 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12111
12112         Fix truncated --png output (Peter Danenberg).
12113         
12114         * python/lilylib.py (make_ps_images):
12115         * scripts/ps2png.py (copyright): Grok --papersize option.
12116
12117         * scm/backend-library.scm (postscript->png): Add parameter
12118         PAPERSIZE.  Update callers.
12119
12120         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
12121         Fixes symbol placement.
12122
12123         * lily/spanner.cc: 
12124         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
12125         <libc-extension.hh>).
12126
12127 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12128
12129         * Nitpick run.
12130
12131         * buildscripts/fixcc.py: Update.
12132
12133         Builddir run fixes.
12134
12135         * HACKING (datadir): Add VERSION.
12136
12137         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
12138         higher up.
12139
12140 2005-03-15  Werner Lemberg  <wl@gnu.org>
12141
12142         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
12143         diagonal stem doesn't become thinner.
12144
12145 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
12146
12147         * buildscripts/fixcc.py: Fixes (Werner).
12148
12149 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12150
12151         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
12152         Emmentaler/Aybabtu.
12153
12154         * GNUmakefile.in: fix lilypond-words path.
12155
12156         * po/tr.po: update to 2.3.21
12157
12158         * lily/new-fingering-engraver.cc (position_scripts): take priority
12159         from head position.
12160
12161         * input/regression/finger-chords-order.ly (texidoc): new file.
12162
12163 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12164
12165         * make/ly-rules.make: 
12166         * stepmake/aclocal.m4: 
12167         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
12168
12169         * buildscripts/fixcc.py (rules): Leave space after operator.
12170
12171 2005-03-14  Werner Lemberg  <wl@gnu.org>
12172
12173         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
12174         top of the glyph with smooth curve.
12175
12176 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12177
12178         * Documentation/user/global.itely (Page layout): remove
12179         printpagenumber.
12180
12181 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
12182
12183         * input/regression/mensural-ligatures.ly: new file (with examples
12184         compiled by Pal Benko).
12185
12186         * Documentation/user/instrument-notation.itely: Bugfix: yet some
12187         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
12188         musicglyph access.  Many small beautifications in ancient
12189         examples.
12190
12191         * input/test/divisiones.ly: fixed indentation; small
12192         beautifications
12193
12194         * ly/engraver-init.ly: added FIXME comment
12195
12196         * scripts/lilypond-book.py,
12197         Documentation/user/lilypond-book.itely: added music fragment
12198         option "packed" to lilypond-book
12199
12200         * Documentation/user/instrument-notation.itely: Bugfix: added
12201         missing LedgerLineSpanner color setting in several places.  Added
12202         music fragment option "packed" to VaticanaContext example.
12203
12204 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12205
12206         * scm/define-grobs.scm (all-grob-descriptions): switch off
12207         Hyphen_spanner::set_spacing_rods 
12208
12209         * lily/lyric-hyphen.cc (print): add padding between syllable and
12210         hyphen.
12211         (print): shorten hyphen in tight situations (determine using
12212         minimum-length)
12213
12214         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
12215         0.4pt.
12216
12217 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
12218
12219         * ly/titling-init.ly (bookTitleMarkup): Refinements.
12220
12221         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
12222         header/footer markings for regression-test.
12223
12224         * scm/backend-library.scm (output-scopes, header-to-file): Move
12225         from framework-tex.scm.
12226
12227         * scm/framework-ps.scm (output-framework)
12228         (output-preview-framework):
12229         * scm/framework-eps.scm (output-classic-framework)
12230         (output-framework): Use it.  Fixes collated files.
12231
12232 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
12233
12234         * input/sakura-sakura.ly: 
12235         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
12236
12237         * buildscripts/guile-gnome.sh: Update.
12238
12239         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
12240
12241         * mf/aybabtu.pe.in: Capitalize Aybabtu.
12242
12243 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12244
12245         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
12246         culprit: always exit the loop if we find a rod, even if it has
12247         distance < 0. 
12248
12249         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
12250         algorithm.
12251
12252         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
12253         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
12254
12255         * scm/output-svg.scm (dashed-line): new  function body.
12256         
12257         * GNUmakefile.in: create .htaccess.
12258
12259 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12260
12261         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
12262
12263 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12264
12265         * VERSION (PACKAGE_NAME): release 2.5.15
12266
12267         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
12268
12269         * scm/framework-svg.scm (output-framework): put scaling in
12270         document header. Apply scaling only once.
12271         (output-framework): dump page size in px, not mm. 
12272
12273         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
12274         from font-size.
12275
12276         * lily/paper-outputter-scheme.cc (LY_DEFINE):
12277         ly:outputter-output-scheme, new function.
12278
12279         * scm/output-svg.scm (pango-description-to-svg-font): new function
12280
12281 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12282
12283         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
12284         target.
12285
12286         * input/typography-demo.ly: new file.
12287
12288 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
12289
12290         * Documentation/user/global.itely (File structure): Add markup blocks
12291         to toplevel expressions.
12292         (Multiple movements, Creating titles): Add markup blocks.
12293
12294         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
12295         <libc-extension.hh>).
12296
12297         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
12298
12299         * flower
12300         * lily
12301         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
12302
12303 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12304
12305         * lily/accidental.cc: special bboxes for natural. 
12306
12307         * mf/feta-toevallig.mf: make stems heavier.
12308
12309         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
12310         texts as well.
12311
12312         * mf/feta-klef.mf: revise. 
12313
12314         * mf/feta-schrift.mf: make thinning of accent less pronounced.
12315
12316         * mf/feta-klef.mf: add rounded curve at top. 
12317         make thinnib a little heavier.
12318
12319 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
12320
12321         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
12322
12323         * buildscripts/fixcc.py: New file.
12324
12325         * input/regression/utf8.ly: Update Debian font description.
12326
12327 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12328
12329         * stepmake/aclocal.m4: Fix test.
12330
12331 2005-03-09  Graham Percival  <gperlist@shaw.ca>
12332
12333         * Documentation/user/invoking.itely: added Sebastino Vigna's
12334         docs for the --jail option.
12335
12336 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12337
12338         * lily/stem.cc (print): only produce stemlets if there are no
12339         noteheads on this stem.
12340
12341         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
12342         don't crash on stemlet (visible stem without heads).
12343
12344         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
12345         unbroken situations. 
12346
12347         * scm/output-lib.scm (center-invisible): new function.
12348
12349         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
12350         wishes to determine loose column space.
12351
12352         * lily/font-config.cc (init_fontconfig): add
12353         fonts/{otf,type1,cff}  to path.
12354
12355         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
12356
12357         * mf/GNUmakefile (Module): install all fonts under otf/
12358
12359         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
12360         replace /fonts/otf/ by /ps/ 
12361
12362         
12363 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12364
12365         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
12366
12367         * lily/book.cc (process): Oops, add score_.header_.
12368
12369         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
12370
12371         * lily/parser.yy: Handle toplevel and book texts as score.
12372
12373         * scm/page-layout.scm (default-page-make-stencil):
12374         Bugfix: (page-properties rename.
12375
12376         * scm/backend-library.scm (ly:system): Typo.
12377
12378 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12379
12380         * stepmake/stepmake/executable-targets.make (installexe): don't
12381         strip installed executables
12382
12383         * lily/font-select.cc (get_font_by_design_size): revert
12384         pango_description_string as well.
12385
12386         * lily/system.cc (set_loose_columns): put loose column just left
12387         of next column.
12388
12389         * lily/include/group-interface.hh (extract_grob_array): rename
12390         from Pointer_group_interface__extract_grobs
12391
12392         * input/regression/ledger-line-minimum.ly (texidoc): new file.
12393
12394         * lily/ledger-line-spanner.cc (set_spacing_rods): new
12395         function. Keep ledgered note heads at a minimum distance.
12396         Introduce minimum-length-fraction
12397         (print): introduce length-fraction property.
12398
12399 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12400
12401         * tex/GNUmakefile: remove latin1.enc rules.
12402
12403 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12404
12405         * scm/titling.scm: Typo.
12406
12407         * input/regression/score-text.ly: Really add.
12408
12409         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
12410
12411 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12412
12413         * lily/open-type-font-scheme.cc:  new file.
12414
12415 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12416
12417         * scm/titling.scm (layout-extract-page-properties): Rename from
12418         page-properties.  Update callers.
12419
12420         * lily/lexer.ll (Lily_lexer):
12421         * lily/parser.yy: Junk lyric_markup state.
12422
12423         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
12424
12425         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
12426         Add texts parameter.
12427
12428 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
12429
12430         * lily/lexer.ll (lyric_markup): New mode.
12431         (Lily_lexer::push_lyric_markup_state): New method.
12432         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
12433
12434         * lily/parser.yy (book_body):
12435         (toplevel_expression): Grok \markup texts.
12436
12437         * lily/score-scheme.cc (ly:music-scorify): 
12438         * scm/lily-library.scm (collect-music-for-book): Take texts
12439         parameter.
12440
12441         * lily/score.cc (texts_): New member.
12442
12443         * lily/paper-book.cc (systems): Format score texts.
12444
12445         * score-text.ly: New file.
12446
12447         * ttftool/SConscript:
12448         * kpath-guile/SConscript: New file.
12449
12450         * lily/SConscript:
12451         * SConstruct: Update.
12452
12453 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12454
12455         * VERSION (PACKAGE_NAME): release 2.5.14
12456
12457 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
12458
12459         * lily/main.cc: Add dummy xgettext markers.
12460
12461 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12462
12463         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
12464         requirements
12465
12466         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
12467         executable is < 40k
12468
12469         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
12470         hack.
12471
12472 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
12473
12474         * flower/libc-extension.cc:
12475         * flower/include/libc-extension.hh: [Open]BSD simply cast
12476         cookie/funopen declarations.
12477
12478         * stepmake/aclocal.m4: Check for libkpathsea.so.
12479
12480         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
12481         dl_kpse_find_file.
12482
12483 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12484
12485         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
12486         (open_library): alternative for static library.
12487
12488 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
12489
12490         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
12491
12492         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
12493
12494         Drop run-time dependency on teTeX.
12495
12496         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
12497
12498         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
12499         KPATHSEA_LIBS in LIBS.
12500         (STEPMAKE_DLOPEN): New function.
12501
12502         * lily/font-config.cc (init_fontconfig): Use dir for directory,
12503         not path.
12504
12505         * flower/file-path.cc (directories): Rename from paths, as this
12506         return an array of directories (a single path).
12507
12508 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12509
12510         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
12511
12512         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
12513         new ly:kpathsea-find-file
12514
12515         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
12516
12517         * kpath-guile/GNUmakefile: new file
12518
12519         * buildscripts/gen-emmentaler-scripts.py (i): generate
12520         emmentaler-X.fontname as well.
12521
12522         * buildscripts/ps-embed-cff.py: new script
12523
12524         * scm/lily-library.scm: remove ps-embed-cff.
12525
12526         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
12527         font loading. 
12528
12529         * scm/font.scm (add-music-fonts): load dynamics/numbers through
12530         fontconfig as well.
12531
12532         * lily/font-config.cc (init_fontconfig): add cff/ too.
12533
12534         * ly/generate-embedded-cff.ly: capitalize.
12535
12536         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
12537         so as to register the pango font.
12538
12539         * lily/font-config.cc (init_fontconfig): add
12540         prefix/{otf,type1,mf/out} to fontconfig path.
12541
12542         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
12543         overrides all. 
12544
12545         * configure.in (gui_b): remove ec mftrace check
12546
12547         * config.hh.in: use lilypond-Major.Minor as data directory.
12548
12549         * scm/framework-ps.scm (dump-page): use output-units for landscape.
12550
12551         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
12552         name.
12553
12554 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
12555
12556         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
12557         error messages.
12558
12559         * flower/libc-extension.cc:
12560         * flower/include/libc-extension.hh: [Open]BSD fixes for
12561         cookie/funopen declarations.
12562
12563 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12564
12565         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
12566         emmentaler.
12567
12568         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
12569         lcrm10.
12570
12571         * scm/define-markup-commands.scm (fontsize): new markup
12572         command. Also set baseline-skip
12573
12574 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
12575         
12576         * lily/main.cc (do_chroot_jail): paranoia security for webserver
12577         use.
12578
12579 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12580
12581         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
12582
12583         * lily/pdf.cc: remove PDF related files
12584
12585 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12586
12587         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
12588         <hamamatsu@gmx.de>
12589
12590 2005-03-05  Graham Percival  <gperlist@shaw.ca>
12591
12592         * Documentation/user/advanced-notation.itely: first draft
12593         of reorg done.
12594
12595         * Documentation/user/global.itely: fixed (sub)section
12596         bits of MIDI.
12597
12598 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
12599
12600         * cygwin/mknetrel (extras): Bufix (Bertalan).
12601
12602         * Documentation/user/basic-notation.itely (Chords): @ref fix.
12603         * Documentation/user/instrument-notation.itely (Introducing chord
12604         names): Compile fix: must have unique name.
12605
12606 2005-03-02  Graham Percival  <gperlist@shaw.ca>
12607
12608         * Documentation/user/instrument-notation.itely: reorg.
12609
12610 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
12611
12612         * scm/output-gnome.scm:
12613         * scm/output-svg.scm: Fix font scaling.
12614
12615 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
12616
12617         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
12618         what link to use best.
12619
12620         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
12621         * Documentation/user/tutorial.itely (Automatic and manual beams):
12622         Fix @ref.
12623
12624         * lily/tweak-registration.cc (replace_grob_tweak): New function.
12625         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
12626         * scm/framework-gnome.scm (tweak): Use it.
12627
12628 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12629
12630         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
12631
12632         * scm/output-ps.scm (white-text): reinstate white-text
12633
12634 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
12635
12636         * scm/output-ps.scm (offset-add): Remove.
12637
12638         * scm/lily-library.scm (offset-flip-y): New function.
12639         * scm/framework-gnome.scm (tweak): Use it.
12640
12641         * scm/output-gnome.scm (grob-cause): Add parameter.
12642
12643         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
12644         * scm/output-ps.scm (url-link): Move.
12645         (white-text): Warn user about brokenness.
12646
12647         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
12648         wrt ghostscript.
12649
12650 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12651
12652         * lily/slash-repeat-engraver.cc (try_music): always make slashes
12653         if body length smaller than measure length.
12654
12655         * scm/define-markup-commands.scm (with-url): oops. use Y extent
12656         for Y.
12657
12658         * ly/titling-init.ly (tagline): put default tagline in \paper
12659
12660 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
12661
12662         * lily/kpath.cc: 
12663         * lily/pdf.cc (Pdf_file): Use more generic error messages.
12664
12665         * scm/lily-library.scm (version-not-seen-message): New function.
12666         * ly/init.ly: Use it.
12667
12668         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
12669         breaks as progess.
12670
12671         * scripts/lilypond-book.py (do_process_cmd): Do not lump
12672         whitespace with l10n message.
12673
12674         * scm/framework-tex.scm (convert-to-ps):
12675         (convert-to-dvi): Do not use overly specific l10n messages.
12676
12677         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
12678
12679         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
12680         merge stderr with stdout.  
12681
12682 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
12683
12684         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
12685         Neeracher).
12686
12687 2005-02-29  Graham Percival  <gperlist@shaw.ca>
12688
12689         * Documentation/user/instrument-notation.teily: moved
12690         \arpeggio to Basic.
12691
12692         * Documentation/user/advanced-notation.itely: Articulation to
12693         Basic, a bunch of stuff from Basic moved to Advanced.
12694
12695         * Documentation/user/basic.itely: swapped various sections,
12696         reorganized Basic.
12697
12698 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12699
12700         * flower/memory-stream.cc: 
12701         * flower/libc-extension.cc: Remove obsolete #undefs.
12702
12703         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
12704         more carefully.
12705
12706 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12707
12708         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
12709         dependency.
12710
12711         * VERSION (PACKAGE_NAME): release 2.5.13
12712
12713         * GNUmakefile.in (web-ext): don't ship ps.gz
12714
12715         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
12716         stdout
12717
12718 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12719
12720         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
12721         without libintl.  Now it compiles too.
12722
12723 2005-02-28  Graham Percival  <gperlist@shaw.ca>
12724
12725         * Documentation/user/basic-notation.itely,
12726         instument-notation.itely, advanced-notation.itely:
12727         split up contents of notation.itely.
12728
12729         * Documentation/user/notation.itely: file removed.
12730
12731         * Documentation/user/invoking.itely, converters.itely:
12732         moved convert-ly info to invoking.itely.
12733
12734         * Documentation/user/global.itely, changing-defaults.itely,
12735         sound-output.itexi: moved global settings, file layout, and
12736         sound into global.itely.
12737
12738         * Documentation/user/sound-output.itexi: file removed.
12739
12740         * Documentation/user/lilypond.tely: removed links to
12741         notation.itely and sound.itely.
12742
12743 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12744
12745         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
12746
12747         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
12748  
12749         * THANKS: add sponsor.
12750
12751         * scm/define-markup-commands.scm (with-url): new markup command.
12752
12753         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
12754         tagline.
12755         
12756         * scm/output-tex.scm (url-link): stub.
12757
12758         * scm/output-ps.scm (url-link): new function.
12759
12760         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
12761         ly:set-point-and-click
12762
12763 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
12764
12765         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
12766         based on pdf-viewer setting.
12767
12768         * scm/framework-ps.scm (write-preamble): Find and set preferred
12769         pdf-viewer.
12770
12771 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12772
12773         * Documentation/user/point-and-click.itely: update for PDF point &
12774         click.
12775
12776         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
12777         editors based on EDITOR setting.
12778
12779 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
12780
12781         * scm/*: Oops, more grand 2005 replace bits.
12782
12783 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12784
12785         * ps/music-drawing-routines.ps: new routine: insert PDF mark
12786
12787         * scm/output-ps.scm (grob-cause): point & click support for
12788         PostScript
12789
12790 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12791
12792         * lily/input-scheme.cc (LY_DEFINE): rename to
12793         ly:input-file-line-column
12794
12795 2005-02-26  Graham Percival  <gperlist@shaw.ca>
12796
12797         * Documentation/user/examples.itely: small fix from Steve Doonan.
12798
12799         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
12800
12801         * THANKS: added Yuval Harel.
12802
12803         * Documentation/user/{various}: inserted two spaces after a period.
12804
12805         * Documentation/user/lilypond.tely: added framework for reorg.
12806
12807         * Documentation/user/basic-notation.itely, instrument-notation.itely,
12808         advanced-notation.itely, global.itely: new files, placeholder for
12809         future reorg.
12810
12811 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
12812
12813         * Documentation/user/notation.itely: revamped Polyphony section
12814         
12815 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12816
12817         * Documentation/user/lilypond-book.itely (Music fragment options):
12818         doc fontload.
12819
12820         * Documentation/user/changing-defaults.itely (Text encoding): add
12821         fontload option to utf8 include
12822
12823         * scripts/lilypond-book.py (compose_ly): add fontload option
12824
12825         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
12826         force-eps-font-include option.
12827
12828         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
12829         black triangle
12830
12831         * Documentation/user/invoking.itely (Editor support): remove
12832         lilypond-latex section.
12833
12834         * scripts/lilypond-latex.py (Module): remove script.
12835
12836         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
12837         overwrite .log. 
12838
12839         * lily/main.cc: remove -m, --no-layout
12840
12841         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
12842         to define. We don't want to override fprintf everywhere.
12843
12844 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
12845
12846         * cygwin/lilypond.hint: 
12847         * cygwin/README.in: Update dependencies.
12848
12849         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
12850         Bugfix: do not pollute CPPFLAGS, LIBS.
12851
12852         * cygwin/mknetrel (extras): Cross compile fixes.
12853
12854         * ttftool/util.c: 
12855         * ttftool/ttfps.c: 
12856         * ttftool/ps.c: #include libc-extension.hh
12857
12858         * flower/include/libc-extension.hh:
12859         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
12860         wrapper using funopen.
12861         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
12862         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
12863
12864         * config.hh.in:
12865         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
12866         (AC_CHECK_HEADERS): Add libio.h
12867
12868         * scripts/convert-ly.py: Uniformize, internationalize.
12869         (2.5.2): Remove fatal encoding rule.
12870         (2.5.13): Handle latin1 encoding gracefully.
12871
12872 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
12873
12874         * HACKING: Fix line breaks.
12875
12876 2005-02-23  Werner Lemberg  <wl@gnu.org>
12877
12878         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
12879         contains those two files.
12880
12881 2005-02-21  Werner Lemberg  <wl@gnu.org>
12882
12883         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
12884         to improve overlap removal process.
12885
12886         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
12887         left and right ending.  This ensures better overlapping.
12888         Update all callers.
12889         ("lineprall"): Don't use draw_gridline to get better overlapping.
12890
12891 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12892
12893         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
12894
12895         * Documentation/topdocs/NEWS.tely (Top): oops.
12896
12897 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
12898
12899         * HACKING: new file.
12900
12901         * input/regression/utf8.ly (portuguese): added a portuguese example
12902         to show latin1 accents.
12903
12904 2005-02-21  Pal Benko  <benkop@freestart.hu>
12905
12906         * lily/mensural-ligature-engraver.cc:
12907         * lily/mensural-ligature.cc:
12908         * lily/include/mensural-ligature.hh: new algorithm implemented
12909
12910         * scm/define-grob-properties.scm: join-left killed (add-join may
12911         be used); join-left-amount changed to join-right-amount
12912
12913 2005-02-21  Graham Percival  <gperlist@shaw.ca>
12914
12915         * Documentation/user/notation.itely: small but urgent fix.
12916
12917 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
12918
12919         * lily/duration-scheme.cc: bugfix: correct parameters to
12920         SCM_ASSERT_TYPE.
12921
12922         * THANKS: added Pal.
12923
12924         * Documentation/user/notation.itely: bugfix: unTeXified
12925         $\\backslash$.  Bugfix: yet another glyph renaming victim:
12926         "timesig.*x/y" -> "timesig.*xy".
12927
12928 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12929         
12930         * VERSION (PACKAGE_NAME): release 2.5.12
12931
12932 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12933
12934         * ly/engraver-init.ly: set tieWaitForNote to #t by default
12935
12936         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
12937
12938         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
12939
12940         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
12941
12942 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12943
12944         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
12945         latin1..utf-8.
12946
12947         * input/regression/stanza-number.ly:
12948         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
12949
12950         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
12951
12952 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12953
12954         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
12955         NEWS. Refer to website for older news.  
12956
12957         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
12958         .HTML. This should be done for specific servers only.
12959
12960         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
12961         .ly image examples.
12962
12963         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
12964         in layer 0 too.
12965
12966         * scm/define-context-properties.scm
12967         (all-user-translation-properties): add tieWaitForNote
12968
12969         * scm/define-grobs.scm (all-grob-descriptions): add
12970         Tie_column::before_line_breaking
12971
12972         * lily/tie.cc (get_column_rank): new function
12973
12974         * lily/tie-column.cc (before_line_breaking): new function.
12975         (werner_directions): take into account ties that start on
12976         different columns.  
12977
12978         * lily/score-engraver.cc (set_columns): move add_column() so we
12979         have column rank available.
12980
12981         * lily/tie.cc (get_column_rank): new function.
12982
12983         * input/regression/utf8.ly (japanese): add japanese lyrics.
12984
12985         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
12986
12987         * THANKS: add Steve D
12988
12989         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
12990         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
12991
12992 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
12993
12994         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
12995         to show harmonic notes
12996         * scm/define-markup-commands.scm: in \markup-by-number
12997         "dots-dot" -> "dots.dot" to show dotted notes
12998
12999 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13000
13001         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
13002
13003         * flower/memory-stream.cc (writer): new file.
13004
13005         * configure.in: add endian test.
13006
13007 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
13008
13009         * Documentation/user/examples.itely: small
13010         simplification/beautification
13011
13012         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
13013         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
13014         notation manual.
13015
13016         * lily/mensural-ligature.cc: bugfix: another few victims of the
13017         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
13018
13019         * ly/gregorian-init.ly: commit some experimental code for hi-level
13020         ligature input language lying around here for several months.
13021
13022         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
13023         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
13024
13025         * lily/vaticana-ligature-engraver.cc: bugfix: another few
13026         "x-y-z"->"x.y.s-z" fixes.
13027
13028 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13029
13030         * scm/framework-pdf.scm (scm): new file
13031
13032         * lily/include/pdf.hh (class Pdf_file): new file.
13033
13034         * lily/pdf.cc (write_trailer): new file.
13035
13036 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
13037
13038         * input/regression/color.ly: new file
13039
13040         * lily/stencil.cc (interpret_stencil_expression):
13041         when a color expression is encountered: save current color,
13042         process the rest of the expression, and restore previous color.
13043
13044         * lily/system.cc (get_line): check all grobs for color property and
13045         prepare the stencil scheme expressions for further processing.
13046         Fix layer-loop.
13047
13048         * scm/define-grob-properties.scm: introduce the color property.
13049
13050         * scm/output-lib.scm: color helper functions.
13051
13052         * scm/output-ps.scm: introduce setcolor/resetcolor.
13053
13054 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
13055
13056         * ly/*.ly, input/regression/*.ly: Added missing \version
13057         statements in some files.
13058
13059 2005-02-15  Graham Percival  <gperlist@shaw.ca>
13060
13061         * Documentation/user/notation.itely: minor editing.
13062
13063         * Documentation/user/converters.itely: updated convert-ly bugs.
13064
13065         * Documentation/user/lilypond-book.itely: add info about using
13066         feta characters in latex.
13067
13068 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13069
13070         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
13071
13072 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13073
13074         * scm/define-grob-properties.scm (all-user-grob-properties):
13075         removed 'dashed property.
13076
13077 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13078
13079         * scm/lily.scm (define-safe-public): new macro for defining
13080         variables that can be used in --safe mode. Use it in *.scm
13081         instead of manually setting safe-objects in safe-lily.scm.
13082
13083 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13084         
13085         * lily/slur.cc: Slur-dash patch by Bertalan.
13086
13087         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
13088
13089         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
13090
13091 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
13092
13093         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
13094
13095 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
13096
13097         * mf/GNUmakefile: teTeX-3.0 install fix.
13098
13099         * Cygwin patch from Bertalan.
13100
13101         * stepmake/stepmake/metafont-rules.make: Remove bashism.
13102
13103 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
13104
13105         * GNUmakefile.in: 
13106         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
13107
13108         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
13109         2.0.x compatibility.
13110
13111 2005-02-08  Werner Lemberg  <wl@gnu.org>
13112
13113         * mf/feta-din-code.mf: Format; clean up code.
13114         Replace `---' with `--' plus explicit path directions.
13115         (linethickness#, stafflinethickness#): Remove.
13116         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
13117         ("dynamic s"): Improve shape.
13118         ("dynamic p"): Improve shape.
13119         Replace `draw' with better outline approximation.
13120         ("dynamic r"): Improve shape.
13121         Don't call `fill' and `draw' at the same time.
13122
13123 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
13124
13125         * SConstruct (symlink):
13126         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
13127         build fix: add enc symlink.
13128
13129         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
13130
13131         Support for DESTDIR besides prefix=/foo
13132
13133         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
13134
13135         * stepmake/stepmake/*.make:
13136         * */GNUmakefile:
13137         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
13138
13139         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
13140
13141         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
13142         mawk in fontforge (date) test.
13143
13144 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13145
13146         * scm/font.scm (make-century-schoolbook-tree): add NCS as
13147         font-family=roman. Add Luxi Sans as sans
13148
13149 2005-02-07  Graham Percival  <gperlist@shaw.ca>
13150
13151         * Documentation/user/notation.itely: add warning about
13152         percent repeats and Voice contexts.
13153
13154         * Documentation/user/lilypond-book.itely: clarified the
13155         necessity of dvips -u arguments.
13156
13157 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
13158
13159         * THANKS: Added a bunch of bug hunters.
13160
13161 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13162
13163         * scm/framework-ps.scm (output-preview-framework): bugfix.
13164
13165         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
13166         o/ for chord modifier..
13167
13168         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
13169
13170         * lily/drum-note-performer.cc:  remove unused (thanks Michael
13171         Welsh Duggan). 
13172
13173 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
13174
13175         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
13176
13177         * ly/titling-init.ly: Do not also print intstrument in header on
13178         first page.  Do not print page number on first and only page.
13179
13180 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13181
13182         * input/regression/*.ly: remove old-relative everywhere
13183
13184         * lily/music-sequence.cc (simultaneous_relative_callback): do
13185         what-if analysis on copy, not on original. Fixes old-relative
13186         compatibility.
13187
13188         * scm/backend-library.scm (postscript->png): space before
13189         --verbose.
13190         
13191 2005-02-05  Werner Lemberg  <wl@gnu.org>
13192
13193         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
13194         is defined.
13195
13196         * mf/feta-alphabet.mf: Define `staffsize#'.
13197         Include `feta-params.mf'.
13198         s/staffheight/design_size/.
13199
13200         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
13201
13202         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
13203
13204         * mf/feta-nummer-code.mf: Reformatted.
13205         (draw_six): Use outline intersection to avoid a self-intersecting
13206         path.
13207         ("Numeral comma"): Fix serious outline glitches.  This slightly
13208         changes the glyph shape.
13209         ("Numeral dash"): Use `draw_rounded_block'.
13210         ("Numeral dot"): Use `drawdot'.
13211         ("Numeral 1"): Assure identical tangent directions for the
13212         intersection points of paths.  The glyph shape improvement is only
13213         visible at very high magnifications.
13214         ("Numeral 2"): Use `solve' macro to make the lower right part of
13215         the glyph outline touch the x axis exactly.  This changes the
13216         glyph shape.
13217         Minor fixes for better overlap removal support.
13218         ("Numeral 4"): Make lefter corner `rounder'.
13219         ("Numeral 5"): Assure identical tangent directions for the
13220         intersection points of paths.  This improves the glyph shape at
13221         high magnifications.
13222         ("Numeral 7"): Use `solve' macro to make the upper right part of
13223         the glyph outline touch the metrics box exactly.  This changes the
13224         glyph shape.
13225         Avoid corner in the upper left part of the glyph (causing a minor
13226         shape change).
13227
13228         * mf/feta-ital-*.mf: Removed.  Unused.
13229
13230 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13231
13232         * VERSION (PATCH_LEVEL): release 2.5.11
13233
13234         * input/regression/fill-line-test.ly: new file.
13235
13236         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
13237         emmentaler name, eg. emmentaler-23. 
13238
13239 2005-02-04  Christian Hitz  <chhitz@gmx.net>
13240
13241         * scm/scm/define-markup-commands.scm (fill-line): rework for better
13242         alignment with centered texts
13243
13244         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
13245         list of paddings
13246
13247 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13248
13249         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
13250
13251         * lily/note-column.cc (translate_rests): call flush_extent_cache()
13252         of parents when translating rests. Fixes: c-chord-rest.ly 
13253
13254         * lily/include/dimension-cache.hh (struct Dimension_cache): add
13255         dimension_callback_ member.
13256
13257         * lily/grob.cc (flush_extent_cache): new function. Force recompute
13258         of extents.
13259
13260 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
13261
13262         * all but lily/*: The grand 2004/2005 replace.
13263
13264 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13265
13266         * lily/*: add space after ,  
13267
13268         * scm/music-functions.scm (has-request-chord): don't use
13269         ly:music-name anywhere. Fixes <<\\>> notation. 
13270
13271         * scm/define-markup-commands.scm (box): use font-size for
13272         padding. Fixes boxed-rehearsal-marks.ly
13273
13274         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
13275         identifier definition too, so foo = \lyrics { ...   } bar = #1
13276         doesn't complain about "bar" being LYRICS_STRING.
13277
13278         * lily/paper-def.cc (find_pango_font): new routine; Store
13279         pango_fonts in hash tab too. This is necessary for retrieving
13280         Pango_fonts::physical_font_tab() later on.
13281  
13282         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
13283         crash if psname is null.
13284
13285         * lily/lily-guile.cc (ly_hash2alist): new function
13286
13287         * Documentation/user/changing-defaults.itely (Text encoding):
13288         rewrite. 
13289
13290         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
13291         -> font_filename mapping.
13292
13293         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
13294         ly_pango_font_physical_fonts
13295
13296         * scm/framework-ps.scm (supplies-or-needs): extract names from
13297         physical Pango_fonts.
13298
13299         * utf8.ly: new file.
13300
13301 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13302
13303         * Documentation/user/changing-defaults.itely (Page layout): add
13304         doco about systemSeparatorMarkup.
13305
13306         * scm/page-layout.scm (default-page-make-stencil): add-to-page
13307         function.
13308         (default-page-make-stencil): insert system separators.
13309
13310         * scm/define-markup-commands.scm (hcenter): add
13311         (beam): add.
13312
13313 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13314
13315         * scm/output-ps.scm (ez-ball): reinstate ez notation.
13316
13317 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
13318
13319         * lily/main.cc: Spell backend consistently.  Sort options.
13320
13321 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13322
13323         * scripts/lilypond-book.py (Module): revert @include.
13324         
13325 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
13326
13327         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
13328         Bugfix: @include .tex (not .texi).  Small cleanups.
13329
13330         * stepmake/bin/add-html-footer.py (i18n): New function.
13331
13332 2005-01-31  Werner Lemberg  <wl@gnu.org>
13333
13334         * mf/feta-nummer.mf: Removed.  Unused.
13335
13336 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13337
13338         * lily/ : 2004 -> 2005 s&r
13339
13340         * scm/file-cache.scm (cached-file-contents): add file. Read each
13341         file only once.
13342
13343         * scm/font.scm (add-pango-fonts): change order. Medium weight is
13344         now default.
13345
13346         * VERSION: release 2.5.10
13347         
13348         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
13349
13350         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
13351
13352         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
13353         that both X and Y extents of bbox are non-nil.
13354
13355 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13356
13357         * scm/chord-name.scm (alteration->text-accidental-markup): change
13358         - to . 
13359
13360         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
13361
13362         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
13363
13364         * Documentation/user/invoking.itely (Invoking lilypond): add note
13365         about EPS backend.
13366
13367         * scm/framework-eps.scm: new file: create per-system/per-page EPS
13368         files for inclusion in lilypond-book document.
13369
13370         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
13371
13372         * input/tutorial/lbook-texi-test.texi: new file.
13373
13374         * scm/safe-lily.scm (safe-objects): add
13375         {begin,end}-of-line-(in)?visible as safe.
13376  
13377 2005-01-30  Graham Percival  <gperlist@shaw.ca>
13378
13379         * Documentation/user/changing-defaults.itely: fixed example
13380         of (dynamics).
13381
13382 2005-01-29  Graham Percival  <gperlist@shaw.ca>
13383
13384         * lily/main.cc: fix info about -o=FILE.
13385
13386 2005-01-29  Werner Lemberg  <wl@gnu.org>
13387
13388         * mf/feta-toevallig.mf ("Natural"): Completely changed the
13389         construction to assure smooth transition from straight to curved
13390         lines.
13391
13392 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13393
13394         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
13395         stencils.
13396
13397         * ps/lilyponddefs.ps: add start-page, start-system doesn't
13398         translate to top of page. Fixes alignment problems of
13399         lilypond-generated EPS files.
13400
13401 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13402
13403         * scm/part-combiner.scm (analyse-spanner-states): trigger on
13404         crescendo-end as well, since Decrescendo maybe ended with Stop
13405         Crescendo.). Fixes: partcombine-diminuendo.ly
13406
13407         * scm/script.scm (default-script-alist): swap portato symbols.
13408
13409         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
13410
13411         * lily/paper-outputter-scheme.cc (LY_DEFINE):
13412         ly:outputter-port. New function.
13413
13414         * scm/framework-ps.scm (output-classic-framework): dump a
13415         -systems.texi too
13416         (output-classic-framework): dump multiple systems on an "infinite"
13417         page EPS including fonts. 
13418
13419         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
13420         .eps files for both texi and tex formats. Use PNG coming from
13421         lilypond.
13422         
13423 2005-01-28  Graham Percival  <gperlist@shaw.ca>
13424
13425         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
13426
13427         * scripts/lilypond-latex.py: fix info about -o=FILE.
13428
13429 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13430
13431         * ly/generate-embedded-cff.ly: write .cff.ps files.
13432
13433         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
13434
13435         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
13436         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
13437
13438 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
13439
13440         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
13441
13442 2005-01-28  Werner Lemberg  <wl@gnu.org>
13443
13444         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
13445         macros.
13446         (draw_bulb): Improved.
13447
13448         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
13449         metapost bug.
13450         (draw_pedal_P): Use soft_end_penstroke.
13451         (draw_pedal_d): Use soft_start_penstroke.
13452
13453         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
13454         path.
13455         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
13456         doesn't change the glyph shape.
13457
13458         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
13459         changing the shape) to avoid fontforge warnings.
13460
13461         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
13462         soft_end_penstroke and fix glyph shape.
13463
13464 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13465
13466         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
13467
13468 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13469
13470         * scm/define-markup-commands.scm (line): filter out empty stencils
13471         from line command.
13472
13473         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
13474         amount.
13475
13476 2005-01-27  Graham Percival  <gperlist@shaw.ca>
13477
13478         * Documentation/user/notation.itely: added info about what
13479         \voiceFoo does.  Also rewrote warning about marks at
13480         a line break.
13481
13482         * Documentation/user/changing-defaults.itely: added info
13483         about putting dynamics in parenthesis and brackets.
13484
13485 2005-01-27  Werner Lemberg  <wl@gnu.org>
13486
13487         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
13488
13489 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13490
13491         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
13492         portato-direction.ly
13493
13494         * lily/beam.cc (consider_auto_knees): add beam height to
13495         threshold. Fixes: knee-multiple-beam.ly
13496
13497         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
13498         pedal line spanners. Fixes: instrument-center-pedal.ly
13499
13500         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
13501         if encountering barline. Fixes: auto-beam-repeat.ly
13502
13503 2005-01-26  Werner Lemberg  <wl@gnu.org>
13504
13505         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
13506         overlapping.
13507
13508         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
13509         with inflections for the 1/2 sharp glyph.
13510
13511         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
13512         connection between `t' and `r'.
13513         Unify bulb with the rest of `r' to avoid grazing outlines which
13514         confuses the overlap removal algorithm of fontforge.
13515
13516         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
13517         inflections.
13518         (draw_cross): Fix shape to have uniform thickness in corners.
13519
13520         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
13521         to avoid an uneven number of self-intersections; this confuses
13522         fontforge.
13523         Fix a slight bug in the shape at left bottom (which is visible only
13524         at high magnifications).
13525         `Center' the stem horizontally to avoid overlapping.
13526
13527 2005-01-24  Werner Lemberg  <wl@gnu.org>
13528
13529         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
13530         to `asis'.
13531         (fet_begingroup): Save group name in string `feta_group'.
13532         (fet_endgroup): Updated.
13533         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
13534
13535         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
13536
13537         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
13538         in metapost.
13539
13540 2005-01-24  Graham Percival  <gperlist@shaw.ca>
13541
13542         * Documentation/user/notation.itely: really minor editing.
13543
13544 2005-01-22  Graham Percival  <gperlist@shaw.ca>
13545
13546         * Documentation/user/examples.itely: minor editing.
13547
13548         * Documentation/user/changing-defaults.itely: minor editing.
13549
13550         * Documentation/user/notation.itely: clarified info on polyphony
13551         and \addlyrics.
13552
13553 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
13554
13555         * scm/output-gnome.scm: 
13556         * scm/output-svg.scm:
13557         * scm/lily-library.scm (font-name-style): Update font name
13558         kludging for fontconfig use.
13559
13560 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
13561
13562         * scm/define-markup-commands.scm: Document right-align and
13563         larger markup commands. Remove "TODO" from the topmost comment
13564         "each markup function should have a doc string." More consistent
13565         use of new-lines.
13566
13567 2005-01-22  Graham Percival  <gperlist@shaw.ca>
13568
13569         * Documentation/user/changing-defaults: removed info about
13570         copyright symbol, since it's likely to change soon.
13571         Added info about betweensystemspace.
13572
13573         * Documentation/user/notation.itely: minor fixes.
13574
13575         * Documentation/user/lilypond.tely,
13576         Documentation/user/music-glossary.tely: changed copyright
13577         date to 2005 instead of 2004.
13578
13579         * input/test/volta-chord-names.ly: added old example back.
13580
13581 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13582
13583         * mf/feta-beugel.mf: use design size 20 (not 15).
13584
13585         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
13586         change name to aybabtu completely
13587
13588 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13589
13590         * buildscripts/gen-emmentaler-scripts.py (outdir): add
13591         design_size to fontname
13592
13593 2005-01-19  Werner Lemberg  <wl@gnu.org>
13594
13595         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
13596         mf/feta-schrift.mf: s/p/pat/ if a path variable.
13597
13598         * mf/feta-autometric.mf (set_char_box): Add code which emits
13599         specials for mf2pt1 if run with metapost.
13600         (to_bp): New macro for mf2pt1.
13601
13602 2005-01-18  Graham Percival  <gperlist@shaw.ca>
13603
13604         * Documentation/user/changing-defaults: added info on
13605         creating a copyright symbol.
13606
13607 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13608
13609         * VERSION: release 2.5.9
13610         
13611 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
13612
13613         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
13614
13615         * Documentation/user/notation.itely: Document
13616         score-override-auto-beam-setting Fix documentation for
13617         revert-auto-beam-setting.
13618
13619 2005-01-18  Werner Lemberg  <wl@gnu.org>
13620
13621         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
13622         (procset): New function to define a procset resource.
13623         (ps-embed-pfa): New function to define a font resource.
13624         (setup): New function to define a `Setup' environment.
13625         (preamble): Use new functions.
13626
13627         * ps/lilypond.defs (init-lilypond-parameters): New function to
13628         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
13629
13630 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13631
13632         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
13633
13634 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
13635
13636         * scm/define-markup-commands.scm: Change number->markletter-string
13637         to take two arguments (vector number). Add number->mark-alphabet-vector
13638         and markalphabet markup command.
13639
13640         * scm/translation-functions.scm: Add format-mark-box-alphabet,
13641         format-mark-alphabet, format-mark-box-barnumbers and
13642         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
13643
13644 2005-01-17  Graham Percival  <gperlist@shaw.ca>
13645
13646         * Documentation/user/examples.itely: add SATB automatic piano
13647         reduction template.
13648
13649         * Documentation/user/notation.itely: added info about changing
13650         partcombine texts.  Also adds examples of alternate lyrics.
13651
13652         * Documentation/user/changing-defaults.itely: added warning
13653         about \RemoveEmptyStaffContext overriding previous changes.
13654
13655 2005-01-17  Werner Lemberg  <wl@gnu.org>
13656
13657         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
13658         feta-alphabet*.
13659
13660 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13661
13662         * python/lilylib.py (make_ps_images): don't do final showpage for
13663         multi-page documents.
13664         
13665         * VERSION (MY_PATCH_LEVEL): release 2.5.8
13666
13667 2005-01-16  Graham Percival  <gperlist@shaw.ca>
13668
13669         * Documentation/user/lilypond.tely: changed order of appendices;
13670         unified index should be last.
13671
13672         * Documentation/user/notation.itely: add example of key signatures
13673         and info about Staff.printKeyCancellation.
13674
13675 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13676
13677         * lily/include/repeated-music.hh (class Repeated_music): change
13678         into "namespace" class.
13679
13680         * lily/event.cc: remove Key_change_event.
13681
13682         * lily/include/transposed-music.hh (class Transposed_music): remove.
13683
13684         * lily/transposed-music.cc: remove
13685
13686         * lily/include/relative-music.hh: remove.
13687
13688         * lily/include/music-sequence.hh (struct Music_sequence): change
13689         into "namespace" class.
13690
13691         * lily/untransposable-music.cc (Module): remove
13692
13693         * lily/include/un-relativable-music.hh (Module): remove
13694
13695         * lily/include/untransposable-music.hh (Module): remove
13696
13697         * lily/include/music-list.hh (Module): remove file
13698
13699         * lily/un-relativable-music.cc: remove file.
13700
13701 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
13702
13703         * lily/parser.yy: Compile fix.
13704
13705 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13706
13707         * lily/include/music.hh (class Music): unvirtualize transpose().
13708
13709         * lily/sequential-music.cc: remove file.
13710
13711         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
13712
13713         * lily/slur-scoring.cc (get_best_curve): only switch on
13714         DEBUG_SLUR_SCORING for non NDEBUG builds.
13715
13716         * lily/include/music.hh (class Music): replace Music::start_mom()
13717         by start-callback property
13718
13719         * lily/include/grace-music.hh: remove file. 
13720
13721         * lily/stem.cc (height): robustness fix.
13722
13723         * lily/time-scaled-music.cc: remove file.
13724
13725         * lily/include/music.hh (class Music): include SCM init argument.
13726         (class Music): replace Music::get_length() virtual by
13727         length-callback property everywhere.
13728
13729         * scripts/convert-ly.py (conv): add  # to \property scalar value.
13730
13731         * mf/GNUmakefile: don't install *list.ly
13732
13733 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
13734
13735         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
13736
13737 2005-01-12  Werner Lemberg  <wl@gnu.org>
13738
13739         This patch addresses the following problems in the feta sources
13740         files which contribute to the fetaXX fonts.
13741
13742         . Many fixes for rasterization at low resolutions (consistent use of
13743           `vround' and `hround', integer shift values for paths, applying
13744           `eps' for mirrored paths, use of `define_whole_pixels' and
13745           friends, etc.) -- while this probably looks like a waste of time
13746           it has revealed deficiencies in some glyph shapes.  See comment at
13747           the end of feta-params.mf how vertical symmetry is achieved.
13748
13749         . The `---' operator has been replaced everywhere with `--'; this
13750           both improves and considerably reduces the font size after
13751           conversion with mf2pt1.
13752
13753         These change aren't explicitly mentioned below since virtually all
13754         glyphs are affected.
13755
13756         Other notable differences:
13757
13758         . Glyphs from feta-accordion.mf now have charboxes around the
13759           outline.
13760
13761         . Fixed incorrect charbox for `accDot'.
13762
13763         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
13764
13765         . Fixed position of the bow in the `upprall' glyph and its siblings.
13766
13767         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
13768           dependent on the staff line thickness to avoid touching the middle
13769           staff line at smaller sizes.
13770
13771         . Largely extended output for feta-testXX: Where useful, glyphs
13772         are shown both between and on staff lines.
13773
13774
13775         * mf/feta-params.mf (staff_space_rounded,
13776         stafflinethickness_rounded, linethickness_rounded,
13777         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
13778         Update all code which uses them where appropriate.
13779         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
13780         New variables used to control rasterization at low resolutions.  Set
13781         to zero if feta code is processed with metapost.
13782
13783         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
13784         (draw_rounded_block, draw_square_block): Updated to use `--' only.
13785         (flare_path): Updated.
13786         Make it work with `filldraw' (but only circular pens).
13787         (hfloor, vfloor, hceiling, vceiling): New macros.
13788
13789         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
13790         Use `draw' again in mf mode to have good pixel dropout control.
13791         Fix intersection points of horizontal lines with circle.
13792         ("accDot"): Fix parameters for set_char_box.
13793         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
13794         control.
13795
13796         * mf/feta-banier.mf: Updated.
13797
13798         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
13799         testing.
13800         (undraw_inside_ellipse): Remove `center' argument.  Update all
13801         callers.
13802         (draw_brevis): New macro, called by "Brevis notehead".
13803         (draw_whole_triangle_head): New macro, called by "Whole
13804         trianglehead".
13805         (draw_small_triangle_head): Use `filldraw'.
13806
13807         * mf/feta-eindelijk.mf: Remove useless global group.
13808         Updated.
13809
13810         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
13811         `filldraw'.
13812
13813         * mf/feta-pendaal.mf: Updated.
13814
13815         * mf/feta-puntje.mf: Updated.
13816
13817         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
13818         less points.
13819         ("Flageolet"): Use `draw' again in mf mode to have good pixel
13820         dropout control.
13821         ("Varied Coda"): Use `draw_block'.
13822         (draw_comma): Fix typo.
13823         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
13824         pixel dropout control.
13825
13826         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
13827         position of bow.
13828
13829         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
13830         sizes.
13831
13832         * mf/feta-toevallig.mf (remember_pic): New variable, used for
13833         testing.
13834         (draw_meta_sharp): Much simplified.
13835         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
13836
13837         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
13838
13839 2005-01-13  Mats Bengtsson  <mabe@s3.kth.se>
13840
13841         * Documentation/user/notation.itely (Ancient rests): Fix typo
13842         (thanks Anthony)
13843
13844 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
13845
13846         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
13847
13848         * lily/main.cc (setup_paths): Add cff.
13849
13850         * mf/GNUmakefile (foe): Include actual target %.cff.
13851         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
13852
13853 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13854
13855         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
13856         suffix for main_input_b_.
13857
13858         * scm/music-functions.scm (toplevel-music-functions):
13859         precompute music lengths for music expressions.  
13860
13861 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13862
13863         * lily/include/input.hh (class Input): new `end_' slot for end of
13864         input. Renamed defined_str0_ to start_.
13865
13866         * lily/input.cc (Input): Add Input::Input (Input const &) and
13867         remove Input::Input (Source_file*, char const *). Use the new
13868         slots.
13869         (set_location): method used by bison to propagate input
13870         locations (YYLLOC_DEFAULT).
13871         (end_line_number, end_column_number, step_forward): new methods
13872         
13873         * lily/input-scheme.cc (ly:input-both-locations): new function,
13874         similar to ly:input-location, but also return the end line and
13875         column.
13876
13877         * lily/include/includable-lexer.hh: 
13878         * lily/includable-lexer.cc: 
13879         * lily/include/lily-lexer.hh (class Lily_lexer): 
13880         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
13881         Includable_lexer to Lily_lexer, in order to update lexloc (the
13882         yylloc), a new slot of Lily_lexer.
13883         (here_input, LexerError): simplify by using the lexloc slot (aka
13884         yylloc)
13885
13886         * lily/lexer.ll: #define yylloc to use input locations (it may
13887         be useless here?). Fixed the #embedded_scm rule (step the location
13888         forward in order to skip the sharp sign before parsing the scheme
13889         expression)
13890
13891         * lily/include/lily-parser.hh (class Lily_parser): 
13892         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
13893         here_input()
13894         (parser_error): overload for more precise locations of errors.
13895
13896         * lily/parser.yy (YYLTYPE): set location type to Input
13897         (YYLLOC_DEFAULT): use Input::set_location()
13898         (yylex): add the YYLTYPE* location parameter.
13899         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
13900         Give an Input parameter to THIS->parser-error() for more accurate
13901         messages.
13902
13903 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13904
13905         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
13906
13907         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
13908         on BEAMQUANTING for non-NDEBUG builds.
13909
13910         * lily/stem.cc (head_count): performance: avoid String::String()
13911         inside oft called function.
13912
13913 2005-01-09  Graham Percival  <gperlist@shaw.ca>
13914
13915         * Documentation/user/examles.itely: attempted fix for broken
13916         string quartet template.
13917
13918         * Documentation/user/notation.itely: remove unnecessary broken
13919         link.
13920
13921 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13922
13923         * VERSION (PACKAGE_NAME): release 2.5.7
13924
13925 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
13926
13927         * config.make.in (METAFONT): Append -progname=mf, fixes use with
13928         mf-nowin for teTeX-3.0.  Backportme.
13929
13930         * scm/output-svg.scm (utf8-string): New function.
13931
13932         * scm/output-gnome.scm (utf8-string): New function.
13933         (otf-name-mangling): Remove.
13934
13935         * lily/pango-font.cc (Pango_font): Use font string iso font
13936         filename for utf8-text.
13937
13938         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
13939         name.
13940
13941 2005-01-08  Graham Percival  <gperlist@shaw.ca>
13942
13943         * Documentation/user/notation.itely: add info about
13944         Staff.extraNatural = ##f in Pitches section.  Also
13945         fixed some minor issues in the Vocal music section.
13946
13947 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13948
13949         * scm/output-ps.scm (white-text): comment out Helvetica font,
13950         which is broken for my GS install.
13951
13952         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
13953         which provides a tighter bbox.
13954
13955         * scm/define-grobs.scm (all-grob-descriptions): remove all
13956         extra-offsets from definitions.
13957
13958 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
13959
13960         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
13961         add tuning for 4-string bass and some common 4/5-string banjo
13962         tunings.  New function (four-string-banjo) turns a 5-string tuning
13963         into a 4-string tuning.  New function
13964         (fret-number-tablature-format-banjo) computes correct fret numbers
13965         on 5-string banjos.
13966
13967         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
13968         Add beam correction to TabVoice.
13969
13970         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
13971         using bold font; makes tabs more readable.
13972
13973 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13974
13975         * lily/font-select.cc (get_font_by_design_size): don't make
13976         Modified_font_metric; this causes trouble, since we don't know the
13977         font magnification from inside Pango_font::text_stencil()
13978
13979         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
13980
13981         * Documentation/user/notation.itely (The Lyrics context): comment out
13982         broken {Small ensembles} link.
13983
13984         * scm/framework-svg.scm (output-framework): change calling convention.
13985
13986         * lily/object-key-dumper-scheme.cc: new file.
13987
13988         * lily/object-key-undumper-scheme.cc: new file.
13989
13990         * lily/tweak-registration-scheme.cc: new file.
13991
13992         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
13993
13994         * Documentation/user/examples.itely (String quartet): uncomment
13995         broken example.
13996
13997         * lily/font-config.cc: new file.
13998
13999 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
14000
14001         * scm/output-svg.scm: 
14002         * scm/output-gnome.scm: s/bigcheese/emmentaler.
14003
14004         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
14005
14006 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
14007
14008         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
14009         Add headers.
14010
14011         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
14012
14013 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14014
14015         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
14016
14017         * lily/include/main.hh: lose _b hungarian suffixes for global
14018         variables.
14019
14020         * lily/include/lily-guile-macros.hh: new file.
14021
14022         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
14023
14024         * lily/general-scheme.cc: new file. 
14025
14026         * lily/font-select.cc (get_font_by_design_size): retrieve
14027         PangoFont for (designsize . "pango-descr") entries.
14028
14029         * lily/lily-parser-scheme.cc: new file.
14030
14031         * lily/output-def-scheme.cc: new file.
14032
14033         * lily/paper-book-scheme.cc: new file.
14034
14035         * lily/duration-scheme.cc (LY_DEFINE): new file.
14036
14037         * lily/pitch-scheme.cc:  new file.
14038
14039         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
14040
14041 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14042
14043         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
14044
14045 2005-01-06  Graham Percival  <gperlist@shaw.ca>
14046
14047         * Documentation/user/notation.itely: minor editing.
14048
14049         * Documentation/user/changing-defaults: minor editing.
14050
14051         * Documentation/user/examples.itely: add template for
14052         string quartet part extraction; demonstrates tag.
14053
14054 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
14055
14056         * Documentation/user/notation.itely: documents
14057         format-mark-box-letters and format-mark-box-numbers
14058
14059         * scm/define-context-properties.scm: change comment.
14060
14061 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14062
14063         * scm/framework-ps.scm (output-classic-framework): new function:
14064         dump systems as separate .eps files (without fonts) and write a
14065         single collecting .tex file.
14066
14067 2005-01-05  Mats Bengtsson  <mabe@s3.kth.se>
14068
14069         * Documentation/user/notation.itely (Setting simple songs):
14070         Correct several errors in the equivalent formulation of
14071         \addlyrics. 
14072         (The Lyrics context): Corrected link to the SATB example.
14073
14074 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14075
14076         * scm/lily.scm (completize-formats): new function
14077         (postprocess-output): new function
14078
14079         * lily/paper-book.cc (classic_output): change calling
14080         convention. Give basename as first argument. 
14081         remove Paper_book::post_processing().
14082
14083         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
14084
14085 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14086
14087         * lily/paper-outputter.cc (LY_DEFINE): new function
14088         ly:outputter-close.
14089
14090         * lily/main.cc: change --format,-f to --backend,-b
14091
14092         * lily/include/main.hh: rename format to backend.
14093
14094         * scm/translation-functions.scm (format-mark-box-numbers): add.
14095         patch by Erlend Aasland
14096
14097 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14098
14099         * lily/pango-font.cc (text_stencil): dump string as
14100         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
14101
14102 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
14103
14104         * configure.in (gui_b): Remove handy developer-only
14105         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
14106         CVS source installations (but break other non-default but correct
14107         PKG_CONFIG_PATH setups), as this is no longer developer-only.
14108
14109         * SConstruct: 
14110         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
14111         compatibility (backportme).
14112
14113         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
14114
14115 2005-01-03  Werner Lemberg  <wl@gnu.org>
14116
14117         Prepare glyph shapes for mf2pt1 conversion.
14118
14119         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
14120         (accDiscant, accFreebase, accStdbase): Replace `draw' with
14121         `penstroke'.
14122         (accDot): Use `drawdot'.
14123         (accBayanbase): Replace `draw' with `draw_gridline'.
14124         (print_penpos): Moved to feta-macros.mf.
14125         (accOldEE): Replace `filldraw' with `penstroke'.
14126         Replace `draw' with `penstroke' and `drawdot'.
14127
14128         * mf/feta-banier.mf: Code clean-up.
14129         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
14130         `fill'.
14131
14132         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
14133
14134         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
14135         paremeter to control drawing of labels.  Update all callers.
14136
14137         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
14138         (new_bulb): Return a bulb as a single path.  To do that, it now
14139         takes some more parameters.  Updated all callers.
14140         (draw_gclef): Major clean-up.  `draw' has been replaced with
14141         `penstroke', unnecessary outlines have been removed.
14142         Remove (unused) gnome-canvas code.
14143
14144         * mf/feta-macros.mf (print_penpos): New macro (from
14145         feta-accordion.mf).
14146         Other minor fixes.
14147
14148         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
14149         ("Pedal dot"): Use `drawdot'.
14150         (draw_pedal_P): Add parameter to control drawing of labels.  Update
14151         all callers.
14152         Fix shape at top.
14153         (draw_pedal_e): Add parameter to control drawing of labels.  Update
14154         all callers.
14155         (draw_pedal_d): Add parameter to control drawing of labels.  Update
14156         all callers.
14157         Revert drawing direction.
14158
14159         * mf/feta-schrift.mf (draw_fermata): Use single path.
14160         (draw_short_fermata): Replace `filldraw' with `fill'.
14161         (draw_long_fermata, draw_very_long_fermata): Replace calls to
14162         `draw_rounded_block' with a single path.
14163         ("Thumb"): Draw full circle instead of mirroring segments.
14164         (draw_accent): New macro.
14165         ("> accent", "espr"): Use it.
14166         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
14167         ("open (unstopped)"): Draw full circle instead of mirroring
14168         segments.
14169         (draw_vee): Removed.
14170         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
14171         ("Downbow"): Replace calls to `draw_rounded_block' with a single
14172         path.
14173         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
14174         partial pieces drawn with `fill' -- these do still overlap with the
14175         stem of the `t' but just once, not multiple times so that fontforge
14176         can handle it gracefully.
14177         Change other parts of the glyph so that fontforge's overlapping
14178         algorithm reliably works.
14179         (draw_heel): Replace `draw' with `fill'.
14180         (draw_toe): Use `draw_accent' instead of `draw_vee'.
14181         ("Flageolet"): Replace `draw' with `penstroke'.
14182         ("Segno"): Replace `filldraw' with `penstroke'.
14183         Replace `draw' with `drawdot'.
14184         ("Coda"): Replace `fill' with `penstroke', using a single path.
14185         ("Varied Coda"): Use less overlapping paths.
14186         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
14187         single path.
14188
14189         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
14190         group to better control the `labels' command.
14191         Rename argument to `offset' and use it actually.  Update all
14192         callers.
14193         Replace `filldraw' with `fill'.
14194         ("mordent", "prallmordent", "upmordent", "downmordent",
14195         "lineprall"): Replace `draw' with `draw_gridline'.
14196         ("upprall", "downprall"): Replace `draw' with `fill'.
14197
14198         * mf/feta-timesig.mf: Formatting.
14199
14200         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
14201         to...
14202         ("Flat"): Here.
14203         (draw_paren): Move code to draw labels to...
14204         ("Right Parenthesis"): Here.
14205
14206 2005-01-02  Graham Percival <gperlist@shaw.ca>
14207
14208         * Documentation/user/notation.itely: add example of \setTextDecresc
14209         and \setTextDim.
14210
14211 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
14212
14213         * scm/define-markup-commands.scm :  fix glyph-strings of
14214         accidentals and \note-by-number
14215
14216 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14217
14218         * VERSION: 2.5.6 released.
14219         
14220         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
14221
14222         * input/regression/new-markup-scheme.ly: oops. font-family=music
14223         -> font-encoding fetaMusic.  
14224
14225         * lily/main.cc: put default to PS.
14226
14227         * lily/tfm.cc: idem.
14228
14229         * lily/afm.cc: idem.
14230
14231         * lily/include/modified-font-metric.hh (struct
14232         Modified_font_metric): remove coding_scheme() method.
14233
14234         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
14235
14236         * scripts/convert-ly.py (conv): crash on encountering \encoding.
14237
14238         * input/les-nereides.ly: convert to utf8
14239
14240         * lily/modified-font-metric.cc (text_dimension): idem.
14241
14242         * lily/parser.yy (TODO): idem.
14243
14244         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
14245
14246         * lily/lexer.ll: remove encoding
14247
14248         * scm/framework-ps.scm (output-variables): separately scale the
14249         page to mm 
14250
14251         * lily/pango-font.cc (Pango_font): fix scaling.
14252
14253         * lily/font-metric.cc (design_size): design_size returns a
14254         dimension now as well.
14255
14256 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14257
14258         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
14259         brace generation. 
14260
14261         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
14262
14263 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
14264
14265         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
14266         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
14267
14268 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14269
14270         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
14271         in first run as well.
14272
14273         * scm/paper.scm (layout-set-staff-size): use text-font-size in
14274         dimension less points (ie. 12 = 12 point)
14275
14276         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
14277
14278         * lily/all-font-metrics.cc (find_pango_font): set description_
14279
14280         * lily/pango-font.cc (text_stencil): export size as well.
14281         (text_stencil): fix scaling and extents box.
14282
14283 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14284
14285         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
14286
14287         * Documentation/user/invoking.itely (Invoking lilypond): document
14288         texstr
14289
14290         * scripts/convert-ly.py (conv): add ancient rules.
14291
14292         * scm/clef.scm (c0-pitch-alist): replace - with .
14293
14294         * scripts/lilypond-book.py (process_snippets): add texstr support.
14295
14296         * scm/framework-texstr.scm (header): change extension to .textmetrics
14297
14298         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
14299         -f tex.
14300
14301         * lily/text-metrics.cc: new file.
14302         (try_load_text_metrics): new function
14303
14304         * lily/include/text-metrics.hh: new file.
14305
14306 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14307
14308         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
14309         ly_scheme_function to ly_lily_module_constant.
14310
14311         * lily/modified-font-metric.cc (text_dimension): try
14312         lookup_tex_text_dimension() first.
14313
14314         * lily/tfm.cc: new function ly:load-text-dimensions
14315
14316 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14317
14318         * scm/output-texstr.scm (text): use \lilygetmetrics
14319
14320         * scm/framework-texstr.scm (header): dump in new format.
14321
14322         * tex/lilypond-tex-metrics: new file.
14323         
14324 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
14325
14326         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
14327         mapping.
14328         (index_to_charcode): New method.
14329
14330         * scm/output-ps.scm (glyph-string): 
14331         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
14332
14333 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
14334
14335         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
14336         implement fully, need FONT to get to charcode.
14337
14338         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
14339
14340         * scm: Cleanups.
14341
14342         * Documentation/user/changing-defaults.itely: Fix internalsrefs
14343         {Tunable context properties},
14344         {All layout objects},
14345         {Music definitions}.
14346
14347 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14348
14349         * VERSION: release 2.5.5
14350         
14351         * lily/main.cc: use TeX as default output format.
14352
14353         * flower/file-path.cc (find): try to open directly as well, so we
14354         find absolute path files. 
14355
14356         * lily/pango-select.cc: new file.
14357
14358         * scm/framework-ps.scm: remove all encoding code. 
14359         load pfb/pfa for PangoFont too.
14360         
14361         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
14362
14363 2004-12-22  Werner Lemberg  <wl@gnu.org>
14364
14365         Prepare glyph shapes for mf2pt1 conversion.
14366
14367         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
14368
14369         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
14370         (define_triangle_shape): Use it to replace `draw' with `fill' and
14371         `unfill'.  Update all callers.
14372         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
14373         (draw_cross): Ditto.
14374         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
14375         Use penrazor for better conversion with mf2pt1.
14376         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
14377         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
14378         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
14379         draw_la_head, draw_ti_head): Replace `filldraw' with
14380         `fill'.  Update all callers.
14381
14382 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14383
14384         * lily/paper-book.cc (output): revert: only allow a single output
14385         format.
14386
14387         * lily/include/pango-font.hh: new file.
14388
14389         * lily/pango-font.cc: new file.
14390
14391         * lily/font-metric.cc (text_stencil): new routine
14392
14393         * lily/all-font-metrics.cc (find_pango_font): new routine.
14394
14395         * lily/include/font-metric.hh (struct Font_metric): add
14396         text_stencil()
14397
14398         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
14399
14400 2004-12-22  Werner Lemberg  <wl@gnu.org>
14401
14402         Prepare glyph shapes for mf2pt1 conversion.
14403
14404         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
14405
14406         * mf/feta-toevallig.mf: Formatting.
14407         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
14408         ("Natural"): Fix paths to allow better postprocessing.
14409         (draw_meta_flat): Use `z3l' as additional point in path to get
14410         better conversion with mf2pt1.
14411         Other minor cleanups.
14412         ("3/4 Flat"): Add auxiliary points and modify path to replace
14413         `draw' with `fill'.
14414         ("Double Sharp"): Mirror path segments instead of picture elements
14415         to get a single outline.
14416         Modify path to replace `filldraw' with `fill'.
14417
14418 2004-12-22  Graham Percival  <gperlist@shaw.ca>
14419
14420         * input/test/unfold-all-repeats.ly: added file back.
14421
14422         * Documentation/user/notation.itely,
14423         Documentation/user/programming-interface.itely
14424         Documentation/user/changing-defaults.itely: fixed misc broken
14425         links to input/test/ files.
14426
14427 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
14428
14429         * tex/texinfo.tex: Update.  We should not be distributing this,
14430         but since we do, use latest version.
14431
14432         * Documentation/user/macros.itexi: Comment-out \fetaflat,
14433         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
14434         macros for feta glyphs.
14435
14436 2004-12-22  Graham Percival  <gperlist@shaw.ca>
14437
14438         * Documentation/user/changing-defaults.itely: fix index for set.
14439
14440         * Documentation/user/converters.itely: added convert-ly bugs list
14441         from CVS.
14442
14443 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
14444
14445         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
14446         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
14447         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
14448         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
14449
14450         * mf/GNUmakefile (pfa_warning): Use less broken check.
14451
14452         * python/lilylib.py (setup_environment): Remove cruft from
14453         GS_FONTPATH.
14454
14455         * configure.in: Bump mftrace requirement to 1.1.1.
14456
14457 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
14458
14459         * scm/output-svg.scm (beam): Use polygon.
14460
14461         * scm/lily-library.scm: Bugfix.
14462
14463         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
14464
14465         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
14466
14467 2004-12-19  Werner Lemberg  <wl@gnu.org>
14468
14469         Prepare glyph shapes for mf2pt1 conversion.
14470
14471         * mf/feta-eindelijk: Some formatting.
14472         (multi_rest_x, multi_beam_height): Removed.  Unused.
14473         ("Quarter rest"): Use `intersectiontimes' to create a single
14474         outline.
14475         (rest_crook): Removed.  Unused.
14476         (draw_rest_bulb): Return path (without filling).  Update callers.
14477         Simplified.
14478         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
14479         "128th rest"): Simplify `pat'.
14480         Create single outline.
14481
14482 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
14483
14484         * mf/GNUmakefile (ALL_GEN_FILES):
14485         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
14486
14487         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
14488         function.
14489
14490 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14491
14492         * scm/output-texstr.scm (placebox): add routine
14493
14494         * VERSION (PACKAGE_NAME): release 2.5.4
14495
14496         * scm/framework-texstr.scm (output-framework): new file.  
14497
14498         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
14499         processing.
14500
14501         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
14502
14503         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
14504         rule.
14505
14506         * configure.in (gui_b): bump mftrace requirement to 1.1.0
14507
14508         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
14509
14510         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
14511
14512 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
14513
14514         * scm/framework-svg.scm (dump-page): Implement landscape.
14515
14516 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
14517
14518         * lily/main.cc (setup_paths): Add svg to search path.
14519
14520         * scm/output-svg.scm:
14521         * scm/framework-svg.scm: Add pageSet.  Update.
14522         (dump-fonts): New function.
14523         (output-framework): Use it.
14524
14525         * mf/GNUmakefile: 
14526         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
14527
14528 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14529
14530         * tex/lilyponddefs.tex: comment out new ifpdf code.
14531
14532 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
14533
14534         * GNUmakefile.in: 
14535         * SConstruct (symlink): Replace afm by otf.
14536
14537         * scm/framework-gnome.scm (gnome-main): Remove invocation of
14538         ly:pango-add-afm-decoder.
14539
14540         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
14541
14542 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14543
14544         * scm/output-ps.scm (new-text): don't access t glyph for getting
14545         space dimension.
14546
14547         * ly/init.ly: warn about \version
14548
14549         * lily/lexer.ll: set version-seen?
14550
14551 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
14552
14553         * scm/output-svg.scm (string->entities): Update.
14554
14555 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14556
14557         * lily/main.cc (setup_paths): replace afm by otf for path. 
14558
14559         * lily/pangofc-afm-decoder.cc: remove.
14560
14561         * lily/include/pangofc-afm-decoder.hh: remove.
14562
14563         * scm/framework-scm.scm (output-framework): new file.
14564
14565         * mf/GNUmakefile: remove SAUTER_FONTS.
14566         remove SVG/sodipodi hacks.
14567
14568         * scm/lily-library.scm (stderr): move stderr.
14569
14570         * mf/GNUmakefile: remove AFM support.
14571
14572         * buildscripts/mf-to-table.py (base): remove AFM support.
14573
14574         * lily/open-type-font.cc (design_size): use design_size
14575
14576 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
14577
14578         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
14579
14580 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
14581
14582         * mf/GNUmakefile: Generate combined aybabtu info.
14583         * mf/aybabtu.pe.in (i): Load it.
14584
14585         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
14586         are not symbols.
14587
14588         * lily/include/open-type-font.hh (count): New method.
14589
14590         * mf/aybabtu.pe.in: Typo.
14591
14592         * Documentation/user/out/lilypond-internals.nexi (Scheme
14593         functions): Typo.
14594
14595         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
14596
14597 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14598
14599         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
14600         subfonts.
14601
14602         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
14603
14604         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
14605         (tex-font-command-raw): new function.
14606
14607         * lily/include/virtual-font-metric.hh (Module): remove file
14608
14609         * lily/virtual-font-metric.cc (Module): remove file.
14610         
14611
14612         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
14613         (get_indexed_char): read bbox from lily table if present.
14614
14615 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14616
14617         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
14618         aybabtu.subfonts
14619
14620         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
14621         global glyphname. Enables more than 64 glyphs in the OTF.
14622
14623 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
14624
14625         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
14626         braces.
14627
14628         * lily/open-type-font.cc (design_size): Use 12 as default for
14629         design size.
14630
14631         * mf/aybabtu.pe.in: New file.  Merge all our braces.
14632
14633         * mf/GNUmakefile: Generate aybabtu.
14634
14635         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
14636
14637 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
14638
14639         * scm/lily-library.scm (char->unicode-index): Remove.
14640
14641         * scm/output-gnome.scm (text): Bugfix for plain string input.
14642         Updates.
14643
14644         * scm/output-svg.scm (svg-font): Add weight to font selection.
14645
14646 2004-12-14  Mats Bengtsson  <mabe@s3.kth.se>
14647
14648         * Documentation/topdocs/INSTALL.texi (Top): Point to
14649         buildscripts/out/clean-fonts instead of
14650         buildscripts/clean-fonts.sh. 
14651
14652 2004-12-13  Graham Percival  <gperlist@shaw.ca>
14653
14654         * input/regression/figured-bass.ly: attempt to clarify text.
14655
14656         * Documentation/user/notation.tely: add cindex for tag, attempt to
14657         add figured bass example.
14658
14659         * Documentation/user/changing-defaults: basic editing.
14660
14661 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14662
14663         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
14664
14665         * lily/open-type-font.cc (LY_DEFINE): new function
14666         ly:font-sub-fonts
14667
14668         * lily/include/font-metric.hh (struct Font_metric): new method
14669         sub_fonts()
14670
14671         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
14672         . with - in add.stem.
14673         
14674 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
14675
14676         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
14677         and fetaDynamic.
14678
14679         * lily/rest.cc (glyph_name): Change - to . .
14680
14681         * scm/output-gnome.scm (text): Hello world, again.
14682
14683         * scm/output-svg.scm (named-glyph): New function.  Hello world!
14684
14685         * lily/modified-font-metric.cc (index_to_charcode): New method.
14686
14687         * lily/include/font-metric.hh (index_to_charcode): New function.
14688
14689         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
14690         new function.
14691         (ly:font-glyph-to-index): Remove.
14692
14693 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14694
14695         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
14696
14697         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
14698
14699         * lily/open-type-font.cc (load_scheme_table): new function
14700
14701         * lily/dots.cc (print): replace - 
14702
14703         * lily/open-type-font.cc (attachment_point): new function.
14704         (load_table): read LILC table
14705
14706         * buildscripts/gen-bigcheese-scripts.py (Module): new
14707         file. Generate FF scripts.
14708
14709         * mf/feta-din10.mf: idem.
14710
14711         * mf/feta-nummer10.mf: remove mf files.
14712
14713         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
14714
14715 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
14716
14717         * lily/lily-guile.cc: Use scm_from_locale_stringn.
14718
14719         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
14720         compatibility.
14721
14722 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14723
14724         * lily/open-type-font.cc (get_indexed_char): scale metrics by
14725         design-size and units_per_EM.
14726
14727         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
14728
14729 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
14730
14731         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
14732         does not crash fontforge.
14733
14734         * scm/lily-library.scm (char->unicode-index): Hack to map onto
14735         PUA.
14736
14737 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14738
14739         * scm/framework-ps.scm (ps-embed-cff): new function.
14740
14741         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
14742
14743 2004-12-12  Werner Lemberg  <wl@gnu.org>
14744
14745         * mf/bigcheese.pe.in: Add PUA mapping.
14746         Don't create Type 42 but bare CFF font.
14747
14748 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
14749
14750         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
14751         within canvas boundaries.
14752
14753         * mf/merge.pe.in: Set font names, version, license GPL.
14754
14755         * make/substitute.make: Add FONTFORGE.
14756
14757         * config.make.in (FONTFORGE): Add.
14758
14759         * configure.in (gui_b): Use PATH_PROG for fontforge.
14760
14761 2004-12-11  Graham Percival  <gperlist@shaw.ca>
14762
14763         * scm/define-markup-commands.scm: add baseline-skip to info
14764         about \column.
14765
14766 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14767
14768         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
14769
14770         * scm/output-gnome.scm (named-glyph): Use it.
14771
14772         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
14773
14774         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
14775         (upper_string, lower_string, reverse_string): Remove.
14776
14777         * configure.in (fontforge): Reinstate version check.
14778
14779         * ly/engraver-init.ly: Fix clef glyph names.
14780
14781         * lily/time-signature.cc (special_time_signature): Fix fraction
14782         glyph names.
14783
14784 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14785
14786         * mf/merge.pe: new file.
14787
14788         * lily/freetype.cc: new file.
14789
14790         * lily/include/open-type-font.hh (class Open_type_font): new file.
14791
14792         * lily/include/freetype.hh: new file.
14793
14794         * lily/open-type-font.cc: new file.
14795
14796         * lily/all-font-metrics.cc (find_otf): new function.
14797
14798 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14799
14800         * lily/time-signature.cc (special_time_signature): Fix.
14801
14802         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
14803         GTK2 before checking for pango.  Fixes -fgnome.
14804
14805         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
14806         Scheme name.
14807
14808         * scm/define-markup-commands.scm:
14809         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
14810
14811         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
14812
14813         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
14814         date versions.  Fixes configure.
14815         (STEPMAKE_CHECK_VERSION): Support optional actual program version
14816         argument.
14817
14818 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14819
14820         * buildscripts/mf-to-table.py (write_ps_encoding): write real
14821         names in .enc
14822
14823         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
14824
14825 2004-12-09  Graham Percival  <gperlist@shaw.ca>
14826
14827         * Documentation/user/changing-defaults.itely: add info about
14828         make-dynamic-script
14829
14830         * Documentation/user/notation.itely: add link in dynamics to
14831         section about make-dynamic-script.
14832
14833 2004-12-09  Christian hitz  <chhitz@gmx.net>
14834
14835         * lily/lily-guile.cc: change MACOS_X to __APPLE__
14836
14837 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14838
14839         * buildscripts/mf-to-table.py (parse_logfile): use . for
14840         concatting name and group.
14841         (parse_logfile): use M for Minus (negative.)
14842
14843         * lily/include/type-swallow-translator.hh
14844         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
14845
14846         * lily/*.cc: cosmetics around = sign.
14847
14848         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
14849         lyric spacing on the penultimate column.
14850
14851 2004-12-05  Christian Hitz  <chhitz@gmx.net>
14852
14853         * configure.in:
14854         * lily/accidental-placement.cc:
14855         * lily/bar-line.cc:
14856         * lily/beam-concave.cc:
14857         * lily/beam-quanting.cc:
14858         * lily/beam.cc:
14859         * lily/bezier-bow.cc:
14860         * lily/bezier.cc:
14861         * lily/break-align-interface.cc:
14862         * lily/custos.cc:
14863         * lily/dimension-cache.cc:
14864         * lily/dot-column.cc:
14865         * lily/font-metric.cc:
14866         * lily/font-select.cc:
14867         * lily/gourlay-breaking.cc:
14868         * lily/grob-property.cc:
14869         * lily/grob.cc:
14870         * lily/lily-guile.cc:
14871         * lily/line-spanner.cc:
14872         * lily/lookup.cc:
14873         * lily/lyric-extender.cc:
14874         * lily/lyric-hyphen.cc:
14875         * lily/mensural-ligature.cc:
14876         * lily/midi-def.cc:
14877         * lily/misc.cc:
14878         * lily/note-collision.cc:
14879         * lily/note-column.cc:
14880         * lily/note-head.cc:
14881         * lily/paper-outputter.cc:
14882         * lily/percent-repeat-item.cc:
14883         * lily/rest-collision.cc:
14884         * lily/side-position-interface.cc:
14885         * lily/simple-spacer.cc:
14886         * lily/slur-configuration.cc:
14887         * lily/slur-scoring.cc:
14888         * lily/slur.cc:
14889         * lily/spaceable-grob.cc:
14890         * lily/spacing-spanner.cc:
14891         * lily/spanner.cc:
14892         * lily/staff-symbol-referencer.cc:
14893         * lily/stem.cc:
14894         * lily/stencil.cc:
14895         * lily/system-start-delimiter.cc:
14896         * lily/system.cc:
14897         * lily/text-item.cc:
14898         * lily/tie.cc:
14899         * lily/tuplet-bracket.cc:
14900         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
14901         <cmath> beacause isinf/isnan is undefined in <cmath>
14902
14903 2004-12-03  Mats Bengtsson  <mabe@s3.kth.se>
14904
14905         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
14906
14907 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14908
14909         * VERSION: release 2.5.3
14910         
14911 2004-11-29  Arno Waschk <arno@arnowaschk.de>
14912
14913         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
14914
14915 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14916
14917         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
14918
14919         * lily/note-head.cc (internal_print): always try the "s" head if
14920         u/d not found.
14921
14922         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
14923
14924 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14925
14926         * mf/parmesan-heads.mf (overdone_heads): typos.
14927
14928 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
14929
14930         * lily/parser.yy (markup): in markups, { .. } without command
14931         before are also flattened, ie \line must be explicitely used.
14932
14933         * Documentation/user/changing-defaults.itely:
14934         * Documentation/user/notation.itely: 
14935         * input/wilhelmus.ly: 
14936         * input/regression/instrument-name-markup.ly: 
14937         * input/regression/markup-score.ly: 
14938         * input/regression/new-markup-scheme.ly: 
14939         * input/regression/new-markup-syntax.ly: 
14940         * input/test/coriolan-margin.ly: use \line in markups where
14941         appropriate
14942         
14943 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
14944
14945         * scm/new-markup.scm (map-markup-command-list): helper function
14946         used in parser.yy to map markup commands on a markup list.
14947
14948         * lily/parser.yy: get rid off < > in markups by treating { } as
14949         real lists.
14950
14951         * lily/lexer.ll: remove < > from markup lexer mode.
14952
14953         * scripts/convert-ly.py (conv): add rule for converting 
14954         \markup < > to \markup { }
14955
14956         * ly/titling-init.ly: 
14957         * input/test/coriolan-margin.ly: 
14958         * input/regression/new-markup-syntax.ly: 
14959         * input/regression/new-markup-scheme.ly: 
14960         * input/regression/multi-measure-rest-text.ly: 
14961         * input/regression/markup-stack.ly: 
14962         * input/regression/markup-score.ly: 
14963         * input/regression/instrument-name-markup.ly: 
14964         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
14965         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
14966         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
14967         * input/wilhelmus.ly: 
14968         * Documentation/user/notation.itely: 
14969         * Documentation/user/music-glossary.tely: 
14970         * Documentation/user/changing-defaults.itely: change < > to { } in
14971         markups
14972
14973 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14974
14975         * lily/accidental-placement.cc (position_accidentals): shortcut if
14976         no accidentals to place.
14977
14978 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
14979
14980         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
14981         typo s/ly:dimension ?/ly:dimension?/
14982
14983         * input/regression/lily-in-scheme.ly: 
14984         * input/regression/music-function.ly: 
14985         * ly/spanners-init.ly (assertBeamSlope): 
14986         * scm/music-functions.scm (def-grace-function): add the paper
14987         argument to music function definitions.
14988
14989 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14990
14991         * lily/moment.cc (LY_DEFINE):
14992         ly:moment-main-{denominator,numberator}, new function.
14993
14994         * lily/score-engraver.cc (typeset_all): assign to column on basis
14995         of axis-group-parent-X setting.
14996
14997         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
14998         add_element() on basis of axis-group-parent-Y setting.
14999
15000         * lily/grob.cc: add axis-group-parent-{XY} properties.
15001
15002         * input/regression/spacing-stick-out.ly: new file.
15003
15004         * lily/simple-spacer.cc (add_columns): use binary search for
15005         setting column rods. Changes O(n^2) to O(n log(n)) for
15006         constructing spacing problem from columns.
15007         (add_columns): read allow-outside-line to make sure no texts stick
15008         out.
15009         (solve): Simple_spacer::is_active() only determines
15010         satisfies_constraints_ for non-ragged typesetting.
15011
15012         * lily/simultaneous-music.cc (to_relative_octave): only set
15013         old_relative_used if return pitch actually changed.
15014
15015         * scm/define-context-properties.scm
15016         (all-user-translation-properties): change to match implementation.
15017
15018         * python/lilylib.py: Replace re.match by re.search and adds "-c
15019         showpage" to the gs command line (Johannes Schindelin)
15020
15021         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
15022         before processing. Prevents crash when inf is in the extent.
15023
15024         * scm/define-markup-commands.scm (note-by-number): add "s" to
15025         "noteheads-" glyphname.
15026  
15027         * lily/parser.yy (Generic_prefix_music): supply parser argument to
15028         music function as well.
15029         
15030 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15031
15032         * VERSION: release 2.5.2
15033
15034         * Documentation/user/changing-defaults.itely (Creating titles):
15035         add breakbefore variable.
15036
15037         * lily/paper-book.cc (set_system_penalty): new function. Set
15038         penalty_ based on breakBefore setting
15039
15040         * lily/context-specced-music-iterator.cc (construct_children):
15041         interpret special context id $uniqueContextId 
15042
15043         * lily/context.cc (create_unique_context): new method. Move
15044         creation of unique (\new) contexts into interpreting phase. This
15045         makes
15046
15047           foo= \new Staff ..
15048           << \foo \foo >>
15049
15050         produce 2 staves.
15051         
15052
15053         * scm/define-music-properties.scm (all-music-properties): add
15054         quoted-voice-direction
15055
15056         * ly/music-functions-init.ly: killCues function.
15057
15058         * scm/music-functions.scm (cue-substitute): move creation of voice
15059         contexts further to the back. 
15060
15061 2004-11-25  Werner Lemberg  <wl@gnu.org>
15062
15063         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
15064         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
15065
15066 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
15067
15068         * buildscripts/guile-gnome.sh: Fixed typo.
15069
15070 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15071
15072         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
15073
15074         * scripts/abc2ly.py (dump_slyrics): add ord(). 
15075
15076         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
15077         to regular engraver. 
15078
15079 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15080
15081         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
15082
15083 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
15084
15085         * scm/define-markup-commands.scm (fill-line): Typo.
15086
15087         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
15088         and newer.
15089
15090 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
15091
15092         * ly/dynamic-scripts-init.ly: Fixed typo.
15093
15094 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15095
15096         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
15097         note-head, to have different attachment points for up and down.
15098
15099         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
15100
15101         * mf/feta-generic.mf (else): remove solfa.
15102
15103         * mf/feta-bolletjes.mf (tishape): remove unicode test.
15104
15105         * scm/define-context-properties.scm
15106         (all-user-translation-properties): add shapeNoteStyles property.
15107
15108         * lily/shape-note-heads-engraver.cc (process_music): new file.
15109
15110         * lily/event.cc (transpose): call Event::transpose() for
15111         transposing the tonic.
15112
15113 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
15114
15115         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
15116         Unicode/OpenType and AFM.
15117
15118         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
15119
15120 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15121
15122         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
15123
15124         * lily/context.cc (Context): unprotect key from ctor.
15125
15126         * scm/stencil.scm (stack-lines): return empty-stencil if argument
15127         is '()
15128         (stack-stencils): idem.
15129
15130         * Documentation/user/changing-defaults.itely (Creating titles):
15131         document new title layout options.
15132
15133         * lily/parser.yy (lilypond_header_body): copy previous
15134         $globalheader if present.
15135
15136         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
15137         ly:module-copy
15138         
15139         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
15140
15141         * scm/titling.scm: remove old titling functions
15142
15143         * lily/stencil.cc (translate): remove absolute dimension.
15144
15145         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
15146         via markup.
15147
15148         * scm/page-layout.scm (marked-up-headfoot): create header/footer
15149         field from user-supplied markup
15150
15151         * scm/define-markup-commands.scm (on-the-fly): new markup
15152         command. Enter SCM markup procedure directly in Scheme.
15153         (fromproperty): new markup command. Read markup from props argument.
15154
15155         * scm/titling.scm (marked-up-title): create title via
15156         user-specified markup. 
15157
15158         * scm/define-markup-commands.scm (column): remove empty stencils
15159         from column.
15160
15161         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
15162         not have side-effect of creating variable stub.
15163
15164         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
15165
15166 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
15167
15168         * scm/encoding.scm (coding-alist): 
15169         * scm/font.scm (add-ec-fonts):
15170         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
15171         Extended-TeX-Font-Encoding---Latin.
15172
15173         * lily/side-position-interface.cc (general_side_position): Add
15174         actual offset to error message (avoid constant error messages).
15175
15176         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
15177         block.
15178
15179         * lily/font-select.cc (select_encoded_font)
15180         (get_font_by_mag_step, get_font_by_design_size): 
15181         * lily/modified-font-metric.cc (Modified_font_metric): 
15182         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
15183
15184         * scm/encoding.scm (coding-alist): Add fetaDynamic.
15185         (read-encoding-file): Bugfix: do not require space after bracket.
15186
15187         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
15188         these do not exist.
15189
15190 2004-11-20  Graham Percival  <gperlist@shaw.ca>
15191
15192         * Documentation/user/notation.itely: added info about typesetting
15193         boxed bar numbers.
15194
15195 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15196
15197         * flower/interval.cc (T_to_string): gcc4 fixes.
15198
15199         * scm/define-markup-commands.scm (fill-line): use
15200         stack-stencils. This fixes problems with putting already centered
15201         stencils in a line.
15202
15203         * VERSION: release 2.5.1
15204
15205         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
15206
15207 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15208
15209         * input/example-[1-3].ly: simplify.
15210
15211         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
15212
15213         * scm/output-ps.scm (new-text): new function. Use glyphshow to
15214         show glyphs.
15215
15216         * scm/encoding.scm (decode-byte-string): new function.
15217
15218         * scripts/convert-ly.py (conv): add warning about
15219         set-global-staff-size.
15220
15221         * Doxyfile: add. 
15222
15223         * scripts/convert-ly.py (conv): add raggedlastbottom rule
15224         (conv): warn for TextSpanner split.
15225         (conv): warn for textheight.
15226
15227 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
15228
15229         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
15230         building the documentation, info with images are installed.
15231         (final-install): Fix description.  Mention sourcing of login
15232         scripts (instead of running).
15233
15234 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
15235
15236         * Debian lmodern support.  Note that LilyPond will issue warnings
15237         
15238             no such encoding: "FontSpecific"
15239
15240           The font selection mechanism wants to get the encoding from the
15241           font itself, but the idea of lmodern is that it is usable with
15242           different encodings, ie, Lily should get the encoding from the
15243           font tree, rather than the font itself.  This would require some
15244           more work.
15245         
15246         * configure.in: Test for and accept lmodern if EC fonts not found.
15247
15248         * scm/framework-tex.scm (font-load-command): TeX font name
15249         mangling for latin1 encoded cork-lm fonts.
15250         (convert-to-ps): Load lm.map if available.
15251
15252         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
15253         available.
15254
15255         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
15256
15257         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
15258         available.
15259
15260         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
15261         path for absolute file name, that is silly.
15262
15263         * lily/score-engraver.cc (initialize): 
15264
15265         * Documentation/user/GNUmakefile (local-install-info): Invoke
15266         install-info --remove first.
15267
15268         * #include cleanup (Andreas Scherer).
15269
15270 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
15271
15272         * input/test/script-abbreviations.ly: fix typos.
15273
15274 2004-11-17  Werner Lemberg  <wl@gnu.org>
15275
15276         * python/lilylib.py (options_help_str): Support pretty-printing of
15277         newlines in fourth element of option description.
15278
15279         * scripts/lilypond-book.py (option_definitions): Use new lilylib
15280         feature.
15281         Sort options.
15282
15283         * Documentation/user/lilypond-book.itely: Finish update.
15284
15285 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
15286
15287         * Documentation/user/macros.itexi: Add comment about \command.
15288
15289         * Documentation/user/lilypond.tely:
15290         * Documentation/user/lilypond-book.itely: Fix names of lilypond
15291         and lilypond-book nodes, so that `info lilypond' visits the manual
15292         at top level, and `info lilypond-book' visits the lilypond-book
15293         section.
15294
15295         * Documentation/user/GNUmakefile (local-install-info): Fix rules
15296         and packager messages.
15297
15298         * lily/pangofc-afm-decoder.cc: Update test.
15299
15300 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
15301
15302         * scm/lily-library.scm (char->unicode-index): New function.
15303
15304         * scm/output-gnome.scm: 
15305         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
15306
15307         * Proper naming of file name throughout; s/filename/file[-_]name/.
15308
15309         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
15310
15311         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
15312
15313 2004-11-16  Werner Lemberg  <wl@gnu.org>
15314
15315         * scripts/lilypond-book.py: The Lord has commanded me to use only
15316         tabs for indentation.  Your humble servant obeys.
15317
15318 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
15319
15320         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
15321         including font, if LilyPond-feta font is only feta font in path.
15322
15323         * scm/output-gnome.scm (text): Revert to file name of font if font
15324         has no name.  Fixes ec font selection.
15325         (char): Bugfix: do not utf8 twice.  Fixes clefs.
15326
15327         * scm/framework-svg.scm:
15328         * scm/output-svg.scm: New file.  TODO: figure out how to
15329         do character by index in font.
15330
15331         * scm/output-sodipodi.scm: Remove.
15332
15333         * scm/output-ps.scm (stem): Remove.
15334
15335 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
15336
15337         * scm/output-gnome.scm (beam): New function.
15338         (slur): Round corners.
15339         (round-filled-box): Round corners.
15340
15341 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15342
15343         * scm/output-gnome.scm (beam): add function.
15344         (draw-line): new routine.
15345         (dashed-line): stub; call draw-line
15346         (polygon): new routine.
15347
15348 2004-11-15  Werner Lemberg  <wl@gnu.org>
15349
15350         * Documentation/user/lilypond-book.itely: Revise section on
15351         lilypond-book options.
15352         Other minor fixes.
15353
15354         * scripts/lilypond-book.py: Change indentation to 4.
15355         Minor formatting.
15356
15357 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15358
15359         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
15360         grobs that have tweaks specced.
15361         
15362 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
15363
15364         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
15365
15366 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
15367
15368         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
15369         actual char #, not 0 based index.
15370
15371         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
15372
15373         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
15374         Warning: do make -C mf clean.
15375
15376         * lily/context-property.cc: Compile fix.
15377
15378         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
15379         Grok ec-fonts, braces and dynamics.
15380
15381         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
15382
15383 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15384
15385         * lily/include/tweak-registration.hh: new file.
15386
15387         * lily/tweak-registration.cc: new file.
15388
15389         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
15390         saving tweaks.
15391
15392         * scm/output-gnome.scm (text): comment dribble.
15393
15394 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
15395
15396         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
15397
15398         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
15399         path-def before using.  Fixes muchtomany slurs in wrong places
15400         bug.
15401
15402 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15403
15404         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
15405
15406         * lily/include/object-key-undumper.hh (Module): new file.
15407
15408         * lily/object-key-undumper.cc (Module): New file. Deserialize
15409         keys. SCM bindings
15410
15411         * lily/object-key-dumper.cc (Object_key_dumper): idem.
15412         Provide SCM bindings.
15413
15414         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
15415         new file. Serialize object keys.
15416         
15417         * lily/object-key.cc (dump): new function.
15418         (as_scheme): new virtual function
15419         (undump): new function
15420         (undumpers): new table.
15421
15422         * lily/include/global-context.hh (Context): take \score key upon init.
15423
15424         * lily/object-key-dumper.cc (serialize_key): new file.
15425
15426         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
15427
15428         * lily/lily-lexer.cc: remove \quote.
15429
15430         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
15431
15432         * lily/context.cc (Context): take key argument in ctor.
15433         (create_context): new function
15434
15435         * lily/grob.cc (Grob): take key argument in ctor.  
15436
15437         * lily/lilypond-key.cc (do_compare): new file.
15438
15439         * lily/object-key.cc (Object_key): new file.
15440
15441         * lily/include/object-key.hh (class Object_key): new file.
15442
15443         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
15444
15445 2004-11-13  Graham Percival  <gperlist@shaw.ca>
15446
15447         * Documentation/user/lilypond-book.itely: add small warning about
15448         noindent default in lilypond-book.
15449
15450         * Documentation/user/converters.itely: add examples for convert-ly.
15451
15452         * Documentation/user/examples.itely: change version string in templates
15453         to 2.4.0.
15454
15455 2004-11-12  Karl Hammar  <karl@aspodata.se>
15456
15457         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
15458         cmdline, use xargs instead (backportme)
15459
15460 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
15461         
15462         * Documentation/user/: Numerous fixes in the user manual.
15463
15464 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15465
15466         * lily/parser.yy (re_rhythmed_music): search music expression for
15467         context-id, surround by \new Voice if not found. Fixes:
15468         addlyrics-second-staff.ly
15469
15470         * VERSION: 2.5.0 released.
15471         
15472 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
15473
15474         * Documentation/index.html.in: Fix url to one big page.  (backportme)
15475
15476         * Documentation/user/GNUmakefile: Separate rules for split and
15477         unsplit html documents.  Remove perl massaging.  (backportme)
15478
15479 2004-11-11  Graham Percival  <gperlist@shaw.ca>
15480
15481         * Documentation/user/lilypond-book.itely: add short warning about
15482         \lilypond{} in LaTeX docs.
15483
15484 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15485
15486         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
15487         found.  (backportme)
15488
15489         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
15490         version requirement.  (backportme)
15491
15492         * configure.in: Be explicit about old versions of
15493         ec-fonts-mtraced.  (backportme)
15494
15495         * lily/context-selector.cc (set_tweaks): New function.
15496         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
15497         web with -DTWEAK.
15498
15499         * Documentation/user/introduction.itely (Automated engraving):
15500         Remove fragment option.  Fixes web.
15501
15502         * lily/context-property.cc (make_item_from_properties):
15503         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
15504         #ifdef.
15505
15506         * scm/define-context-properties.scm
15507         (all-internal-translation-properties): Add tweakRank and tweakCount.
15508
15509         * lily/grob.cc: 
15510         * scm/define-grob-properties.scm (all-internal-grob-properties):
15511         Add tweak-rank and tweak-count.
15512
15513 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
15514
15515         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
15516         New function.
15517         (text): Use them.
15518
15519         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
15520         animated/opaque grob dragging tweaks.
15521
15522         * buildscripts/guile-gnome.sh: Update.
15523
15524 2004-11-10  Mats Bengtsson  <mabe@s3.kth.se>
15525
15526         * scm/define-grobs.scm (all-grob-descriptions): Added
15527         line-interface to the LigatureBracket object.
15528
15529 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
15530
15531         * scm/framework-gnome.scm (item-event): Support non-animated mouse
15532         dragging tweaks.
15533
15534         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
15535
15536         * lily/context-selector.cc (store_context): New function.
15537
15538         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
15539         (store_grob): New function.
15540         (identify_grob): Add Moment parameter.
15541
15542         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
15543         exists.
15544
15545         * scm/framework-gnome.scm (save-tweaks): Write as alist.
15546
15547 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
15548
15549         * scm/framework-gnome.scm (item-event): Print grob id.
15550         (save-tweaks): New function.
15551         (tweak): New funtion.
15552         (item-event): Use it, bound to arrow keys.
15553
15554         * lily/context-property.cc (make_item_from_properties): Register grob.
15555         * lily/context.cc (add_context): Register context.
15556
15557         * lily/include/context-selector.hh:
15558         * lily/include/grob-selector.hh:
15559         * lily/context-selector.cc:
15560         * lily/grob-selector.cc: New file.
15561
15562 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15563
15564         * lily/slur.cc: add 'positions to interface
15565
15566         * lily/main.cc: reinstate PS as standard output format. 
15567
15568         * scm/framework-tex.scm (output-preview-framework): print systems
15569         up to first non title system.
15570
15571         * lily/grace-engraver.cc (start_translation_timestep): split
15572         scm_cadddr
15573         
15574 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15575
15576         * lily/quote-iterator.cc (Module): remove old quote-iterator
15577
15578         * scm/define-music-types.scm (music-descriptions): move
15579         NewQuoteMusic over QuoteMusic
15580
15581         * Documentation/user/notation.itely (Formatting cue notes): use
15582         \cueDuring.
15583
15584         * lily/new-quote-iterator.cc (quote_ok): new function.
15585
15586         * input/regression/quote-cue-during.ly: new file.
15587
15588         * input/regression/quote-grace.ly: new file.
15589
15590         * scm/define-context-properties.scm (Module): change definition of
15591         graceSettings
15592
15593         * lily/context-property.cc (Module): rename from
15594         translator-property.cc
15595
15596         * lily/context.cc (context_name_symbol): new function
15597
15598         * lily/grace-engraver.cc: new file. Set properties for grobs based
15599         on the grace-ness of now_moment().
15600
15601         * scm/music-functions.scm (add-grace-property): use list
15602         iso. vector for graceSettings
15603         remove set-{start,stop}-grace-properties. 
15604
15605         * lily/new-quote-iterator.cc (construct_children): set
15606         quote_outlet_ if no quoted-context-{id,type} specified.
15607
15608         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
15609
15610         * lily/parser.yy (command_element): remove \quote.
15611
15612         * ly/music-functions-init.ly (location): add quoteDuring music
15613         function. 
15614
15615         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
15616         optional semicolon. (backportme)
15617
15618 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
15619
15620         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
15621         need to link to GUILE et al.
15622
15623 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15624
15625         * scm/define-music-properties.scm (all-music-properties): add
15626         quoted-context-type, quoted-context-id.
15627
15628         * scm/lily.scm (type-check-list): new function.
15629         
15630         * scm/lily-library.scm: new file. Generic library routines.
15631
15632         * lily/parser.yy (Generic_prefix_music): move typechecking out of
15633         parser.
15634
15635         * ly/music-functions-init.ly: add quoteDuring function.
15636
15637         * lily/include/music-iterator.hh (class Music_iterator): rename
15638         set_translator -> set_context
15639
15640         * lily/parser.yy (Generic_prefix_music_scm): add
15641         MUSIC_FUNCTION_SCM_SCM_MUSIC
15642
15643         * scm/lily.scm (sanitize-command-option): new function. (backportme)
15644
15645         * scm/framework-tex.scm (header): sanitize TeX paper size.
15646         (backportme)
15647
15648 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
15649
15650         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
15651
15652         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
15653
15654         * scm/framework-tex.scm (font-load-command): Use T1 if no
15655         font-encoding set.  (backportme)
15656
15657         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
15658         exists before converting.  (backportme)
15659
15660         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
15661         exists before converting.  (backportme)
15662         (convert-to-ps): Remove .ps file if it exists before
15663         converting.  (backportme)
15664
15665         * lily/lexer.ll: Remove extra progress newline, use present tense.
15666
15667         * scm/paper.scm (paper-alist): public.
15668         * scm/framework-tex.scm (convert-to-ps):
15669         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
15670         command line.
15671
15672 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15673
15674         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
15675
15676         * lily/recording-group-engraver.cc (derived_mark): mark
15677         now_events_. (backportme)
15678
15679 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15680
15681         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
15682
15683         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
15684         invoking latex. (backportme.)
15685
15686         * lily/stem.cc (off_callback): center stems for all rest stems.
15687
15688 2004-11-05  Werner Lemberg  <wl@gnu.org>
15689
15690         * Documentation/user/lilypond.tely: Add more guidelines for writing
15691         lilypond texinfo documents.
15692
15693 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
15694
15695         * Documentation/index.html.in: remove <hr>.
15696
15697         * THANKS: change 2.3 to 2.4.
15698
15699 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
15700
15701         * scm/output-gnome.scm: More fontconfig comment.
15702
15703 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
15704
15705         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
15706         <package> directory in $(builddir)/share according with
15707         PACKAGE_NAME defined in the VERSION file.
15708
15709 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15710
15711         * lily/beam.cc (rest_collision_callback): use local beam
15712         multiplicity.
15713
15714         * input/regression/stem-stemlet.ly: new file.
15715
15716         * lily/stem.cc (add_head): store rests as well.
15717
15718         * scm/define-grob-properties.scm (all-user-grob-properties): add
15719         stemlet-length
15720
15721         * lily/stem.cc: store rests as well.
15722         
15723         * input/regression/new-slur.ly: mention forcing.
15724
15725 2004-11-04  Werner Lemberg  <wl@gnu.org>
15726
15727         * Documentation/user/*: A new round of layout fixes and document
15728         structure cleanup.
15729
15730 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
15731
15732         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
15733
15734 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
15735
15736         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
15737
15738 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
15739
15740         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
15741
15742         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
15743
15744         * lily/main.cc (main): Invoke identify.
15745
15746         * scm/lily.scm (postscript->pdf): Remove progress newline.
15747         Write progress to stderr.
15748
15749         * lily/paper-book.cc (output): Remove progress newline.
15750
15751         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
15752         gettext on user messages, and remove whitespace.
15753
15754         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
15755
15756         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
15757         argv[0] (Thomas Scharkowski).
15758
15759         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
15760         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
15761         for ec-fonts-mtraced.
15762
15763         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
15764         --srcdir build (Bertalan).
15765
15766         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
15767         headers and library too (Laura Conrad).
15768
15769         * Documentation/topdocs/INSTALL.texi (Top): Mention development
15770         package for guile too (Laura Conrad).
15771
15772         * lily/main.cc (usage): Typo.
15773
15774 2004-11-02  Werner Lemberg  <wl@gnu.org>
15775
15776         * Documentation/user/notation.ly: More fixes to improve appearance.
15777
15778         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
15779         better output for multicolumn tables.
15780
15781 2004-11-01  Mats Bengtsson  <mabe@s3.kth.se>
15782
15783         * lily/main.cc (dir_info): Fixed typo in the printouts.
15784
15785 2004-11-01  Werner Lemberg  <wl@gnu.org>
15786
15787         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
15788         of output.
15789         Set `per_line' to 2; replace hard-coded value with it.
15790
15791         * Documentation/user/*: Many fixes to improve appearance of
15792         printed manual.
15793
15794 2004-11-01  Werner Lemberg  <wl@gnu.org>
15795
15796         * Documentation/user/changing-defaults.itely,
15797         Documentation/user/notation.ly,
15798         Documentation/user/programming-interface.itely: Use @/.
15799         Fix formatting of some lilypond snippets and tables.
15800
15801         * scripts/lilypond-book.py (compose_ly): Provide useful default
15802         for LINEWIDTH in `override'.
15803
15804 2004-10-31  Graham Percival  <gperlist@shaw.ca>
15805
15806         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
15807
15808 2004-10-31  Werner Lemberg  <wl@gnu.org>
15809
15810         Resetting @exampleindent to `5' gives ugly results with texinfo's
15811         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
15812         (if not quoting) to change @exampleindent only locally.
15813
15814         * scripts/lilypond-book.py (NOQUOTE): New variable.
15815         (output) [LATEX]: Remove AFTER and BEFORE.
15816         [TEXINFO]: Remove AFTER and BEFORE.
15817         Fix QUOTE and VERBATIM pattern.
15818         Add NOQUOTE pattern.
15819         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
15820         and BEFORE.
15821         [output_texinfo]: Use NOQUOTE.
15822
15823 2004-10-31  Graham Percival  <gperlist@shaw.ca>
15824
15825         * Documentation/user/changing-defaults.itely: clarify paper
15826         size commands with correct info.
15827
15828         * Documentation/user/lilypond-book.itely: add more docs for
15829         filename extensions.
15830
15831 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15832
15833         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
15834         (PATCH_LEVEL): start 2.5.0.
15835
15836 #Local variables:
15837 #coding: utf-8
15838 #End:
15839