]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* buildscripts/output-distance.py (FileLink.calc_distance): count
[lilypond.git] / ChangeLog
1 2006-09-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
2
3         * buildscripts/output-distance.py (FileLink.calc_distance): count
4         orphans in distance too.
5
6         * python/midi.c (midi_parse_track): robustness: don't read past
7         end of string.
8
9         * ly/performer-init.ly: add Control_track_performer, move
10         Tempo_performer and Time_signature_performer to Score.        
11
12         * lily/score-performer.cc (acknowledge_audio_elements): override
13         from base class: add to audio-columns
14
15         * lily/control-track-performer.cc (add_text): new file: generate
16         the control track.
17
18         * lily/performance.cc: move output_header_track to Control_track_performer()
19
20         * lily/midi-walker.cc (Midi_walker): get channel in constructor.
21
22         * lily/include/midi-item.hh (class Midi_channel_item): insert
23         class into hierarchy, for items that can have a channel setting. Dehungarify.
24
25         * lily/include/performer.hh (class Performer): remove
26         play_element();  move functionality into announce/acknowledge.
27
28         * lily/audio-staff.cc (output): remove channel_ from Midi_track.
29
30         * lily/tie-engraver.cc (stop_translation_timestep): only wipe
31         heads_to_tie_ if there are new heads to tie.  Fixes polyphony in ties.
32
33 2006-08-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
34
35         * lily/tie-engraver.cc (stop_translation_timestep): robustness for
36         ambituses.
37
38         * lily/all-font-metrics.cc: remove TFM support.
39
40         * lily/include/tfm.hh: remove TFM support, TFM reader.
41
42         * lily/include/binary-source-file.hh: remove Binary_source_file.
43
44 2006-08-27  Graham Percival  <gpermus@gmail.com>
45
46         * Documentation/topdocs/NEWS.itely: add @c marker for
47         stuff I've processed.
48
49         * Documentation/user/ various: info from NEWS.
50
51 2006-08-27  Joe Neeman  <joeneeman@gmail.com>
52
53         * lily/paper-column-engraver.cc (finalize): Oops, this change
54         should have gone in on 2006-08-23
55
56 2006-08-26  Mats Bengtsson  <mabe@s3.kth.se>
57
58         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use double
59         quotes to quote arguments. Fixes Windows problem.
60
61         * python/lilylib.py (progress): idem
62
63 2006-08-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
64
65         * scripts/musicxml2ly.py: fix for importing
66         minor key signatures from MusicXML.  (Phillip Kirlin)
67
68 2006-08-24  Phillip Kirlin  <pkirlin@acm.org>
69
70         * python/musicxml.py: 
71         (Attributes.get_key_signature): now correctly retrieves mode from 
72         MusicXML. 
73
74 2006-08-25  Han-Wen Nienhuys  <hanwen@lilypond.org>
75
76         * lily/parser.yy (output_def_body): take ownership of identifier
77         back to C++.
78
79         * Documentation/user/advanced-notation.itely (Metronome marks):
80         update use of \tempo in \midi.
81
82 2006-08-24  Erik Sandberg  <mandolaerik@gmail.com>
83
84         * input/mutopia/*: upgrade to new midi tempo syntax (repairs make
85         web partially)
86
87 2006-08-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
88
89         * input/regression/tie-chord-partial.ly: clarify example.
90
91         * scm/define-music-properties.scm (all-music-properties): remove
92         untied.
93
94         * ly/music-functions-init.ly: remove \untied.
95
96         * lily/tie-engraver.cc (struct Head_event_tuple): store both
97         stream events and music events.
98         (stop_translation_timestep): search acknowledged heads for
99         tie-event.
100
101         * input/regression/tie-chord-partial.ly: new file.
102
103         * scm/define-markup-commands.scm (char): use ly:wide-char->utf-8
104         for \char markup command.
105
106         * scm/define-event-classes.scm (unlistened-music-event-classes): idem.
107
108         * scm/define-music-types.scm (music-descriptions): consistency:
109         Use solo-{one,two}-event iso. solo-[12]-event.
110
111         * lily/part-combine-engraver.cc (process_music):
112         Use solo-{one,two}-event iso. solo-[12]-event.
113
114         * ly/declarations-init.ly (partCombineListener): add Timing as
115         alias
116
117         * flower/std-string.cc (string_copy): use copy ()
118
119         * lily/source-file.cc (Source_file): use copy(). Remove contents_str0()
120
121 2006-08-24  Graham Percival  <gpermus@gmail.com>
122
123         * Documentation/user/changing-defaults.itely, global.itely,
124         lilypond-book.itely, page.itely: minor changes from mailist.
125
126 2006-08-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
127
128         * buildscripts/mutopia-index.py (allfiles): filter lily-XXX and
129         snippet-map
130
131         * scm/define-context-properties.scm
132         (translator-property-description): robustness: detect type errors
133         in property definitions.
134
135         * lily/parser.yy (score_body): protect SCORE_IDENTIFIER result
136         after getting it from SCM. 
137
138         * lily/smobs.cc (protect_smob): switch off fancy smob protection
139         for now. 
140
141         * lily/include/performer.hh (class Performer): strip get_tempo()
142         method.
143
144         * lily/midi-def.cc: strip file.
145
146         * lily/lexer.ll (Lily_lexer): don't protect hash key separately.
147
148         * lily/include/context-def.hh (struct Context_def): use
149         VIRTUAL_COPY_CONSTRUCTOR().
150
151         * lily/source-file.cc: smobification.
152
153         * lily/include/source-file.hh (class Source_file): smobify
154         Source_file. Trim redundant members.
155
156         * lily/parser.yy (Lily_lexer::try_special_identifiers): unprotect
157         clones after creation. This plugs a huge memory leak.
158
159         * python/convertrules.py (FatalConversionError.sub_tempo):
160         complete rule for \midi{ \tempo }
161
162         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): idem.
163
164         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): update tempo.
165
166 2006-08-23  Joe Neeman  <joeneeman@gmail.com>
167
168         * input/regression/optimal-page-breaking-hstretch.ly: test for
169         ragged-last-bottom also
170
171         * lily/paper-column-engraver.cc (finalize): make the end of a score
172         breakable by default. This is to balance out a change in behaviour
173         of the page-turn-breaker which no longer makes the end of a score
174         breakable.
175
176         * lily/paper-book.cc (pages): set the systems_ once the pages are
177         broken
178
179         * lily/page-turn-page-breaking.cc (calc_subproblem): use the new
180         Page_breaking interface.
181
182         * lily/page-breaking.cc (class Page_breaking): make the interface
183         more consistent and provide abstractions for dealing with
184         Line_divisions.
185
186         * lily/optimal-page-breaking.cc (solve): use a more straightforward
187         algorithm. Use the new interface to Page_breaking.
188
189         * lily/page-spacing.cc: better support for ragged-bottom and
190         ragged-last-bottom
191
192 2006-08-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
193
194         * python/convertrules.py (conv): warning on \tempo{}
195
196         * ly/performer-init.ly: set tempoWholesPerMinute.
197
198         * ly/midi-init.ly: remove \midi
199
200         * lily/tempo-performer.cc: look at tempoWholesPerMinute to set
201         MIDI tempo.
202
203         * lily/metronome-engraver.cc (process_music): use tempoUnitCount
204         tempoUnitDuration for determining what to print.
205
206         * lily/lyric-extender.cc: typo.
207
208         * lily/parser.yy (output_def_body): disallow \tempo in \midi{}
209
210         * lily/duration-scheme.cc (LY_DEFINE): ly:duration-length: new
211         function.
212
213         * scm/lily.scm (define-scheme-options): alphabetize, add eps-pad-boxes.
214
215         * scm/framework-ps.scm (dump-stencil-as-EPS): only pad boxes if
216         eps-pad-boxes is set.
217
218         * scripts/lilypond-book.py (main): use -deps-pad-boxes.
219
220         * THANKS: update sponsors.
221
222         * ly/english.ly: quarter tone naming (thanks, Trevor Baca)
223
224         * Documentation/topdocs/NEWS.tely (Top): doc new feature.
225
226         * input/regression/tie-chord-untied.ly: new file.
227
228         * lily/tie-engraver.cc (acknowledge_note_head): check 'untied property.
229
230         * scm/define-music-properties.scm (all-music-properties): add
231         'untied property.
232
233         * buildscripts/mutopia-index.py (allfiles): look for .ly rather
234         than .ly.txt.
235         (headertext_nopics): sanitize no-examples text.
236
237         * scm/page.scm (make-page-stencil): don't rely on extents of
238         page-stencil. This fixes spurious space around .EPS files produced
239         with the EPS backend.
240
241 2006-08-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
242
243         * lily/stencil-scheme.cc (LY_DEFINE): make extent arguments optional.
244
245         * lily/hara-kiri-engraver.cc (process_music): remember
246         keepAliveInterfaces after processing \set
247
248         * lily/lyric-extender.cc (print): support left/right-padding for
249         extenders.
250
251         * scm/documentation-generate.scm (string-append): revert lilypond/
252         path, doc why.
253
254 2006-08-20  Graham Percival  <gpermus@gmail.com>
255
256         * Documentation/user/lilypond.tely: clarification to
257         license presentation (not to actual license).
258
259         * Documentation/user/basic-notation.itely,
260         instrument-notation.itely: minor changes.
261
262         * input/ {regression, test}/+.ly: clarification to
263         text (you can click on examples).  Thanks, Mats!
264
265         * input/manual/bar-lines.ly: adds ||: repeats.
266
267 2006-08-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
268
269         * make/ly-vars.make (OMF_FILES): strip ps.gz from OMF_FILES 
270
271         * scm/documentation-lib.scm (texi-file-head): category LilyPond.
272
273         * Documentation/user/lilypond.tely: strip lilypond/ from info
274         links, rename to category LilyPond
275
276         * lily/pango-font.cc (description_string): new function.
277
278         * VERSION: release 2.9.15
279
280         * lily/spacing-engraver.cc (stop_translation_timestep): use
281         Dscho's fix for spacing spanner. 
282
283         * scm/define-music-types.scm (music-descriptions): use
284         apply-output-event for ApplyOutputEvent
285
286         * lily/output-property-engraver.cc (listen_apply_output): rename
287         from listen_layout_instruction.
288
289         * lily/piano-pedal-engraver.cc (struct Pedal_type_info): new
290         function protect()
291
292 2006-08-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
293
294         * scm/lily.scm (lilypond-all): option read-file-list: substitute
295         commandline args with contains, split by \n.
296
297         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system):
298         write snippet-names file, call with -dread-file-list. Fixes
299         command limitations on 64-bit systems.
300
301         * input/regression/stencil-color-rotation.ly: new file.
302
303         * lily/include/translator.hh (struct Acknowledge_information):
304         revert: don't use Protected_scm in global objects, as GUILE can't
305         handle gc_unprotect from automated destructors on MacOS X.
306  
307         * lily/grob.cc (get_print_stencil): use retval.expr() as base for
308         color, not the original stencil. Fixes combinations of
309         color/transparency/rotation. Backportme.
310
311         * scripts/lilypond-book.py (main): add --formats=eps for
312         texinfo/latex.
313
314         * lily/spacing-engraver.cc (stop_translation_timestep): don't
315         crash if spacing_ is nonexistent.
316
317 2006-08-14  Mats Bengtsson  <mabe@s3.kth.se>
318
319         * scripts/lilypond-book.py (output): Remove obsolete(!?)
320         \catcode`\@=12 in the LaTeX output.
321
322 2006-08-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
323
324         * scm/define-music-types.scm (music-descriptions):
325         use sustain-event iso. sustain-pedal-event.
326
327 2006-08-11  Joe Neeman  <joeneeman@gmail.com>
328
329         * scripts/convert-ly.py: honour the -n command-line switch
330
331 2006-08-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
332
333         * scm/output-lib.scm (bar-line::calc-glyph-name): add dashed liine
334         break specification.
335
336 2006-08-10  Joe Neeman  <joeneeman@gmail.com>
337
338         * Documentation/user: convert-ly the user manual
339
340 2006-08-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
341
342         * stepmake/aclocal.m4: version check patch (thanks MWD)
343
344         * ly/music-functions-init.ly: robustness. Don't crash if
345         currentBarNumber is not a number.
346
347         * VERSION (PATCH_LEVEL): bump.
348
349 2006-08-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
350
351         * stepmake/aclocal.m4: better version check; handle fooX.Y
352         binaries too.
353
354         * ly/performer-init.ly: instrument name fixup.
355
356         * input/manual/chord-names-jazz.ly (banterProperties):
357         instrumentName update
358
359         * scm/define-event-classes.scm (lambda): use ly:is-listened-event-class
360
361         * lily/ly-module.cc (ly_module_symbols): use ly_hash_table_keys
362
363         * lily/translator.cc (LY_DEFINE): ly:is-listened-event-class: new
364         function. Use hash tables to check membership.
365
366         * lily/general-scheme.cc (LY_DEFINE): new function.
367
368         * lily/piano-pedal-engraver.cc (struct Pedal_type_info): idem
369
370         * lily/include/translator.hh (struct Acknowledge_information): add
371         Protected_scm
372
373         * ly/music-functions-init.ly: change name to BreathingEvent
374
375         * input/regression/*.ly: apply it.
376
377         * python/convertrules.py (conv): better instrumentName conversion
378         rule.
379
380         * scm/define-music-types.scm (music-descriptions): add
381         line-break-event to LineBreakEvent music
382
383         * lily/music.cc (to_event): don't crash if music type not set.
384
385         * lily/spacing-loose-columns.cc (set_loose_columns): don't barf if
386         spacing not set.
387
388         * lily/spacing-engraver.cc (stop_translation_timestep): set
389         spacing for proportional notation too.
390
391         * scm/translation-functions.scm (format-bass-figure): inspect
392         stream-event.
393
394         * scripts/lilypond-book.py (bindir): add bindir to $PATH.
395
396 2006-08-08  Joe Neeman  <joeneeman@gmail.com>
397
398         * lily/include/constrained-breaking.hh: add Line_details (Prob*)
399
400         * scm/page.scm (make-page): make it friendlier to call (esp. from C++)
401
402         * scm/layout-page-layout.scm (make-page-from-systems): new function
403         (optimal-page-breaks): use the new page-breaking calling convention
404
405         * scm/define-context-properties.scm (all-user-translation-properties):
406         add revokePageTurns
407
408         * lily/paper-column-engraver.cc (stop_translation_timestep): add
409         revokePageTurns  functionality. If there is a special barline within
410         the breakable region, break there instead of at the end of the region.
411
412         * lily/paper-book.cc (pages): use the new page-breaking calling
413         convention
414
415 2006-08-07  Erik Sandberg  <mandolaerik@gmail.com>
416
417         * lily/lexer.ll, lily/source-file.cc: Add \sourcefileline command
418
419         * scripts/lilypond-book.py: insert \sourcefileline command in
420         output, so lilypond error messages refer to the spot in the
421         original .lytex / .itely sourcefile.
422
423 2006-08-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
424
425         * lily/spacing-loose-columns.cc (set_loose_columns): oops: use
426         space to next column for distance to fixed col.
427
428         * VERSION (PACKAGE_NAME): release 2.9.14
429
430         * lily/pitched-trill-engraver.cc (make_trill): do set_parent also
431         if no accidental.
432
433         * lily/accidental-engraver.cc (process_acknowledged): don't create
434         accidental for trill span event. This fixes spurious accidentals
435         on trills.
436
437 2006-08-04  Mats Bengtsson  <mabe@s3.kth.se>
438
439         * scm/define-grob-properties.scm (all-user-grob-properties):
440         Clarify documentation of side-axis and direction. Thanks to Paul
441         for the inspiration.
442
443         * lily/bar-line.cc: Add documentation for "||:" also in the
444         interface documentation.
445
446 2006-08-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
447
448         * lily/spacing-loose-columns.cc (set_loose_columns): bugfix.
449
450         * lily/paper-column.cc (set_system): new function.
451
452         * lily/spacing-engraver.cc (stop_translation_timestep): store
453         SpacingSpanner refs in Paper_column.
454
455         * lily/spacing-loose-columns.cc (set_loose_columns): rewrite
456         compute loose clique spacing using GraceSpacing/SpacingSpanner.
457
458 2006-08-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
459
460         * lily/beam-engraver.cc (listen_beam): add method for
461         Grace_beam_engraver too.
462
463 2006-08-03  Mats Bengtsson  <mabe@s3.kth.se>
464
465         * python/convertrules.py: Fix indentation bug that broke
466         conversion of files older than 1.3.117.
467         Fix escape error in the description for 2.9.6.
468
469 2006-08-02  Erik Sandberg  <mandolaerik@gmail.com>
470
471         * lily/*-engraver.cc: convert all try_music functions to listen_*
472         functions.
473
474         * lily/piano-pedal-engraver.cc: some additional cleanups: use
475         enums to represent pedal types, and calculate more data statically.
476
477         * scm/part-combiner.scm (recording-group-emulate): create a
478         softcoded substitute for recording-group-engraver.cc.
479
480         * lily/music.cc: make a common transpose function for events and
481         music
482
483         * ly/declarations-init.ly: change melisma/melismaEnd. Eliminates
484         ManualMelismaEvent, and obsoletes Melisma_translator.
485
486 2006-08-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
487
488         * input/test/instrument-name-align.ly: update version.
489
490 2006-08-02  Mats Bengtsson  <mabe@s3.kth.se>
491
492         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
493         Doc the --pdf flag to lilypond-book.
494
495 2006-07-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
496
497         * Documentation/topdocs/NEWS.tely (Top): add description.
498
499         * input/regression/tuplet-full-length-note.ly: add file.
500
501         * lily/instrument-name-engraver.cc (acknowledge_axis_group):
502         always store axis group.
503
504 2006-07-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
505
506         * input/regression/instrument-switch.ly: new file.
507
508         * lily/instrument-switch-engraver.cc (process_music): new file.
509
510         * ly/engraver-init.ly: add Instrument_switch_engraver
511
512         * ly/music-functions-init.ly: \instrumentSwitch
513
514         * scm/define-context-properties.scm
515         (all-user-translation-properties): add instrumentCueName
516
517         * scm/define-grobs.scm (all-grob-descriptions): add InstrumentSwitch
518
519 2006-07-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
520
521         * ly/music-functions-init.ly: music function \transposition.
522
523         * lily/parser.yy (command_element): softcode \transposition.
524
525         * lily/fall-engraver.cc (process_music): delta-pitch -> delta-step.
526         (process_music): oops.
527
528         * lily/instrument-name-engraver.cc (start_spanner): new
529         function. Create spanner when property changes.
530         (stop_spanner): new function.
531
532         * python/convertrules.py (conv): add rule.
533
534         * lily/instrument-name-engraver.cc: shortVocalName iso. vocNam,
535         shortInstrumentName iso. instr.
536
537         * scm/output-ps.scm (dashed-line): add phase argument to
538         dashed-line.
539
540         * lily/bar-line.cc (dashed_bar_line): new function.
541         (compound_barline): support \bar "dashed". 
542
543         * lily/lily-parser-scheme.cc (LY_DEFINE): only write
544         --output=DIR to DIR/BASE if it is a dir. 
545
546         * flower/file-name.cc (file_part): new function
547         (dir_part): new function
548
549         * lily/lily-parser-scheme.cc (LY_DEFINE): 
550
551         * DEDICATION: update
552
553 2006-07-25  Han-Wen Nienhuys  <hanwen@lilypond.org>
554
555         * lily/instrument-name-engraver.cc: formatting.
556
557         * python/convertrules.py (conv): bugfix for \epsfile.
558
559 2006-07-25  Joe Neeman  <joeneeman@gmail.com>
560
561         * lily/grob.cc:
562         
563         * lily/gourlay-breaking.cc: Oops, these should have been included
564         in my last commit
565
566 2006-07-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
567
568         * scripts/*.py (program_name): cleanup relocation snippets.
569
570         * scripts/convert-ly.py (datadir): remove LILYPONDPREFIX support.
571
572 2006-07-24  Joe Neeman  <joeneeman@gmail.com>
573
574         * scm/define-grobs.scm (all-grob-descriptions): make NonMusicalPaperColumn
575         page-breakable by default
576
577         * scm/layout-page-layout.scm (space-systems): fix bug where the force isn't
578         correctly calculated for a single-system page
579
580         * scm/lily-library.scm (interval-sane?): also check that the first number is no
581         bigger than the second number
582
583         * lily/simple-spacer.cc (solve): allow compression even when ragged (but we
584         acknowledge that we aren't satisfying constraints)
585
586         * lily/hara-kiri-group-spanner.cc (request_suicide): give equal treatment to
587         non-Items
588
589         * lily/grob.cc (pure_height): add minimum-Y-extent
590
591         * lily/gourlay-breaking.cc (solve): don't ignore a compression force, even if we're
592         ragged
593
594         * lily/constrained-breaking.cc: convert code to use new Matrix class
595         (get_best_solution): new function
596
597         * scm/page.scm (make-page-stencil): don't crash if we annotate-layout when there
598         is a page with no systems
599
600 2006-07-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
601
602         * VERSION (PACKAGE_NAME): release 2.9.13
603
604         * scm/define-grobs.scm (all-grob-descriptions): remove stray
605         assignment.
606
607 2006-07-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
608
609         * Documentation/topdocs/NEWS.tely (Top): doc new features.
610
611         * scm/output-lib.scm (grace-spacing::calc-shortest-duration): new
612         function.
613
614         * scm/define-grob-properties.scm (all-user-grob-properties):
615         remove grace-space-factor.
616
617         * scm/define-grob-interfaces.scm (grace-spacing-interface): add
618         grace-spacing-interface
619         (spacing-options-interface): add.
620
621         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add Grace_spacing_engraver
622
623         * lily/spacing-options.cc (get_duration_space): move function from spacing-basic.cc
624
625         * lily/spacing-basic.cc (note_spacing): do init_from_grob on
626         GraceSpacing object.
627
628         * lily/note-spacing.cc: fix prop list formatting
629
630         * lily/beaming-pattern.cc (de_grace): new function. Sensible
631         beaming for grace notes too.
632
633         * input/regression/spacing-grace.ly: update.
634
635         * lily/grace-spacing-engraver.cc: new file.
636
637         * lily/spacing-spanner.cc: add strict-grace-spacing.
638
639 2006-07-20  Graham Percival  <gpermus@gmail.com>
640
641         * lily/parser.yy: compile fix.
642
643 2006-07-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
644
645         * scm/define-grobs.scm (all-grob-descriptions): typo.
646
647         * scm/framework-eps.scm (dump-stencils-as-EPSes): just strip
648         .eps extension from includegraphics.
649
650         * scripts/lilypond-book.py (main): add support for --pdf. 
651
652         * lily/spacing-spanner.cc (calc_common_shortest_duration): use
653         callback to compute common shortest duration.
654         (set_springs): typo.
655
656         * scm/define-grob-properties.scm (all-user-grob-properties): add
657         strict-grace-spacing.
658
659         * lily/spacing-determine-loose-columns.cc (is_loose_column):
660         support float_grace_columns_.
661
662         * lily/spacing-options.cc (init_from_grob): new file.
663
664         * Documentation/topdocs/NEWS.tely (Top): doc tupletFullLengthNote.
665
666         * input/regression/spacing-loose-grace.ly: new file.
667
668         * Documentation/topdocs/NEWS.tely (Top): document new feature.
669
670         * lily/tuplet-engraver.cc (struct Tuplet_description): read
671         tupletFullLengthNote too. Choose right bound depending on value.
672
673         * input/regression/tuplet-full-length-note.ly: new file.
674
675 2006-07-19  Erik Sandberg  <mandolaerik@gmail.com>
676
677         * lily/*-performer.cc: Converted try_music to listen_*
678
679         * lily/grob-info.cc, lily/engraver.cc: represent the cause of grob
680         as a stream-event internally. Introduce event_cause (), deprecate
681         music_cause ().
682
683         * scm/define-music-types.scm: Removed BusyPlayingEvent
684         
685 2006-07-19  Mats Bengtsson  <mabe@s3.kth.se>
686
687         * Documentation/user/advanced-notation.itely (Font selection):
688         Document how to get a list of available fonts using 'lilypond
689         -dshow-available-fonts blabla'.
690
691 2006-07-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
692
693         * GNUmakefile.in: filter lily-XXX.pdf files.
694
695         * scm/define-grob-interfaces.scm (bend-after-interface): add thickness.
696
697         * scm/define-grob-properties.scm (all-internal-grob-properties):
698         remove delta-pitch. Use delta-position everywhere.
699
700         * scm/output-lib.scm (fall::print): use new order.
701
702         * scm/output-ps.scm (path): reorder arguments.
703
704         * scm/output-svg.scm (path): support for path primitive.
705
706         * input/regression/bend-after.ly: new file.
707
708         * Documentation/user/GNUmakefile ($(outdir)/%.pdf): foolproof
709         recipe for eps -> pdf conversion.
710
711 2006-07-19  Erik Sandberg  <mandolaerik@gmail.com>
712
713         * lily/parser.yy, lily/lexer.ll: added some simplifications by
714         Angelo Contardi.
715
716 2006-07-19  Graham Percival  <gpermus@gmail.com>
717
718         * input/manual/screech-boink.ly: moved to here.
719
720         * input/screech-boink.ly: deleted.
721
722         * scm/define-grob-properties.scm: clarify doc string.
723
724 2006-07-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
725
726         * Documentation/topdocs/NEWS.tely (Top): doc new feature.
727
728         * scm/output-ps.scm (path): define path.
729
730         * scm/define-stencil-commands.scm
731         (ly:register-stencil-expression): add path.
732
733         * scm/define-music-properties.scm (all-music-properties): add delta-pitch.
734
735         * ly/engraver-init.ly: add Fall_engraver
736
737         * lily/parser.yy (music_function_event): allow musicfunction
738         without music arg as music_function_event.
739
740         * lily/grob-scheme.cc (LY_DEFINE):
741         ly:grob-robust-relative-extent. New function.
742
743         * scm/define-grobs.scm (all-grob-descriptions): add BendAfter
744
745         * scm/define-music-types.scm (music-descriptions): add BendAfterEvent.
746
747         * scm/output-lib.scm (fall::print): new function
748
749         * lily/fall-engraver.cc (stop_fall): new file.
750
751         * ly/music-functions-init.ly: alphabetise.
752
753         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): pdf iso. eps as
754         base.
755
756 2006-07-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
757
758         * VERSION (PATCH_LEVEL): bump version. Release 2.9.12
759
760         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
761         doc pdftex usage.
762
763         * lily/translator-group.cc (connect_to_context): non const error message.
764
765         * Documentation/user/GNUmakefile ($(outdir)/%.pdf): update to use PDF
766
767         * scm/paper.scm (internal-set-paper-size): define landscape to #f
768         if unset.
769
770         * scm/framework-ps.scm (convert-to-pdf): swap h and w in case of landscape. 
771
772         * stepmake/stepmake/texinfo-rules.make: strip DVI support.
773
774         * scm/framework-eps.scm (dump-stencils-as-EPSes): generate
775         systems.pdftex too.
776
777         * scm/backend-library.scm (postscript->pdf): use -dEPSCrop for PDF.
778
779         * make/lilypond-vars.make (TEXINPUTS): add pdf output format.
780
781         * Documentation/topdocs/NEWS.tely (Top): add pdftex note.
782
783         * scm/output-ps.scm (resetrotation): use gsave/grestore for rotation.
784
785         * lily/main.cc (parse_argv): don't overwrite previous --formats string.
786
787         * scm/backend-library.scm (postscript->pdf): strip .eps too. 
788
789 2006-07-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
790
791         * scm/layout-page-layout.scm: Define module, tidy code, use more
792         functions iso. a single big one.
793
794         * scm/layout-page-dump.scm: move page dump functions used in two
795         pass spacing to this file. Define module.
796
797         * scm/lily.scm (ly:load): don't load layout-page-layout.scm
798          (separate module)
799
800         * ly/paper-defaults.ly: use module layout-page-layout.
801
802 2006-07-14  Erik Sandberg  <mandolaerik@gmail.com>
803
804         * lily/music.cc: Revised MusicEvent event class. It now contains
805         event data directly instead of encapsulating it in music. The
806         previously used class is renamed to OldMusicEvent.
807
808         * lily/stream-event.cc: Stream events are now probs.
809         
810         * lily/translator-group.cc, lily/translator.cc: Translators can
811         now listen directly to stream events, by using macros
812         [DECLARE,IMPLEMENT]_TRANSLATOR_LISTENER.
813
814         * lily/arpeggio-engraver.cc: Converted to use new event system
815
816         * THANKS: Corrected spelling mistake.
817
818 2006-07-12  Graham Percival  <gpermus@gmail.com>
819
820         * Documentation/user/SConscript, make/lilypond-vars.make,
821         input/GNUmakefile: doc build looks in input/manual instead
822         of input/test/
823
824         * input/manual/ GNUmakefile, SConscript: build files for
825         input/manual/
826
827         * input/test/ various: some files moved to input/manual/ 
828
829         * Documentation/user/basic-notation.itely: small updates;
830         thanks Kieren and Charles!
831
832 2006-07-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
833
834         * VERSION (PACKAGE_NAME): release 2.9.11
835
836         * Documentation/topdocs/NEWS.tely (Top): update prop value 
837
838         * Documentation/user/basic-notation.itely (Tuplets): new property
839         value.
840
841 2006-07-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
842
843         * python/convertrules.py (conv): tweaks. 
844
845         * VERSION (PATCH_LEVEL): bump version.
846
847         * python/convertrules.py (conv): add rule for
848         tupletNumberFormatFunction.
849
850         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
851         tupletNumberFormatFunction.
852
853         * scm/define-grobs.scm (all-grob-descriptions): calc TupletNumber
854         text through 'text callback.
855
856         * lily/time-scaled-music-iterator.cc (construct_children): copy
857         tweaks generated events.
858
859         * scm/define-context-properties.scm
860         (all-user-translation-properties): remove tupletNumberFormatFunction
861
862         * lily/tuplet-engraver.cc (process_music): don't read
863         tupletNumberFormatFunction
864
865         * scm/output-lib.scm (tuplet-number::calc-fraction-text): new
866         function.
867
868 2006-07-11  Erik Sandberg  <mandolaerik@gmail.com>
869
870         * lily/global-context-scheme.cc: Separated ly:run-translator into
871         smaller pieces.
872
873         * lily/score-engraver.cc, lily/score-performer.cc,
874         scm/define-context-properties.scm: Make paper/midi output
875         accessable as a context property.
876
877         * lily/score-translator.cc, lily/score-context.cc: Removed.
878
879 2006-07-07  Guido Amoruso  <guidonte@katamail.com>
880
881         * scm/ps-to-png.scm (Module): 
882         * scm/framework-tex.scm (Module): 
883         * scm/framework-ps.scm (Module): 
884         * scm/backend-library.scm (Module): 
885         * scm/framework-ps.scm: invoke gs with "-dDEVICEWIDTHPOINTS" and
886         "dDEVICEHEIGHTPOINTS".
887
888 2006-07-04  Graham Percival  <gpermus@gmail.com>
889
890         * Documentation/user/ various: general improvements to
891         "working with lilypond files" section.
892
893 2006-07-03  Erik Sandberg  <mandolaerik@gmail.com>
894
895         * lily/sequential-iterator.cc: Change the default get_music_list
896         to read elements-callback music property
897
898         * scm/define-music-types.scm, scm/music-functions.scm: Cleaner
899         processing of multimeasure rests. Softcoded
900         sequential-music-iterator.
901
902         * lily/sequential-music-iterator.cc: Removed.
903
904 2006-06-28  Graham Percival  <gpermus@gmail.com>
905
906         * Documentation/user/basic-notation.itely: clarify \repeatTie.
907
908 2006-06-27  Erik Sandberg  <mandolaerik@gmail.com>
909
910         * lily/parser.yy: Wrap non-post-events in EventChords before
911         assigning them to identifiers.
912
913 2006-06-27  Mats Bengtsson  <mabe@s3.kth.se>
914
915         * lily/bar-line.cc (compound_barline): Fix parenthesis error,
916         gives correct vertical placement of \bar ":" in all staff
917         sizes. Thanks Martial!
918
919 2006-06-26  Graham Percival  <gpermus@gmail.com>
920
921         * Documentation/user/invoking.itely : minor update from mailist.
922
923 2006-06-26  Erik Sandberg  <mandolaerik@gmail.com>
924
925         * lily/ various: Introduce stream events of types Prepare,
926         OneTimeStep, CreateContext, AnnounceNewContext, RemoveContext,
927         ChangeContext, SetProperty, RevertProperty, Override and Revert.
928
929         * lily/global-context*.cc: Time is now -inf before iteration
930         starts.
931
932         * lily/include/context.hh: Removed unique_, init_
933
934         * Documentation/topdocs/NEWS: Make the feathered beam example
935         avoid triggering a bug.
936
937 2006-06-24  Graham Percival  <gpermus@gmail.com>
938
939         * Documentation/user/ various: small additions from mailist.
940
941 2006-06-22  Mats Bengtsson  <mabe@s3.kth.se>
942
943         * ly/performer-init.ly: Add some missing links in the context
944         hierarchy for MIDI output. There are probably some more missing!
945
946 2006-06-21  Graham Percival  <gpermus@gmail.com>
947
948         * Documentation/user/ various: minor spelling fixes;
949         thanks Dave Luttinen!
950
951         * Documentation/user/ various: small clarifications;
952         thanks Anthony Youngman!
953
954 2006-06-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
955
956         * po/fr.po: add \n appropriately.
957
958         * lily/lexer.ll: remove ? from version-seen?  
959
960 2006-06-19  John Mandereau  <john.mandereau@free.fr>
961
962         * po/fr.po; update translation, by Jean-Charles Malahieude and
963         John Mandereau.
964
965 2006-06-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
966
967         * THANKS: add Markus Schneider.
968
969         * lily/tab-staff-symbol-engraver.cc: derive from Engraver, not
970         Staff_symbol_engraver
971
972         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): don't
973         replace staff_engraver
974
975         * lily/staff-symbol-engraver.cc (stop_spanner): announce end of
976         spanner.
977
978         * lily/staff-collecting-engraver.cc
979         (acknowledge_end_staff_symbol): new function
980
981         * lily/volta-engraver.cc (acknowledge_end_staff_symbol): new function. 
982
983         * lily/staff-collecting-engraver.cc
984         (acknowledge_end_staff_symbol): new function.
985
986         * lily/main.cc: switch on relocation by default.
987
988 2006-06-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
989
990         * lily/spacing-spanner.cc (musical_column_spacing): set
991         compound_fixed_note_space to 0.0. Document why.
992
993         * lily/simple-spacer.cc (is_sane): also have a kludge for numeric
994         range of inverse_hooke_
995         (Simple_spacer): init completely.
996         (fits): const
997         (get_line_configuration): don't use cols.resize(); it introduces
998         initialized data.
999
1000         * scm/framework-ps.scm (dump-page): add setstrokeadjust. Backportme.
1001
1002         * ps/music-drawing-routines.ps: remove selectfont L1 hack.
1003
1004         * lily/beaming-pattern.cc (best_splitpoint_index): urg, 2nd
1005         try. Divide by beatlength.
1006
1007         * input/regression/beaming-ternary-metrum.ly: update doc.
1008         add beatLength hack.
1009
1010         * scm/music-functions.scm (make-time-signature-set): add
1011         standard-beat-grouping. 
1012
1013 2006-06-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
1014
1015         * input/regression/tie-whole.ly: new file.
1016
1017         * lily/tie-formatting-problem.cc (set_column_chord_outline): don't
1018         cross center of note head in case of invisible stem. 
1019
1020 2006-06-16  Graham Percival  <gpermus@gmail.com>
1021
1022         * Documentation/user/ various: small fixes from mailist.
1023
1024 2006-06-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
1025
1026         * lily/breathing-sign.cc (offset_callback): idem.
1027
1028         * lily/align-interface.cc (align_to_fixed_distance): remove
1029         hungarian suffix.
1030
1031         * lily/beaming-pattern.cc (count_factor_twos): oops. We want
1032         x%2==0.
1033
1034 2006-06-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
1035
1036         * VERSION (PACKAGE_NAME): release 2.9.9
1037
1038         * ly/lilypond-book-preamble.ly: add \version
1039
1040 2006-06-14  Han-Wen Nienhuys  <hanwen@lilypond.org>
1041
1042         * scripts/lilypond-book.py (PREAMBLE_LY): include
1043         lilypond-book-preamble.ly
1044
1045         * lily/stem.cc (get_beaming): return max of 0 and
1046         scm_ilength. Fixes slurring from/to beams.
1047
1048         * ly/lilypond-book-preamble.ly: new file.
1049
1050         * lily/slur.cc: add inspect-index feature.
1051
1052 2006-06-13  Graham Percival  <gpermus@gmail.com>
1053
1054         * Documentation/user/tutorial.itely: trivial fix.
1055
1056 2006-06-13  Erik Sandberg  <mandolaerik@gmail.com>
1057
1058         * lily/parser.yy, scm/ly-syntax-constructors.scm: Produce almost
1059         all non-event music in the parser via MAKE_SYNTAX.
1060
1061         * lily/parser-scheme.cc: Add ly:parser-error function
1062
1063         * scm/paper.scm: fix typo
1064
1065 2006-06-13  Han-Wen Nienhuys  <hanwen@lilypond.org>
1066
1067         * THANKS: add RT.
1068
1069         * lily/font-config.cc (init_fontconfig): add warning if cache_file
1070         is null.
1071
1072         * buildscripts/output-distance.py (test_compare_signatures):
1073         timing routines.
1074         (read_signature_file): use new signature format.
1075
1076         * scm/stencil.scm (write-system-signature): simpler signature
1077         format.
1078
1079         * lily/stem.cc (calc_stem_end_position): calc quantized-positions
1080         for beamed case. 
1081
1082         * lily/note-spacing.cc (stem_dir_correction): don't inspect
1083         stem_end_position, but estimate instead. 
1084
1085         * lily/tuplet-bracket.cc (calc_positions): look at
1086         stem-end-position for tuplet bracket slope. Fixes sloped tuplet
1087         brackets narrower than beams. 
1088
1089         * lily/lexer.ll: set version-seen? even if version is
1090         INVALID. 
1091
1092         * lily/rest.cc (y_offset_callback): bugfix: decide position
1093         override based on scm_is_number(). Fixes \rest on center staff
1094         line. 
1095
1096         * lily/beaming-pattern.cc (best_splitpoint_index): fix beaming
1097         patterns for 16th triplets.
1098
1099 2006-06-10  Graham Percival  <gpermus@gmail.com>
1100
1101         * Documentation/user/ page.itely, global.itely: editing
1102         and reorg.
1103
1104         * Documentation/user/ various: findex -> funindex.
1105
1106 2006-06-10  Erik Sandberg  <mandolaerik@gmail.com>
1107
1108         * lily/time-scaled-music-iterator.cc: Use tupletSpannerDuration to
1109         insert extra tuplet events.
1110
1111 2006-06-10  Graham Percival  <gpermus@gmail.com>
1112
1113         * Documentation/user/programming-interfaces.itely: add
1114         info from NEWS.
1115
1116         * python/convertrules.py: add annotatefoo -> annotate-foo
1117         rules.
1118
1119         * Documentation/user/global.itely: start editing.
1120
1121         * Documentation/user/page.itely: major editing, new spacing
1122         docs.
1123
1124 2006-06-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
1125
1126         * scm/define-markup-commands.scm (wordwrap-markups): use
1127         output-def 'line-width if undefined.
1128
1129         * HACKING: trim outdated info.
1130
1131 2006-06-09  Mats Bengtsson  <mabe@s3.kth.se>
1132
1133         * scm/define-grobs.scm (all-grob-descriptions): Add
1134         line-spanner-interface to all grobs that already have
1135         text-spanner-interface or dynamic-text-spanner-interface
1136
1137         * scm/page.scm: Rename annotate{headers,systems,page}->
1138         annotate-*
1139
1140         * input/regression/page-spacing.ly,
1141         input/regression/page-layout-manual-position.ly: idem
1142
1143 2006-06-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
1144
1145         * lily/line-spanner.cc: cleanup property list.
1146
1147         * scripts/lilypond-book.py (find_toplevel_snippets): don't use
1148         generator expressions (2.3 compat). 
1149
1150 2006-06-09  Mats Bengtsson  <mabe@s3.kth.se>
1151
1152         * lily/vertical-align-engraver.cc: Make sure that the
1153         align{Above,Below}Context properties are included in the automatic
1154         documentation.
1155
1156 2006-06-08  Joe Neeman  <joeneeman@gmail.com>
1157
1158         * scm/paper-system.scm (paper-system-annotate): also annotate the
1159         estimated pure-Y-extent
1160
1161         * scm/define-grobs.scm: add pure-Y-extent and pure-Y-offset functions
1162
1163         * lily/system.cc (break_into_pieces): set the estimated height
1164         of each child system
1165
1166         * lily/stem.cc (pure_height): new pure-Y-extent callback
1167
1168         * lily/staff-symbol-referencer.cc (callback): don't destroy
1169         the staff-position property
1170
1171         * lily/hara-kiri-group-spanner.cc (request_suicide): split
1172         consider_suicide into two functions
1173
1174         * lily/constrained-breaking.cc (resize): use the new pure
1175         callbacks to estimate the height of a system
1176
1177         * lily/axis-group-interface.cc (pure_group_height): new
1178         side-effect-free VerticalAxisGroup height-callback
1179
1180         * lily/align-interface.cc (get_extents_aligned_translates):
1181         split align_elements_to_extents into two functions
1182         (get_pure_child_y_translation): new function
1183
1184         * lily/grob.cc: new functions for pure-Y-extent and pure-Y-offset
1185
1186         * lily/item.cc: new functions pure_is_visible and spanned_rank_iv
1187
1188         * lily/paper-score.cc: cache break_indices and columns
1189
1190         * lily/side-position-interface.cc: new pure-Y-extent callbacks
1191         
1192 2006-06-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
1193
1194         * lily/font-config.cc (init_fontconfig): do the init if
1195         cache_file, but don't look at cache_file.
1196
1197         * input/regression/quote-tie.ly: new file.
1198
1199         * lily/tie-engraver.cc (struct Head_event_tuple): add end_moment_
1200         to Head_event_tuple, so we deal gracefully with ties on
1201         cue-endings.
1202
1203         * lily/pango-font.cc (pango_item_string_stencil): type correctness
1204         for FcChar8*
1205
1206 2006-06-08  Graham Percival  <gpermus@gmail.com>
1207
1208         * input/test/ smart-transpose.ly, reverse-music.ly:
1209         \applyMusic to music functions update, thanks Michael!
1210
1211 2006-06-07  Graham Percival  <gpermus@gmail.com>
1212
1213         * input/test/ add-staccato.ly, add-text-script.ly,
1214         unfold-all-repeats.ly, music-box.ly: \applyMusic to
1215         music functions update, thanks to Michael Meixner.
1216
1217         * Documentation/user/music-glossary.tely: small fix
1218         from Francisco.
1219
1220         * Documentation/user/ various: minor additions from mailist.
1221
1222         * Documentation/user/lilypond.tely, basic-notation.itely:
1223         small test of @funindex.  (works here)
1224
1225         * input/test/font-table.ly: reduce size to partially
1226         de-ugly version in manual.
1227
1228         * Documentation/user/page.itely: new file (split former
1229         "global issues" into "page settings" and "non-musical
1230         output".
1231
1232         * Documentation/user/ various: fix @ref{}s to match
1233         new chapter names (above).
1234
1235 2006-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1236
1237         * SConstruct (LILYPONDPREFIX): Bootstrap fix.
1238
1239 2006-06-06  Graham Percival  <gpermus@gmail.com>
1240
1241         * Documentation/user/advanced-notation.itely: add example
1242         for segno/coda on barline.
1243
1244         * tex/texinfo.tex: merge from upstream.
1245
1246 2006-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1247
1248         * scripts/lilypond-book.py (process_snippets): Argument fix.
1249
1250         * SConstruct:
1251         * buildscripts/builder.py:
1252         * lily/SConscript: 
1253         * mf/SConscript: 
1254         * Documentation/user/SConscript:  More SCons fixes.
1255
1256 2006-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1257
1258         * lily/font-config.cc (init_fontconfig): Only initialize if
1259         global cache_file is found.
1260
1261 2006-06-06  Erik Sandberg  <mandolaerik@gmail.com>
1262
1263         * ly/music-functions-init.ly: Updated \overrideProperty to use the
1264         new \applyOutput.
1265
1266 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
1267
1268         * VERSION (PACKAGE_NAME): release 2.9.8
1269
1270         * lily/ledger-line-engraver.cc (stop_translation_timestep): new
1271         function. Delay ledger modifying ledgered grobs to
1272         stop_translation_timestep(), to ensure that we're ledgering
1273         according to the new spanner.
1274         (acknowledge_staff_symbol): don't check for non-NULL
1275         staff_sym->get_bound()
1276
1277         * lily/staff-symbol-engraver.cc (start_spanner): set left bound on
1278         creation.
1279
1280         * Documentation/pictures/GNUmakefile (XPM_FILES): src-wildcard for
1281         pictures too.
1282
1283         * GNUmakefile.in (dist-toplevel-txt-files): dist aclocal.m4
1284         directly from srcdir/stepmake/aclocal.m4
1285         
1286         * Documentation/misc/GNUmakefile (TEXTS): use src-wildcard for
1287         disting MISC files.
1288
1289         * lily/simple-spacer.cc (get_column_desc): desc -> description.
1290
1291 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
1292
1293         * lily/simple-spacer.cc (get_line_configuration): add
1294         keep-inside-line rods
1295         (struct Column_desc): add constructor
1296         (struct Rod_desc): add constructor
1297         (get_line_forces): check for forced page breaks here too
1298
1299         * lily/instrument-name-engraver.cc (acknowledge_axis_group): prevent
1300         support/elements cycles between InstrumentNames and AxisGroups
1301
1302 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
1303
1304         * config.make.in (METAFONT): remove MAKEINFO_VERSION
1305
1306         * stepmake/stepmake/topdocs-targets.make (make-txt-files): define
1307         make-txt-files target.
1308
1309         * stepmake/stepmake/toplevel-targets.make (do-top-doc): use
1310         make-txt-files target.
1311
1312         * configure.in (LINK_GXX_STATICALLY): $srcdir for readlink.py
1313
1314         * stepmake/stepmake/generic-vars.make (distdir): create dist in
1315         top-build-dir.
1316
1317 2006-06-06  Jürgen Reuter  <reuter@ipd.uka.de>
1318
1319         * Documentation/user/instrument-notation.itely,
1320         input/regression/breathing-sign-ancient.ly,
1321         input/test/divisiones.ly: Removed redundant property settings for
1322         vaticana contexts.
1323
1324         * ly/gregorian-init.ly: Rewrote \versus and \responsum in order to
1325         fix lyrics alignment problems.  They are implemented now as scheme
1326         functions that add the appropriate unicode char to the first lyric
1327         event rather than adding a separate lyric event.  Minor edit of
1328         comments.
1329
1330 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
1331
1332         * GNUmakefile.in (dist-toplevel-txt-files): new target. Don't
1333         pollute src dir with built .txt files, but install directly from
1334         Documentation/topdocs/out/
1335
1336         * buildscripts/output-distance.py
1337         (ComparisonData.create_html_result_page): put version/directories
1338         in table header.
1339
1340         * Documentation/topdocs/NEWS.tely (Top): document spacing section
1341         feature.
1342
1343         * configure.in (LINK_GXX_STATICALLY): use readlink.py to resolve links.
1344         Patch by Karl Hammar
1345         
1346         * buildscripts/readlink.py: add  file.
1347         Patch by Karl Hammar
1348
1349 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
1350
1351         * lily/tuplet-number.cc (print): prevent stencil from being
1352         garbage collected.
1353
1354 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
1355
1356         * scm/stencil.scm (write-system-signature): explicitly 
1357         -well, superfluously- close output port.
1358
1359         * buildscripts/output-distance.py (main): oops. Add extra argument.
1360
1361 2006-06-05  Graham Percival  <gpermus@gmail.com>
1362
1363         * Documentation/user/music-glossary.tely: clarified example
1364         from Francisco Vila, thanks!
1365
1366 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
1367
1368         * input/regression/spacing-section.ly: new file.
1369
1370         * lily/input.cc (programming_error): new function.
1371
1372         * lily/spacing-engraver.cc (try_music): new function. Accept
1373         spacing-section-event
1374
1375         * lily/spacing-spanner.cc (set_springs): take slices of all
1376         columns for spacing.
1377
1378         * lily/include/paper-column.hh (class Paper_column): add
1379         Paper_column::compare.
1380
1381         * ly/spanners-init.ly (newSpacingSection): add newSpacingSection.
1382
1383         * scm/define-music-types.scm (music-descriptions): add
1384         SpacingSectionEvent
1385
1386         * lily/music-iterator.cc (report_event): use programming_error for
1387         sending non-event error.
1388
1389         * lily/input.cc (programming_error): new function
1390
1391         * buildscripts/output-distance.py (main): use compare-XXX for
1392         compare files.
1393         (main): --threshold option, default at 0.30
1394
1395         * output-distance.py (main): add --threshold option.
1396
1397 2006-06-04  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1398
1399         * scm/paper-system.scm (paper-system-annotate): fix problem when
1400         annotating an empty system
1401
1402 2006-06-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
1403
1404         * GNUmakefile.in: reinstate old web tar/copying.
1405
1406 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
1407
1408         * lily/lyric-combine-music-iterator.cc (find_voice): return 0 if
1409         nothing changes. (Erik S) 
1410
1411         * lily/percent-repeat-iterator.cc (get_music_list): fix repeat
1412         count. (Erik S)
1413
1414 2006-05-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1415
1416         * scm/define-markup-commands.scm (whiteout): do not force
1417         foreground color of argument markup to black.
1418
1419         * scm/stencil.scm (annotate-y-interval): put arrow dimension at
1420         the left of the arrow, instead of below the arrow name, so that,
1421         when two little arrows are vertically stacked, their dimensions
1422         and name should not overlap. Add a color key parameter.
1423
1424         * scm/paper-system.scm (paper-system-annotate): Annotate
1425         next-space+next-padding instead of next-space. Annotate space
1426         between next-padding and next-space+padding, respectively, and
1427         following system extent and refpoint-Y-extent. Use colors.
1428
1429         * scm/page.scm (annotate-page): translate annotations slightly to
1430         the right.
1431
1432 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
1433
1434         * lily/figured-bass-position-engraver.cc (acknowledge_end_slur):
1435         fix for x-staff slurs. Thanks Joe!
1436
1437         * buildscripts/output-distance.py
1438         (SystemLink.output_expression_change_count): keep track of changed
1439         details, and dump in details html page.
1440  
1441         * input/regression/figured-bass-staff.ly: add note about setting
1442         properties in Staff context.
1443
1444         * lily/figured-bass-position-engraver.cc (acknowledge_slur):
1445         add slurs and ties to support too.
1446
1447         * buildscripts/output-distance.py (main): set dest_dir
1448         argument. Add --max-count option.
1449
1450 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
1451
1452         * ly/gregorian-init.ly: Converted to utf-8.  Added memorable
1453         shortcuts for special unicode chars that are useful in chant
1454         notation.  Revised exisiting and added new comments.
1455
1456 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
1457
1458         * make/mutopia-rules.make: remove duplicate recipe.
1459
1460 2006-06-02  Werner Lemberg  <wl@gnu.org>
1461
1462         * tex/texinfo.cnf: Fix typo (\euro -> \minus).
1463         Add support for U+0132 (IJ) and U+0133 (ij).
1464
1465 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
1466
1467         * buildscripts/output-distance.py (FileLink): new class. collect
1468         info systems from one .ly file. 
1469         (FileLink.link_files_for_html): further tweaks.
1470
1471 2006-06-02  Graham Percival  <gpermus@gmail.com>
1472
1473         * tex/texinfo.tex: partial fix for @funindex.
1474
1475         * Documentation/user/macros.tely: uncomment @funindex (doesn't
1476         break anything).
1477
1478 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
1479
1480         * make/mutopia-vars.make (ly_examples): replace .ly.txt with .ly
1481
1482         * tex/texinfo.tex (sectionheading, q.v.): call \quoteexpand for
1483         @example too. Backportme.
1484
1485 2006-06-02  Graham Percival  <gpermus@gmail.com>
1486
1487         * tex/texinfo.cnf: added UTF-8 support for texinfo; patch
1488         from Werner Lemberg.
1489
1490 2006-06-02  Paco (Francisco Vila)  <fravd@ya.com>
1491
1492         * Documentation/user/music-glossary.tely: additional spanish
1493         updates and a lyrics fix in an example.
1494
1495 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
1496
1497         * scm/define-grob-properties.scm: Previous patch contained
1498         spurious line from another patch not yet committed.  Fixed.
1499
1500         * scm/define-grob-properties.scm: Add missing doc strings for
1501         ancient notation.
1502
1503 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
1504
1505         * buildscripts/output-distance.py
1506         (ComparisonData.write_text_result_page): separate the scores, sort
1507         by geo_score.
1508
1509         * scm/framework-eps.scm (output-classic-framework): start at 1 for
1510         system signatures.
1511
1512         * buildscripts/output-distance.py (me_path): use argv[0] for
1513         sys.path extension
1514         (ComparisonData.img_cell): use colored borders.
1515
1516         * scm/stencil.scm (write-system-signature): escape newlines too.
1517         (write-system-signature): use (1,-1) interval for empty interval
1518
1519 2006-01-01  Graham Percival  <gpermus@gmail.com>
1520
1521         * Documentation/user/music-glossary.tely: Spanish updates
1522         from Francisco Vila.
1523
1524         * Documentation/user/lilypond-book.itely: addition from
1525         Vaclav Smilauer.
1526
1527         * Documentation/user/ various: edits, small additions
1528         from mailist, etc.
1529
1530 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1531
1532         * GNUmakefile.in (tree-lib-prefix-current):
1533         (tree-share-prefix-current): Use version number in tree, add
1534         `current' symlinks.
1535
1536 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
1537
1538         * GNUmakefile.in: write VERSION, again.
1539
1540         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
1541         $(outdir)/%.ly $(outdir)/%.ps): dump sigs for normal files too.
1542
1543         * stepmake/aclocal.m4: robuster version detection.
1544
1545         * buildscripts/output-distance.py
1546         (ComparisonData.create_html_result_page): copy only if file
1547         exists, fixup src paths.
1548
1549         * stepmake/bin/add-html-footer.py (built): junk gulp_file()
1550
1551 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1552
1553         * stepmake/aclocal.m4: Robustification for (gcc) version detection.
1554         Another datarootdir reto.
1555
1556         * cygwin/postinstall-lilypond.sh: Do not fail if info docs aren't
1557         available.  This should be moved to postinstall-lilypond-doc.
1558
1559 2006-05-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
1560
1561         * GNUmakefile.in: simplify local-WWW-post. 
1562         remove -type l from find.
1563
1564         * buildscripts/output-distance.py (ComparisonData.compare_trees):
1565         fixes. Don't follow symlinks.
1566         (ComparisonData.create_html_result_page): remove previous results.
1567         insert ../python in path.
1568
1569         * scripts/lilypond-book.py (PREAMBLE_LY): spacing fixes.
1570
1571 2006-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1572
1573         * config.make.in (datadir): Add datarootdir to silence autoconf.
1574
1575         * stepmake/aclocal.m4: Update for autoconf-2.59d.
1576
1577 2006-05-31  Erlend Aasland  <erlenda@gmail.com>
1578
1579         * dynamic-engraver.cc: fix bug (dynamics collide with accidentals)
1580
1581         * scm/output-ps.scm (repeat-slash): fix a bug that made repeat
1582         slash beams too wide.
1583
1584 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
1585
1586         * VERSION: release 2.9.7
1587         
1588 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1589
1590         * lily/relocate.cc (read_relocation_dir): Do not blindly
1591         dereference DIR.
1592
1593 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
1594
1595         * lily/parser.yy: replace THIS by PARSER
1596
1597         * Documentation/index.html.in: add link to test-results.html page.
1598
1599         * Documentation/topdocs/NEWS.tely (Top): update NEWS entry.
1600
1601         * scm/translation-functions.scm (format-bass-figure): translate
1602         digits over 10 to the left
1603
1604         * scm/define-markup-commands.scm (translate-scaled): new markup.
1605
1606         * mf/feta-nummer-code.mf (code): overshoot the topright tip of the
1607         7 glyph. 
1608
1609         * ly/engraver-init.ly: add Figured_bass_engraver
1610
1611         * lily/engraver-group.cc (acknowledge_grobs): use start/stop drul.
1612
1613         * lily/figured-bass-engraver.cc (clear_spanners): use everywhere.
1614
1615         * lily/score-engraver.cc (announce_grob): only note START announces.
1616
1617         * lily/include/engraver-group.hh (Translator_group):
1618         acknowledge_hash_table_ is now drul.
1619
1620         * lily/engraver.cc (announce_end_grob): new method.
1621
1622         * lily/include/grob-info.hh (class Grob_info): add start_end_ member.
1623
1624         * lily/translator-dispatch-list.cc (create): take start_end argument.
1625
1626         * lily/include/translator.hh (TRANSLATOR_DECLARATIONS): change
1627         acknowledge_static_array_ to drul
1628
1629         * lily/include/translator.icc (ADD_END_ACKNOWLEDGER): new macro.
1630
1631         * scm/define-grob-interfaces.scm
1632         (bass-figure-alignment-interface): add bass-figure-alignment-interface
1633
1634         * scm/define-grobs.scm (all-grob-descriptions): add
1635         BassFigureAlignmentPositioning
1636
1637         * ly/Welcome-to-LilyPond-MacOS.ly: include in LilyPond, so version
1638         number stays up to date. Backportme.
1639
1640 2006-05-30  Mats Bengtsson  <mabe@s3.kth.se>
1641
1642         * Documentation/user/basic-notation.itely (Bar lines): Document
1643         the "||:" bar type. 
1644
1645 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1646
1647         * buildscripts/builder.py: Remove --ly option/target from mf-to-table.
1648
1649         * scripts/lilypond-book.py: Bugfix: do not blindly attempt
1650         .../current hack if LILYPONDPREFIX is fine.  Fixes `scons doc'
1651         build.
1652
1653         * Resurrect `scons lily' build.
1654
1655         * SConstruct (symlink_tree): Bugfix: link
1656         music-drawing-routines.ps to file iso directory.
1657
1658         * lily/SConscript: Remove kpath-guile from LIBS.
1659
1660         * SConstruct (libdir_package_version): Typo.
1661         (configure): Comment-out fontforge for lack of fontforge.pc .
1662         Also add libdir* to environment.
1663
1664 2006-05-30  Graham Percival  <gpermus@gmail.com>
1665
1666         * Documentation/user/ various: minor additions from mailist and
1667         editing.
1668
1669 2006-05-30  Paco <fravd@ya.com>
1670
1671         * Documentation/user/music-glossary.tely: numerous corrections and
1672         some new translations.
1673
1674 2006-05-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
1675
1676         * BackportmeStart.
1677         
1678         * buildscripts/output-distance.py
1679         (ComparisonData.create_html_result_page): new routine: summarise
1680         results in HTML page with images. 
1681         (ComparisonData.create_text_result_page): create summary text files too.
1682
1683         * GNUmakefile.in (web-ext): package .signature files too. They
1684         compress well. 
1685
1686         * scm/stencil.scm (write-system-signature): typo.
1687
1688         * GNUmakefile.in: create web-root/VERSION to help upload scripts.
1689
1690         * scm/stencil.scm (write-system-signature): better escaping.
1691         only write signature for music systems, not for markup systems.
1692
1693         * scm/framework-ps.scm (output-framework): dump-signatures support
1694         for plain output.
1695
1696         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): add -ddump-signatures.
1697
1698         * scm/framework-ps.scm (write-preamble): redefine mark_URI to nop
1699         for -dno-point-and-click
1700
1701         * lily/grob.cc (get_print_stencil): don't read
1702         point_and_click_global to determine whether to set grob-cause.
1703
1704 2006-05-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
1705
1706         * buildscripts/output-distance.py (main): new function.
1707         (ComparisonData): new class.
1708
1709         * lily/ledger-line-engraver.cc (acknowledge_staff_symbol): be more
1710         careful with generating new LedgerLineSpanners.
1711
1712         * lily/ledger-line-spanner.cc (set_spacing_rods): suicide if no staff.
1713
1714         * ly/engraver-init.ly: remove Ledger_line_engraver from Voice
1715         context. This fixes double ledger lines in output. 
1716
1717         * lily/system.cc (get_paper_system): remove 3 layer limit.
1718
1719         * buildscripts/output-distance.py (SystemLink.distance): new
1720         file. Compare signatures.
1721
1722         * python/safeeval.py (SafeEval.visitUnarySub): new file.
1723
1724         * lily/grob-array.cc (remove_duplicates): rename from
1725         uniq(). Sort before calling uniq() so it actually works.
1726
1727 2006-05-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
1728
1729         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): strip
1730         \version from lilypond file snippet.
1731         (Lilypond_file_snippet.ly): oops. typo.
1732         (find_toplevel_snippets): urgh. again.
1733
1734         * lily/system.cc (get_paper_systems): uniq all_elements_ , to
1735         prevent duplicated broken items in output.
1736
1737         * scm/framework-eps.scm (output-classic-framework): only dump if
1738         dump-signatures is set.
1739
1740         * scm/lily.scm (define-scheme-options): add dump-signatures option.
1741
1742         * scm/stencil.scm (write-system-signature): new routine: write
1743         python parseable signature of a separate paper system.
1744         BackportmeEnd.
1745         
1746 2006-05-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
1747
1748         * lily/stanza-number-engraver.cc (process_music): use is_markup()
1749         iso is_string().
1750         include header.
1751
1752 2006-05-25  Erik Sandberg  <mandolaerik@gmail.com>
1753
1754         * translator-group.cc: send music events to engravers in
1755         non-bottom contexts.
1756
1757         * tuplet-engraver.cc: process tuplet brackets in correct order.
1758
1759 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
1760
1761         * stepmake/aclocal.m4: STEPMAKE_PYTHON(): clear cached value since
1762         arg 2 might point us to a new binary (patch by Karl Hammar)
1763         
1764 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
1765
1766         * VERSION (PACKAGE_NAME): release 2.9.6
1767
1768         * Documentation/topdocs/NEWS.tely (Top): trim explanation. 
1769
1770         * Documentation/user/*.itely: 2nd
1771         attempt: replace funindex -> findex globally.
1772
1773 2006-05-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1774
1775         * input/no-notation/display-lily-tests.ly: fix \applyOutput
1776         test. Add \break, \pageBreak, \pageTurn, etc, tests.
1777
1778         * scm/define-music-display-methods.scm: display methods for
1779         breaks. Fix \applyOutput.
1780
1781 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
1782
1783         * Documentation/user/macros.itexi: comment out funindex expansion. 
1784
1785         * Documentation/user/music-glossary.tely: junk \oldaddlyrics
1786         everywhere.
1787
1788         * GNUmakefile.in: fix wildcarding for scrips/out/ links. Thanks
1789         Karl Hammar. Backportme.
1790  
1791         * Documentation/user/advanced-notation.itely (Balloon help): idem.
1792
1793         * Documentation/user/changing-defaults.itely (Creating contexts): idem.
1794
1795         * Documentation/user/programming-interface.itely (Running a
1796         function on all layout objects): idem.
1797
1798         * Documentation/user/introduction.itely (Automated engraving):
1799         update \applyOutput syntax
1800
1801         * lily/lyric-combine-music-iterator.cc (start_new_syllable):
1802         remove debugging hook.
1803
1804         * configure.in (LINK_GXX_STATICALLY): use "" to allow $
1805         expansion. 
1806
1807         * Documentation/user/GNUmakefile (TEXI2DVI_FLAGS): add -E.
1808
1809         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
1810         TEXI2DVI_FLAGS to texi2dvi invocation. 
1811
1812 2006-05-24  Erik Sandberg  <mandolaerik@gmail.com>
1813
1814         * lily/chord-tremolo-*.cc: Reworked how \repeat "tremolo"
1815         works. More work is done by iterator now, and engraver has been
1816         very much simplified.
1817
1818         * lily/translator-group.cc: try_music is now invoked through a
1819         listener
1820
1821         * lily/*-iterator.cc: Massive cleanups. Junked
1822         try_music_in_children globally. Renamed try_music to report_event,
1823         and made that method descend to a bottom context automatically.
1824
1825         * lily/event-iterator.cc: New file.
1826
1827         * lily/output-property-iterator.cc,
1828         lily/old-lyric-combine-music-iterator.cc: Removed.
1829
1830         * python/convert-rules.py: Modified the syntax for \applyOutput.
1831
1832 2006-05-23  Graham Percival  <gpermus@gmail.com>
1833
1834         * stepmake/stepmake/texinfo-rules.make: added -E, allows pdf doc
1835         creation.
1836
1837         * Documentation/user/ various: stuff that might have helped
1838         to fix the pdf creation, plus some minor doc additions.
1839
1840         * Documentation/user/changing-defaults.itely: remove @b from
1841         @b{ @internasref{foo}}; this breaks texi2dvi -E.
1842
1843 2006-05-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
1844
1845         * lily/beaming-pattern.cc (beamify): deal with negative start
1846         moments for beaming patterns.
1847
1848 2006-05-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
1849
1850         * lily/beaming-info.cc (beamify): new function: read beatLength
1851         and beatGrouping from context. 
1852
1853         * input/regression/beam-beat-grouping.ly (Module): new file.
1854
1855         * input/regression/beam-unconnected-beamlets.ly (Module): new file.
1856
1857         * lily/beam.cc (get_beam_segments): generate events for
1858         max_connect_ case too.
1859         (get_beam_segments): read Stem::max-beam-connect.
1860
1861         * input/regression/beam-single-stem.ly: new file.
1862
1863         * lily/stem.cc (set_beaming): use #f as signaling value for
1864         beamcount 0.
1865
1866         * lily/beam-engraver.cc (typeset_beam): set right bound if unset.
1867
1868         * lily/beam.cc (set_beaming): read clip-edges property.
1869         (calc_direction): don't suicide for single stem.
1870
1871         * lily/beaming-info.cc (best_splitpoint_index): take bool*
1872         argument, remove 1<<15 hack. Remove clip_edges() 
1873
1874         * lily/hairpin.cc (print): only do padding for nonmusical bounds
1875
1876 2006-05-21  Graham Percival  <gpermus@gmail.com>
1877
1878         * Documentation/user/basic-notation.itely: reorg.
1879
1880         * Documentation/user/ various: minor fixes.
1881
1882 2006-05-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
1883
1884         * lily/stencil-expression.cc (register_stencil_head): opps, append
1885         to cdr of static SCM object.
1886
1887 2006-05-19  Graham Percival  <gpermus@gmail.com>
1888
1889         * Documentation/user/README.txt, lilypond.tely, macros.itexi:
1890         update framework for command index.  DOC WRITERS: use @funindex
1891         instead of @cindex @code{}.
1892
1893         * Documentation/user/ various: replace @cindex @code{} => @funindex
1894
1895 2006-05-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
1896
1897         * lily/beam.cc (set_stem_lengths): trigger 'beaming callback, in
1898         case positions is set manually. 
1899
1900 2006-05-18  Erik Sandberg  <mandolaerik@gmail.com>
1901         
1902         * scm/ly-syntax-constructors.scm: New file. Converted a few syntax
1903         rules to Scheme.
1904
1905 2006-05-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
1906
1907         * Documentation/user/changing-defaults.itely (Contexts explained):
1908         use absolute dimension for @image.
1909
1910         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): generate PNG
1911         out image for illustration too.
1912         ($(outdir)/%.png): add more png <-> eps rules. 
1913
1914 2006-05-17  Graham Percival  <gpermus@gmail.com>
1915
1916         * Documentation/user/ various: remove trailing whitespace, cosmetic
1917         change to reduce changes produced by diff.
1918
1919 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
1920
1921         * lily/main.cc (do_chroot_jail): correctness tweak.
1922
1923         * python/lilylib.py (system): import subprocess in system () only.
1924
1925         * scripts/*.py: use TARGET_PYTHON iso PYTHON. Backportme.
1926
1927         * make/substitute.make (ATVARIABLES): add TARGET_PYTHON as subst
1928         variable. Backportme.
1929
1930 2006-05-17  Erik Sandberg  <mandolaerik@gmail.com>
1931         
1932         * lily/parser.yy: Change all syntax rules of type Music to SCM type
1933
1934 2006-05-17  Werner Lemberg  <wl@gnu.org>
1935
1936         * lily/lexer.ll (init_signature_has_table): Add
1937         `scm-scm-music-music'.
1938
1939         * lily/parser.yy (MUSIC_FUNCTION_SCM_SCM_MUSIC_MUSIC): New token.
1940         (Generic_prefix_music_scm): Add rule for it.
1941
1942         * lily/quote-iterator.cc (Quote_iterator::process): Handle
1943         `quoted-transposition' property.
1944
1945         * ly/music-functions-init.ly (transposedCueDuring): New function.
1946
1947         * scm/define-music-properties.scm (all-music-properties): Updated.
1948
1949         * Documenation/topdocs/NEWS.itely: Document it.
1950
1951 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
1952
1953         * python/lilylib.py (system): move import subprocess to system()
1954         definition. 
1955
1956         * python/convertrules.py (conv): fix convert-ly rules for 2.9.4
1957
1958         * VERSION (PATCH_LEVEL): release 2.9.5
1959         
1960         * Documentation/topdocs/INSTALL.texi (Top): update versions and
1961         build instructions. 
1962
1963         * ly/engraver-init.ly: switch on hairpinToBarline by default.
1964
1965 2006-05-16  Graham Percival  <gpermus@gmail.com>
1966
1967         * Documentation/user/basic-notation.itely: editing from Dave, thanks!
1968
1969         * Documentation/user/ various: minor fixes.
1970
1971 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
1972
1973         * Documentation/topdocs/NEWS.tely (Top): add hairpinToBarline feature.
1974
1975 2006-05-16  Mats Bengtsson  <mabe@s3.kth.se>
1976
1977         * Documentation/user/advanced-notation.itely (Instrument names):
1978         Modified obsolete instruction on how to move instrument names away
1979         from the staves. Hmm, at second thought the bug probably has been
1980         solved, so the full bug description should probably be removed.
1981
1982 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
1983
1984         * lily/dynamic-engraver.cc (typeset_all): hang ending on
1985         currentCommandColumn. 
1986
1987         * lily/hairpin.cc (print): also add padding for non-neighbor
1988         hairpin bounds.
1989
1990         * scm/define-context-properties.scm
1991         (all-user-translation-properties): add hairpinToBarline
1992
1993         * input/regression/hairpin-to-barline.ly: new file.
1994
1995         * lily/context.cc (internal_send_stream_event): thinko fix.
1996
1997         * lily/tie.cc (set_default_control_points): robustness fix.
1998
1999         * python/musicxml.py (Part.interpret): don't complain about
2000         incomplete measures.
2001
2002         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): only add
2003         new music if last_event_chord() returned None.
2004
2005         * python/musicxml.py (Part.interpret): skip back over chord notes.
2006
2007 2006-05-16  Erik Sandberg  <mandolaerik@gmail.com>
2008         
2009         * lily/percent-repeat-engraver.cc, lily/parser.yy,
2010         lily/define-music-types.cc, lily/percent-repeat-iterator.cc,
2011         lily/slash-repeat-engraver.cc,
2012         lily/include/percent-repeat-iterator.hh: Rework percent repeats:
2013         iterator sends PercentEvents
2014
2015         * lily/time-scaled-music-iterator.cc, lily/tuplet-engraver.cc:
2016         rework tuplets: send start/stop events to engraver
2017
2018         * lily/context.cc, lily/music.cc, lily/context-scheme.cc: Add
2019         dispatchers event-source and events-below to Context
2020         
2021 2006-05-15  Graham Percival  <gpermus@gmail.com>
2022
2023         * Documentation/user/README.txt: update info for doc writers.
2024
2025         * Documentation/user/programming-interface.itely: integrate
2026         Nicolas' fixes for chapter rewrite.
2027
2028         * Documentation/user/ various: minor fixes.
2029
2030 2006-05-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
2031
2032         * lily/clef-engraver.cc: cleanup.
2033
2034         * Documentation/user/GNUmakefile: dist context-example.eps too.
2035
2036         * lily/key-engraver.cc (create_key): use
2037         explicitKeySignatureVisibility for cancellation too. 
2038
2039         * lily/font-config.cc (init_fontconfig): don't close file if
2040         f==NULL. 
2041
2042 2006-05-15  Erlend Aasland  <erlenda@gmail.com>
2043
2044         * Documentation/topdocs/NEWS.tely: niente and rotation news
2045
2046 2006-05-14  Erlend Aasland  <erlenda@gmail.com>
2047
2048         * lily/include/stencil.hh
2049         * lily/stencil.cc (rotate): new function. Makes it possible
2050         to rotate a stencil around a given offset.
2051
2052         * lily/grob.cc (get_print_stencil): add rotation support
2053
2054         * lily/stencil-interpret.cc (interpret_stencil_expression):
2055         add rotation support
2056
2057         * lily/stencil-scheme.cc (ly:stencil-rotate): new function
2058
2059         * scm/define-grob-properties.scm: add 'rotation property
2060
2061         * scm/define-markup-commands.scm: add rotate markup command
2062         
2063         * scm/output-ps.scm: add rotation support in PostScript backend
2064
2065         * scm/output-svg.scm: add rotation support in SVG backend
2066
2067 2006-05-13  Graham Percival  <gpermus@gmail.com>
2068
2069         * Documentation/user/music-glossary.itely: French correction.
2070
2071         * Documentation/user/programming-interface.itely: major
2072         new docs, some reorg, some info from Nicolas.
2073
2074         * Documentation/user/ various: small fixes.
2075
2076 2006-05-12  Mats Bengtsson  <mabe@s3.kth.se>
2077
2078         * Documentation/user/programming-interface.itely (Markup
2079         programmer interface): Remove duplicate text.
2080
2081 2006-05-12  Graham Percival  <gpermus@gmail.com>
2082
2083         * Documentation/user/context-example.eps: new file.
2084
2085         * Documentation/user/changing-defaults.itely: set up file to
2086         use eps image.
2087
2088         * Documentation/user/programming-interface.itely: changes
2089         from mailist.
2090
2091 2006-05-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
2092
2093         * configure.in (LINK_GXX_STATICALLY): python 2.4 req.
2094
2095 2006-05-11  Graham Percival  <gpermus@gmail.com>
2096
2097         * Documentation/user/programming-interface.itely: first round of
2098         editing and merging emails from Nicolas.
2099
2100         * Documentation/user/scheme-tutorial: minor edit.
2101
2102 2006-05-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
2103
2104         * python/musicxml.py (Xml_node.__init__): _attribute_dict stores
2105         XML attributes.
2106         (Xml_node.message): use it.
2107
2108         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): 
2109         oops. Add duration argument.
2110
2111 2006-05-10  Joe Neeman  <joeneeman@gmail.com>
2112
2113         * lily/paper-column-engraver.cc (make_columns):
2114         * scm/define-grobs.scm: Revert my previous change and set the default
2115         in define-grobs.scm instead.
2116
2117 2006-05-09  Graham Percival  <gpermus@gmail.com>
2118         
2119         * Documentation/user/changing-defaults.itely: general editing,
2120         info about \set and \override.
2121
2122         * Documentation/user/tweaking.itely, advanced-notation.itely:
2123         fixes from Dave Luttinen, thanks!
2124
2125 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
2126
2127         * lily/paper-column-engraver.cc (make_columns): By default, a column
2128         needs to be breakable.
2129
2130 2006-05-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
2131
2132         * scripts/musicxml2ly.py (musicxml_clef_to_lily): use new
2133         Attributes methods
2134         (musicxml_time_to_lily): idem
2135         (musicxml_key_to_lily): idem
2136         (instrument_drumtype_dict): dict for supported drumtypes.
2137         (LilyPondVoiceBuilder.__init__): new class: sanely keep track of
2138         moments and pending mm rests
2139         (musicxml_voice_to_lily_voice): rewrite to use LilyPondVoiceBuilder
2140         (musicxml_voice_to_lily_voice): strip KeyChangeEvents for drums.
2141         (musicxml_voice_to_lily_voice): add mode change.
2142         (option_parser): lxml.etree (http://codespeak.net/lxml/) for more
2143         speed and less memory usage (factor 5 to 10).
2144         (convert): write -defs.ly  and driver file separately so people
2145         can script their own part extraction.
2146
2147         * python/musicxml.py (minidom_demarshal_node): new function:
2148         separate minidom handling.
2149         (lxml_demarshal_node): new function: support lxml.etree too.
2150         (Xml_node.message): new function: verbose error message, with XML
2151         path to offending node.
2152         (Attributes.get_measure_length): sane interface to MusicXML attributes.
2153         (Part_list.generate_id_instrument_dict): new method: collect
2154         instrument names, to be able to set drum_type.
2155         (Part.interpret): handle underfull measures
2156         (Part.interpret): assign instrument names.
2157
2158         * python/musicexp.py (Output_printer.close): new method
2159         (MusicWrapper.print_ly): new class: support other modes,
2160         eg. \drummode
2161         (BarCheck.print_ly): new class. Support bar checks, with comments
2162         and fancy barchecks. 
2163         (NoteEvent.__init__): also set drum_type for drum notes.
2164         (MultiMeasureRest.lisp_expression): dump mm rests.
2165
2166         * lily/paper-column-engraver.cc (stop_translation_timestep): set
2167         line-break-permission if forbidBreak is not set.
2168
2169 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
2170
2171         * scm/define-context-properties.scm:
2172         * scm/define-grob-properties.scm:
2173         * scm/define-grobs.scm:
2174         * scm/define-music-display-methods.scm:
2175         * scm/define-music-properties.scm:
2176         * scm/define-music-types.scm:
2177         * scm/music-functions.scm:
2178         * ly/declarations-init.ly:
2179         * lily/include/constrained-breaking.hh:
2180         * lily/system.cc:
2181         * lily/spaceable-grob.cc:
2182         * lily/simple-spacer.cc:
2183         * lily/paper-score.cc:
2184         * lily/paper-column.cc:
2185         * lily/paper-column-engraver.cc:
2186         * lily/item.cc:
2187         * lily/gourlay-breaking.cc:
2188         * lily/constrained-breaking.cc:
2189         * python/convertrules.py:
2190         Change "penalty", "page-penalty" and "breakable" to "line-break-penalty",
2191         "page-break-penalty" and "line-break-permission".
2192         Add "page-break-permission", "page-turn-permission" and "page-turn-penalty".
2193         Replace BreakEvent with LineBreakEvent, PageBreakEvent and PageTurnEvent.
2194
2195         * lily/bar-engraver.cc:
2196         * lily/beam-engraver.cc:
2197         * lily/forbid-break-engraver.cc:
2198         * lily/ligature-engraver.cc:
2199         * lily/paper-column-engraver.cc:
2200         * lily/percent-repeat-engraver.cc:
2201         * lily/score-engraver.cc:
2202         * lily/score-engraver.hh:
2203         * lily/paper-column-engraver.hh:
2204         Inter-engraver communication regarding line breaks is done through context
2205         properties (Score.forbidBreak) instead of function calls.
2206
2207 2006-05-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
2208
2209         * VERSION (PACKAGE_NAME): release 2.9.4
2210
2211 2006-05-08  Graham Percival  <gpermus@gmail.com>
2212
2213         * Documentation/user/working.itely: proofreading from Dave
2214         Luttinen, thanks.
2215
2216         * Doucmentation/user/README.txt: updated with manual style info.
2217
2218         * Documentation/user/ various: trim linewidth to 78 chars.
2219
2220 2006-05-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
2221
2222         * scm/define-grob-properties.scm (all-internal-grob-properties):
2223         remove chord-tremolo property.
2224
2225         * lily/beam.cc (get_beam_segments): don't use stem position as
2226         base for broken ends.
2227
2228 2006-05-06  Graham Percival  <gpermus@gmail.com>
2229
2230         * Documentation/user/putting.itely: proofreading from Dave
2231         Luttinen, thanks!
2232
2233         * Documentation/user/ various: more reorg and clarifications.
2234
2235 2006-05-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
2236
2237         * scm/lily.scm (TEX_STRING_HASHLIMIT): move from framework-texstr.scm.
2238
2239         * ly/music-functions-init.ly: new function featherDurations
2240
2241         * lily/beam.cc: read grow-direction for feathered beaming.
2242
2243         * Documentation/topdocs/NEWS.tely (Top): typo.
2244
2245 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
2246
2247         * lily/include/beam.hh (struct Beam_stem_segment): add gapped_ for
2248         tremolo beams.
2249
2250 2006-05-05  Erik Sandberg  <mandolaerik@gmail.com>
2251         * lily/context.cc, lily/global-context.cc: Added 'unique' member,
2252         used by music streams.
2253
2254         * lily/dispatcher.cc, lily/dispatcher-scheme.cc,
2255         lily/stream-event.cc, lily/stream-event-scheme.cc,
2256         lily/listener.cc, lily/scheme-listener.cc,
2257         lily/scheme-listener-scheme.cc, lily/include/dispatcher.hh,
2258         lily/include/stream-event.hh, lily/include/listener.hh,
2259         lily/include/scheme-listener.hh, scm/define-event-classes.scm:
2260         Created data structures for music streams.
2261         
2262 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
2263
2264         * lily/beam.cc (get_beam_segments): new function. Reorganise the
2265         construction of a beam. 
2266         (print): rewrite. 
2267
2268         * flower/include/std-vector.hh (default_compare): use only one comparison.
2269
2270         * scm/define-markup-commands.scm (note-by-number): remove debug display.
2271         (note-by-number): further attachment fixes.
2272
2273         * scm/lily-library.scm (ordered-cons): new function.
2274         (interval-index): new function
2275
2276         * lily/note-head-scheme.cc (LY_DEFINE): new file.
2277
2278         * lily/note-head.cc (get_stem_attachment): new function.
2279
2280         * scm/define-markup-commands.scm (note-by-number): read 'style
2281         property. 
2282
2283         * input/regression/markup-note.ly: show note-head style option.
2284
2285         * mf/feta-bolletjes.mf (overdone_heads): fix attachment points for
2286         triangle head.
2287
2288 2006-05-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
2289
2290         * mf/GNUmakefile (NCSB_OTFS): remove old ncsb detection further.
2291
2292         * configure.in (LINK_GXX_STATICALLY): fix for ncsb detection.
2293
2294         * lily/include/constrained-breaking.hh: GCC 4 fix.
2295
2296 2006-05-04  Joe Neeman  <joeneeman@gmail.com>
2297
2298         * lily/simple-spacer.cc: Remove class Simple_spacer_wrapper.
2299         Replace it with functions get_line_forces and get_line_configuration.
2300         (class Simple_spacer): Make data private.
2301         Rewrite compression algorithm to be faster and simpler.
2302
2303         * lily/simple-spacer-scheme.cc (ly_solve_rod_and_spring_problem):
2304         * lily/gourlay-breaking.cc (solve):
2305         * lily/constrained_breaking.cc (space_line):
2306         Change it to the new simple-spacer code.
2307
2308         * lily/paper-score.cc (get_paper_systems):
2309         (Paper_score):
2310         (process):
2311         Delay breaking the systems until they are requested.
2312         (find_break_indices):
2313         Use vsize for indices.
2314         (calc_breaking):
2315         Move the "Calculating line breaks" message here.
2316
2317         * lily/system.cc (pre_processing):
2318         Move the "Calculating line breaks" message away from here.
2319         (break_into_pieces):
2320         Allow multiple calls to this function in sequence (with touching-but-
2321         not-overlapping breakpoints).
2322
2323         * lily/constrained-breaking.cc:
2324         Replace most of the get_XXXX functions with get_line_details.
2325         Only calculate the force for each line. Calculate configurations only
2326         for the lines we will actually use.
2327         Replace cols_ with lines_.
2328
2329 2006-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2330
2331         * mf/GNUmakefile (depth): remove FC_FIND.
2332
2333         * config.make.in (NCSB_SOURCE_FILES): subst NCSB_SOURCE_FILES
2334
2335         * configure.in (LINK_GXX_STATICALLY): call fc-match from within configure.
2336
2337         * scm/framework-ps.scm (write-preamble): new function.
2338         (write-preamble): load mac fonts via fondu, even if gs-font-load
2339         is set.
2340
2341 2006-05-03  Werner Lemberg  <wl@gnu.org>
2342
2343         * mf/GNUmakefile (FC_FIND): Fix typo.
2344
2345 2006-05-03  Erlend Aasland  <erlenda@gmail.com>
2346
2347         * stepmake/stepmake/generic-targets.make (cvs-clean): also remove out-www dirs.
2348
2349 2006-05-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
2350
2351         * stepmake/aclocal.m4: run python-config for crosscompiling
2352         flags. 
2353
2354         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system): add
2355         -f png for HTML, TEXINFO formats. 
2356
2357         * input/tutorial/lbook-html-test.html: new file.
2358
2359         * lily/include/tie-formatting-problem.hh (class
2360         Tie_formatting_problem): index Chord_outline_map by Tuple2 for
2361         [column, direction]. This fixes laissez vibrer ties.
2362  
2363         * flower/include/tuple.hh (struct Tuple2): new file.
2364
2365         * mf/GNUmakefile (FC_FIND): new function. Find ncsb using
2366         $(FCMATCH), only if $(NCSB_DIR) not set. 
2367
2368         * configure.in (LINK_GXX_STATICALLY): only warn if $NCSB_DIR set.
2369
2370         * config.make.in (DOCUMENTATION): set FCMATCH.  
2371
2372         * autogen.sh (srcdir): don't set --with-ncsb-dir. 
2373
2374 2006-05-03  Graham Percival  <gpermus@gmail.com>
2375
2376         * Documentation/user/ various: final round of reorg.
2377
2378         * Documentation/user/instrument-notation.itely: some more
2379         fixes from Eduardo, thanks!
2380
2381 2006-05-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
2382
2383         * VERSION (PACKAGE_NAME): release 2.9.3
2384
2385         * flower/file-path.cc (is_dir): canonicalize file name before stat'ing.
2386
2387         * lily/relocate.cc (framework_relocation): remove old relocation stuff.
2388
2389 2006-05-01  Mats Bengtsson  <mabe@s3.kth.se>
2390
2391         * scm/define-grob-properties.scm (all-user-grob-properties):
2392         Correct typo, thanks to Eduardo.
2393
2394 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
2395
2396         * scripts/GNUmakefile (SEXECUTABLES): remove lilypond-ps2png.scm
2397
2398         * buildscripts/lilypond-words.py (F): indent fix.
2399
2400         * input/regression/tie-arpeggio-collision.ly: new file.
2401
2402         * lily/tie-formatting-problem.cc (set_column_chord_outline): new
2403         function: store outlines per column rank.
2404
2405         * lily/include/tie-configuration.hh (class Tie_configuration): add
2406         column_ranks_ to specification and configuration, to distinguish
2407         between ties for different heads in arpegiated chords.
2408
2409         * lily/relocate.cc (framework_relocation): use INSTALLER_PREFIX.
2410
2411         * *.py: more 4 space indents.
2412
2413         * autogen.sh (conf_flags): set sensible default for with-ncsb-dir
2414
2415 2006-05-01  Joe Neeman  <joeneeman@gmail.com>
2416
2417         * scm/lily-library.scm: Fix guile 1.6 compatibility in inf? and nan?
2418
2419 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
2420
2421         * buildscripts/pfx2ttf.fontforge (err): create OTF files.
2422
2423         * scripts/abc2ly.py (dump_score): indent of 4 for python code. 
2424
2425         * configure.in (LINK_GXX_STATICALLY): remove locate() call.
2426
2427 2006-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2428
2429         * python/convertrules.py (conv): indent 4 for python files.
2430
2431 2006-04-29  Mats Bengtsson  <mabe@s3.kth.se>
2432
2433         * Documentation/user/changing-defaults.itely (Creating contexts):
2434         Clarify \new semantics.
2435
2436 2006-04-28  Graham Percival  <gpermus@gmail.com>
2437
2438         * Documentation/user/ various: major new sections in the
2439         Learning manual, slight reorg elsewhere.
2440
2441 2006-04-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
2442
2443         * mf/GNUmakefile (MFTRACE_FLAGS): add $(outdir) to $(ENCODING_FILE) 
2444
2445         * scm/framework-ps.scm (output-framework): remove PageMedia
2446
2447 2006-04-27  Graham Percival  <gpermus@gmail.com>
2448
2449         * Documentation/user/ tweaks.itely, working.itely: new
2450         files, being more advanced "learning manual" chapters.
2451
2452         * Documentation/user/ tutorial, putting, lilypond: reorg.
2453
2454 2006-04-26  Graham Percival  <gpermus@gmail.com>
2455
2456         * input/regression/lyric-combine-polyphonic.ly: fixed test
2457         (no more "can't find context `one'" error).
2458
2459 2006-04-25  Joe Neeman <joeneeman@gmail.com>
2460
2461         * lily/stem-tremolo.cc (print): fix whole note tremolo placement
2462
2463         * input/regression/stem-tremolo.ly: add 2 more whole note examples
2464         
2465 2006-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2466
2467         * lily/relocate.cc (read_relocation_dir): new function.
2468
2469 2006-04-26  Graham Percival  <gpermus@gmail.com>
2470
2471         * Documentation/user/instrument-notation.itely: a few more fixes
2472         from Eduardo, thanks!
2473
2474         * Documentation/user/README.txt: new file; contains info on
2475         style that used to be in lilypond.tely.
2476
2477         * Documentation/user/ various: first round of doc reorg.
2478
2479         * Documentation/user/baer-flat-bw.png: remove alpha bit from
2480         graphic; this probably causes problems on some pdf
2481         viewers, notably Adobe Acrobat.
2482
2483 2006-04-24  Graham Percival  <gpermus@gmail.com>
2484
2485         * Documentation/user/instrument-notation.itely: many alterations
2486         to Vocal music, from Eduardo Viera.
2487
2488 2006-04-23  Graham Percival  <gpermus@gmail.com>
2489
2490         * Documentation/user/instrument-notation.itely: fix \new
2491         instead of \context problem.
2492
2493 2006-04-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2494
2495         * lily/relocate.cc (expand_environment_variables): new function.
2496         (read_line): id.
2497         (read_relocation_file): id.
2498
2499         * scm/stencil.scm (eps-file->stencil): fix EPS PS embedding code 
2500
2501 2006-04-21  Erlend Aasland  <erlenda@gmail.com>
2502
2503         * ly/engraver-init.ly: remove old comments from TabVoice
2504
2505 2006-04-20  Graham Percival  <gpermus@gmail.com>
2506
2507         * Documentation/user/instrument-notation.itely: added Erlend's
2508         latest doc patch, thanks!
2509
2510 2006-04-19  Erlend Aasland <erlenda@gmail.com>
2511
2512         * lily/include/slur.hh:
2513         * lily/slur.cc:
2514         * lily/phrasing-slur-engraver.cc:
2515         * lily/slur-engraver.cc: Fix 'cut & paste' code by merging
2516         acknowledge_extra_object () from Phrasing_slur_engraver:: and
2517         Slur_engraver:: and putting it in
2518         Slur::auxiliary_acknowledge_extra_object ().
2519
2520         * ps/music-drawing-routines.ps (draw_dashed_slur): fix another bug
2521
2522         * lily/note-collision.cc: fix a comment
2523
2524 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
2525
2526         * stepmake/bin/add-html-footer.py: fix footer position in
2527         generated html files: before </body> and </html> tags.
2528
2529 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
2530
2531         * scripts/GNUmakefile: revert last "fix", which rather broke make.
2532         Earlier successive `make' commands finally compiled ok.
2533
2534         * Documentation/topdocs/INSTALL.texi: require mftrace 1.1.19.
2535
2536 2006-04-18  Erlend Aasland <erlenda@gmail.com>
2537
2538         * lily/include/stem-tremolo.hh:
2539         * lily/stem-tremolo.cc: move rotated_box () to Lookup:: and update
2540         callers.
2541
2542         * lily/lookup.cc:
2543         * lily/include/lookup.hh: add rotated_box ()
2544
2545 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
2546
2547         * scripts/GNUmakefile: bugfix: run help2man only after scripts have 
2548         been generated. Fixes "can't get `--help'" bug after make clean.
2549
2550         * THANKS: alphabetize contributors.
2551
2552 2006-04-17  Graham Percival  <gpermus@gmail.com>
2553
2554         * Documentation/user/instrument-notation.itely: added Erlend's
2555         tabs and banjo doc patch.  Thanks!
2556
2557 2006-04-17  Erlend Aasland  <erlenda@gmail.com>
2558
2559         * scm/define-grobs.scm: fix stem-attachment for tablature note heads.
2560
2561         * ps/music-drawing-routines.ps (draw_dashed_line): fix dash pattern bug.
2562
2563         * scm/output-lib.scm: add some more predefined string tunings.
2564
2565         * Documentation/user/instrument-notation.itely: and doc them.
2566
2567 2006-04-16  Jürgen Reuter  <reuter@ipd.uka.de>
2568
2569         * ly/engraver.ly: Remove obsolete comments.
2570
2571         * ly/gregorian-init.ly: Define default layout block.
2572
2573         * input/puer-fragment.ly: Updated and extended.
2574
2575 2006-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2576
2577         * lily/lily-parser-scheme.cc: Use them to fix --output=DIR/BASE
2578         pdf conversion behaviour.
2579
2580         * flower/file-name.cc (dir_name)
2581         (get_working_directory): Move from relocate.cc.
2582
2583         * lily/relocate.cc (setup_paths): Remove rogue stat calls.
2584         
2585         * lily/relocate.cc: Encapsulate sys/stat.h in
2586         HAVE_STAT_H.
2587
2588 2006-04-14  Graham Percival  <gpermus@gmail.com>
2589
2590         * Documentation/user/ various: small updates from Cameron
2591         and Juergen, thanks!
2592
2593         * Documentation/user/ various: small updates of my own.
2594
2595         * THANKS: 2.7 -> 2.8.
2596
2597 2006-04-11  Graham Percival  <gpermus@gmail.com>
2598
2599         * scm/define-context-properties.scm: typo.
2600
2601         * Documentation/user/ : many more small updates.
2602
2603 2006-04-13  Jürgen Reuter  <reuter@ipd.uka.de>
2604
2605         * scm/define-music-types.scm: disposed "docme".
2606
2607 2006-04-11  Erlend Aasland  <erlenda@gmail.com>
2608
2609         * lily/hairpin.cc: make niente circles a bit smaller.
2610
2611 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
2612
2613         * mf/GNUmakefile: remove redundant mftrace check. Also remove
2614         get-pfa and get-*-fonts targets.
2615
2616 2006-04-10  Graham Percival  <gpermus@gmail.com>
2617
2618         * THANKS, Documentation/user/ basic-notation, advanced-notation,
2619         music-glossary, programming-interface: more minor fixes
2620         from mailist.
2621
2622         * scm/define-grob-properties.scm: clarified direction, thanks Mats!
2623
2624         * scm/define-context-properties.scm: another old \property update.
2625         This time tested for compiling!
2626
2627 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
2628
2629         * mf/GNUmakefile: fix for mftrace version >= 1.2.0
2630
2631 2006-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2632
2633         * scm/define-context-properties.scm (all-user-translation-properties): 
2634         * Documentation/user/global.itely (Page formatting): Compile fix.
2635
2636 2006-04-09  Mats Bengtsson  <mabe@s3.kth.se>
2637
2638         * Documentation/user/advanced-notation.itely (Polymetric
2639         notation): Update the example to use the "+" symbol and add link
2640         to input/test/compound-time.ly.
2641
2642 2006-04-08  Graham Percival  <gpermus@gmail.com>
2643
2644         * scm/define-grob-properties.scm: clarify docs for #'direction.
2645
2646         * scm/define-context-properties.scm: update old \property override.
2647
2648         * Documentation/user/ advanced-notation, global, lilypond-book:
2649         more minor doc updates.
2650
2651 2006-04-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
2652
2653         * lily/parser.yy (Generic_prefix_music_scm): append lists, not objects.
2654
2655         * scm/backend-library.scm (search-gs): oops.
2656
2657 2006-04-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
2658
2659         * scripts/lilypond-book.py (output): use base, not filename for href.
2660
2661         * scm/backend-library.scm: only look for gs.
2662
2663         * scripts/lilypond-book.py (output): fix printfilename.
2664
2665         * lily/parser.yy (music_function_musicless_prefix): fold together
2666         definitions of signature (SCM*) (Music|post_event|chord_body_element)
2667
2668         * lily/slur.cc (print): only set font-size if not set yet.
2669
2670         * lily/slur-configuration.cc (add_score): improved layout of debug
2671         scoring output.
2672
2673 2006-04-05  David Feuer  <David.Feuer@gmail.com>
2674
2675         * music-drawing-routines.ps (draw_round_box): removed testing artifact.
2676         (draw_circle): Hopefully fixed regression.
2677         Improved documentation for several procedures.
2678         
2679 2006-03-04  Werner Lemberg  <wl@gnu.org>
2680
2681         * ly/engraver-init.ly (\Score): Add beam-event to quotedEventTypes.
2682
2683 2006-04-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
2684
2685         * scripts/musicxml2ly.py (bindir): add dynamic
2686         relocation. 
2687
2688 2006-04-04  Graham Percival  <gpermus@gmail.com>
2689
2690         * Documentation/user/ basic-notation, advanced-notation, putting,
2691         instrument-notation, invoking, lilypond, THANKS: another ream of small
2692         fixes from the Doc Helpers.
2693
2694 2006-04-03  David Feuer  <David.Feuer@gmail.com>
2695
2696         * music-drawing-routines.ps: remove superfluous gsave/grestore pairs.
2697
2698         * lilyponddefs.ps (set-ps-scale-to-lily-scale): Fixed code duplication.
2699
2700         * Cleaned up interfaces between PostScript and Scheme, and moved
2701         computations from PostScript to Scheme:
2702
2703         * music-drawing-routines.ps
2704         (*SF, stroke_and_fill): new procedures.  Replaced stroke and fill
2705         with stroke_and_fill throughout.
2706         (euclidean_length, print_letter, draw_box): Deleted unused
2707         procedures.  If someone needs draw_box, implement it using
2708         draw_round_box; don't duplicate code.
2709         (print_glyphs, draw_round_box, draw_polygon, draw_repeat_slash):
2710         Refactored/cleaned up interfaces.
2711         (mark_URI): Moved.
2712
2713         * output-ps.scm: reordered arguments to PostScript functions to
2714         match new interfaces
2715         (glyph-string): Rewrote glyph-string.
2716         (grob-cause): Replaced string-append with format.
2717         (repeat-slash): Rewrote to do computation here.
2718         (round-filled-box): Rewrote to do computation here.
2719
2720 2006-04-04  Erlend Aasland  <erlenda@gmail.com>
2721
2722         * stepmake/stepmake/generic-targets.make: add cvs-clean target
2723
2724         * stepmake/stepmake/toplevel- targets.make: print help info about
2725         cvs-clean
2726
2727 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
2728
2729         * input/regression/hairpin-circled.ly: new file
2730
2731 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
2732
2733         * lily/hairpin.cc (print): add support for circled tip
2734
2735         * scm/define-grob-properties.scm: add circled-tip parameter
2736
2737         * scm/define-grobs.scm: init circled-tip to false
2738         
2739 2006-04-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
2740
2741         * scm/music-functions.scm (quote-substitute): set
2742         iterators-ctor. 
2743
2744 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
2745
2746         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): set
2747         BSTINPUTS. 
2748
2749         * Documentation/topdocs/AUTHORS.texi (Top): add David Feuer.
2750
2751         * scm/output-ps.scm (glyph-string): revert cid selectfont.
2752
2753 2006-03-31  David Feuer  <david.feuer@gmail.com>
2754         
2755         * scm/framework-ps.scm:
2756         
2757         * scm/output-ps.scm: glyph-string now produces smaller, more
2758         readable, and probably faster PostScript.  Several findfont
2759         scalefont setfont instances changed to selectfont
2760         Hacked-up string-appends changed to formats.
2761
2762         * ps/music-drawing-routines.ps: add print_letter, print_glyphs.
2763         
2764 2006-03-30  Graham Percival  <gpermus@gmail.com>
2765
2766         * scm/lily-library.scm: make "no version" warning message more polite.
2767
2768         * lily/music.cc: add double quotes to failed octave check.
2769
2770         * Documentation/user/ advanced-notation, changing-defaults,
2771         instrument-notation, invoking, music-glossary: whole bunch of minor
2772         fixes from mailist.
2773
2774 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
2775
2776         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): use
2777         $(buildscriptdir) iso. depth.
2778
2779         * VERSION (PACKAGE_NAME): release 2.9.1
2780
2781 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
2782
2783         * lily/pango-font.cc (pango_item_string_stencil): more robustness.
2784
2785         * VERSION (PATCH_LEVEL): bump version number.
2786
2787         * flower/include/guile-compatibility.hh (scm_from_uint32): add
2788         scm_from_uint32 ()
2789
2790         * lily/pango-font.cc (pango_item_string_stencil): use
2791         scm_from_uint32 ()
2792
2793         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
2794         $(outdir)/emmentaler-%.svg): remove canary.
2795
2796         * lily/pango-font.cc (pango_item_string_stencil): only use uXXX
2797         glyphnames if we have a ttf font.
2798
2799 2006-03-30  Mats Bengtsson  <mabe@s3.kth.se>
2800
2801         * Documentation/user/advanced-notation.itely (Font selection):
2802         Corrected reference to the font-family-override.ly example.
2803
2804 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
2805         
2806         * lily/chord-tremolo-engraver.cc (acknowledge_stem): set the
2807         stem-tremolo object in the stem (or else the stem might not be
2808         long enough).
2809
2810 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
2811
2812         * lily/ttf.cc (print_trailer): only print existing glyphs.
2813
2814 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
2815
2816         * lily/stem-tremolo.cc (print): for whole notes (and breves, etc.)
2817         position the tremolo based on the position of the notehead.
2818
2819         * input/regression/stem-tremolo.ly: add example of unbeamed eighth
2820         notes and update the texidoc line with the new positioning rules.
2821         
2822 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
2823
2824         * lily/ttf.cc (print_trailer): don't always use uXXX glyphname.
2825
2826         * scripts/lilypond-book.py (Module): set default for linewidth if
2827         preamble not found.
2828
2829 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
2830
2831         * VERSION (PACKAGE_NAME): release 2.9.0.
2832
2833         * input/regression/stem-tremolo-position.ly: new file.
2834
2835         * lily/stem-tremolo.cc: remove Stem_tremolo::dim_callback
2836
2837 2006-03-28  Joe Neeman  <joeneeman@gmail.com>
2838
2839         * lily/stem-tremolo.cc (print): position
2840         the tremolo depending only on the end of the stem
2841         and not on the notehead
2842         (raw_stencil): center, on the middle staff line, the
2843         flag that is closest to the end of the stem (previously
2844         the bottom flag)
2845         (calc_width): add this callback to shorten a tremolo when
2846         it is beamed or it is stemup with a flag
2847         (style): add this callback to make a tremolo rectangular when
2848         it is beamed or it is stemup with a flag
2849         (rotated_box): this is like Lookup::beam but makes a rotated
2850         rectangle instead of a parallelogram
2851
2852         * lily/stem.cc (calc_stem_info): make sure the stem
2853         is long enough to fit the tremolo
2854         (calc-length): reduce the length of tremolo stems since the
2855         tremolo code is now capable of better positioning
2856
2857         * scm/define-grobs.scm: make calc_width the default beam-width
2858         callback for stem-tremolo and add the style callback
2859                 
2860 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
2861
2862         * lily/tuplet-bracket.cc (calc_control_points): handle suicide
2863         case. 
2864
2865 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
2866
2867         * lily/ttf.cc (make_index_to_charcode_map): restore old
2868         cmap. 
2869
2870 2006-03-28  Werner Lemberg  <wl@gnu.org>
2871
2872         * lily/pango-font.cc (get_unicode_name): Fix `uXXXXX' glyph names.
2873
2874 2006-03-28  Graham Percival  <gpermus@gmail.com>
2875
2876         * THANKS: update for 2.9, add section for Documentation helpers.
2877
2878         * Documentation/topdocs/NEWS.tely: compile fix.
2879
2880         * Documentation/user/ basic-notation, global, advanced-notation,
2881         examples.itely: minor fixes from mailist.
2882
2883 2006-03-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
2884
2885         * mf/feta-bolletjes.mf: match width of solfa notes with normal
2886         note heads. 
2887
2888         * lily/ttf.cc (print_trailer): use it.
2889
2890         * lily/pango-font.cc (get_unicode_name): new function.
2891
2892         * lily/ttf.cc (make_index_to_charcode_map): move function from
2893         open-type-font.cc
2894         (print_trailer): substitute uniXXXX name if applicable. 
2895
2896         * lily/pango-font.cc (get_index_to_charcode_map): new function.
2897         (pango_item_string_stencil): use it to generate uniXXXX names.
2898
2899         * mf/feta-bolletjes.mf (overdone_heads): add small style (ugly)
2900         note heads, for uniform widths in shape note output.
2901         (overdone_heads): hmm. remove them again.
2902
2903         * scripts/lilypond-book.py (output): add links to filenames.
2904
2905         * Documentation/topdocs/INSTALL.texi (Top): update versions.
2906
2907         * lily/note-collision.cc (get_clash_groups): only consider when
2908         Note_column::dir <> CENTER. 
2909
2910         * scripts/lilypond-book.py (get_option_parser): init output_name
2911         to ''. 
2912
2913 2006-03-24  Graham Percival  <gpermus@gmail.com>
2914
2915         * Documentation/topdocs/NEWS.tely: add @end itemize
2916
2917         * Documentation/user/ global, advanced-notation: minor
2918         stuff from mailist.
2919
2920 2006-03-23  Graham Percival  <gpermus@gmail.com>
2921
2922         * Documentation/user/ lilypond.tely, music-glossary,
2923         preface: housekeeping; 2005->2006, remove "notes for 2.6"
2924
2925 2006-03-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
2926
2927         * mf/GNUmakefile: don't install .enc files.
2928
2929         * Documentation/topdocs/NEWS.tely: clear for 2.9 cycle.
2930
2931         * VERSION (PATCH_LEVEL): bump to 2.9.0
2932
2933 2006-03-22  Graham Percival  <gpermus@gmail.com>
2934
2935         * Documentation/user/advanced-notation.itely: minor fixes
2936         from mailist.
2937
2938 2006-03-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
2939
2940         * Documentation/topdocs/AUTHORS.texi (Top): add Joe Neeman.
2941
2942         * branch lilypond_2_8
2943
2944 2006-03-22  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
2945
2946         * scripts/lilypond-book.py (samefile): new function, for windoze
2947         compatibility.
2948
2949 2006-03-21  Graham Percival  <gpermus@gmail.com>
2950
2951         * ly/engraver-init.ly: add info about StaffGroup.
2952
2953 2006-03-21  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
2954
2955         * input/regression/stem-direction-context.ly: idem.
2956
2957         * Documentation/topdocs/NEWS.tely (Top): fix interpolation example.
2958
2959         * THANKS: add Mats.
2960
2961         * input/regression/page-layout-twopass.ly: comment out \markup so
2962         tweak-file is left.
2963
2964         * lily/instrument-name-engraver.cc (finalize): add to instrument
2965         name global System. This also fixes chopped instrument names, but
2966         doesn't crash when there are slurs/beams.
2967
2968         * lily/slur-configuration.cc (add_score): disallow negative slur
2969         scores.
2970         
2971 2006-03-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2972
2973         * scm/framework-ps.scm (dump-stencil-as-EPS): remove debugging code.
2974
2975         * lily/instrument-name-engraver.cc (process_music): kludge: add
2976         InstrumentName spanner to axis group of left bound. Fixes chopped
2977         off instrument names in EPS images.
2978
2979         * input/regression/lyric-hyphen-retain.ly: elaborate explanation.
2980
2981         * scripts/abc2ly.py (option_parser): update to 2.7.40
2982
2983 2006-03-20  Graham Percival  <gpermus@gmail.com>
2984
2985         * THANKS: move small doc contributors to SUGGESTIONS.
2986
2987         * Documentation/user/ basic-notation, advanced-notation,
2988         global: small changes from mailist.
2989
2990 2006-03-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2991
2992         * Documentation/user/advanced-notation.itely (Text marks): update
2993         for new rehearsalMarkAlignSymbol convention.
2994
2995         * VERSION (PATCH_LEVEL): bump version.
2996
2997         * input/test/instrument-name-align.ly: new file.
2998
2999         * scm/define-markup-commands.scm (hcenter-in): add hcenter-in.
3000
3001         * input/test/instrument-name-align.ly: new file. Document how to
3002         align instrument names.
3003
3004         * lily/mark-engraver.cc: remove properties.
3005
3006         * scm/define-context-properties.scm
3007         (all-user-translation-properties): remove align symbol properties
3008         for barnumber/reh. mark.
3009
3010         * lily/break-align-interface.cc (self_align_callback): new
3011         interface, new function. Look at complete alignment. This handles
3012         tunable break alignments in case break-align-symbols are missing.
3013
3014         * lily/bar-number-engraver.cc (acknowledge_break_alignment): new function
3015
3016         * lily/mark-engraver.cc (acknowledge_break_alignment): new function.
3017
3018         * python/convertrules.py (conv): mark/bar number alignment rule.
3019
3020         * lily/break-align-interface.cc (calc_positioning_done): also
3021         store offset from last visible break-alignment to its
3022         neighbor. This makes alignment on non-visible objects more reliable.
3023
3024         * po/lilypond.pot (Module): ran po-replace.
3025
3026         * input/regression/tie-single-manual.ly (Module): new file.
3027
3028         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
3029         look at has_manual_position_.
3030         (from_ties): set has_manual_position_ if tie has staff-position set.
3031
3032         * lily/tuplet-bracket.cc (calc_positions): idem.
3033
3034         * lily/tuplet-number.cc (print): don't print tupletnumber if it
3035         doesn't span time.
3036
3037 2006-03-19  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3038
3039         * scm/define-markup-commands.scm (smallCaps): new markup command
3040         for turning a text to small caps using smaller font size and upper
3041         casing.
3042
3043 2006-03-17  Graham Percival  <gpermus@gmail.com>
3044
3045         * Documentation/user/ examples, instrument-notation,
3046         advnaced-notation: minor fixes from mailist.
3047
3048 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3049
3050         * Documentation/user/tutorial.itely (First steps): change example
3051         to verbatim.  
3052
3053 2006-03-17  Graham Percival  <gpermus@gmail.com>
3054
3055         * Documentation/user/ examples, advanced: minor changes from mailist.
3056
3057         * THANKS: add Geoff Horton, for documentation stuff.
3058
3059 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3060
3061         * python/lilylib.py (system): revert have_select kludge.
3062
3063         * Documentation/user/tutorial.itely (Commenting input files):
3064         update version numbers in doc. 
3065
3066         * scm/define-grob-interfaces.scm (multi-measure-interface): add
3067         bound-padding to multi-measure-interface
3068
3069 2006-03-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3070
3071         * input/test/engraver-example.ily: update version number.
3072
3073         * VERSION (PACKAGE_NAME): release 2.7.39
3074
3075         * lily/note-spacing.cc (get_spacing): heighten threshold where
3076         accidentals/arpeggios influence previous spacing fully.
3077
3078         * lily/rest.cc (y_offset_callback): only use direction if
3079         staff-position wasn't set before.
3080
3081         * lily/bar-number-engraver.cc: add support for
3082         barNumberAlignSymbol. 
3083         add ADD_ACKNOWLEDGER() call for break_aligned. Fixes bar-number-breathe
3084
3085         * lily/pointer-group-interface.cc (set_ordered): new function. 
3086         (add_unordered_grob): new function.
3087
3088         * lily/grob-array.cc (Grob_array): grob-arrays are always assumed
3089         to ordered, unless the opposite has been proved.  This fixes
3090         random reordering of large object groups across linebreaks,
3091         eg. beams.
3092
3093         * lily/main.cc (do_chroot_jail): printf format fix.
3094
3095         * lily/tie-formatting-problem.cc (generate_configuration):
3096         multiply y-shift for dot with direction.
3097  
3098         * scm/define-markup-commands.scm (note-by-number): put (magstep
3099         size) in y-attach too.
3100
3101         * Documentation/topdocs/NEWS.tely (Top): show override.
3102
3103         * scm/define-grobs.scm (all-grob-descriptions): reinstate neutral
3104         direction for stems.
3105         
3106 2006-03-15  Graham Percival  <gpermus@gmail.com>
3107
3108         * Documentation/user/ changing-defaults, global: minor
3109         fixes from mailist.
3110
3111 2006-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3112
3113         * lily/lexer.ll (Lily_lexer): bump required version to 2.7.38
3114
3115         * lily/spacing-spanner.cc (musical_column_spacing): crude fix for
3116         breakable items after uniformly stretched notes.
3117
3118         * lily/tie-formatting-problem.cc (set_chord_outline): initialize
3119         outline with outer edge of note heads. This prevents infinity
3120         problems with tied whole notes.
3121
3122         * scripts/lilypond-book.py (do_file): use os.popen
3123
3124         * python/convertrules.py (conv): add rule for Stem #'beamed-*
3125
3126 2006-03-14 Erik Sandberg  <mandolaerik@gmail.com>
3127
3128         * Documentation/user/invoking.itely: Add ragged-right to bug report
3129         guidelines.
3130
3131 2006-03-14  Graham Percival  <gpermus@gmail.com>
3132
3133         * Documentation/user/global.itely: small fix from mailist.
3134
3135 2006-03-14  Mats Bengtsson  <mabe@s3.kth.se>
3136
3137         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use the
3138         file descriptor returned by tempfile.mkstemp() when writing
3139         to tmpfile and closing it. Solves problem with unlink(tmpfile)
3140         on mingw.
3141
3142 2006-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3143
3144         * po/fi.po: newline bugfix.
3145
3146 2006-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3147
3148         * scm/paper.scm (paper-alist): Rounding fixes.
3149
3150 2006-03-13  Graham Percival  <gpermus@gmail.com>
3151
3152         * Documentation/user/ changing-defaults, instrument-notation,
3153         tutorial: small fixes from mailist, mostly from Mats.  Thanks!
3154
3155 2006-03-13 Heikki Junes  <hjunes@cc.hut.fi>
3156
3157         * po/fi.po: update.
3158
3159 2006-03-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3160
3161         * stepmake/bin/add-html-footer.py (mail_address_url): don't add
3162         mailto: to http:// 
3163
3164         * python/lilylib.py (print_environment): move ps_page_count to
3165         lilypond-book.py
3166
3167 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3168
3169         * Documentation/user/music-glossary.tely (G clef): fix clef alignments.
3170
3171         * scm/framework-ps.scm (embed-document): new function. Use to
3172         embed PFA files.
3173
3174         * ly/engraver-init.ly: init rehearsalMarkAlignSymbol to staff-bar.
3175
3176 2006-03-12  Mats Bengtsson  <mabe@s3.kth.se>
3177
3178         * Documentation/user/instrument-notation.itely (Setting simple
3179         songs): Added \book{...} around the full example, so the separate
3180         markups are included in the printed example. 
3181
3182 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3183
3184         * scripts/lilypond-book.py (get_latex_textwidth): explicitly close
3185         tmphandle.
3186
3187         * python/lilylib.py (system): rewrite system() using
3188         subprocess. Remove >& redirection trickery.
3189
3190 2006-03-11  Graham Percival  <gpermus@gmail.com>
3191
3192         * Documentation/user/ changing-defaults, global, scheme-tutorial,
3193         notation-appendices.itely: minor fixes from mailist.
3194
3195 2006-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3196
3197         * Documentation/user/GNUmakefile ($(outdir)/lilypond.html):
3198         unsplit man also needs images.
3199
3200         * tex/texinfo.tex (sectionheading, q.v.): relax after \char'15.
3201
3202         * VERSION (PACKAGE_NAME): 2.7.38 released.
3203
3204 2006-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3205
3206         * scripts/lilypond-book.py (get_latex_textwidth): look for latex
3207         log in output dir.
3208
3209 2006-03-08  Johannes Schindelin  <Johannes.Schindelin@gmx.de>
3210
3211         * lily/audio-column.cc, lily/score-performer.cc: MIDI output now
3212         respects the Score.skipTypesetting property.
3213         
3214 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3215
3216         * scm/framework-ps.scm (ps-embed-cff): no Setup section in
3217         Prolog. No %%EOF after CFF file.
3218
3219 2006-03-08  Joe Neeman  <joeneeman@gmail.com>
3220         
3221         * lily/constrained-breaking.cc (get_max_systems): used to return a
3222         much too big value
3223         (combine_demerits): use pointers to reduce copying data
3224         (calc_subproblem): idem
3225         (get_page_penalty): add page turn penalties
3226         
3227 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3228
3229         * Documentation/user/invoking.itely (Invoking lilypond): better
3230         explanation of -e usage.
3231
3232         * lily/main.cc (main_with_guile): don't append to
3233         init_scheme_code_string
3234
3235         * tex/texinfo.tex (sectionheading, q.v.): don't center @image.
3236
3237         * Documentation/user/invoking.itely: add note about MacOS X scripts.
3238
3239         * scripts/convert-ly.py (do_options): don't print help for
3240         --show-rules rule.
3241
3242         * tex/texinfo.tex: patch texinfo.tex to leave single quotes in
3243         @code and @example. Update from texinfo.tex from CVS.
3244
3245 2006-03-08  Graham Percival  <gpermus@gmail.com>
3246
3247         * Documentation/user/scheme-tutorial.itely: clarifies distances
3248         measured in staff-spaces.
3249
3250 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3251
3252         * lily/slur.cc (outside_slur_callback): only calculate offsets if
3253         consider[k] is true.
3254
3255         * scm/output-ps.scm (grob-cause): put numbers to ~$ (Thanks Johannes!)
3256
3257         * lily/spacing-basic.cc (standard_breakable_column_spacing): also
3258         consider columns that have originals.  Unifies spacing for mm
3259         rests around line breaks.
3260
3261         * lily/multi-measure-rest.cc (set_spacing_rods): read bound-padding.
3262         (set_text_rods): idem.
3263         (calculate_spacing_rods): new function: share code between
3264         set_text_rods and set_spacing_rods.
3265         (set_text_rods): take extents of bounds into account.  
3266
3267 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3268
3269         * Documentation/user/basic-notation.itely (Writing music in
3270         parallel): don't use relative.
3271
3272 2006-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3273
3274         * ly/music-functions-init.ly (Module): add shiftDurations
3275
3276         * ly/drumpitch-init.ly (drumPitchNames): add tamtam.
3277
3278         * scm/paper.scm (paper-alist): no decimals for Ax paper sizes. 
3279
3280         * ly/engraver-init.ly: init vocalName to nil.
3281
3282 2006-03-05 Erik Sandberg  <mandolaerik@gmail.com>
3283
3284         * scm/music-functions.scm (music->make-music): bugfix,
3285         KeyChangeEvents are now handled correctly.
3286
3287         * scripts/lilypond-book.py: Add --debug option.
3288
3289 2006-03-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3290
3291         * python/lilylib.py: add tempfile.
3292
3293 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3294
3295         * VERSION (PACKAGE_NAME): release 2.7.37
3296
3297         * python/lilylib.py (ps_page_count): remove make_ps_images().
3298         (ps_page_count): remove mkdir_p
3299         (system): remove cleanup_temp.
3300         (exit): remove lilypond_version_(check)
3301         (error_log): remove pseudo_filter_p
3302         remove read_pipe
3303         remove cp_to_dir
3304         remove identify
3305
3306         * scripts/lilypond-book.py (Lilypond_snippet.compose_ly): don't
3307         use __main__
3308
3309         * lily/accidental-engraver.cc (make_standard_accidental): only add
3310         support for side-axis is X_AXIS. Fixes text-spacing-accidental.ly
3311
3312         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
3313         $(outdir)/emmentaler-%.svg): rewrite without functions; too many
3314         Make incompatibilities.
3315
3316         * scm/output-ps.scm (grob-cause): replace backslashes by /
3317         (glyph-string): use ~$ for less decimals for glyph-string and grob-cause.
3318
3319 2006-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3320
3321         * cygwin/GNUmakefile: Install fixes.
3322
3323         * scripts/GNUmakefile (SEXECUTABLES): Install fix: remove mup2ly.
3324
3325         * lily/note-head.cc (head::get_balltype): Compile fix.
3326
3327         * flower/file-name.cc (dos_to_posix): Flower string fix.
3328
3329 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3330
3331         * python/lilylib.py: pychecker cleanups.
3332
3333         * scripts/lilypond-book.py
3334         (Lilypond_snippet.output_print_filename): pychecker cleanups
3335
3336         * scripts/midi2ly.py (Key.dump): pychecker cleanups.
3337
3338         * python/lilylib.py (underscore): remove identify() , warranty()
3339
3340         * ps/music-drawing-routines.ps: change Border routine for GSView
3341         compatibility.
3342
3343         * lily/stem.cc (height): use quantize-positions.  This triggers
3344         set_stem_lengths, so scripts on beamed stems are handled correctly.
3345
3346         * lily/side-position-interface.cc (aligned_side): check if edges
3347         of script are inside staff. Fixes accent of edge of the staff.
3348
3349         * input/regression/staccato-pos.ly: more examples.
3350
3351         * stepmake/aclocal.m4 (depth): fix bashism.
3352
3353         * lily/lyric-combine-music-iterator.cc: move from
3354         new-lyric-combine-iterator.cc
3355         (process): add pending_grace_lyric_ member to delay lyrics on
3356         grace notes.
3357
3358         * lily/system-start-text.cc (print): suicide if we don't have any
3359         elements. Fixes hara kiri'd instrument names.
3360
3361         * scripts/mup2ly.py (Module): remove.
3362
3363 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3364
3365         * Documentation/user/global.itely (A single music expression):
3366         close @lilypond properly
3367
3368         * lily/volta-bracket.cc (modify_edge_height): change from
3369         after_line_breaking_callback. Suicide last bracket if appropriate.
3370  
3371         * python/lilylib.py: strip getopt support
3372
3373         * scripts/etf2ly.py (do_options): use optparse
3374
3375         * scripts/midi2ly.py: optparse, strip lilylib copy. 
3376
3377         * scripts/abc2ly.py (voices): use optparse.
3378
3379         * stepmake/stepmake/generic-vars.make: new function absdir.
3380
3381         * scripts/convert-ly.py (bindir): use optparse, argv[0] relocation.
3382
3383         * scripts/lilypond-book.py (find_file): use global_options for
3384         include path
3385
3386         * scm/ps-to-png.scm (ps-page-count): prevent null characters
3387         entering C code.
3388
3389 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3390
3391         * python/lilylib.py (get_global_option): ughness for extracting
3392         global options from lilylib.
3393         (NonDentedHeadingFormatter.format_heading): move from musicxml2ly
3394
3395         * scripts/lilypond-book.py (get_option_parser): use optparse for
3396         option handling.  Put options in global_options variable.
3397
3398 2006-02-28  Heikki Junes  <hjunes@cc.hut.fi>
3399
3400         * Documentation/index.html.in: clarify.
3401
3402 2006-02-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3403
3404         * scm/layout-page-layout.scm (write-page-breaks): add a
3405         music-system-heights property to the page layout output.
3406
3407         * scm/page.scm (make-page-stencil): take footer into account when
3408         computing the 'space-left page property
3409         (annotate-space-left): take footer into account when annonating
3410         space left.
3411
3412 2006-02-28  Graham Percival  <gpermus@gmail.com>
3413
3414         * Documentation/user/ advanced-notation, global: more (final)
3415         docs for music expressions, removed special fermatas.
3416
3417 2006-02-27  Graham Percival  <gpermus@gmail.com>
3418
3419         * Documentation/user/ basic-notation, global: minor changes
3420         from mailist.
3421
3422 2006-02-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3423
3424         * scm/framework-ps.scm:         
3425         * scm/lily-library.scm (nan?, inf?): Move guile 1.6 compatibility
3426         layer for inf? and nan? from framework-ps to lily-library.
3427
3428 2006-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3429
3430         * mf/GNUmakefile ($(outdir)/emmentaler-$(1).otf
3431         $(outdir)/emmentaler-$(1).svg): remove backslashes from define endef.
3432
3433         * buildscripts/substitute-encoding.py (Module): remove file.
3434
3435         * mf/GNUmakefile: more PFA strippage.
3436
3437         * mf/aybabtu.pe.in (i): remove PFAaybabtu generation
3438
3439         * buildscripts/gen-emmentaler-scripts.py (i): remove PFAemmentaler
3440         generation
3441
3442         * scm/framework-ps.scm: remove font name munging.
3443
3444         * Documentation/topdocs/INSTALL.texi (Top): bump GS requirement.
3445
3446 2006-02-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3447
3448         * scm/markup.scm (define-markup-command): change
3449         def-markup-command to define-markup-command
3450
3451         * scm/music-functions.scm (define-music-function): change
3452         def-music-function to define-music-function.
3453
3454         * python/convertrules.py (conv): rules for def-music-function
3455         and def-markup-commands
3456
3457         * Documentation/user/programming-interface.itely,
3458         input/no-notation/display-lily-tests.ly,
3459         input/regression/lily-in-scheme.ly,
3460         input/regression/markup-user.ly,
3461         input/regression/music-function.ly, input/regression/tie-chord.ly,
3462         scm/fret-diagrams.scm, ly/music-functions-init.ly,
3463         ly/gregorian-init.ly: use new macro names (define-music-function,
3464         define-markup-command).
3465
3466 2006-02-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3467
3468         * scripts/lilypond-book.py (main): write Makefile dependencies file. 
3469         (output): add comments to lp-book latex output.
3470
3471         * GNUmakefile.in (footifymail): use gmane address for webpage bug
3472         address.
3473
3474 2006-02-23  Graham Percival  <gpermus@gmail.com>
3475
3476         * Documentation/user/ tutorial, global: minor changes.
3477
3478 2006-02-23  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3479
3480         * mf/GNUmakefile: add '\' in multi-line "define ... endef"
3481         blocks (for make 3.80)
3482
3483         * scm/parser-ly-from-scheme.scm (ly:parse-string-result): add
3484         \notemode so that user should not have to explicitely type it.
3485
3486         * scm/define-music-display-methods.scm: various
3487         fixes (ApplyOutputEvent, ApplyContext; \new, \context and derived
3488         constructs)
3489
3490         * input/no-notation/display-lily-tests.ly: new tests for
3491         \applyOutput and \applyContext
3492
3493 2006-02-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3494
3495         * lily/constrained-breaking.cc: patch by Joe Neeman: "I have
3496         changed it slightly so that the number of systems returned by
3497         solve () will be the same as the last value passed to resize
3498         (). I've also added more documentation, removed casts, fixed style
3499         problems and put in some recovery if constraints aren't satisfied."
3500
3501 2006-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3502
3503         * elisp/lilypond-mode.el (count-matches-as-number): New funtion
3504         for emacs < 22 compatibility.
3505         (count-rexp): Use it.
3506         (LilyPond-string-current-midi, LilyPond-string-all-midi): Remove
3507         substring juggling (Milan Zamazal).
3508
3509 2006-02-23  Graham Percival  <gpermus@gmail.com>
3510
3511         * Documentation/user/ basic-notation, advanced-notation,
3512         global.itely, invoking.itely, tutorial,itely:
3513         minor fixes from mailist.
3514
3515         * scm/define-markup-commands.scm: improve docs of \filled-box.
3516
3517 2006-02-23  Heikki Junes  <hjunes@cc.hut.fi>
3518
3519         * Documentation/index.html.in: changes concern the previous release.
3520
3521         * input/regression/+.ly: cultivate typographical terminology.
3522
3523 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3524
3525         * scm/define-grob-interfaces.scm (parentheses-interface): add
3526         padding to parentheses-interface.
3527
3528         * Documentation/user/GNUmakefile: remove $(CROSS) support from
3529         Documentation/user/GNUmakefile. Use --disable-documentation for that.
3530
3531         * VERSION (PATCH_LEVEL): release 2.7.36
3532
3533         * lily/slur.cc: add avoid-slur (ugh.)
3534         
3535         * lily/slur-configuration.cc (fit_factor): oops, skip point if
3536         intersection gets smaller. This fixes slurs over extreme points.
3537
3538         * lily/melody-engraver.cc (stop_translation_timestep): ignore
3539         stems with neutral-direction set.
3540
3541         * lily/piano-pedal-engraver.cc (create_text_grobs): idem.
3542
3543         * lily/open-type-font.cc (load_table): format error.
3544
3545         * lily/change-iterator.cc (process): format fix.
3546
3547         * flower/include/international.hh (_f): idem.
3548
3549         * flower/include/std-string.hh: add format printf attribute.
3550
3551         * scm/define-grobs.scm (all-grob-descriptions): height of all
3552         PedalLineSpanner is Y-extent property. Fixes pedal-ped.ly
3553
3554         * lily/ambitus-engraver.cc (finalize): use grob_array. This fixes
3555         ambitus lines.
3556
3557         * input/regression/beam-cross-staff-slope.ly: remove decrescendo.
3558
3559 2006-02-22 Erik Sandberg  <mandolaerik@gmail.com>
3560
3561         * input/regression/: upgraded syntax for some files.
3562
3563         * THANKS: Add bughunters.
3564
3565 2006-02-22  Graham Percival  <gpermus@gmail.com>
3566
3567         * Documentation/user/ invoking.itely, advanced-notation.itely,
3568         global.itely: long-awaited "let's make chapter 10 not suck"
3569         update.  Rearrange chapter 10; now called "global issues",
3570         addresses file structure, etc.  Some info from other files
3571         moved into global.itely.
3572
3573 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3574
3575         * lily/accidental-engraver.cc (acknowledge_rhythmic_head): also
3576         catch trill-span-event notes.
3577
3578         * Documentation/user/examples.itely (Ancient notation templates): typo.
3579         (Jazz combo): typo.
3580
3581         * scripts/lilypond-book.py (main): scrap invokes_lilypond(). 
3582
3583         * Documentation/user/basic-notation.itely (Ties): document \repeatTie.
3584
3585         * Documentation/topdocs/NEWS.tely (Top): document \repeatTie.
3586
3587         * scm/define-music-types.scm (music-descriptions): add RepeatTieEvent
3588
3589         * lily/repeat-tie-engraver.cc (acknowledge_note_head): new file. cut & paste
3590         froum Laissez_vibrer_engraver.
3591
3592         * ly/declarations-init.ly (repeatTie): add \repeatTie
3593
3594         * scm/define-grobs.scm (all-grob-descriptions): add RepeatTie, RepeatTieColumn
3595
3596         * scm/define-grob-properties.scm (all-user-grob-properties): add
3597         head-direction property.
3598
3599         * lily/tie-formatting-problem.cc (from_semi_ties): rename from
3600         from_lv_ties. Take head direction argument.
3601
3602         * lily/semi-tie-column.cc: rename from
3603         laissez-vibrer-tie-column.cc. Rename class too.
3604
3605         * lily/semi-tie.cc: rename from laissez-vibrer-tie.cc. Rename
3606         class too.
3607
3608         * lily/paper-score.cc (find_break_indices): move from Break_algorithm.
3609
3610         * lily/break-algorithm.cc (find_break_indices): remove linewidth <
3611         0 case.
3612         (find_breaks): idem.
3613
3614 2006-02-21  Graham Percival  <gpermus@gmail.com>
3615
3616         * Documentation/user/advanced-notation.itely: fixed make-moment]
3617         example.
3618
3619         * Documentation/user/basic-notation.itely: more clarification to
3620         transpose.
3621
3622 2006-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3623
3624         * lily/include/constrained-breaking.hh (class
3625         Constrained_breaking): new file.
3626
3627         * lily/constrained-breaking.cc (resize): new file.
3628
3629         * lily/gourlay-breaking.cc (do_solve): ragged-last iso raggedlast
3630
3631         * Documentation/user/advanced-notation.itely (Clusters): insert
3632         end ignore too.
3633
3634         * lily/tie-column.cc (calc_positioning_done): support for
3635         tie-score debugging
3636
3637         * lily/tie-formatting-problem.cc
3638         (generate_extremal_tie_variations): factor out.
3639         (score_ties_configuration): annotate all tie 
3640         (print_ties_configuration): new routine.
3641         (generate_configuration): nudge extremal ties outside of the head
3642         Y extents.
3643         (score_ties_configuration): oops. convert to staff-space before
3644         determining position symmetry.
3645
3646 2006-02-20  Graham Percival  <gpermus@gmail.com>
3647
3648         * Documentation/user/*-notation.itely: misc minor editing,
3649         shifting doc sections around.
3650
3651         * Documentation/user/*-notation-itely, global.itely,
3652         changing-defaults.itely: added new stuff from NEWS.
3653
3654 2006-02-20  Heikki Junes  <hjunes@cc.hut.fi>
3655
3656         * po/fi.po: update.
3657
3658 2006-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3659
3660         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): don't run
3661         lilypond --verbose for lp-book.
3662
3663         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
3664         $(outdir)/%.ly $(outdir)/%.ps): use $(srcdir) iso $(shell pwd).
3665
3666         * make/lysdoc-rules.make ($(outdir)/collated-files.tely): use
3667         $(buildscript-dir) iso. absolute depth.
3668
3669         * buildscripts/genicon.py (dir): thinko.
3670
3671         * Documentation/pictures/GNUmakefile ($(outdir)/%.ico): typo.
3672
3673 2006-02-19 Erik Sandberg  <mandolaerik@gmail.com>
3674
3675         * scm/output-lib.scm: swap darkcyan/darkyellow
3676
3677         * THANKS: Add bughunters.
3678
3679 2006-02-19  Graham Percival  <gpermus@gmail.com>
3680
3681         * Documentation/user/programming-interfaces.itely: fixed example.
3682
3683         * Documentation/user/instrument-notation.itely: fix @{ @}.
3684
3685         * scm/script.scm: add avoid-slur for \open.
3686
3687 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3688
3689         * lily/tie-formatting-problem.cc (score_configuration): use
3690         sliding score for min-length. 
3691
3692         * Documentation/pictures/GNUmakefile (local-dist): loose the rule
3693         spaghetti for icons.
3694
3695         * buildscripts/genicon.py (program_name): new file.
3696
3697         * lily/tie-formatting-problem.cc (set_chord_outline): put dots
3698         in outline too.  
3699         (generate_configuration): for small ties, also look for collisions
3700         at Y + DIR*h + DELTA_Y.
3701         (get_variations): consider variation for dot positions too.
3702
3703         * lily/side-position-interface.cc (aligned_side): take abs for
3704         quantized rounded position. Fixes tenuto below staff.
3705
3706         * scm/stencil.scm (annotate-y-interval): robustify: print nan/inf
3707         markers when necessary.
3708
3709         * lily/program-option.cc (internal_set_option): add
3710         strict_infinity_checking option.
3711
3712         * scm/output-lib.scm (cyan): swap yellow and cyan.
3713
3714 2006-02-19  Graham Percival  <gpermus@gmail.com>
3715
3716         * darwin.patch: trivial linenumber update.
3717
3718         * Documentation/user/ {various}: `\context foo = named' changed
3719         to `\new foo = "name"' in docs.
3720
3721 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3722
3723         * scm/stencil.scm (annotate-y-interval): use it.
3724
3725         * scm/lily-library.scm (interval-sane?): new function.
3726
3727         * buildscripts/mf-to-table.py (Char_metric.__init__): remove
3728         tfm_checksum stuff.
3729
3730         * lily/tie-formatting-problem.cc (from_lv_ties): add heads for
3731         common refpoint.
3732
3733         * flower/include/std-vector.hh (iterof): add iterof macro.
3734
3735         * lily/enclosing-bracket.cc (width): new function.
3736
3737         * lily/align-interface.cc (align_elements_to_extents): reinstate
3738         warning.
3739
3740 2006-02-18  Heikki Junes  <hjunes@cc.hut.fi>
3741
3742         * Documentation/index.html.in: fix spelling: thankyous.
3743
3744 2006-02-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3745
3746         * lily/lyric-hyphen.cc: typo.
3747
3748 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3749
3750         * stepmake/stepmake/c++-rules.make ($(outdir)/%.cc
3751         $(outdir)/%.hh): generate h and c in one rule; otherwise -jX
3752         builds don't work. 
3753
3754         * VERSION: release 2.7.35
3755
3756         * lily/beam.cc (get_default_dir): oops. Take abs () for
3757         extremes[DOWN].
3758         (get_default_dir): use extreme position criterion only in absence
3759         of forced stem directions.
3760
3761         * VERSION (PATCH_LEVEL): bump VERSION.
3762
3763         * mf/GNUmakefile: explicit rules for emmentaler/aybabtu
3764         dependencies. Necessary for -jX builds.  
3765
3766 2006-02-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3767
3768         * lily/relocate.cc (setup_paths): Yet another const fix.
3769
3770 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3771
3772         * configure.in (HOST_ARCH): determine HOST_ARCH in configure.
3773
3774         * lily/relocate.cc (setup_paths): oops.
3775
3776 2006-02-17  Heikki Junes  <hjunes@cc.hut.fi>
3777
3778         * Documentation/index.html.in: order links: html before PDF.
3779
3780 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3781
3782         * lily/tie-column-format.cc (Module): remove.
3783
3784         * lily/relocate.cc (setup_paths): GCC 4.2 fixes: const correctness.
3785
3786         * lily/text-spanner.cc (print): idem.
3787
3788         * lily/dynamic-text-spanner.cc (print): only print line if longer
3789         than dash-period.
3790
3791         * lily/auto-change-iterator.cc (change_to): formatting.
3792
3793         * lily/beam.cc (get_default_dir): take extreme note head as input
3794         for stem direction.
3795
3796         * lily/tie.cc (get_default_dir): only look directions for visible
3797         stems. 
3798
3799         * lily/side-position-interface.cc (aligned_side): oops. Don't
3800         mutiply with direction. This fixes quantized (staccato, tenuto)
3801         scripts below notes.
3802
3803         * lily/lyric-hyphen.cc (set_spacing_rods): oops. Multiply with
3804         direction. Fixes c-lyrics-center-align.ly
3805
3806 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3807
3808         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Add copy
3809         constructor.
3810
3811         * lily/std-string.cc:
3812         * lily/include/std-vector.hh (split_string): Move and rename from
3813         lily/include/misc.hh, lily/misc.cc.  Update callers.
3814
3815 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3816
3817         * lily/include/pango-font.hh: HAVE_PANGO_FT2 iso. HAVE_PANGO_16
3818
3819 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3820
3821         * flower/test-file.cc: New file.
3822
3823         * stepmake/stepmake/test-vars.make (TEST_MODULE_LIBES): Fixes for
3824         libraries.
3825
3826         * flower/GNUmakefile (TEST_MODULE_LIBS): Link to flower lib.
3827
3828 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3829
3830         * flower/include/file-storage.hh: remove file.
3831
3832         * lily/include/midi-item.hh (class Midi_track): idem.
3833
3834         * lily/include/source.hh (class Sources): idem.
3835
3836         * lily/include/performance.hh (class Performance): use vector
3837         iso. Cons<>
3838
3839         * flower/include/cons.hh (class Cons): remove file.
3840
3841         * flower/include/flower-proto.hh: remove template cruft.
3842
3843         * lily/include/font-metric.hh: use size_t not vsize for indices.
3844
3845         * flower/include/flower-proto.hh (Module): remove std-vector.hh
3846         from proto.
3847
3848         * lily/include/all-font-metrics.hh: use HAVE_PANGO_FT2
3849
3850         * lily/include/paper-book.hh (class Paper_book):
3851         make get_system_specs() public.
3852
3853         * scm/layout-page-layout.scm (optimal-page-breaks): only consider
3854         the force=10000 case if we don't have a current-best. 
3855
3856         * lily/tuplet-bracket.cc (get_bounds): don't do (size() - 1) for
3857         vsize 
3858
3859         * flower/include/flower-proto.hh: remove outdated templates.
3860
3861         * scm/page.scm: use annotate-spacing
3862
3863 2006-02-15  Graham Percival  <gpermus@gmail.com>
3864
3865         * scm/translation-functions.scm: circle patch from Erlend, thanks!
3866
3867         * THANKS: moved Erlend Aasland to contributors.
3868
3869 2006-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3870
3871         * config.hh.in: remove HAVE_PANGO_16
3872
3873         * lily/tuplet-bracket.cc (calc_positions): multiply with
3874         staff-space for beam case. This fixes tuplets+beams on scaled
3875         staves.
3876
3877         * config.hh.in: remove all Kpathsea related defines.
3878
3879         * lily/dot-column.cc (side_position): reach stem via dots->
3880         head->stem. Inspect all stems for dot collisions. 
3881
3882         * lily/dot-column-engraver.cc (class Dot_column_engraver): excise
3883         stem handling.
3884
3885         * lily/bar-number-engraver.cc (process_music): document function
3886         of whichBar.
3887
3888         * lily/score.cc (default_rendering): add pscore, not systems
3889         themselves.
3890
3891         * lily/paper-book.cc (get_system_specs): separate generation of
3892         titles and systems.
3893
3894         * flower/include/std-vector.hh: don't include config.hh
3895
3896 2006-02-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3897
3898         * flower/include/std-vector.hh: Better wrapper compatibility with
3899         std::vector.
3900
3901         * flower/include/flower-proto.hh: Remove cheap forward declaration
3902         attempts.
3903
3904         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): Bugfix.
3905
3906 2006-02-14  Graham Percival  <gpermus@gmail.com>
3907
3908         * Documentation/user/invoking.itely: add warning about command line.
3909
3910 2006-02-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3911
3912         * lily/include/lily-proto.hh: add Prob, rm Page.
3913
3914         * flower/include/std-vector.hh (VPOS): use 64 bit-proof version.
3915
3916         * VERSION: release 2.7.34
3917
3918         * lily/relocate.cc (framework_relocation): show canary if
3919         GHOSTSCRIPT_VERSION undefined.
3920
3921         * GNUmakefile.in: remove $(VERSION) symlink.
3922
3923         * lily/relocate.cc (setup_paths): add + 
3924
3925 2006-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3926
3927         * Documentation/index.html.in: specify sizes for all big HTML pages.
3928
3929 2006-02-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3930
3931         * config.hh.in: remove @FRAMEWORKDIR@
3932
3933         * lily/system-start-text.cc (get_stencil): new file: separate out
3934         system-start-delimiter text support.
3935
3936         * input/**ly: replace \context with \new where appropriate.
3937         
3938         * THANKS: add Don.
3939
3940         * lily/slur-scoring.cc (get_base_attachments): use
3941         robust_relative_extent. This fixes problems with empty paper-columns. 
3942
3943 2006-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3944
3945         * Documentation/topdocs/NEWS.tely (Top): document \new syntax.
3946
3947         * scm/define-music-properties.scm (all-music-properties):
3948         create-new property.
3949
3950         * lily/context-specced-music-iterator.cc (construct_children):
3951         inspect 'create-new property iso. magical $uniqueContextId context
3952         id.
3953
3954         * lily/parser.yy (optional_id): allow \new "Bar" = "foo" too.
3955
3956         * lily/context-key-manager.cc (Module): new file. Encapsulate
3957         object key generation.
3958
3959         * lily/include/context-key-manager.hh (Module): new file.
3960
3961 2006-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3962
3963         * scm/define-grobs.scm (all-grob-descriptions): center instrument
3964         names vertically
3965
3966         * configure.in (LINK_GXX_STATICALLY): strip -DSTRING_UTILS_INLINED
3967         options.
3968         (reloc_b): excise --enable-framework-dir
3969
3970         * lily/relocate.cc (framework_relocation): use getenv
3971         LILYPOND_GS_VERSION or -DGHOSTSCRIPT_VERSION to set GS version.
3972
3973 2006-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3974
3975         * flower/include/std-string.hh: 
3976         * flower/include/std-vector.hh: Finish std:: conversion; move
3977         flower extensions from std:: namespace.  Update users.
3978
3979         * lily/include/lily-proto.hh: Replace Link_array__*_ macros by
3980         their expansion to vector<*>.  Update users.
3981
3982 2006-02-10  Graham Percival  <gpermus@gmail.com>
3983
3984         * Documentation/user/invoking.itely: add example to File structure.
3985
3986         * Documentation/user/ instrument-notation.itely, cheatsheet.itely,
3987         examples.itely, putting.itely: {\new|\context} Lyrics \lyricsto.
3988
3989 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3990
3991         * ly/paper-defaults.ly: typo.
3992
3993         * lily/parenthesis-engraver.cc (acknowledge_grob): don't do
3994         set_parent() for parentheses. This will make it show up in bbox
3995         calculations.
3996
3997         * scm/output-lib.scm (parentheses-item::print): rewrite, using
3998         ly:grob-common* functions.
3999
4000         * lily/grob-scheme.cc (LY_DEFINE):
4001         ly:grob-common-refpoint-of-array: new function 
4002         ly:grob-common-refpoint: new function 
4003         ly:grob-relative-coordinate: new function 
4004
4005         * lily/instrument-name-engraver.cc (process_music): use
4006         Text_interface::is_markup(). This fixes \markup on instrument names.  
4007
4008         * scm/define-grobs.scm (all-grob-descriptions): set line-thickness
4009         for ties and slurs.
4010
4011         * lily/slur.cc (print): idem.
4012
4013         * lily/tie.cc: add line-thickness for ties. 
4014
4015 2006-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4016
4017         * scm/output-svg.scm: Document diversion from GNU coding standards
4018         as a workaround for a bug in Microsoft Internet Explorer.
4019
4020 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4021
4022         * lily/instrument-name-engraver.cc (process_music): use
4023         is_markup() iso. is_string()
4024
4025         * Documentation/user/changing-defaults.itely (Module): add menu entry.
4026
4027         * lily/percent-repeat-engraver.cc (process_music): only look at
4028         main_part_ for % repeats.
4029
4030         * lily/stem-tremolo.cc (get_beam_translation): new function.
4031         (calc_slope): new function.
4032         (height): don't use real slope.
4033
4034 2006-02-10  Jürgen Reuter  <reuter@ipd.uka.de>
4035
4036         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: add
4037         new connect-to-neighbor, control-points and staff-padding
4038         properties to make ligature brackets showing up again.
4039
4040 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4041
4042         * VERSION: release 2.7.33
4043
4044         * lily/relocate.cc (prefix_relocation): oops. One TOPLEVEL_VERSION
4045         too many.
4046
4047         * Documentation/user/changing-defaults.itely (Difficult tweaks):
4048         remove applyOutput example.
4049         (Objects connected to the input): document \tweak, \parenthesize
4050
4051         * lily/relocate.cc (prefix_relocation): allow "current"
4052         iso. TOPLEVEL_VERSION for share/lilypond/ suffix. This makes
4053         changing VERSION in a lily tree less painful.
4054
4055         * input/regression/parenthesize.ly: new file. 
4056
4057         * scm/output-lib.scm (parenthesize-element): new function.
4058
4059         * scm/define-grobs.scm (all-grob-descriptions): add ParenthesesItem.
4060
4061         * lily/parenthesis-engraver.cc (acknowledge_grob): new file.
4062
4063         * lily/accidental-engraver.cc (make_standard_accidental): reroute
4064         cause: accidentals are caused by note heads, not note events. 
4065
4066 2006-02-08  Graham Percival  <gpermus@gmail.com>
4067
4068         * darwin.patch: small patch from Erlend, thanks!
4069
4070         * Documentation/user/basic-notation.itely: add stem-neutral example.
4071
4072         * Documentation/user/putting.itely: clarifications.
4073
4074 2006-02-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4075
4076         * Documentation/topdocs/NEWS.tely (Top): remove internal cleanup
4077         note, add more guidelines to what should go into NEWS.
4078
4079         * input/sakura-sakura.ly: document how to override font.
4080
4081         * input/regression/font-family-override.ly:  doc -dshow-available-fonts
4082
4083 2006-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4084
4085         * lily/midi-item.cc (to_string): truncate time sig at 255 beats.
4086
4087 2006-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
4088
4089         * scripts/convert-ly.py (lilypond_version_re_str): Move from
4090         convertrules.  Add explicit grouping, needed for python2.2.
4091
4092 2006-02-07  Jan Nieuwenhuizen  <janneke@gnu.org>
4093
4094         * Documentation/topdocs/NEWS.tely (Top): Mention code cleanup.
4095
4096 2006-02-07  Graham Percival  <gpermus@gmail.com>
4097
4098         * Documentation/user/global.itely: fix line-width in (text) docs.
4099
4100         * Documentation/user/lilypond-book.itely: same.
4101
4102 2006-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4103
4104         * VERSION (PACKAGE_NAME): release 2.7.32
4105
4106         * Documentation/topdocs/NEWS.tely (Top): document new variable
4107         naming.
4108
4109         * flower/include/array.icc (Message): remove file.
4110
4111         * flower/include/std-vector.hh: make sure vsize and VPOS are
4112         defined for binary_search_bounds().
4113
4114         * flower/std-string.cc (std): add to_string(long unsigned).
4115
4116         * configure.in (gui_b): excise std_string option.
4117         (gui_b): excise std_vector option.
4118
4119         * flower/string.cc (Module): excise flower array & string
4120
4121         * flower/include/std-string.hh: excise flower string.
4122
4123         * {ly,lily,scm}/*: use dashes in \paper and \layout variables
4124
4125         * python/convertrules.py (lilypond_version_re_str): require
4126         only numbers and dots in \version string.
4127
4128 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4129
4130         * lily/system-start-delimiter.cc (print): allow style = text too.
4131
4132         * lily/system-start-delimiter-engraver.cc
4133         (acknowledge_system_start_text): new function, also add add to
4134         support of system-start-text (instrument names). This fixes
4135         instrument names on piano staves.
4136
4137         * lily/instrument-name-engraver.cc: rewrite. Use
4138         system-start-delimiter approach. This save memory and cpu.
4139
4140         * scm/define-grobs.scm (all-grob-descriptions): remove
4141         instrument-name from break-alignment.
4142
4143         * mf/GNUmakefile ($(NCSB_TTFS)): depend on pfx2ttf script too.
4144
4145 2006-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4146
4147         * stepmake/stepmake/generic-vars.make (LOOP): Add PLUS to keep -j
4148         jobserver going.
4149
4150         * configure.in (std_vector): On by default.
4151
4152         * lily/include/font-metric.hh:
4153         * lily/include/tfm-reader.hh: 
4154         * lily/include/spanner.hh: Use unsigned for indices and sizes.
4155         Update users.
4156
4157         * Documentation/user/changing-defaults.itely: Fix link v2.5, out-www.
4158
4159 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4160
4161         * VERSION (PACKAGE_NAME): 2.7.31
4162
4163         * scm/framework-ps.scm (dump-stencil-as-EPS): don't hardcode left
4164         EPS edge at 0, but take minimum with left-overshoot. This fixes
4165         cut off system start delims. 
4166
4167         * lily/instrument-name-engraver.cc (stop_translation_timestep):
4168         hack: add to axis group if not added yet. This fixes hara kiri'd
4169         piano staves.
4170
4171         * lily/hara-kiri-group-spanner.cc
4172         (force_hara_kiri_in_y_parent_callback): fix signatures.
4173
4174         * lily/hairpin.cc (print): check next hairpin to see whether or
4175         not to be continuing.
4176
4177 2006-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4178
4179         * Remove trailing whitespace from makefiles.
4180         
4181         * flower/include/std-vector.hh: Add binary_search_bounds workaround
4182         for earlier gcc.
4183
4184         * .cvsignore: Add out*, out-www, config-*.  Remove lots of cruft.
4185
4186         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Workaround.
4187
4188         * config.hh.in (HAVE_STL_DATA_METHOD): Add.
4189
4190         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): New function.
4191
4192         * configure.in: Use it.
4193
4194 2006-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4195
4196         * scm/music-functions.scm (pitch-of-note): new function.
4197
4198         * ly/music-functions-init.ly: add \octave and \addquote
4199
4200         * lily/parser.yy (music_function_chord_body): softcode \octave.
4201         (lilypond_header): softcode \addquote
4202
4203 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4204
4205         * flower/include/std-vector.hh[STD_VECTOR]: Do not include
4206         array.hh, parray.hh at all.  Getting ready to flip the
4207         configure default.
4208
4209         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
4210
4211         * lily/source-file.cc (file::get_line): Help binary_search_bounds
4212         a bit.
4213
4214         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
4215
4216 2006-02-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4217
4218         * flower/include/array.hh: typo. 
4219
4220 2006-02-02  Graham Percival  <gpermus@gmail.com>
4221
4222         * Documentation/user/advanced-notation.itely: doc "\#" in text.
4223
4224 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4225
4226         * flower/include/pqueue.hh: Derive from std::vector.
4227
4228         * flower/include/parray.hh: Conform to std::vector interface.
4229         Update users.
4230
4231 2006-02-02  Graham Percival  <gpermus@gmail.com>
4232
4233         * Documentation/topdocs/NEWS.itely: grammar fix from Laura.
4234
4235 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4236
4237         * flower/file-path.cc (is_file): remove if 0 section.
4238
4239         * buildscripts/pfx2ttf.fontforge (err): robustness fix for
4240         selecting afii61352.
4241
4242 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4243
4244         * flower/include/std-vector.hh (boundary): Oops, reverse.
4245
4246         * flower/string-convert.cc (convert::unsigned_string): Bugfix:
4247         remove superfluous `d'.
4248
4249         * flower/include/std-vector.hh (boundary, top): Detach from class.
4250         Remove empty vector shell.
4251
4252         * flower/include/array.hh (reverse, swap): Detach from class.
4253         Update users.
4254         
4255         * flower/include/std-vector.hh
4256         * flower/include/array.hh (concat): Globally change to insert ().
4257
4258         
4259         * flower/include/std-vector.hh
4260         * flower/include/parray.hh
4261         * flower/include/array.hh (elem, elem_ref): Globally replace by
4262         at ().
4263
4264 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4265
4266         * Documentation/topdocs/NEWS.tely (Top): use ly: prefix for members.
4267
4268         * python/convertrules.py (FatalConversionError.sub_cxx_id):
4269         anticipate on identifier substitutions.
4270
4271 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4272
4273         * flower/include/std-vector.hh (insert): Remove, replace by
4274         std::vector interface.  Update callers.
4275
4276         * flower/include/array.icc (insert): Change signature to
4277         match std::vector interface.
4278         
4279         * flower/include/array.icc (vector_sort): Bugfix.
4280
4281 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4282
4283         * lily/parser.yy (output_def_head_with_mode_switch): new
4284         production. Result: dashes and underscores may be used in the
4285         \paper block.
4286
4287         * lily/lexer.ll: add DASHED_WORD.  Accept in INITIAL mode.
4288
4289         * python/convertrules.py (conv): oops. One slash too much.
4290
4291 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4292
4293         * flower/include/std-vector.hh (sort): Remove, replace by
4294         ::vector_sort.  Update callers.
4295
4296         * flower/include/std-vector.hh (slice): Remove.  Update callers.
4297         (sort): Bugfix.
4298
4299         * flower/test-std.cc (vector_sort): New test.
4300
4301 2006-02-01  Graham Percival  <gpermus@gmail.com>
4302
4303         * Documentation/user/putting.itely: fixes from Erik.
4304
4305 2006-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4306
4307         * flower/test-std.cc: Add simple unit test for vector migration.
4308
4309         * stepmake/stepmake/test*: Unit test support.
4310
4311         * flower/include/std-vector.hh (del): Remove.  Use erase (),
4312         update callers.
4313
4314         * flower/include/array.hh (begin, end): Add.
4315         (del, get): Remove.
4316
4317 2006-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4318
4319         * lily/include/lily-guile-macros.hh (MAKE_SCHEME_CALLBACK): use
4320         std::string not String. 
4321
4322         * lily/context-def.cc (path_to_acceptable_context): use INT_MAX
4323         iso UINT_MAX.
4324
4325         * lily/prob.cc (Prob): copy type_ too.
4326
4327         * lily/lily-guile.cc (mangle_cxx_identifier): new
4328         function. Class_bla::foo_bar_[px] ->
4329         ly:class-bla::foo-bar[?!]. Changes throughout
4330
4331 2006-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4332
4333         * flower/include/guile-compatibility.hh (scm_from_unsigned): add scm_from_unsigned().
4334
4335         * lily/beam.cc (calc_direction): take dir from visible stem in
4336         degenerate case.
4337
4338 2006-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4339
4340         * lily/melody-spanner.cc (spanner::calc_neutral_stem_direction):
4341         Fix -1, >=0 boundary checks for unsigned vsize.
4342
4343         * lily/separating-group-spanner.cc (spanner::find_rods): Fix >=0
4344         loop for unsigned vsize.
4345
4346         * configure.in (--enable-std-vector): New option.
4347         (--enable-std-string): On by default.
4348
4349         * flower/include/std-vector.hh: New file.  Enable switch to
4350         std::vector, update client code.
4351
4352 2006-01-30  Graham Percival  <gpermus@gmail.com>
4353
4354         * scm/document-translation.scm: clarify "this context is also
4355         known as".  Thanks, Werner!
4356
4357         * Documentation/user/putting.itely: small fixes from Don Blaheta.
4358
4359         * Documentation/user/invoking.itely: small fix from Don.
4360
4361 2006-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4362
4363         * scm/lily.scm (define-scheme-options): rename option
4364         preview-include-book-title to book-title-preview
4365         (define-scheme-options): move force-eps-font-include (from paper
4366         block) to eps-font-include -d option.
4367
4368         * VERSION (PATCH_LEVEL): release 2.7.30
4369
4370         * input/bach-schenker.ly (staffPiano): new file.
4371
4372         * buildscripts/pfx2ttf.fontforge: remove No. glyph from TTF file.
4373
4374         * Documentation/topdocs/NEWS.tely (Top): simplify NEWS entry, add
4375         credits to Nicolas.
4376
4377         * scm/define-markup-commands.scm (epsfile): add scaling to \epsfile.
4378
4379         * ps/lilyponddefs.ps: remove start-system, stop-system,
4380         start-page fluff. This saves putting { } code on the stack, fixing
4381         stack overflows when including EPS files.
4382
4383 2006-01-29  Graham Percival  <gpermus@gmail.com>
4384
4385         * Documentation/user/putting.itely: minor fixes (comments on -devel).
4386
4387 2006-01-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4388
4389         * Documentation/topdocs/NEWS.tely (Top): add \parallelMusic news.
4390
4391 2006-01-28  Graham Percival  <gpermus@gmail.com>
4392
4393         * Documentation/user/putting.itely: minor fixes (mostly tab->space).
4394
4395 2006-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4396
4397         * input/mutopia/claop.py: Update.
4398
4399 2006-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4400
4401         * input/regression/completion-heads.ly (texidoc): fix.
4402
4403         * lily/staff-symbol-referencer.cc (on_staff_line): idem.
4404
4405         * lily/tie-formatting-problem.cc
4406         (set_ties_config_standard_directions): use abs iso fabs for ints.
4407
4408         * Documentation/topdocs/INSTALL.texi (Top): document ncsb requirement.
4409
4410         * mf/feta-bolletjes.mf (overdone_heads): solfa_noteheight, a
4411         little less than noteheight, to prevent overlaps in chords.
4412
4413         * lily/note-collision.cc (check_meshing_chords): wipe upper FA
4414         head, and fudge stem-attachment.
4415
4416         * scm/lily-library.scm (not): define hash-for-each for guile 1.6
4417
4418         * lily/slur-scoring.cc (get_best_curve): handle opt_idx < 0 case.
4419
4420 2006-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4421
4422         * lily/main.cc (main): Debugging aid: catch exceptions.
4423
4424         * flower/std-string.cc (to_string): Robustification.  Fixes midi
4425         output with std::string.
4426
4427 2006-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4428
4429         * Documentation/topdocs/INSTALL.texi (Top): remove libkpathsea notes.
4430
4431 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4432
4433         * Fix -DSTRING_UTILS_INLINED.
4434
4435 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4436
4437         * VERSION (PATCH_LEVEL): release 2.7.29
4438
4439         * lily/relocate.cc (setup_paths): mingw uses std string too.
4440
4441         * lily/*.cc: various fixes for substr(ARG).
4442
4443         * lily/sustain-pedal.cc (print): 
4444
4445         * flower/file-name.cc (slashify): use std strings.
4446
4447         * flower/string-convert.cc: remove publib.h
4448
4449         * scm/define-markup-commands.scm (verbatim-file): new markup
4450         command \verbatim-file
4451
4452         * Documentation/topdocs/NEWS.tely: fixup URLs
4453
4454         * input/regression/alignment-vertical-manual-setting.ly (Module):
4455         new file.
4456
4457         * lily/align-interface.cc (align_elements_to_extents): overwrite
4458         translations with numbers in alignment-offsets from left bound
4459
4460         * scm/page.scm (make-page-stencil): read X-offset from paper-system.
4461         (page-translate-systems): new function: take into account Y-offset.
4462
4463         * Documentation/topdocs/NEWS.tely (Top): document new features.
4464
4465         * input/regression/page-layout-manual-position.ly (Module): new
4466         file.
4467
4468 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4469
4470         * flower/file-path.cc (path::parse_path): Oops.
4471
4472         * Finish std::string interface.  For now, use std:: marker
4473         throughout for easy s/r.
4474
4475 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4476
4477         * Documentation/user/putting.itely (Score is a single musical
4478         expression): typo.
4479         (Score is a single musical expression): more typos.
4480
4481         * scm/page.scm (annotate-space-left): thinko.
4482         (annotate-page): more thinkos.
4483
4484 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4485
4486         * scm/layout-page-layout.scm (write-page-breaks): record tweaks
4487         for different \score blocks separately.
4488         (post-process-pages): put write-page-layout into paper block.
4489
4490         * lily/output-def.cc (get_parser): new file.
4491
4492         * lily/output-def-scheme.cc (LY_DEFINE): ly:output-def-parser, new
4493         file.
4494
4495         * lily/include/output-def.hh (class Output_def): add parser_ member.
4496
4497         * input/regression/page-layout-twopass.ly (Module): new file.
4498
4499         * scm/lily.scm: remove cpp hack.
4500
4501         * lily/lyric-engraver.cc (get_voice_to_lyrics): use NPOS everywhere.
4502
4503 2006-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4504
4505         * GNUmakefile.in (c-clean): New target.
4506
4507         * flower/include/std-string.hh: String/std::string compatibility:
4508         Use NPOS for `not found' (iso -1), use ssize for length () and pos
4509         type.
4510
4511         * flower/rational.cc: 
4512         * flower/include/rational.hh: 
4513
4514         * flower/offset.cc: 
4515         * flower/include/offset.hh: 
4516
4517         * flower/interval.cc: 
4518         * flower/include/interval.hh: 
4519
4520         * flower/string-convert.cc: 
4521         * flower/include/string-convert.hh: Use std::string [interface].
4522         Update callers.
4523
4524 2006-01-25  Heikki Junes  <hjunes@cc.hut.fi>
4525
4526         * Documentation/index.html.in: clean up.
4527
4528 2006-01-25  Graham Percival  <gpermus@gmail.com>
4529
4530         * Documentation/user/putting.itely: another new untested doc section.
4531
4532 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4533
4534         * scm/layout-page-layout.scm (write-page-breaks): write
4535         \spacingTweaks #ALIST. Handle grace timing.
4536
4537         * scm/: more imports.
4538
4539         * scm/page.scm (make-page): add footer/header.
4540         (annotate-space-left): revise: only take page argument.
4541         (layout->page-init): new function.
4542
4543         * scm/layout-page-layout.scm (write-page-breaks): preliminary
4544         version of the system/spacing/linebreak hack writing to the output
4545
4546         * lily/prob-scheme.cc (LY_DEFINE): take optional 'key val args in
4547         ly:make-prob.
4548
4549         * lily/grob-scheme.cc (LY_DEFINE): ly:spanner-get-bound ->
4550         ly:spanner-bound
4551
4552 2006-01-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4553
4554         * scm/stencil.scm (annotate-y-interval): move from layout-page-layout.scm
4555
4556         * scm/paper-system.scm (paper-system-annotate): new file. Handle paper-system.
4557
4558         * scm/layout-page-layout.scm (optimal-page-breaks): move all page
4559         handling to page.scm
4560
4561         * lily/prob-scheme.cc (LY_DEFINE): new file.
4562         (LY_DEFINE): functions ly:make-prob , ly:prob-type? , ly:prob-(set-)property(!)
4563
4564         * lily/music-scheme.cc (LY_DEFINE): rewrite get/set property using
4565         prob functions.
4566
4567         * lily/music.cc (derived_mark): derive Music from Prob.
4568
4569         * lily/paper-system.cc (LY_DEFINE): derive from Prob.
4570
4571         * lily/prob.cc (Module): Implement Prob (Property Object), object
4572         with shared and r/w property alists.  
4573
4574         * lily/include/prob.hh (Module): new file. Declare Prob.
4575
4576         * flower/string.cc: remove is_empty().
4577
4578         * flower/include/string.hh (class String): remove String:: qualifier.
4579
4580         * buildscripts/analyse-cxx-log.py: new file. Read compile log to
4581         substitute appropriate functions.
4582
4583         * flower/include/string.hh (class String): remove to_str0 and
4584         is_empty(). S&R everywhere.
4585
4586 2006-01-23  Graham Percival  <gpermus@gmail.com>
4587
4588         * Documentation/user/basic-notation.itely: add hairpin
4589         after-linebreak tweak to commonprop.
4590
4591         * Documentation/user/putting.itely: added two new sections.
4592
4593 2006-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4594
4595         * flower/international.cc: 
4596         * flower/include/international.hh: 
4597
4598         * flower/getopt-long.cc: 
4599         * flower/include/getopt-long.hh: Use std::string [interface].
4600         Update callers.
4601
4602         * flower/include/std-string.hh: Oops, bugfix for --disable-std-string.
4603
4604         * stepmake/stepmake/executable-rules.make: Add dependency on
4605         module libraries.
4606
4607 2006-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4608
4609         * flower/file-path.cc: 
4610         * flower/include/file-path.hh: Use std::string [interface].
4611         Update callers.
4612
4613         * flower/direction.cc: 
4614         * flower/axis.cc: Unused.  Remove.
4615
4616         * configure.in (--enable-std-string): New option.
4617
4618         * flower/std-string.cc: 
4619         * flower/include/std-string.hh: New file.
4620
4621         * flower/file-name.cc[STD_STRING]:
4622         * flower/include/file-name.hh[STD_STRING]: Use it.  Update callers.
4623
4624 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4625
4626         * scm/output-svg.scm (placebox): no GNU coding standards in SVG output. 
4627
4628         * scm/define-markup-commands.scm (with-dimensions):
4629         with-dimensions markup command.
4630
4631         * input/test/font-table.ly: use it.
4632
4633         * lily/open-type-font.cc (glyph_list): new function.
4634
4635         * lily/open-type-font-scheme.cc (LY_DEFINE): ly:otf-glyph-list function.
4636
4637         * lily/ttf.cc: remove ly:font-glyph-list scheme function
4638
4639 2006-01-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4640
4641         * ly/music-functions-init.ly (parallelMusic): new music function
4642         for parallel music entry.
4643
4644         * scm/define-music-properties.scm (all-music-properties): new
4645         'void music property
4646
4647         * scm/music-functions.scm (ly:music-message): make public, to be
4648         used in music function definitions
4649
4650         * scm/lily-library.scm (collect-music-for-book): discard music
4651         when the 'void property is set.
4652
4653 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4654
4655         * lily/ttf.cc (LY_DEFINE): store name before destroying face.
4656
4657         * mf/GNUmakefile: idem.
4658
4659         * buildscripts/mf-to-table.py (help): excise fetaXXlist.ly support.
4660
4661         * stepmake/bin/install.py (dest): Only chmod/chown just created directories
4662
4663         * Documentation/user/notation-appendices.itely (The Feta font):
4664         use it.
4665
4666         * input/test/font-table.ly: new file. Generate font table within lily.
4667
4668         * Documentation/user/notation-appendices.itely (The Feta font):
4669         use new font-table.ly file. 
4670
4671         * stepmake/stepmake/install-out-targets.make
4672         (local-install-outfiles): only create directory if
4673         $(INSTALLATION_OUT_DIR) is defined. This fixes install on Gentoo.
4674
4675 2006-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4676
4677         * lily/ttf.cc (LY_DEFINE): new function ly:font-glyph-list.
4678
4679         * VERSION (PACKAGE_NAME): release 2.7.28
4680
4681         * scm/framework-ps.scm (write-preamble): use it to pick exactly
4682         the right font from a Mac dfont.
4683         (write-preamble): don't forget directory, only look at files.
4684
4685         This fixes problems with TTF files in dfonts that don't match
4686         their PostScript names.
4687          
4688         * lily/ttf.cc (LY_DEFINE): ly:ttf-ps-name: new routine to extract
4689         PS name from TTF font.
4690
4691         * input/regression/tie-manual.ly: document new feature.
4692
4693         * Documentation/topdocs/NEWS.tely (Top): add tie NEWS.
4694
4695         * VERSION (MY_PATCH_LEVEL): bump to .28
4696
4697         * Documentation/user/basic-notation.itely (Ties): add tie examples
4698         refs.
4699
4700         * lily/tie-formatting-problem.cc (score_ties_configuration):
4701         symmetry penalties for outer ties.
4702
4703 2006-01-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4704
4705         * lily/tie-formatting-problem.cc (generate_configuration) 
4706         (set_manual_tie_configuration): skip non-pair manual
4707         tie-configuration, so you can set individual ties as
4708
4709           #'tie-configuration = #'((7 . 1) #t (-3 . 1))
4710
4711         * input/regression/tie-chord.ly: use generateTiePattern to
4712         simplify file.
4713
4714         * lily/tie-formatting-problem.cc (peak_around): new function.
4715         (score_configuration): use sliding criterion for staff line collisions. 
4716         (score_configuration): idem for dot collisions.
4717         (generate_configuration): use separate stem_gap for gap to stem.
4718
4719         * lily/include/tie-formatting-problem.hh (struct Tie_details):
4720         separate penalty factors for x and y distance.
4721         (struct Tie_details): separate penalties for tip and center line collisions.
4722
4723 2006-01-19 Han-Wen Nienhuys  <hanwen@xs4all.nl>
4724
4725         * lily/tie-formatting-problem.cc (generate_configuration): make
4726         large ties avoid stafflines in the horizontal section.
4727         (score_configuration): use softcoded penalties
4728         (score_aptitude): idem.
4729
4730         * lily/tie-helper.cc (from_grob): softcode tie details
4731
4732         * lily/staff-symbol-referencer.cc (on_staff_line): new function
4733
4734         * lily/staff-symbol-referencer.cc (on_line): rename from
4735         on_staffline 
4736
4737 2006-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4738
4739         * ly/music-functions-init.ly: remove duplicate tag.
4740
4741         * lily/include/*.hh: GCC 4.1 fixes.
4742
4743 006-01-16  Erlend Aasland  <erlenda@gmail.com>
4744
4745         * Documentation/user/global.itely: fix typos; @bugs -> @refbugs
4746
4747         * scm/define-music-types.scm: fix bug in desc. string
4748         for OverrideProperty
4749
4750 2006-01-15 Erik Sandberg  <mandolaerik@gmail.com>
4751
4752         * scripts/lilypond-book.py: bugfix
4753
4754         * scm/define-music-types.scm: fix typos.
4755
4756 2006-01-14  Graham Percival  <gpermus@gmail.com>
4757
4758         * Documentation/user/ basic-notation.itely, global.itely,
4759         advanced-notation.itely, instrument-notation.itely: small
4760         additions (bugs and commonly tweaked properties).
4761
4762 2006-01-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4763
4764         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): generic
4765         detection of mingw build.
4766         (MINGW_BUILD): opps.
4767
4768 2006-01-12  Jan Nieuwenhuizen  <janneke@gnu.org>
4769
4770         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Add
4771         i686-mingw32.
4772
4773 2006-01-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4774
4775         * scm/music-functions.scm (skip->rest): add skip->rest
4776
4777 2006-01-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4778
4779         * lily/font-config.cc (init_fontconfig): call FcConfigBuildFonts()
4780         explicitly.
4781
4782         * lily/font-config-scheme.cc (LY_DEFINE): also display font and
4783         config dirs. Aids debugging. 
4784         (display_config): also display config files.
4785
4786 2006-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4787
4788         * VERSION: release 2.7.27
4789
4790         * lily/bar-line.cc (calc_bar_size): inspect staff->extent (Y_AXIS)
4791         for determining bar size.
4792
4793         * lily/staff-symbol.cc (print): place lines at distance line-positions
4794
4795         * scm/define-grob-properties.scm (all-user-grob-properties): add
4796         line-positions.
4797
4798         * lily/staff-symbol.cc (height): new function.
4799
4800         * input/regression/staff-line-positions.ly:  new file.
4801
4802 2006-01-06  Graham Percival  <gpermus@gmail.com>
4803
4804         * input/test/add-staccato.ly: remove reference to old file.
4805
4806 2006-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4807
4808         * scripts/lilypond-book.py (invokes_lilypond): allow . in path to
4809         lilypond binary too.
4810
4811 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4812
4813         * make/mutopia-rules.make (Module): use LILYPOND_BINARY
4814
4815 2006-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4816
4817         * scripts/midi2ly.py: Bugfix: Declare datadir.
4818
4819         * make/ly-rules.make:
4820         * make/mutopia-rules.make: Use LILYPOND_BINARY (WAS: LILYPOND, but
4821         that seems to be gone). Fixes make web.
4822
4823         * The grand 2005-2006 replace.
4824
4825         * VERSION (MY_PATCH_LEVEL): Stay on .26 for now.
4826
4827 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4828
4829         * make/lilypond-vars.make: set LILYPOND_BINARY variable
4830         (LILYPOND_BOOK_LILYPOND_FLAGS): new variable
4831         LILYPOND_BOOK_LILYPOND_FLAGS to hold system dependent settings,
4832         like -dgs-font-load.
4833
4834         * Documentation/user/GNUmakefile ($(outdir)/interfaces.itexi):
4835         remove absolute path to lilypond binary.
4836         
4837 2006-01-05 Pedro Kroeger    <kroeger@pedrokroeger.net>
4838
4839         * configure.in (NCSB_DIR): fix --with-ncsb-dir option.
4840
4841 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4842
4843         * make/lilypond-vars.make: support LILYPOND_EXTERNAL_BINARY variable.
4844
4845         * mf/GNUmakefile: remove broken dvips map symlink.
4846
4847 2006-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4848
4849         * lily/main.cc: 
4850         * configure.in: Cosmetic fixes.
4851
4852 2006-01-04  Mats Bengtsson  <mabe@s3.kth.se>
4853
4854         * Documentation/user/music-glossary.tely (Pitch names): Added
4855         Spanish pitch names and durations, thanks to Ernesto Gancedo
4856
4857 2006-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4858
4859         * scm/lily.scm (define-scheme-options): use quasi-quote for option
4860         init. Fixes verbose printing of .scm files.
4861
4862         * stepmake/aclocal.m4: add spaces before - options.
4863         
4864 2006-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4865
4866         * lily/relocate.cc (setup_paths): Bugfix: do not store result
4867         of path search in local block variable.
4868
4869 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4870
4871         * configure.in (NCSB_DIR): --enable-ncsb-dir
4872         (LINK_GXX_STATICALLY): denko.
4873
4874         * mf/GNUmakefile ($(NCSB_TTFS)): NCSB_DIR iso. NCSB_PATH. 
4875
4876         * configure.in (LINK_GXX_STATICALLY): --enable-ncsb-path option. 
4877         use locate to find c059033l.pfb. 
4878         
4879 2006-01-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4880
4881         * lily/tie-formatting-problem.cc
4882         (problem::generate_base_chord_configuration): Use my_round (was
4883         round).
4884
4885         * lily/source-file.cc (file::get_counts)[!HAVE_MBRTOWC]: Bugfix,
4886         do not invoke mbrtowc.
4887
4888         * lily/relocate.cc (setup_paths): Add more debugging verbosity.
4889
4890 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4891
4892         * scm/lily.scm (lilypond-all): oops. remove debugging hack.
4893
4894 2005-01-02  Heikki Junes  <hjunes@cc.hut.fi>
4895
4896         * Documentation/user/invoking.itely (svg): revise.
4897
4898 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4899
4900         * lily/lexer.ll: use sourcefilename iso. renameinput.
4901
4902 2006-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4903
4904         * mf/GNUmakefile ($(NCSB_TTFS)): revise rule. Create
4905         <PostScriptName>.ttf instead of c059XXXttf.
4906
4907         * lily/program-option.cc (LY_DEFINE): special support for
4908         --verbose, so it works before option init too.
4909  
4910         * mf/GNUmakefile (local-install): oops.
4911
4912         * lily/lyric-hyphen.cc (print): oops.
4913
4914         * buildscripts/pfx2ttf.fontforge: new file.
4915         
4916         * mf/GNUmakefile (NCSB_PATH): add vars for NCSB.
4917         ($(outdir)/%.ttf): new rule. 
4918
4919         * scm/define-grobs.scm (all-grob-descriptions): add font-interface
4920         to LyricHyphen.
4921
4922         * lily/lyric-hyphen.cc (print): multiply hyphen height by
4923         font-size
4924
4925 2005-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4926
4927         * VERSION: release 2.7.26
4928         
4929         * mf/GNUmakefile (install-fc-cache): remove old font.cache-1 files.
4930
4931 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4932
4933         * lily/font-config.cc (init_fontconfig): verbosity.
4934
4935         * THANKS: add Muziekacademie Lede. 
4936
4937         * scripts/musicxml2ly.py (print_voice_definitions): new function 
4938         (print_score_setup): new function
4939         (convert): read part definition to output staves properly.
4940
4941         * python/musicxml.py (Measure.get_notes): new class. Wrap lists of
4942         Music_xml notes.
4943
4944         * python/musicexp.py (Output_printer.__init__): use _ in data
4945         members.
4946         (Output_printer.unformatted_output): new function: no formatting,
4947         but count braces.
4948         (Duration.get_length): remove isinstance() checks for
4949         Output_printer everywhere.
4950
4951         * input/regression/lyrics-bar.ly (texidoc): add
4952         Separating_line_group_engraver.
4953
4954 2005-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4955
4956         * lily/relocate.cc (framework_relocation): New function,
4957         factored from set_relocation ().
4958         (prefix_relocation): Rename from set_relocation ().
4959         (setup_paths): Use it.
4960
4961 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4962
4963         * scm/*.scm: use LEFT/RIGHT/UP/DOWN etc. iso. magical
4964         numbers. Patch by Erlend Aasland.
4965
4966 2005-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4967
4968         * lily/font-config.cc (init_fontconfig): print warning if cache
4969         file is not existant.
4970
4971         * lily/main.cc: don't use #ifdef but #if
4972
4973 2005-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4974
4975         * lily/grob-property.cc (internal_set_property): don't abort on
4976         calculation-in-progress.
4977
4978         * lily/beam.cc (get_default_dir): robustness: don't divide by zero.
4979
4980         * lily/tuplet-bracket.cc (calc_control_points): oops: typo. Read
4981         connect-to-neighbor property not connect-to-other
4982
4983         * lily/program-option.cc (LY_DEFINE): remove Protected_scm global variable.
4984         (LY_DEFINE): oops. don't forget protection.
4985
4986         * flower/parse-afm.cc (Module): strip AFM handling completely.
4987
4988         * lily/stencil-expression.cc: idem.
4989
4990         * lily/grob-interface-scheme.cc (LY_DEFINE): idem.
4991
4992         * lily/function-documentation.cc (ly_add_function_documentation):
4993         use static member iso. Protected_scm
4994
4995         * lily/main.cc: use ifdef ARGV0_RELOCATION iso. MINGW
4996
4997         * config.make.in (prefix): remove HAVE_KPATHSEA_SO
4998
4999 2005-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5000
5001         * lily/relocate.cc (set_env_dir): New function.
5002         (set_relocation): Use it to fix setting PANGO_PREFIX.
5003
5004 2005-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5005
5006         * input/regression/stem-direction-context.ly: remove rest.
5007
5008         * lily/melody-engraver.cc (process_music): restart for bar lines.
5009         (acknowledge_slur): restart for slurs.
5010
5011 2005-12-27  Heikki Junes  <hjunes@cc.hut.fi>
5012
5013         * Documentation/user/invoking.itely: describe how to view SVG 
5014         output using Inkscape which replace embedded fonts with OTF fonts.
5015
5016 2005-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5017
5018         * lily/relocate.cc (set_relocation): set PANGO_PREFIX
5019
5020 2005-12-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5021
5022         * lily/melody-engraver.cc (class Melody_engraver): Remove lying
5023         comment.
5024
5025 2005-12-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5026
5027         * VERSION (PACKAGE_NAME): release 2.7.25
5028
5029         * Documentation/topdocs/NEWS.tely (Top): document new feature.
5030
5031         * input/regression/stem-direction-context.ly: new file.
5032
5033         * lily/relocate.cc (set_relocation): add PANGO_PREFIX
5034
5035         * lily/melody-engraver.cc (acknowledge_stem): restart MelodyItem
5036         on rest.
5037
5038         * ly/engraver-init.ly: add Melody_engraver
5039
5040         * lily/beam.cc (calc_direction): use default-direction
5041         iso. get_default_direction()
5042
5043         * scm/define-grob-properties.scm (all-user-grob-properties): add
5044         default-direction property.
5045
5046         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem.
5047
5048         * lily/stem.cc (calc_default_direction): remove
5049         Stem::get_default_direction, use default-direction with callback
5050         instead.
5051
5052         * lily/melody-spanner.cc (calc_neutral_stem_direction): 
5053
5054         * lily/melody-engraver.cc: new file. Acknowledge stems for
5055         interpolated stem directions. 
5056
5057         * lily/melody-spanner.cc: new file. Interpolate stem directions.
5058
5059         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem
5060
5061         * lily/slur-configuration.cc (fit_factor): more robust check for
5062         point in curve X-extent.
5063
5064         * lily/slur.cc (outside_slur_callback): return offset_scm, not 0.
5065         (outside_slur_callback): check for 'outside avoidance.
5066
5067         * lily/slur-configuration.cc (score_extra_encompass): don't use
5068         bound->column() == avoid->column() for checking extents, as this
5069         doesn't work for accidentals. 
5070
5071         * lily/slur-engraver.cc (acknowledge_extra_object): remove
5072         DynamicText hardcoding.
5073
5074         * lily/slur-scoring.cc (enumerate_attachments): robustness: don't
5075         crash if bound stem is NULL
5076
5077         * lily/piano-pedal-performer.cc: patch by MWD for enabling piano
5078         pedals.
5079
5080 2005-12-22  Graham Percival  <gpermus@gmail.com>
5081
5082         * scm/define-markup-commands.scm: typo.  @code{\raise}
5083         => @code{\\raise}.
5084
5085         * darwin.patch: now used again, includes a
5086         required patch from fink.
5087
5088 2005-12-21  Heikki Junes  <hjunes@cc.hut.fi>
5089
5090         * po/TODO: mention gtranslator along with kbabel.
5091         * po/fi.po: update translations.
5092
5093 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5094
5095         * lily/relocate.cc (setup_paths): Bugfix.
5096
5097 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5098
5099         * lily/slur-configuration.cc (score_extra_encompass): don't use
5100         "avoid" choice for avoid-slur.
5101
5102         * stepmake/bin/install.py (dest): don't create existing dir.
5103
5104 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5105
5106         * stepmake/bin/install.py: Remove file before copying.
5107
5108         * config.make.in: 
5109         * stepmake/aclocal.m4: Do not substitute INSTALL.
5110
5111 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5112
5113         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
5114         depend on link-tree.
5115
5116         * lily/relocate.cc (setup_paths): only check path for non-absolute
5117         dir without directory part.
5118
5119         * flower/file-name.cc (is_absolute):  new method.
5120         (is_absolute): check root_ too.
5121
5122 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5123
5124         * lily/relocate.cc (setup_paths) [__MINGW32__]: Comment-out broken
5125         relocation code.  Oops, don't comment out too much.
5126
5127         * stepmake/stepmake/generic-vars.make (INSTALL): Assign INSTALL_PY
5128         iso itself.
5129
5130         * lily/relocate.cc [HAVE_GETTEXT]: Include libintl.h.  Fixes mingw
5131         compile.
5132
5133 2005-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5134
5135         * .cvsignore: Add install-sh.
5136
5137         * autogen.sh (srcdir): Typo.
5138
5139 2005-12-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5140
5141         * autogen.sh (srcdir): urg. Touch install-sh.
5142
5143         * stepmake/bin/install-sh (Module): remove.
5144
5145         * stepmake/stepmake/generic-vars.make (INSTALL): add $(INSTALL).
5146
5147         * lily/include/relocate.hh: new file.
5148
5149         * lily/relocate.cc: new file. Contain relocation logic.
5150
5151         * lily/main.cc (setup_paths): fix: LILYPOND_RELOCATE_PREFIX.
5152         (main): read LILYPOND_VERBOSE as the first thing.
5153
5154         * stepmake/aclocal.m4: remove INSTALL variable.
5155
5156         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
5157         separate target for making font symlinks.
5158         (documentation-dir): use $(if $(findstring )) for switching off
5159         Documentation.
5160
5161         * stepmake/stepmake/help2man-vars.make (OUT_DIST_FILES): only do
5162         something if DOCUMENTATION is no.
5163
5164 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5165
5166         * VERSION: release 2.7.24
5167
5168         * lily/script-column-engraver.cc (stop_translation_timestep):
5169         delay adding to script-column.
5170
5171         * lily/tuplet-bracket.cc (print): suicide if no control-points. 
5172
5173         * python/convertrules.py (conv): rule for number-visibility
5174
5175         * lily/slur-configuration.cc (score_extra_encompass): different
5176         distance measure for avoid and inside avoidance.
5177         (score_extra_encompass): use 1/(distance+eps) as penalty.
5178
5179         * lily/slur-scoring.cc (generate_avoid_offsets): use 'inside
5180         encompass objects for generating slur curves.
5181
5182         * lily/slur.cc: use details iso. slur-details property.
5183
5184         * input/regression/slur-tuplet.ly: new file.
5185
5186         * lily/slur-engraver.cc (acknowledge_tuplet_number): new function.  
5187
5188         * flower/include/offset.hh (class Offset): new operator /=
5189
5190         * lily/tuplet-number.cc (print): new file, new interface.
5191
5192         * scm/define-grob-properties.scm (all-user-grob-properties):
5193         remove number-visibility property.
5194
5195         * lily/tuplet-bracket.cc (calc_control_points): new function
5196         (calc_connect_to_neighbors): new function.
5197         (print): remove text handling for tuplet numberdef.
5198
5199         * lily/tuplet-engraver.cc (struct Tuplet_description): create
5200         TupletNumbers too. 
5201
5202         * lily/lily-guile.cc (robust_scm2booldrul): new function
5203
5204         * scm/define-grobs.scm (all-grob-descriptions): new grob TupletNumber
5205
5206         * lily/tuplet-bracket.cc (calc_position_and_height): use
5207         staff-padding to control whether tuplet brackets are over staves.
5208
5209         * lily/grob.cc (suicide): clear dim_caches_.
5210
5211         * lily/dimension-cache.cc (clear): new function.
5212
5213         * lily/grob.cc (extent): swap order of min-extent and extent
5214         calculations. This fixes hara kiri staves. 
5215
5216 2005-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5217
5218         * lily/main.cc: Nitpick: relocation is not based on path, but on
5219         directory (location).
5220
5221 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5222
5223         * lily/main.cc (setup_paths): read LILYPOND_RELOCATE_PREFIX
5224
5225         * stepmake/stepmake/install-targets.make (local-uninstall): idem.
5226
5227         * stepmake/stepmake/install-out-targets.make (local-install-outfiles): idem.
5228
5229         * stepmake/stepmake/help2man-targets.make (install-help2man): idem.
5230
5231         * stepmake/stepmake/generic-vars.make (Module): idem.
5232
5233         * stepmake/stepmake/executable-targets.make (default): use it.
5234
5235         * stepmake/bin/install.py (create_dir): new file. Replace install-sh.
5236
5237         * make/GNUmakefile: don't install make rules.
5238
5239         * lily/main.cc (setup_paths): don't inspect $PATH for argv0 with
5240         slashes.
5241         (prepend_env_path): more verbosity.
5242
5243 2005-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5244
5245         * GNUmakefile.in: add dir argument for find command.
5246
5247         * lily/parser.yy (bass_figure): set_spot() for bass figures. This
5248         fixes weird line numbers for point & click.
5249
5250         * lily/source-file.cc (get_counts): init line/column/char counts.
5251
5252 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5253
5254         * lily/main.cc: remove ARGV0_RELOCATION, instead use --relocate.
5255
5256 2005-12-16  Graham Percival  <gpermus@gmail.com>
5257
5258         * Documentation/user/basic-notation.itely, advanced-notation.itely:
5259         minor fixes from Fredric.  Thanks!
5260
5261 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5262
5263         * ly/music-functions-init.ly: add \bar and \clef music function 
5264
5265         * lily/lily-lexer.cc: idem.
5266
5267         * lily/parser.yy (FIXME): remove BAR and CLEF.
5268
5269 2005-12-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5270
5271         * Documentation/topdocs/NEWS.tely (Top): doc string argument change.
5272
5273         * lily/parser.yy (Generic_prefix_music_scm): allow strings as
5274         function arguments too
5275
5276         * lily/main.cc (set_relocation): new function.
5277
5278         * scripts/musicxml2ly.py (convert): add \version
5279
5280         * lily/tie.cc: remove get_default_attachments()
5281
5282         * VERSION (PACKAGE_NAME): release 2.7.23
5283         
5284         * lily/chord-tremolo-engraver.cc (acknowledge_stem): use
5285         ultimate_music_cause(). This fixes core dumps in unfold-all-repeats.ly
5286
5287         * Documentation/topdocs/NEWS.tely (Top): document new feature.
5288
5289         * lily/tie-formatting-problem.cc (score_ties): new function
5290         (get_variations): new function. Try flipping dirs for collisions.
5291         (generate_optimal_chord_configuration): new function. 1-opt search
5292         for better configuration.
5293
5294         * lily/tie-configuration.cc: new file.
5295
5296         * lily/tie.cc: junk Tie::get_configuration()
5297
5298         * lily/tie-formatting-problem.cc (score_ties_aptitude): new function.
5299         (score_ties_configuration): new function.
5300         (generate_ties_configuration): new function.
5301         (generate_base_chord_configuration): new function.
5302         (set_ties_config_standard_directions): Move body from tie-column-format.cc 
5303         (set_manual_tie_configuration): Move body from tie-column-format.cc 
5304
5305         * input/regression/tie-dot.ly: new file.
5306
5307         * lily/tie-formatting-problem.cc (score_configuration): score
5308         tie/dot collisions.
5309
5310         * lily/tie-helper.cc (get_transformed_bezier): new function
5311
5312         * Documentation/topdocs/NEWS.tely (Top): strip out-www.
5313
5314         * stepmake/stepmake/python-module-vars.make (SHARED_FLAGS): use
5315         -undefined suppress iso. -framework Python 
5316
5317         * scm/define-grobs.scm (all-grob-descriptions): set
5318         springs-and-rods (thanks Joe Neeman!)
5319
5320 2005-12-12  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5321
5322         * input/no-notation/display-lily-tests.ly (test): 
5323         * scm/display-lily.scm (tag->lily-string): the syntax for tags has
5324         changed from \tag #'(a b) to \tag #'a \tag #'b
5325
5326 2005-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5327
5328         * Documentation/topdocs/NEWS.tely: strip out-www.
5329
5330         * lily/include/grob-interface.hh: include lily-guile.hh not libguile.h
5331
5332         * config.make.in (AR): add AR and RANLIB
5333
5334         * flower/libc-extension.cc: include cassert
5335
5336         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): more robust
5337         darwin check.
5338
5339 2005-12-11  Graham Percival  <gpermus@gmail.com>
5340
5341         * stepmake/stepmake/generic-vars.make: define DARWIN_BUILD.
5342
5343         * stepmake/stepmake/python-modules-vars.make: define
5344         SHARED_FLAGS for OSX.  Thanks Johannes Schindelin!
5345
5346         * THANKS: added Johannes Schindelin.
5347
5348 2005-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5349
5350         * python/midi.c (pymidi_parse): use memcmp() iso. strcmp().
5351
5352         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
5353         Span_arpeggio_engraver, add Tweak_engraver to Score context. 
5354
5355         * lily/parser.yy: reorganize file layout.
5356
5357         * ly/music-functions-init.ly: add tweak music function.
5358
5359         * lily/grob-info.cc (ultimate_music_cause): new function:
5360         recursively lookup causes. 
5361
5362         * lily/parser.yy (chord_body_element): allow music functions for
5363         post-events, allow music functions for chord elements. 
5364  
5365         * lily/font-config-scheme.cc (display_fontset): add cast.
5366
5367         * python/convertrules.py (FatalConversionError.sub_syms): \tag
5368         #'(a b) -> \tag #'a \tag #'b rule.
5369
5370         * python/musicexp.py (Output_printer.dump_version): new function
5371
5372 2005-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5373
5374         * lily/parser.yy (FIXME): remove \tag
5375         (FIXME): remove tag_music() function.
5376
5377         * lily/lily-lexer.cc: remove \tag
5378
5379         * ly/music-functions-init.ly: define music-function "tag"
5380
5381         * lily/parser.yy (chord_body_element): allow tags in chord bodies.
5382
5383 2005-12-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5384
5385         * VERSION (PATCH_LEVEL): release 2.7.22
5386
5387         * input/regression/lyric-hyphen-retain.ly: renew.
5388
5389         * scm/define-grobs.scm (all-grob-descriptions): add LyricSpace
5390         grob
5391
5392         * lily/lyric-hyphen.cc (set_spacing_rods): use minimum-distance
5393         iso. minimum-length property for rods.
5394
5395         * lily/hyphen-engraver.cc (acknowledge_lyric_syllable): create
5396         LyricSpace item to keep lyrics spaced apart.
5397
5398         * ly/engraver-init.ly: remove Separating_line_group_engraver
5399
5400         * Documentation/user/music-glossary.tely: do setfilename before
5401         music-glossary.
5402
5403 2005-12-07  Heikki Junes  <hjunes@cc.hut.fi>
5404
5405         * Documentation/user/lilypond-book.itely: use `,´ after xref:
5406         See xref documentation, for example.
5407
5408 2005-12-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5409
5410         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): use
5411         pending_skip iso. ly_voice[-1]
5412         (main): add if __main__ for debugging.
5413
5414         * python/musicxml.py (Accidental.__init__): new class.
5415
5416         * scripts/musicxml2ly.py (progress): new function
5417         (musicxml_key_to_lily): don't barf on modeless keys.
5418         (create_skip_music): new function.
5419         (musicxml_spanner_to_lily_event): new function. Handle beams too.
5420         (musicxml_note_to_lily_main_event): new function.
5421
5422         * python/musicexp.py (Music.__init__): add comment field.
5423         (NestedMusic.append): new routine.
5424         (SequentialMusic.print_ly): print comment.
5425         (ArpeggioEvent.ly_expression): new class
5426         (BeamEvent.ly_expression): new class
5427         (NoteEvent.__init__): support for cautionary/forced accs.
5428
5429         * lily/lookup.cc (slur): normal order for array loop.
5430
5431         * scm/framework-ps.scm (dump-stencil-as-EPS): set left X of bbox
5432         to 0.0.
5433
5434         * ly/engraver-init.ly: set bar-size, so bar-lines aren't
5435         collapsed.
5436
5437 2005-12-06 Erik Sandberg  <mandolaerik@gmail.com>
5438
5439         * scm/music-functions.scm: Make phrasing slurs follow voice direction
5440
5441         * scripts/lilypond-book.py: Introduce option
5442             --preserve-line-breaks, for usage with srcltx
5443
5444 2005-12-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5445
5446         * scm/output-lib.scm (print-circled-text-callback): draw circle
5447         around text using make-circle-markup.
5448
5449         * Documentation/user/*: strip out-www from file names.
5450
5451 2005-12-05  Heikki Junes  <hjunes@cc.hut.fi>
5452
5453         * Documentation/user/lilypond.tely (direntry): remove empty lines;
5454         fixes invalid info entry issue with makeinfo 4.8 in debian sid.
5455
5456 2005-12-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5457
5458         * Documentation/user/GNUmakefile: idem.
5459
5460         * Documentation/user/macros.itexi: strip out-www
5461
5462         * python/rational.py: python 2.3 compat.
5463
5464         * VERSION (PATCH_LEVEL): release 2.7.21
5465
5466         * scripts/musicxml2ly.py (NonDentedHeadingFormatter.format_headi):
5467         option formatting, lilypond style.
5468
5469         * python/musicexp.py: grab from Ikebana: a library for composing
5470         ly music expressions. 
5471         (Output_printer): class for advanced .ly printing.
5472         (eg. tupletting) 
5473
5474         * python/musicxml.py: new file. Read MusicXML MiniDOM tree, and
5475         convert to pythonesque structure.
5476
5477         * python/rational.py: PD rational number class.
5478
5479         * Documentation/user/converters.itely (Invoking musicxml2ly):  new node.
5480
5481 2005-12-04  Erik Sandberg  <mandolaerik@gmail.com>
5482
5483         * lily/part-combine-iterator.cc: Minor bugfix
5484         
5485         * THANKS: Update bughunters
5486
5487 2005-12-02  Werner Lemberg  <wl@gnu.org>
5488
5489         * mf/README: Document process for proper mf2pt1 conversion.
5490
5491         * mf/feta-beugel.mf (draw_brace): Fix path to assure clean
5492         overlapping.
5493
5494         * mf/feta-harmonica.mf: Removed.  Unused.
5495
5496 2005-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5497
5498         * scripts/lilypond-book.py (do_file): fix thinkos.
5499
5500 2005-12-01  Jan Nieuwenhuizen  <janneke@gnu.org>
5501
5502         * lily/GNUmakefile ($(outdir)/FlexLexer.h):
5503         ($(outdir)/parser.cc): 
5504         ($(outdir)/lexer.cc): Bugfix: depend on config.h.
5505
5506 2005-11-30  Pedro Kröger  <kroeger@pedrokroeger.net>
5507
5508         * ly/titling-init.ly (tagline): it should be a space between
5509         "Music engraving by LilyPond" and the version number.
5510
5511 2005-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5512
5513         * VERSION (PACKAGE_NAME): release 2.7.20
5514
5515 2005-11-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5516
5517         * scm/define-markup-commands.scm (pad-to-box): new markup command.
5518
5519         * scm/define-grobs.scm (all-grob-descriptions): set thickness to
5520         1.0.
5521         (all-grob-descriptions): don't shift RehearsalMark arbitrarily.
5522
5523 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5524
5525         * configure.in (LINK_GXX_STATICALLY): remove kpathsea checks.
5526
5527         * kpath-guile/: remove directory
5528
5529         * scm/kpathsea.scm (ly:kpathsea-expand-variable): new
5530         file. Encapsulate kpathsea using commandline tools.
5531
5532         * lily/all-font-metrics.cc (kpathsea_find_file): use (scm
5533         kpathsea) module.
5534
5535 2005-11-29  Mats Bengtsson  <mabe@s3.kth.se>
5536
5537         * Documentation/user/advanced-notation.itely (Setting automatic
5538         beam behavior): Correct a few typos. Thanks to David Bobroff.
5539
5540         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use
5541         \usepackage instead of \RequirePackage. Thanks to Bernard Hurley.
5542
5543 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5544
5545         * scripts/*.py: gmane address for bugs.
5546
5547 2005-11-28 Pal Benko <benkop@freestart.hu>
5548         
5549         * make/ly-rules.make: add -f switch to mv
5550
5551         * scm/output-libs.scm: add new bar symbol "." for punctus divisionis
5552
5553         * lily/bar-line.cc: interpret it
5554
5555 2005-11-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5556
5557         * configure.in (--disable-documentation): New switch.
5558
5559         * GNUmakefile.in: Use it.
5560
5561         * stepmake/aclocal.m4: Use AC_ARG_ENABLE for kpatsea.
5562
5563 2005-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5564
5565         * scripts/lilypond-book.py (do_file): search chunks for
5566         \\begin{document}
5567
5568         * GNUmakefile.in: add copy step in between so we can lose the
5569         out-www directories.
5570
5571 2005-11-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5572
5573         * lily/pango-font.cc (pango_item_string_stencil): put
5574         geometry.width into glyph-string too.
5575
5576 2005-11-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5577
5578         * scm/define-music-display-methods.scm (RevertProperty):
5579         (OverrideProperty): Use grob-property-path property, a list of
5580         symbols, instead of grob-property, which used to be a single
5581         symbol.
5582         (BassFigureEvent): a figure can be a plain number, not necessarily a
5583         markup.
5584
5585 2005-11-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5586
5587         * VERSION: release 2.7.19
5588         
5589         * lily/figured-bass-engraver.cc (process_music): check
5590         figuredBassCenterContinuations first.
5591
5592         * scm/translation-functions.scm (format-bass-figure): make double
5593         sharp larger. 
5594
5595         * lily/mark-engraver.cc: read rehearsalMarkAlignSymbol to
5596         determine X-parent.
5597
5598         * lily/system-start-delimiter-engraver.cc: move from
5599         Nested_system_start_delimiter_engraver, rename
5600         Nested_system_start_delimiter_engraver ->
5601         System_start_delimiter_engraver.
5602
5603         * lily/nested-system-start-delimiter-engraver.cc (from_list): read
5604         bracket type from hierarchy.
5605
5606 2005-11-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5607
5608         * lily/rest.cc (y_offset_callback): read staff-position.
5609
5610         * scm/define-grob-properties.scm (all-user-grob-properties): don't
5611         mark after-line-breaking-callback as internal.
5612
5613         * lily/self-aligment-interface.cc: remove self-[XY]-offset.
5614
5615 2005-11-25  Werner Lemberg  <wl@gnu.org>
5616
5617         * mf/feta-banier.mf ("d3"): Make `flare' equal to `staff_space'.
5618
5619 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5620
5621         * stepmake/bin/add-html-footer.py (do_file): add google
5622
5623         * lily/staff-symbol-engraver.cc (process_music): bugfix: stop
5624         staff if first_start_ is true.
5625
5626 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5627
5628         * scripts/midi2ly.py (split_track): add __repr__ members.
5629         (track_first_item): only return Item if not None. This fixes a
5630         problem when dumping a track that starts with an empty channel.
5631
5632         * python/midi.c: doc module.
5633
5634 2005-11-22  Mats Bengtsson  <mabe@s3.kth.se>
5635
5636         * Documentation/user/global.itely (Creating MIDI files): Fix
5637         compilation problem.
5638
5639 2005-11-22  Graham Percival  <gpermus@gmail.com>
5640
5641         * Documentation/user/basic-notation.itely: clarify dynamic
5642         padding text.
5643
5644         * Documentation/user/advanced-notation.itely: add unicode
5645         escape control example, whatever that is.  :)
5646
5647         * Documentation/user/global.itely: added "removing dynamics
5648         from MIDI" code.
5649
5650 2005-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5651
5652         * VERSION (PATCH_LEVEL): release 2.7.18
5653
5654         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): replace
5655         System_start_delimiter_engraver by
5656         Nested_system_start_delimiter_engraver.
5657
5658         * lily/nested-system-start-delimiter-engraver.cc (struct
5659         Bracket_nesting_node): new class.
5660         (struct Bracket_nesting_group): new class
5661         (struct Bracket_nesting_staff): new class.
5662         (process_music): create hierarchy of grobs. This allows separate
5663         tuning of different SSDs. 
5664
5665         * scm/define-grobs.scm (all-grob-descriptions): new Grob SystemStartSquare
5666         (all-grob-descriptions): remove old NestedSystemStartDelimiter.
5667
5668 2005-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5669
5670         * lily/side-position-interface.cc (aligned_side): multiply
5671         staff_radius by 2.
5672
5673         * lily/script-engraver.cc (make_script_from_event): allow setting
5674         values to '()
5675
5676 2005-11-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5677
5678         * lily/system-start-delimiter.cc (line_bracket): don't shorten height.
5679
5680         * scm/define-grobs.scm (all-grob-descriptions): new grob
5681         NestedSystemStartDelimiter.
5682
5683         * input/regression/system-start-heavy-bar.ly: new file.
5684
5685         * lily/nested-system-start-delimiter-engraver.cc: new file.
5686
5687         * lily/nested-system-start-delimiter.cc: new file.
5688
5689         * input/regression/system-start-nesting.ly: new file.
5690
5691         * scm/define-grobs.scm (all-grob-descriptions): use X side
5692         positioning for positioning braces for nested contexts.
5693
5694         * lily/system-start-delimiter.cc (print): don't divide extent by
5695         staff_space.
5696         (print): use style iso. glyph.
5697         (staff_bracket): translate glyph inside routine already.
5698
5699 2005-11-18  Michael Welsh Duggan <md5i@cs.cmu.edu>
5700
5701         * lily/vaticana-ligature-engraver.cc: fixed 2 typos in glyph
5702         names.
5703
5704 2005-11-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5705
5706         * scm/define-context-properties.scm
5707         (all-user-translation-properties): rename figuredBassFormatter
5708         from newFiguredBassFormatter.
5709
5710         * scm/define-grobs.scm (all-grob-descriptions): move from NewBassFigure
5711
5712         * lily/figured-bass-engraver.cc: move from new-figured-bass-engraver.cc
5713
5714         * lily/stem.cc (calc_stem_info): trigger beaming calculation.
5715
5716         * lily/beam.cc (calc_beaming): new function.
5717         (calc_shorten): new function.
5718
5719         * THANKS: add Edward Neeman.
5720
5721         * input/regression/accidental-clef-change.ly: new file.
5722
5723         * lily/note-collision.cc (check_meshing_chords): don't merge fa heads.
5724
5725         * scm/define-grobs.scm (all-grob-descriptions): add Y-offset property.
5726
5727         * lily/clef-engraver.cc (inspect_clef_properties): reset
5728         localKeySignature for clef changes.
5729
5730 2005-11-17  Mats Bengtsson  <mabe@s3.kth.se>
5731
5732         * python/midi.c: PyMIDINIT_FUNC isn't defined in Python < 2.3 
5733         add dummy definition that works in Linux and add information in
5734         INSTALL.texi on the specific Python requirements for Cygwin/Mingw.
5735
5736         * Documentation/user/changing-defaults.itely (Modifying context
5737         plug-ins): Add index for \with.
5738
5739         * Documentation/user/music-glossary.tely (dal segno): Updated
5740         example to version >=2.6.
5741
5742 2005-11-16  Mats Bengtsson  <mabe@s3.kth.se>
5743
5744         * Documentation/user/instrument-notation.itely (Printing chord
5745         names): Reorder \chordmode and \repeat in one example.
5746
5747 2005-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5748
5749         * VERSION: release 2.7.17
5750         
5751         * Documentation/topdocs/NEWS.tely (Top): add note about
5752         refactoring.
5753
5754         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
5755         new function. Search region of 3 positions for best tie.
5756         (score_configuration): new function.
5757         (score_aptitude): new function.
5758         (generate_configuration): new function.
5759         (get_configuration): new function.
5760         (Tie_formatting_problem): new function
5761
5762         * input/regression/page-top-space.ly: a6 for page-top-space demo. 
5763
5764         * stepmake/aclocal.m4: use $(if ) for config-FOOF.make
5765
5766         * THANKS: add Eduardo Vieira & Ralph Little
5767
5768         * mf/feta-bolletjes.mf (solfa_quarter_width): make solfa heads
5769         narrower.
5770
5771         * lily/include/tie-formatting-problem.hh (class
5772         Tie_formatting_problem): add Tie_details to
5773         Tie_formatting_problem. Update calling conventions.
5774
5775         * stepmake/aclocal.m4: oops. Include $CONFIGFILE.make, not
5776         config.make.
5777
5778         * Documentation/user/lilypond.tely: remove musedata2ly entry.
5779
5780 2005-11-16  Jürgen Reuter  <reuter@ipd.uka.de>
5781
5782         * lily/ligature-engraver.cc, lily/include/ligature-engraver.hh,
5783         scm/define-context-properties.scm: Maintenance bugfix: make
5784         ligature brackets work again by removing obsolete ligature
5785         primitive callback push/pop.
5786
5787         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: do
5788         not call Tuplet_bracket::calc_direction.  Removed obsolete gap
5789         value.
5790
5791 2005-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
5792
5793         * stepmake/aclocal.m4 (depth): Explain why absolute directory is
5794         used and do not call it a path.
5795         (FLEXLEXER_FILE): Rename from FLEXLEXER_PATH and add file name.
5796
5797 2005-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5798
5799         * lily/include/tie-formatting-problem.hh (class
5800         Tie_formatting_problem): new file.
5801
5802         * lily/tie-formatting-problem.cc (common_x_refpoint): new file.
5803
5804         * Documentation/misc/ChangeLog-2.3:  new file.
5805
5806         * lily/audio-staff.cc (output): degarianize.
5807
5808 2005-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5809
5810         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.pyc):
5811         Unset PYTHONOPTIMIZE.  Fixes install if set.
5812
5813 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5814
5815         * python/convertrules.py (conv): add warning about drums. 
5816
5817         * make/stepmake.make: include toplevel-version.make after config.make.
5818
5819         * stepmake/aclocal.m4 (depth): make sure $srcdir is absolute.
5820         also allow python2.4
5821
5822         * config.make.in (configure-srcdir): remove GXX GCC vars.
5823
5824         * stepmake/aclocal.m4: don't do non-srcdir build with
5825         symlinks. Use inclusion, so the src directory name can be changed.
5826
5827 2005-11-13  Jan Nieuwenhuizen  <janneke@gnu.org>
5828
5829         * make/mutopia-vars.make:
5830         * make/ly-vars.make: Use src-wildcard iso wildcard for source
5831         files.
5832
5833 2005-11-13  Werner Lemberg  <wl@gnu.org>
5834
5835         * mf/feta-arrow.mf: For all glyphs, don't mirror `currentpicture'
5836         but the affected path.  This ensures that the (overlapping) outlines
5837         have the same direction, which is a necessary prerequisite for
5838         FontForge's algorithm to remove overlaps.
5839         Formatting.
5840
5841         * mf/feta-haak.mf: Formatting.
5842         (draw_bracket): Slightly modify outline to avoid an unnecessary
5843         corner.
5844         Don't use ad-hoc values for `leave_angle' and `tip_angle' but derive
5845         them from the affected paths.
5846
5847 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5848
5849         * mf/README: remove xpm / accordion notes.
5850
5851         * lily/tie-column-format.cc (set_chord_outline): add dots into
5852         skyline extents. This fixes tie formatting if the left head has dots.
5853
5854         * lily/tie.cc (get_configuration): only shift tie by a whole staff
5855         space inside the staff.
5856         (get_configuration): shift another position if necessary in case
5857         of left head tie  
5858
5859 2005-11-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5860
5861         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): use
5862         buildscript-dir iso. $(depth)/buildscripts.
5863
5864         * tex/GNUmakefile (local-uninstall): remove
5865         music-drawing-routines.ps juggling.
5866
5867         * stepmake/stepmake/install-targets.make (local-install-files):
5868         prepend src-dir to install targets.
5869
5870         * lily/system-start-delimiter-engraver.cc
5871         (acknowledge_system_start_delimiter): use
5872         add_offset_callback(). This fixes translation of nested
5873         staffgroups.
5874
5875         * lily/grob-closure.cc (add_offset_callback): only encaps in
5876         simple_closure if it's a procedure.
5877         
5878         * lily/span-bar.cc (calc_glyph_name): read glyph-name, not glyph
5879         from bar-line.
5880
5881         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
5882         remove-empty where pertinent.
5883
5884 2005-11-12  Graham Percival  <gpermus@gmail.com>
5885
5886         * Documentation/user/instrument-notation.itely: added
5887         Cameron Horsburgh's multiple stanzas docs.  Thanks!
5888
5889 2005-11-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5890
5891         * lily/GNUmakefile
5892         ($(top-build-dir)/Documentation/pictures/$(outbase)/lilypond.ico):
5893         make picture in builddir, not srcdir.
5894
5895 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5896
5897         * VERSION: release 2.7.16
5898         
5899         * scripts/lilypond-book.py (main): use commands.mkarg () to quote
5900         shell arguments. 
5901
5902 2005-11-10  Mats Bengtsson  <mabe@s3.kth.se>
5903
5904         * Documentation/user/examples.itely (Piano templates): Minor
5905         modification to the Piano centered lyrics example.
5906
5907 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5908
5909         * scripts/lilypond-invoke-editor.scm (run-browser): look at
5910         $BROWSER.
5911
5912         * Documentation/user/point-and-click.itely: simplify p&c
5913         instruction: don't configure firefox. Put lilypond-invoke-editor
5914         in front of the browser.
5915
5916         * scripts/lilypond-invoke-editor.scm (run-editor): new function.
5917         (run-browser): new function.
5918
5919         * lily/parser.yy (Lily_lexer): recognize Book
5920
5921         * lily/book.cc (clone): new function
5922
5923         * lily/parser.yy (book_body): allow BOOK_IDENTIFIER.
5924
5925 2005-11-10  Jürgen Reuter  <reuter@ipd.uka.de>
5926
5927         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc:
5928         Maintenance bugfix: reduce number of font related warnings by
5929         updating naming conventions for glyph-name.
5930
5931 2005-11-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5932
5933         * scm/define-grobs.scm (all-grob-descriptions): add
5934         rhythmic-grob-interface to TabNoteHead.
5935
5936         * scm/layout-beam.scm (check-quant-callbacks): remove
5937         set_stem_lengths()
5938
5939 2005-11-08  Jürgen Reuter  <reuter@ipd.uka.de>
5940
5941         * ly/gregorian-init.ly (divisiones): Maintenance bugfix: vertical
5942         alignment of centered divisiones.
5943
5944         * scm/scripts.scm (articulations): Maintenance bugfix:
5945         follow-into-staff -> quantize-position.
5946
5947         * lily/vaticana-ligature-engraver.cc (transform_heads): Bugfix:
5948         plica head in porrectus deminutus.
5949
5950 2005-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5951
5952         * make/lilypond.fedora.spec.in (Group): add %clean section.
5953
5954         * lily/tuplet-bracket.cc (print): change check: remove bracket if
5955         less then 1/5th of total length.  
5956         (print): use gap too.  Fixes tupletUp-single-bracket.ly
5957
5958         * scm/music-functions.scm (glue-mm-rest-texts): also put other
5959         events into EventChord. This fixes textspanners on mm rests. Fixes
5960         spanner-rest.ly
5961
5962         * lily/side-position-interface.cc (get_axis): read side-axis
5963         (set_axis): set side-axis.
5964
5965         * scm/define-grobs.scm (all-grob-descriptions): add side-axis
5966         properties everywhere.
5967
5968         * lily/spacing-spanner.cc (breakable_column_spacing): add
5969         average-spacing-wishes. Take maximum if not set.
5970         (musical_column_spacing): idem. Fixes: spacing-keysig-note.ly
5971
5972         * scm/define-grobs.scm (all-grob-descriptions): add
5973         average-spacing-wishes.
5974
5975         * lily/grob-closure.cc (add_offset_callback): bugfix: properly add
5976         offset callbacks. This fixes alignment for Fingering objects.
5977
5978         * scm/define-grobs.scm (all-grob-descriptions): tiny bit less
5979         space for key - timesig combination. 
5980
5981         * input/regression/script-stem-tremolo.ly (Module): new file.
5982
5983         * scm/define-grobs.scm (all-grob-descriptions): decrease distance
5984         to key sig.
5985
5986         * lily/dynamic-engraver.cc (acknowledge_stem_tremolo): new function.
5987         Fixes: c-tremolo-script.ly.
5988         
5989         * lily/text-engraver.cc (acknowledge_stem_tremolo): new function.
5990
5991         * lily/script-engraver.cc (acknowledge_stem_tremolo): new function.
5992         
5993         * scm/define-grobs.scm (all-grob-descriptions): remove
5994         self-X-offset. Fixes alignment of octavate-8.
5995
5996         * scripts/lilypond-book.py (datadir): look in
5997         LILYPONDPREFIX/share/lilypond/current/
5998
5999         * GNUmakefile.in: symlink current to <VERSION>. 
6000
6001 2005-11-07  Pedro Kroger  <kroeger@pedrokroeger.net>
6002
6003         * lily/main.cc: eps listed as a backend.
6004
6005 2005-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6006
6007         * scm/lily-library.scm (print-music-as-book): quote $defaultpaper.
6008
6009 2005-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6010
6011         * lily/include/score.hh (class Score): remove texts_ member.
6012
6013         * lily/beam.cc (set_stem_lengths): force direction callback.
6014         (print): read quantized-positions, so we can force
6015         Beam::set_stem_lengths to occur.
6016         (rest_collision_callback): use common X parent. 
6017
6018 2005-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
6019
6020         * flower/file-path.cc (find): Bugfix: Return name of file found.
6021
6022         * lily/main.cc (setup_paths): Bugfix for argv0 logic.
6023         (setup_paths)[__CYGWIN__ || __MINGW32__]: Normalize argv0.
6024         (setup_paths)[__MINGW32__]: Also look for argv0 + .exe.
6025
6026 2005-11-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6027
6028         * flower/offset.cc: idem.
6029
6030         * mf/*.mf: update email address.
6031
6032         * lily/font-config-scheme.cc:  new file.
6033
6034         * GNUmakefile.in (SUBDIRS): remove debian/ directory.
6035
6036         * lily/*:  cs.uu.nl -> xs4all.nl
6037
6038         * VERSION (PATCH_LEVEL): release 2.7.15
6039
6040         * make/lilypond.mandrake.spec.in (Module): remove Mandrake & Suse
6041         spec files.
6042
6043         * make/lilypond.fedora.spec.in: add %{libdir}/lilypond/
6044
6045 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6046
6047         * GNUmakefile.in: bugfix: encapsulate mkdir && cd in parens.   
6048
6049         * lily/staff-performer.cc (process_music): add audio
6050         elements. This makes MIDI instrument changes work once again.
6051
6052         * lily/main.cc (LY_DEFINE): add gmane address.
6053
6054         * lily/beam.cc: remove calc_positions()
6055
6056         * lily/include/grob.hh (class Grob): move pscore, dim_cache_,
6057         original_ in private scope.
6058         (class Grob): drop pscore_ pointer, change to output_def pointer.
6059         (class Grob): cleanup class definition.
6060
6061         * ly/spanners-init.ly (assertBeamQuant): use make-simple-closure.
6062
6063 2005-11-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6064
6065         * lily/main.cc (setup_paths)[__MINGW32__]: Do not assume argv0 is
6066         absolute.  Better diagnostics.
6067
6068         * GNUmakefile.in: Add bin/ to tree and populate with some links.
6069         This makes lilypond run from the build directory using argv0
6070         relocation (without any --prefix or LILYPONDPREFIX setting).
6071
6072 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6073
6074         * Documentation/topdocs/NEWS.tely (Top): document new backend design.
6075
6076         * scm/define-grobs.scm: purge self-[XY]-offset variables, replace
6077         with simple-closure.
6078
6079         * lily/self-aligment-interface.cc (set_align_self): new function
6080         (set_center_parent): new function.
6081
6082         * lily/side-position-interface.cc (set_axis): new function.
6083
6084         * lily/new-fingering-engraver.cc (position_scripts): use drul for
6085         generic code. 
6086
6087         * scm/define-grob-properties.scm (all-user-grob-properties):
6088         remove [XY]-offset-callbacks add [YX]-offset
6089         
6090 2005-11-02  Mats Bengtsson  <mabe@s3.kth.se>
6091
6092         * scm/define-grobs.scm (all-grob-descriptions): Added space-alist
6093         entry for time signatures after breathing signs. Bug report by
6094         Scott Russell.
6095
6096 2005-11-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6097
6098         * lily/main.cc (setup_paths)[!__MINGW32__]: Bugfix: if argv0 is
6099         not absolute, make it absolute using PATH.
6100
6101 2005-10-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6102
6103         * python/midi.c (initmidi): Fix type for mingw.
6104
6105 2005-10-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6106
6107         * stepmake/stepmake/compile-vars.make (SHARED_FLAGS): Support mingw.
6108
6109         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Detect mingw
6110         cross compiling.
6111
6112         * stepmake/aclocal.m4: Support python cross compiling.
6113
6114         * stepmake/stepmake/python-module-vars.make (SHARED_MODULE_SUFFIX):
6115         Add mingw section.
6116
6117 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6118
6119         * scm/output-lib.scm (chain-grob-member-functions): replace
6120         chained-callback.cc
6121
6122         * lily/chained-callback.cc (Module): remove file.
6123
6124         * lily/rest-collision.cc (force_shift_callback_rest): change to
6125         chained callback.
6126
6127         * lily/rest.cc (y_offset_callback): merge function of 3 callbacks. 
6128
6129         * lily/grob.cc (y_parent_positioning): remove axis argument from
6130         parent_positioning callbacks.
6131         (Grob): junk init code
6132         (get_offset): use generic property callbacks for
6133         X-offset, Y-offset. Remove Grob::{add,has}_offset_callback.
6134         (axis_parent_positioning): new function
6135         (axis_offset_symbol): new function
6136         (chain_offset_callback): new function
6137         (add_offset_callback): new function
6138
6139         * lily/beam.cc (rest_collision_callback): change signature; this
6140         is now a chained callback.
6141
6142         * lily/include/dimension-cache.hh (class Dimension_cache): remove
6143         callback administration.
6144
6145         * lily/simple-closure.cc: new file. Smob type that allows "grob
6146         member functions",
6147
6148             (ly:make-simple-closure FUNC A B)
6149
6150         is evaluated as (FUNC grob A B). This allows chaining of callbacks
6151         in various ways.
6152
6153         * lily/slur-engraver.cc (acknowledge_extra_object): use chained
6154         callbacks.
6155
6156         * lily/slur.cc (outside_slur_callback): take 2 arguments.
6157
6158         * lily/rest.cc (polyphonic_offset_callback): remove.
6159
6160         * lily/script-engraver.cc (try_music): remove bool* argument.
6161
6162         * scm/script.scm (default-script-alist): set quantize-position
6163         appropriately.
6164
6165         * lily/script-engraver.cc: remove follow_into_staff_ special coding. 
6166
6167         * lily/side-position-interface.cc (aligned_side): move staff
6168         position quantization from
6169         Side_position_interface::quantised_position().
6170         (quantised_position): remove
6171         
6172 2005-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6173
6174         * input/regression/beam-quant-standard.ly: reindent, set
6175         debug-beam-quanting to #t.
6176
6177         * lily/beam-concave.cc (calc_concaveness): set concaveness to
6178         10000 if this is a "hard" concave beam.
6179
6180         * lily/beam.cc (calc_least_squares_positions): change from
6181         calc_least_squares_dy
6182         (set_stem_lengths): this is now a chained callback.
6183
6184         * lily/context-property.cc (execute_general_pushpop_property):
6185         bugfix override with procedure should have effect.
6186
6187         * scm/define-grob-properties.scm (all-internal-grob-properties):
6188         remove position-callbacks.
6189
6190         * scm/define-grobs.scm (all-grob-descriptions): use
6191         ly:make-callback-chain for positions property.
6192
6193         * scm/layout-beam.scm (check-quant-callbacks): return list of
6194         chained callbacks.
6195
6196         * scm/lily.scm (type-p-name-alist): add callback-chain
6197
6198         * lily/lily-guile.cc (type_check_assignment): type check failure
6199         is warning not message.
6200
6201         * lily/grob-property.cc (try_callback): walk callback chain if
6202         appropriate.
6203
6204         * lily/chained-callback.cc: new file. new smob type.
6205
6206         * lily/lily-guile.cc (procedure_arity): new function.
6207
6208 2005-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6209
6210         * Documentation/topdocs/INSTALL.texi (Top): add perl flex bison.
6211
6212 2005-10-25  John Mandereau  <john.mandereau@free.fr>
6213  
6214         * Documentation/user/instrument-notation.itely (Figured bass):
6215         describe new features
6216
6217 2005-10-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6218
6219         * lily/beam.cc (calc_least_squares_dy): use property callback.
6220
6221         * lily/beam-concave.cc (calc_concaveness): use property callback.
6222
6223         * ly/paper-defaults.ly: move fixed dimensions from paper.scm 
6224
6225 2005-10-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6226
6227         * HACKING: Update.
6228
6229 2005-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6230
6231         * scm/layout-page-layout.scm (page-headfoot): annotate
6232         pagetopspace too.
6233
6234         * scm/stencil.scm (dimension-arrows): shorten arrowed lines a bit. 
6235
6236         * scm/layout-page-layout.scm (annotate-y-interval): y-annotation
6237         doesn't take y-space.
6238
6239         * scm/paper.scm (paper-alist): fix A7 dimensions. 
6240
6241 2005-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6242
6243         * stepmake/stepmake/generic-vars.make (DIST_FILES): Fix
6244         src-wildcard, remove $(wildcard).
6245
6246         * po/GNUmakefile (PO_FILES): 
6247         * ps/GNUmakefile (PS_FILES): 
6248         * tex/GNUmakefile (TEX_FILES): 
6249         * cygwin/GNUmakefile (POSTINSTALLS):
6250         * vim/GNUmakefile (EXTRA_DIST_FILES): Bugfix: [etags sr?] missed
6251         some wildcard calls.
6252
6253 2005-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6254
6255         * THANKS: add Thomas Bushnell.
6256
6257 2005-10-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6258
6259         * scm/lily.scm: Remove horrendous running-from-gui? kludge.
6260         (lilypond-main): Redirect to gui-main if 'gui is set.
6261
6262         * scripts/midi2ly.py (datadir): Add libdir iso datadir to path,
6263         for alternative installations kludging s/share/lib/g
6264         LILYPONDPREFIX. 
6265
6266         * SConstruct (libdir_package_version): Define.
6267
6268         * python/SConscript: 
6269         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install binary .so
6270         module in libdir.  
6271
6272 2005-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6273
6274         * lily/main.cc: clarify --safe.
6275
6276 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6277
6278         * VERSION: release 2.7.14
6279         
6280         * Documentation/user/*.itely: remove minimumVerticalExtent.
6281
6282         * scm/define-grobs.scm (all-grob-descriptions): remove
6283         RemoveEmptyVerticalGroup
6284
6285         * lily/hara-kiri-engraver.cc (get_spanner): create VerticalAxisGroup.
6286
6287         * lily/include/lily-guile.hh (GUILE_ELLIPSIS): define to get clean
6288         compile on MOSX
6289
6290         * python/convertrules.py (conv): add rules.
6291
6292         * lily/grob.cc: remove is_empty()
6293
6294         * lily/grob-property.cc: remove add_to_list_property().
6295
6296         * scripts/convert-ly.py (datadir): add prefix switching hack to
6297         .py too.
6298
6299         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily (cresc): remove
6300         space-function tweak.
6301
6302         * lily/grob.cc: remove X-extent-callback / Y-extent-callback.
6303
6304         * scm/define-grob-properties.scm (all-user-grob-properties):
6305         remove callback property.
6306
6307         * lily/include/grob.hh (class Grob): remove property_callbacks_
6308         member. Properties of procedure type are assumed to be callbacks.
6309
6310         * lily/ligature-engraver.cc (override_stencil_callback):
6311         rewrite. Use noteHeadLigaturePrimitive as source.
6312
6313         * scm/define-grob-properties.scm (all-internal-grob-properties):
6314         remove ligature-primitive-callback
6315
6316         * lily/include/dimension-cache.hh (class Dimension_cache): make
6317         class, with Grob as friend.
6318
6319         * lily/grob.cc: remove set_extent_callback(), set_extent() and
6320         has_extent_callback()
6321
6322         * scm/translation-functions.scm (format-new-bass-figure): read
6323         figuredBassPlusDirection
6324
6325         * scm/define-context-properties.scm
6326         (all-user-translation-properties): add figuredBassPlusDirection.
6327
6328         * lily/staff-spacing.cc (next_notes_correction): oops. Init wishes.
6329
6330         * lily/align-interface.cc (set_ordered): new function.
6331
6332         * lily/grob.cc (flush_extent_cache): rewrite.
6333
6334         * lily/dimension-cache.cc (Dimension_cache): cache extent as
6335         Interval pointer directly.
6336
6337         * lily/main.cc (setup_paths): insert extra / .
6338         (setup_paths): junk cff entry.
6339
6340         * lily/font-config.cc (init_fontconfig): only add type1 / otf
6341         directories.
6342
6343         * lily/axis-group-engraver.cc (finalize): remove
6344         extraVerticalExtent, minimumVerticalExtent verticalExtent.
6345
6346         * lily/grob.cc (Grob): don't set extent from ctor.
6347         (extent): use property callbacks. 
6348
6349         * lily/axis-group-interface.cc: remove set_axes() function.
6350
6351         * lily/grob-property.cc (del_property): new function.
6352
6353 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6354
6355         * lily/font-config.cc (init_fontconfig): resurrect mf/out/ check.
6356         
6357 2005-10-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6358
6359         * stepmake/stepmake/script-vars.make (PYTHON_SCRIPTS_IN): Oops.  Add.
6360
6361 2005-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6362
6363         * mf/SConscript: Updates.
6364
6365         * lily/GNUmakefile (OUT_DIST_FILES): Bugfix.
6366
6367         * stepmake/stepmake/*:
6368         * */GNUmakefile:
6369         * config.make.in:
6370         * GNUmakefile.in:
6371         * stepmake/aclocal.m4: Friendlier --srcdir build, allowing `make'
6372         from any directory in build-dir.  Cleanups.
6373
6374         * make/srcdir.make.in: Remove.
6375
6376         * lily/main.cc (setup_paths): Fix and document build-dir hack.
6377
6378         * SConstruct (CheckYYCurrentBuffer): Use TryCompile (there is no
6379         main).
6380
6381         * lily/SConscript: Remove ttftools.
6382
6383         * SConstruct: Resurrect.
6384
6385 2005-10-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6386
6387         * lily/tuplet-bracket.cc (print): use dy iso. positions[RIGHT] for
6388         Y coordinate. 
6389
6390         * lily/paper-book.cc (add_score_title): put Paper_score title into
6391         systems_ list.
6392
6393         * scm/translation-functions.scm (format-new-bass-figure): also
6394         allow plus in combination with _
6395
6396 2005-10-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6397
6398         * VERSION: 2.7.13 released.
6399
6400         * lily/note-collision.cc (check_meshing_chords): don't wipe
6401         stencil, merely set transparent.
6402
6403         * Documentation/topdocs/NEWS.tely (Top): mention John Mandereau. 
6404         (Top): document #'callbacks.
6405         (Top): document nested \override.
6406
6407         * input/regression/figured-bass.ly: update for slash and pluses.
6408
6409         * input/regression/figured-bass-continuation-forbid.ly (Module):
6410         new file.
6411
6412         * scm/translation-functions.scm (format-new-bass-figure): use
6413         slashed-digit if diminished is set.
6414         (format-new-bass-figure): add + if 'augmented is set.
6415
6416         * scm/define-markup-commands.scm (slashed-digit): new command slashed-digit.
6417
6418         * input/test/piano-staff-distance.ly: remove file.
6419
6420         * Documentation/user/advanced-notation.itely (Formatting cue
6421         notes): use length-fraction for making stems/beams smaller.
6422
6423         * lily/parser.yy (bass_figure): accept \+ \! and / as figured bass
6424         modifications.
6425
6426         * lily/new-figured-bass-engraver.cc: new property
6427         centerFiguredBassContinuations
6428
6429         * Documentation/user/changing-defaults.itely (Difficult tweaks):
6430         use callbacks.
6431
6432         * lily/context-property.cc (execute_general_pushpop_property):
6433         robustness checks.
6434
6435         * input/regression/override-nest.ly: new file.
6436
6437         * python/convertrules.py (FatalConversionError.subber): conversion
6438         rule for #'callbacks
6439
6440         * input/regression/override-nest.ly: new function.
6441
6442         * lily/parser.yy (music_property_def): allow \override #'a #'b =
6443         #c too. 
6444
6445         * lily/context-property.cc (lookup_nested_property): new function.
6446         (evict_from_alist): new function.
6447         (general_pushpop_property): new function.
6448         (execute_general_pushpop_property): rewrite. Support nested
6449         properties too.
6450
6451 2005-10-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6452
6453         * lily/beam.cc: use length-fraction too.
6454
6455         * scm/define-grob-properties.scm (all-user-grob-properties):
6456         remove property flag-width-function
6457         (all-user-grob-properties): remove space-function.
6458
6459         * scm/layout-beam.scm: remove flag-width-function.
6460
6461         * lily/beam.cc: remove flag-width-function
6462
6463         * scm/layout-beam.scm: remove beam dir functions.
6464
6465         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): use length-fraction.
6466
6467         * lily/stem.cc (calc_length): multiply with length_fraction. Makes
6468         for easier grace tweaks.
6469
6470         * lily/beam.cc: remove dir-function.
6471
6472         * lily/system.cc (pre_processing): use callback to trigger spacing procedures.
6473
6474         * lily/grob.cc: remove spacing-procedure.
6475
6476         * lily/note-head.cc (calc_stem_attachment): new function.
6477         (internal_print): use callback to get glyph-name.
6478
6479         * lily/grob-property.cc (get_interfaces): new function.
6480
6481         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-interfaces
6482
6483         * lily/stem.cc (calc_stem_end_position): new function.
6484         (calc_length): new function.
6485         document details for stem.
6486         remove Stem::get_direction()
6487
6488         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-set-callback! 
6489
6490         * lily/grob-property.cc (set_callback): new function.
6491
6492         * lily/script-engraver.cc (make_script_from_event): don't trigger callback.
6493
6494         * lily/item-scheme.cc: new file.
6495
6496         * lily/bar-line.cc (before_line_breaking): remove function.
6497         remove bar-size-procedure, break-glyph-function
6498
6499         * lily/clef-engraver.cc (set_glyph): use glyph iso. glyph-name
6500
6501         * lily/clef.cc (before_line_breaking): change to calc_glyph_name.
6502
6503         * lily/system-start-delimiter.cc (print): suicide from
6504         here. Remove after_line_breaking_callback.
6505
6506         * lily/script-interface.cc (calc_direction): use callback for direction.
6507
6508         * lily/side-position-interface.cc (aligned_side): don't use
6509         Side_position_interface::get_direction directly. Use callback. 
6510
6511         * lily/grob.cc (get_stencil): simplify: use callback mechanism to
6512         calculate stencil.
6513         (get_print_stencil): rename from get_stencil: create stencil with
6514         transparency, color and cause. 
6515
6516         * scm/define-grobs.scm: change print-function to stencil callback everywhere.
6517
6518         * python/convertrules.py (conv): insert temporary warning rule.
6519
6520         * lily/multi-measure-rest.cc (set_text_rods): use stencil directly.
6521
6522         * lily/grob-property.cc (try_callback): remove marker if applicable.
6523
6524         * lily/grob.cc: elucidate doc about after/before-line-breaking
6525
6526         * lily/slur-scoring.cc (enumerate_attachments): robustness fix.
6527
6528         * lily/stem.cc (height): idem.
6529
6530         * lily/stem-tremolo.cc: idem.
6531
6532         * lily/slur.cc (height): don't use get_uncached_stencil()
6533
6534         * lily/rest.cc (y_offset_callback): use offset callback
6535         iso. after-line-breaking callback.
6536
6537         * lily/grob.cc: change after/before-line-breaking-callback to
6538         after/before-line-breaking dummy properties.
6539
6540         * lily/include/grob.hh: remove Grob_status.
6541
6542         * scm/define-context-properties.scm
6543         (all-user-translation-properties): remove verticalAlignmentChildCallback
6544
6545         * lily/tuplet-bracket.cc: use positions property iso. left,right-position.
6546         (calc_direction): use callback
6547         (calc_positions): use callback.
6548
6549         * lily/tie.cc (calc_direction): use callback. Only call parent
6550         positioning for more than one tie.
6551
6552         * lily/tie-column.cc (calc_positioning_done): use callback
6553
6554         * lily/slur-scoring.cc (calc_control_points): use callback
6555
6556         * lily/slur.cc (calc_direction): use callback.
6557
6558         * lily/note-collision.cc (force_shift_callback): remove.
6559
6560         * lily/dot-column.cc (force_shift_callback): remove. Use
6561         other_axis_parent_positioning.
6562
6563         * lily/grob.cc (other_axis_parent_positioning): new function.
6564         (same_axis_parent_positioning): new function
6565
6566         * lily/align-interface.cc (alignment_callback): remove function.
6567
6568         * lily/note-collision.cc (calc_positioning_done): use callback.
6569
6570         * lily/laissez-vibrer-tie.cc (calc_control_points): use callback.
6571         (calc_direction): idem.
6572         remove print function.
6573
6574         * lily/laissez-vibrer-tie-column.cc (calc_positioning_done): use callback.
6575
6576         * lily/dot-column.cc (calc_positioning_done): use callback.
6577
6578         * lily/break-align-interface.cc (calc_positioning_done): use callback.
6579
6580         * lily/beam.cc (calc_direction): use pseudo-property for beam
6581         direction callback.
6582         (calc_positions): use callback 
6583
6584         * lily/align-interface.cc (calc_positioning_done): use
6585         callback. Fold fixed  distance and normal alignment in one function.
6586
6587         * lily/stem.cc (calc_stem_end_position): use callback.
6588         (calc_positioning_done): idem.
6589         (calc_direction): idem.
6590         (calc_stem_end_position): idem
6591         (calc_stem_info): idem.
6592
6593         * lily/grob-property.cc (get_property_data): new function: 
6594         (try_callback): new function.
6595
6596         * scm/define-grob-properties.scm (all-user-grob-properties): doc
6597         callbacks property.
6598
6599         * lily/break-align-interface.cc: remove Break_align_interface::alignment_callback.
6600
6601 2005-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6602
6603         * lily/tie.cc (get_position): robustness fix. Don't crash if a
6604         tie
6605         has no heads.
6606         
6607         * lily/include/*.hh (Module): compile fixes.
6608
6609 2005-10-14  Heikki Junes <hjunes@cc.hut.fi>
6610
6611         * elisp/lilypond-font-lock.el, elisp/lilypond-indent.el: Avoid nil 
6612         as an argument for char-syntax: use (char-syntax (or nil 0)) 
6613         instead of (char-syntax nil), thanks to Milan Zamazal.
6614
6615 2005-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6616
6617         * make/lilypond.fedora.spec.in (Group): add lilypond-internals to
6618         dist.
6619
6620         * lily/tuplet-bracket.cc: check columns of bounds, not bounds
6621         themselves.
6622
6623 2005-10-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6624
6625         * flower/include/virtual-methods.hh (VIRTUAL_COPY_CONSTRUCTOR):
6626         add class_name() method.
6627
6628         * lily/music-scheme.cc: remove ly:music-name.
6629
6630 2005-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6631
6632         * cygwin/postinstall-lilypond.sh: Remove cruft.
6633
6634         * cygwin/postremove-lilypond.sh: Remove.
6635
6636         * cygwin/GNUmakefile (default): Remove postremove rules.
6637
6638 2005-10-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6639
6640         * ly/titling-init.ly (evenHeaderMarkup): use space in header on
6641         even header too.
6642         
6643         * scm/define-markup-commands.scm (wordwrap-string): bugfix for
6644         MacOS 9 users.
6645
6646         * lily/hara-kiri-group-spanner.cc (consider_suicide): only
6647         consider break index for broken spanner.
6648
6649         * scm/define-markup-commands.scm (wordwrap-string): remove \r
6650         characters from string before splitting.
6651
6652 2005-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6653
6654         * scm/framework-ps.scm (output-preview-framework): use
6655         is-book-title to determine whether to chop off the booktitle.
6656
6657         * lily/paper-book.cc (systems): init from book-title-properties
6658         (add_score_title): init score-title-properties.
6659
6660         * ly/paper-defaults.ly: add {score,book}-title-properties.
6661
6662         * scm/document-backend.scm (lookup-interface): error message if
6663         using unknown interface.
6664
6665         * lily/volta-bracket.cc (after_line_breaking): new function. Set
6666         edge-height.
6667
6668         * lily/horizontal-bracket.cc (make_enclosing_bracket): rename from
6669         make_bracket.
6670         (make_bracket): new function.
6671
6672         * scm/lily.scm (define-scheme-options): add paper-size option.
6673
6674         * ly/declarations-init.ly (laissezVibrer): get paper size from
6675         -dpaper-size
6676
6677         * scm/translation-functions.scm: use \fontsize for changing the
6678         fontsize.
6679
6680         * scm/define-grobs.scm (all-grob-descriptions): set
6681         between-length-limit to 1.0
6682
6683         * lily/tie-helper.cc: add between_length_limit_ detail property.
6684
6685         * mf/feta-bolletjes.mf: typos.
6686
6687         * lily/note-head.cc (internal_print): don't shadow idx
6688         parameter. This fixes wrong attachment for do shape heads.
6689
6690 2005-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6691
6692         * scm/parser-ly-from-scheme.scm: rename from ly-from-scheme.scm
6693
6694         * scm/parser-clef.scm (supported-clefs): rename from clef.scm
6695
6696         * scm/layout-slur.scm: rename from slur.scm
6697
6698         * scm/layout-page-layout.scm: rename from page-layout.scm
6699
6700         * scm/layout-beam.scm: rename from beam.scm
6701
6702         * scm/define-grob-interfaces.scm (bass-figure-interface): add
6703         bass-figure-interface
6704
6705         * lily/new-figured-bass-engraver.cc (process_music): add
6706         implicitBassFigures property.
6707         
6708         * scm/define-markup-commands.scm (pad-x): new markup.
6709
6710         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set
6711         minimumVerticalExtent on FiguredBass context.
6712
6713         * lily/figured-bass-continuation.cc (center_on_figures): kludge in
6714         case the continuation crosses a line break.
6715
6716 2005-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
6717
6718         * flower/file-name.cc (dos_to_posix)[__CYGWIN__]: Return
6719         unconverted value if cygwin_conv_to_posix_path () fails.  Fixes
6720         absolute file name bug.  
6721
6722 2005-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6723
6724         * VERSION (PACKAGE_NAME): release 2.7.12
6725
6726         * input/regression/figured-bass-continuation-center.ly: new file.
6727
6728         * input/regression/beam-outside-beamlets.ly: new file.
6729
6730         * lily/beam.cc (set_beaming): don't clip edges.
6731         (connect_beams): don't clip edges.
6732
6733         * lily/beaming-info.cc (clip_edges): new function.
6734
6735         * lily/enclosing-bracket.cc (struct Enclosing_bracket): new file.
6736
6737         * Documentation/user/instrument-notation.itely (Figured bass):
6738         demonstrate extenders, update seealso links.
6739
6740         * scm/titling.scm (marked-up-headfoot): change tagline
6741         handling. tagline = ##f will blank the tagline as well.
6742
6743 2005-10-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6744
6745         * Documentation/topdocs/NEWS.tely: add entry for Figured bass.
6746
6747         * lily/new-figured-bass-engraver.cc (struct
6748         New_figured_bass_engraver): add new_music_found_ member.
6749
6750         * lily/lilypond-version.cc (Lilypond_version): deal with
6751         incorrectly formatted version strings. 
6752
6753         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): switch on
6754         New_figured_bass_engraver by default.
6755
6756         * lily/ttf.cc (print_trailer): only define glyph names when
6757         FT_Face has FT_FACE_FLAG_GLYPH_NAMES
6758
6759 2005-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6760
6761         * lily/horizontal-bracket.cc (make_bracket): new function.
6762
6763         * scm/define-grobs.scm (all-grob-descriptions): new grobs
6764         NewBassFigure, BassFigureBracket, BassFigureContinuation,
6765         BassFigureLine, BassFigureAlignment
6766
6767         * lily/new-figured-bass-engraver.cc (process_music): new file.
6768
6769         * lily/figured-bass-continuation.cc: new file.
6770
6771         * lily/include/horizontal-bracket.hh (struct Horizontal_bracket):
6772         new file.
6773
6774 2005-10-04  Mats Bengtsson  <mabe@s3.kth.se>
6775
6776         * scripts/lilypond-book.py: Bug fix, put the quote around the
6777         actual score for LaTeX documents.
6778
6779         * scm/define-grobs.scm (all-grob-descriptions): Change
6780         collapse-height of the SystemStartBracket grob to 5.0, 
6781         so the bracket disappears for single stave score lines (similarly
6782         to SystemStartBraces). 
6783
6784         * Documentation/user/advanced-notation.itely (Polymetric
6785         notation): Clarify the use of compressMusic.
6786
6787         * Documentation/user/basic-notation.itely (Grace notes): Clarify
6788         that the grace spacer note in other staves need the same duration
6789         and document the stroke-style property.
6790
6791 2005-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6792
6793         * Documentation/user/global.itely (Vertical spacing): document
6794         alignment-extra-space and fixed-alignment-extra-space.
6795
6796         * Documentation/topdocs/NEWS.tely (Top): add entry.
6797
6798         * input/regression/alignment-vertical-spacing.ly: new file.
6799
6800         * python/convertrules.py (conv): add rule.
6801
6802         * ly/music-functions-init.ly: rename outputProperty to overrideProperty
6803
6804         * lily/align-interface.cc (stretch_after_break): new
6805         function. Read fixed-alignment-extra-space property.
6806         (align_elements_to_extents): read alignment-extra-space property.
6807
6808         * lily/lily-guile.cc (robust_scm2dir): new function.
6809
6810         * scm/page-layout.scm (page-headfoot): annotate headsep and footsep.
6811         (annotate-space-left): new function. Annotate space left on page. 
6812         (annotate-y-interval): new function.
6813         (paper-system-annotate-last): new function. Annotate bottom-space.
6814
6815         * mf/feta-beugel.mf (y): 
6816
6817 2005-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6818
6819         * VERSION (PACKAGE_NAME):  release 2.7.11
6820
6821         * scm/lily-library.scm (interval-translate): new function
6822         (interval-center): new function. 
6823
6824         * scm/page-layout.scm (paper-system-annotate): new function. Add
6825         arrows for dimensions.
6826  
6827         * scm/stencil.scm (dimension-arrows): new function.
6828
6829         * Documentation/user/global.itely (Vertical spacing): mention annotatespacing
6830
6831         * input/regression/page-spacing.ly: add annotatespacing
6832
6833         * lily/paper-system-scheme.cc (LY_DEFINE): remove ly:paper-system-{extent,stencil}
6834         (LY_DEFINE): new function ly:paper-system-set-property!
6835
6836         * Documentation/user/global.itely (Paper size): explain how to add
6837         sizes.
6838
6839         * scm/paper.scm (paper-alist): rename tabloid paper to 11x17 to
6840         correspond to GS's definition.
6841
6842         * lily/tuplet-bracket.cc (after_line_breaking): suicide empty
6843         tuplet bracket.
6844         (print): only connect to next bracket if the next one is alive.
6845         (print): set padding to 0.0 if the bound is a breakable
6846         column. This makes tupletFullLength brackets reach up to the staff
6847         line if it doesn't connect to the next line.
6848
6849 2005-09-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6850
6851         * lily/bar-number-engraver.cc: correct docs.
6852
6853         * scm/output-lib.scm (first-bar-number-invisible): rename from
6854         default-bar-number-visibility
6855
6856 2005-09-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6857
6858         * scm/define-music-properties.scm (all-music-properties): remove
6859         predicate property.
6860
6861 2005-09-28  Heikki Junes  <hjunes@cc.hut.fi>
6862
6863         * po/fi.po: refresh.
6864
6865 2005-09-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6866
6867         * input/regression/hara-kiri-pianostaff.ly (disappear): remove
6868         superfluous s1.
6869         (disappear): bugfix.
6870
6871         * lily/stem-tremolo.cc (raw_stencil): read slope property.
6872
6873         * lily/include/paper-system.hh (class Paper_system): remove
6874         staff_extents_ member.
6875
6876         * lily/paper-system-scheme.cc (LY_DEFINE): remove.
6877
6878         * lily/include/paper-system.hh (class Paper_system): remove
6879         number_ variable. Remove is_title_. Remove break_before_penalty_
6880
6881         * lily/paper-book.cc (systems): use 'number property iso. number_
6882         member.
6883
6884         * lily/paper-system-scheme.cc: remove ly:paper-system-break-before-penalty
6885         remove ly:paper-system-number.
6886
6887         * scm/lily-library.scm (paper-system-title?): new function.
6888
6889         * lily/book.cc (process): bugfix: flip ?: cases. 
6890
6891         * Documentation/user/changing-defaults.itely (Difficult tweaks):
6892         add outputProperty.
6893
6894         * ly/music-functions-init.ly: add outputProperty music function.
6895
6896         * scm/paper.scm (set-paper-dimension-variables): add pagetopspace
6897
6898         * scm/page-layout.scm (ly:optimal-page-breaks): read next-space
6899         and next-padding.
6900         (optimal-page-breaks): rename from ly:optimal-page-breaks.
6901
6902         * lily/paper-system-scheme.cc (LY_DEFINE): new function.
6903
6904         * lily/paper-system.cc (internal_get_property): new function.
6905
6906         * Documentation/user/global.itely (Vertical spacing): refer to
6907         page-spacing.ly
6908
6909         * scm/page-layout.scm (ly:optimal-page-breaks): add support for
6910         pagetopspace
6911
6912         * input/regression/page-spacing.ly: new file.
6913
6914         * input/regression/page-top-space.ly: new file.
6915
6916         * lily/spacing-spanner.cc: cmath -> math.h
6917
6918         * lily/paper-system.cc (read_left_bound): new function. Read
6919         line-break-system-details from left bound to determine extents.
6920  
6921         * Documentation/user/programming-interface.itely (Using LilyPond
6922         syntax inside Scheme): change applyxxx -> applyXxx.
6923
6924         * ly/music-functions-init.ly: add outputProperty music function.
6925
6926         * lily/parser.yy (Generic_prefix_music_scm): add scm-scm-scm signature.
6927
6928         * lily/grob-scheme.cc (LY_DEFINE): add ! to ly:grob-suicide! name.
6929
6930         * python/convertrules.py (conv): rule
6931
6932         * ly/music-functions-init.ly: applyxxx -> applyXxx
6933
6934         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): alias
6935         TabVoice to Voice.
6936
6937 2005-09-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6938
6939         * flower/include/real.hh: include <math.h> iso. <cmath>
6940
6941         * flower/include/offset.hh: include real.hh
6942
6943 2005-09-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6944
6945         * Documentation/user/changing-defaults.itely (Difficult tweaks):
6946         fix example, now that 'interfaces is no longer directly available.
6947
6948         * lily/book.cc (process): don't crash if paper == NULL.
6949
6950         * po/fr.po: update.
6951
6952 2005-09-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6953
6954         * scm/define-music-types.scm (music-descriptions): set length and
6955         start-callback for QuoteMusic
6956
6957 2005-09-15  Mats Bengtsson  <mabe@s3.kth.se>
6958
6959         * lily/tie.cc (get_configuration): Replace fabs -> abs for integer
6960         arguments. Fixes compilation error with gcc 3.3.
6961
6962 2005-09-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6963
6964         * VERSION: release 2.7.10
6965
6966         * stepmake/stepmake/python-module-rules.make
6967         ($(outdir)/%$(SHARED_MODULE_SUFFIX)): SHARED_FLAGS at the end.  
6968
6969         * lily/*.cc: remove <cmath> everywhere. <cmath> is included from
6970         real.hh
6971
6972 2005-09-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6973
6974         * stepmake/stepmake/c++-vars.make (#EXTRA_CXXFLAGS): don't add
6975         -Werror. Otherwise GCC barfs over various optimizations.
6976
6977         * scm/define-grob-properties.scm (all-internal-grob-properties):
6978         add note-head property
6979
6980         * Documentation/user/instrument-notation.itely (Laissez vibrer
6981         ties): new node.
6982
6983         * input/regression/laissez-vibrer-ties.ly: new file.
6984
6985         * lily/laissez-vibrer-engraver.cc: new file.    
6986
6987         * lily/include/tie-column-format.hh: new file.
6988
6989         * lily/tie-column-format.cc: new file. 
6990
6991         * lily/tie-column.cc (set_manual_tie_configuration): new function.
6992
6993         * lily/laissez-vibrer-tie.cc: new file.
6994
6995         * lily/include/laissez-vibrer-tie.hh: new file.
6996
6997         * ly/engraver-init.ly: add Laissez_vibrer_engraver
6998
6999         * ly/declarations-init.ly (laissezVibrer): add \laissezVibrer
7000
7001         * scm/define-grobs.scm (all-grob-descriptions): add
7002         LaissezVibrerTie, LaissezVibrerTieColumn
7003
7004         * lily/tie-column.cc (set_tie_config_directions): new function
7005         (final_shape_adjustment): new function.
7006         (shift_small_ties): new function.
7007
7008         * scm/define-music-types.scm (music-descriptions): add LaissezVibrerEvent
7009
7010         * lily/include/tie.hh (struct Tie_details): add x_gap_
7011         (struct Tie_configuration): add head_position_
7012
7013         * lily/tie-column.cc (set_chord_outline): new function.
7014
7015         * mf/cmr.enc.in:  remove file.
7016
7017 2005-09-11  Graham Percival  <gpermus@gmail.com>
7018
7019         * Documentation/user/examples.itely: typo fix.  Thanks, Matevž
7020
7021 2005-09-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7022
7023         * mf/feta-banier.mf: make vertical stem 1/2 stemthickness wide to
7024         reduce aliasing effects.
7025
7026         * lily/tie-column.cc (set_chord_outlines): bugfix: insert complete
7027         box in skyline.
7028
7029 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7030
7031         * lily/tie.cc (get_configuration): don't crash if left_dot is NULL.
7032
7033         * flower/include/real.hh: std::fabs too.
7034
7035 2005-09-08  Jan Nieuwenhuizen  <janneke@gnu.org>
7036
7037         * Documentation/user/lilypond.tely: Spell Baßtuba in UTF-8 (Werner). 
7038
7039         * lily, flower: Include C++ iso C headers.  Import namespace std
7040         throughout.
7041
7042         * lily/side-position-interface.cc: 
7043         * lily/scm-hash.cc: 
7044         * lily/note-head.cc: 
7045         * lily/include/includable-lexer.hh: 
7046         * flower/include/string-data.icc: Remove using std::*.
7047
7048         * lily, flower: Include C++ iso C headers.  Import namespace std
7049         throughout.
7050
7051         * lily/side-position-interface.cc: 
7052         * lily/scm-hash.cc: 
7053         * lily/note-head.cc: 
7054         * lily/include/includable-lexer.hh: 
7055         * flower/include/string-data.icc: Remove using std::*.
7056
7057         * Documentation/user/instrument-notation.itely (Entering lyrics):
7058         Multiple latin-1->utf-8 conversion fix.
7059
7060         * Documentation/user/*tely: Update Emacs cookie to utf-8.
7061
7062 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7063
7064         * lily/tie.cc (get_configuration): also avoid dots for non-space
7065         situations.
7066
7067 2005-09-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7068
7069         * Documentation/user/instrument-notation.itely: Bugfix.
7070
7071 2005-09-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7072
7073         * tex/GNUmakefile: don't install texinfo.tex
7074
7075         * tex/ : cleanup: remove unused files.
7076
7077         * lily/general-scheme.cc: remove my_{isinf,isnan}.
7078
7079         * flower/include/real.hh: using std::{isnan,isinf}
7080         
7081         * VERSION (PATCH_LEVEL): release 2.7.9
7082
7083 2005-09-05  Graham Percival  <gpermus@gmail.com>
7084
7085         * Documentation/user/ instrument-notation.itely,
7086         advanced-notation.itely: minor tweaks.
7087
7088         * input/test/script-chart.ly: add item padding.
7089
7090 2005-09-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7091
7092         * flower/offset.cc: use math.h iso. <cmath>
7093
7094         * scm/ps-to-png.scm (make-ps-images): use png16m again, for sake
7095         of IE users.
7096
7097         * scm/framework-eps.scm (dump-stencils-as-EPSes): cleanup.
7098         (widen-left-stencil-edges): new function. Fix alignment problems
7099         with LaTeX includegraphics.
7100
7101         * lily/text-interface.cc (interpret_markup): use abort().
7102
7103 2005-09-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7104
7105         * input/regression/tie-chord.ly (testLong): add a chord in 4ths
7106
7107         * lily/tie.cc (get_configuration): update bezier shape as we
7108         change Y positions.
7109         (get_configuration): don't move large ties if we're outside of the
7110         staff.
7111
7112 2005-09-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7113
7114         * scm/define-markup-commands.scm (strut): swap X and Y dims.
7115         
7116 2005-09-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7117
7118         * .cvsignore: Add auto-generated configure files and then some.
7119
7120 2005-09-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7121
7122         * scm/define-grobs.scm (DynamicLineSpanner): Add
7123         X-extent-callback.  Fixes hairpin-slur collision.
7124
7125 2005-08-31  Graham Percival  <gpermus@gmail.com>
7126
7127         * Documentation/user/advanced-notation.itely,
7128         basic-notation.itely: minor changes.
7129
7130 2005-08-31  Mats Bengtsson  <mabe@s3.kth.se>
7131
7132         * scm/framework-eps.scm (dump-stencils-as-EPSes): Insert a
7133         \linebreak between each .eps file if \betweenLilyPondSystem is
7134         undefined. 
7135
7136         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
7137         music): Document the \linebreak
7138
7139         * Documentation/user/lilypond-book.itely,
7140         input/tutorial/lbook-latex-test.tex,
7141         Documentation/user/examples.itely: Remove \usepackage{graphics}
7142
7143 2005-08-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7144
7145         * mf/aybabtu.pe.in (i): don't merge alphabet into aybabtu.
7146
7147         * lily/ly-module.cc (make_stand_in_procs_weak): 1.6.4 and earlier
7148         compat bugfix.
7149
7150         * scripts/lilypond-book.py (PREAMBLE_LY): define
7151         inside-lilypond-book
7152         (modify_preamble): new function. Insert \RequirePackage{graphics}
7153         when no {graphics found in preamble.  
7154
7155 2005-08030  Graham Percival  <gpermus@gmail.com>
7156
7157         * Documentation/user/basic-notation.itely, global.itely,
7158         tutorial.itely: misc small changes.
7159
7160 2005-08-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7161
7162         * stepmake/aclocal.m4: Include MY_PATCH_LEVEL in config.make's
7163         VERSION.
7164
7165 2005-08-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7166
7167         * lily/tie-column.cc (new_directions): put Tie down on center
7168         staff line. 
7169
7170         * lily/script-interface.cc (before_line_breaking): use
7171         Grob::programming_error
7172
7173         * scm/ps-to-png.scm (make-ps-images): use pngalpha device.
7174
7175         * scripts/lilypond-book.py (get_latex_textwidth): oops. Take [0]
7176         of splitext.
7177
7178 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7179
7180         * VERSION (PACKAGE_NAME): VERSION release 2.7.8
7181
7182 2005-08-29  Werner Lemberg  <wl@gnu.org>
7183
7184         * mf/GNUmakefile: Add `-f' flag to `rm' command while removing
7185         the `*.scale.pfa' files to avoid warnings.
7186
7187 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7188
7189         * lily/tempo-performer.cc (process_music): idem.
7190
7191         * lily/midi-def.cc (get_tempo): Rational to int conversion bug.
7192
7193 2005-08-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7194
7195         * Documentation/user/advanced-notation.itely (Text markup): not a
7196         fragment.
7197
7198         * lily/midi-item.cc (to_string): use to_int() iso. int cast.
7199
7200         * lily/staff-performer.cc (initialize): add tempo/name to
7201         audio_staff_
7202
7203
7204 2005-08-26  Graham Percival  <gpermus@gmail.com>
7205
7206         * Documentation/user/advanced.itely: add text-only example.
7207
7208         * Documentation/user/invoking.itely: add index entries for
7209         convert-ly.
7210
7211         * Documentation/user/ tutorial.itely, basic-notation.itely:
7212         small fixes suggested by Steve D.  Thanks!
7213
7214 2005-08-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7215
7216         * input/regression/markup-bidi-pango.ly: new file.
7217
7218         * lily/pango-font.cc (pango_item_string_stencil): make Mingw code
7219         standard. Remove #ifdef. Remove memleak.
7220         (text_stencil): use text_dir to decide how to composite items.
7221         (text_stencil): determine uniform text direction for the entire
7222         string.
7223
7224         * scripts/lilypond-book.py (output_name): remove
7225         latex_filter_cmd. Non-portable to non-Unix systems. 
7226         (get_latex_textwidth): use File.write and os.unlink() instead.
7227
7228         * THANKS: add Vicente & Trevor.
7229
7230         * lily/grob.cc (discretionary_processing): look up origin for
7231         programming_error too. 
7232
7233         * input/regression/tie-broken.ly: new file.
7234
7235         * lily/tie-column.cc (set_chord_outlines): set outline for line
7236         break case too.
7237         
7238 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7239
7240         * lily/pango-font.cc (text_stencil): don't translate glyphs in
7241         unscaled transform, just translate stencils.
7242
7243         * ly/performer-init.ly: init timing to #t.  Fixes bar checks in
7244         MIDI.
7245
7246         * scm/define-markup-commands.scm (wordwrap-string): use
7247         text-direction
7248         (wordwrap-stencils): idem.
7249         (line): idem.
7250         (fill-line): idem.
7251         (wordwrap-stencils): translate last line to right for
7252         text-direction = LEFT.
7253
7254         * scm/define-grob-properties.scm (all-user-grob-properties): add
7255         text-direction.
7256
7257 2005-08-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7258
7259         * lily/lily-parser.cc (Lily_parser): also copy output_basename_
7260         when copying a Lily_parser object.
7261
7262 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7263
7264         * scm/define-markup-commands.scm (null): add null markup.
7265
7266 2005-08-25  Mats Bengtsson  <mabe@s3.kth.se>
7267
7268         * lily/item.cc: Add documentation of center-invisible
7269
7270 2005-08-24  Graham Percival  <gpermus@gmail.com>
7271
7272         * Documentation/user/advanced-notation.itely: add info about
7273         raising text.
7274
7275         * Documentation/user/programming-interface.itely: fix example
7276         involving raised text.
7277
7278 2005-08-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7279
7280         * lily/beam.cc (print): fix X start/end points of isolated
7281         beamlets.
7282
7283         * scm/output-ps.scm (grob-cause): escape spaces in URLs.
7284
7285         * lily/multi-measure-rest.cc (set_text_rods): new function.
7286
7287         * lily/vertical-align-engraver.cc (process_music): call
7288         Align_interface::set_axis(). This forces #'elements to be ordered,
7289         preventing random vertical reordering of staves.
7290
7291         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
7292         add avoid-slur property. 
7293
7294         * Documentation/user/basic-notation.itely (Measure repeats): add
7295         countPercentRepeats example.
7296
7297         * Documentation/user/advanced-notation.itely (Other text markup
7298         issues): remove remark about normal-font.  We have \normal-text
7299
7300         * input/regression/tie-chord.ly: add note about remaining bugs.
7301
7302         * lily/tie.cc (print): try Tie_column::set_directions () if
7303         control-points not yet defined.
7304
7305 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7306
7307         * lily/system-start-delimiter.cc (staff_brace): don't remove brace
7308         extent. This fixes braces falling out of the EPS bbox.
7309
7310         * mf/feta-beugel.mf (braces_per_font): make brace glyph align
7311         exactly to bbox.
7312
7313 2005-08-23  Graham Percival  <gpermus@gmail.com>
7314
7315         * {various} : change #up->#UP and #down->#DOWN.
7316
7317         * ly/titling-init.ly: Spacing fix when using printallheaders=##t.
7318
7319         * Documentation/user/advanced-notation.itely: clarify
7320         what objects handles text on a multimeasure rest.
7321
7322 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7323
7324         * VERSION (PATCH_LEVEL): release 2.7.7
7325
7326 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7327
7328         * make/lilypond-vars.make: set -dgs-font-load for "make web" 
7329
7330         * Documentation/topdocs/INSTALL.texi (Top): add GS bugfix requirement.
7331
7332         * input/regression/*.ly: formatting clean-up. Default layout
7333         before music expression.
7334
7335         * input/mutopia/R.Schumann/GNUmakefile (examples): switch off
7336         romanze28-2 example.
7337
7338         * scm/ps-to-png.scm: remove dir-re function.
7339         (make-ps-images): generate page names, instead of globbing them.
7340         This brings down LilyPond memory usage for make web by a factor
7341         10. 
7342
7343         * scripts/lilypond-book.py (Lilypond_snippet.png_is_outdated):
7344         don't use glob. With 3000 files, globbing
7345         Documentation/user/out-www/ can take too much time. 
7346         
7347         * lily/lily-guile.cc (gulp_file_to_string): take size argument.
7348
7349         * lily/general-scheme.cc (LY_DEFINE): take optional size argument.
7350
7351         * input/regression/tie-manual.ly: new file
7352
7353         * input/regression/tie-chord.ly: update.
7354
7355         * flower/include/interval.hh (struct Interval_t): 
7356
7357         * lily/tie.cc (distance): new function 
7358         (height): new function.
7359         (init): new function
7360         (Tie_details): new struct.
7361
7362         * lily/skyline.cc (skyline_height): new function.
7363
7364         * lily/tie-column.cc (set_chord_outlines): new function.
7365         (new_directions): read tie-configuration
7366
7367         * lily/skyline.cc: fix ASCII art.
7368         
7369 2005-08-22  Mats Bengtsson  <mabe@s3.kth.se>
7370
7371         * python/convertrules.py (string_or_scheme): Fix spelling error
7372
7373 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7374         
7375         * lily/tie-column.cc (set_directions): set directions only once.
7376         (add_configuration): new function.
7377
7378         * lily/tie.cc (set_control_points): new function
7379
7380         * lily/tie-column.cc (new_directions): new function.
7381
7382         * ly/music-functions-init.ly: set 'pitch property
7383         iso. trill-pitch. This makes \relative work with \pitchedTrill
7384
7385         * lily/tie.cc (get_configuration): new function. Don't generate
7386         control points, rather, generate configuration.
7387         remove head-pair property.
7388
7389         * lily/include/tie.hh (struct Tie_configuration): new struct.
7390
7391 2005-08-22  Heikki Junes  <hjunes@cc.hut.fi>
7392
7393         * Documentation/topdocs/NEWS.tely: clarify.
7394
7395 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7396
7397         * lily/tie.cc: remove minimum-length
7398
7399         * scm/define-grob-properties.scm (all-user-grob-properties):
7400         remove staffline-clearance, y-offset 
7401
7402         * input/regression/tie-dots.ly (Module): remove.
7403
7404         * lily/tie.cc (get_control_points): rewrite. Put short ties in
7405         staff-spaces, make long ties cross staff lines. Avoid flags and dots.
7406
7407         * input/regression/tie-single.ly: new file.
7408
7409 2005-08-21  Graham Percival  <gpermus@gmail.com>
7410
7411         * ly/bagpipe.ly: fix compile problem.
7412
7413 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7414
7415         * lily/midi-item.cc (name): new method.
7416
7417         * lily/staff-performer.cc (acknowledge_audio_element): use
7418         signature of baseclass.
7419
7420         * lily/engraver-group.cc (do_announces): move recursion call out
7421         of while loop. 
7422
7423         * lily/drum-note-performer.cc (class Drum_note_performer): use
7424         process_music everywhere.
7425
7426         * ly/performer-init.ly: add default children everywhere.
7427
7428         * lily/paper-book.cc (output): call paper-book-write-midis
7429         directly: always write MIDI, even if no \layout {} block. 
7430
7431 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7432
7433         * VERSION (PACKAGE_NAME): release 2.7.6
7434
7435         * lily/percent-repeat-engraver.cc (try_music): don't print warning
7436         about not being able to handle repeat.
7437
7438 2005-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7439
7440         * Documentation/user/examples.itely (Piano templates):
7441         * lily/include/performer-group.hh: Remove last traces of
7442         Performer_group_performer.  Fixes make web.
7443
7444 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7445
7446         * Documentation/user/examples.itely (Piano templates): change
7447         Engraver_group_engraver -> Engraver_group
7448
7449         * lily/ly-module.cc (make_stand_in_procs_weak): only kludge if
7450         scm_stand_in_procs is not weak_any.
7451
7452         * lily/volta-bracket.cc (print): don't use strcmp().
7453
7454         * lily/volta-engraver.cc (process_music): use
7455         Text_interface::is_markup() for setting the 'text property of the
7456         volta bracket.
7457
7458         * input/mutopia/claop.py (accents): update syntax to 2.6
7459
7460         * scm/define-context-properties.scm
7461         (all-user-translation-properties): add countPercentRepeats.
7462
7463         * Documentation/user/basic-notation.itely (Measure repeats): add
7464         isolated percent example.
7465
7466 2005-08-18  Graham Percival  <gpermus@gmail.com>
7467
7468         * input/ {various}: change direction #1, #-1 to
7469         #up/#down or \fooUp, \fooDown.
7470
7471         * Documentation/user/music-glossary.tely: #-1 to #down.
7472
7473         * ly/bagpipe.ly, engraver-init.ly, property-init.ly: #1
7474         to #up, #-1 to #down.
7475
7476 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7477
7478         * lily/include/engraver-group.hh: rename.
7479
7480         * lily/include/performer-group.hh: rename.
7481
7482 2005-08-18  Mats Bengtsson  <mabe@s3.kth.se>
7483
7484         * input/test/script-abbreviations.ly: Removed some old LaTeX
7485         left overs.
7486
7487 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7488
7489         * python/convertrules.py (conv): inside-slur -> avoid-slur.
7490         Remove functions.  Remove if 1: constructs, reindent.
7491
7492         * scripts/convert-ly.py (add_version): Add functions from
7493         convertrules.py
7494
7495         * scm/script.scm (default-script-alist):
7496         s/priority/script-priority.  Fixes script stacking.  Backportme.
7497         (Fermata): Very low priority.
7498
7499 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7500
7501         * input/regression/*.ly: remove superfluous \score blocks. Reindent.
7502
7503         * input/regression/slur-script.ly: remove padding tweaks. Add
7504         comment strings.
7505
7506         * lily/note-spacing.cc (get_spacing): remove kludge for EOL wide
7507         time sigs and related stuff.
7508
7509         * scm/define-grob-properties.scm (all-user-grob-properties): add
7510         @code{} tags to property description.
7511
7512         * lily/include/line-group-group-engraver.hh (Module): remove file.
7513
7514         * python/convertrules.py (conv): add rule for
7515         Engraver_group_engraver -> Engraver_group.
7516
7517         * lily/include/performer-group-performer.hh: analogous.
7518
7519         * lily/include/engraver-group-engraver.hh: rename to Engraver_group.
7520
7521         * lily/context-def.cc (instantiate): check for
7522         Engraver_group_engraver and Performer_group_performer not
7523         Engraver/Performer. Fixes crashes when doing \with { \consists .. }
7524  
7525 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7526
7527         * input/les-nereides.ly: Remove three fingering tweaks, update
7528         remaining one.
7529
7530         * input/regression/slur-script-inside.ly: Update, fix doc.
7531
7532         * scm/script.scm: Update to avoid-slur.
7533
7534         * scm/define-grob-properties.scm (avoid-slur): New property.
7535
7536         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
7537         * lily/slur-engraver.cc (acknowledge_extra_object): Invoke
7538         outside_slur_callback if avoid-slur != #'inside.
7539
7540         * scm/define-grobs.scm (Fingering, Textscript): No
7541         inside-slur/outside-slur preference.
7542         (DynamicLineSpanner): Always outside slur.
7543
7544         * input/regression/slur-script.ly: More tests.
7545
7546 2005-08-17  Graham Percival  <gpermus@gmail.com>
7547
7548         * Documentation/user/lilypond-book: fix notime entry.
7549
7550         * Documentation/user/advanced-notation.itely: add info on
7551         getting an I rehearsal mark.
7552
7553         * Documentation/user/putting.itely: reinstate "I", re-enforce
7554         the fact that \override numbers are the result of
7555         experimentation and personal taste.
7556
7557         * Documentation/user/invoking.itely: update convert-ly bugs.
7558
7559 2005-08-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7560
7561         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set timing
7562         to #t.
7563
7564         * lily/timing-translator.cc (initialize): don't initialize timing.
7565
7566         * input/regression/stem-spacing.ly (Module): remove file.
7567
7568         * input/regression/spacing-stick-out.ly: specify Score context for
7569         \override
7570
7571         * input/regression/clefs.ly: remove spurious {}s 
7572
7573 2005-08-17  Heikki Junes  <hjunes@cc.hut.fi>
7574
7575         * Documentation/topdocs/NEWS.tely,
7576         input/regression/repeat-percent-count.ly: clarify a bit.
7577
7578 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7579
7580         * input/no-notation/display-lily-tests.ly: delete
7581         display-lily-init call.
7582
7583         * ly/music-functions-init.ly (displayLilyMusic): move
7584         display-lily-init call at top level, so that the user should not
7585         have to call it.
7586
7587         * scm/define-music-display-methods.scm (note-name->lily-string):
7588         retrieve note names directly from pitchnames using new function `rassoc'.
7589         (display-lily-init): note names list construction removed.
7590
7591 2005-08-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7592
7593         * THANKS: spello.
7594
7595         * lily/lily-parser.cc (get_header): copy module, instead of
7596         returning it.
7597
7598         * Documentation/topdocs/NEWS.tely (Top): add entry for percent
7599         counters.
7600
7601         * Documentation/user/basic-notation.itely (Measure repeats): add
7602         links to Counter grobs.
7603
7604         * scm/define-grobs.scm (all-grob-descriptions): add
7605         DoublePercentRepeatCounter
7606         (all-grob-descriptions): add PercentRepeatCounter
7607
7608         * lily/percent-repeat-engraver.cc (class Percent_repeat_engraver):
7609         also create counter grobs.
7610
7611         * lily/separation-item.cc (extremal_break_aligned_grob): don't
7612         return grob without space-alist.
7613
7614         * input/proportional.ly: tune staff-padding.
7615
7616         * input/regression/repeat-percent-count.ly: new file. 
7617
7618 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7619
7620         * input/no-notation/display-lily-tests.ly: moved from
7621         input/regression/ to input/no-notation. Be sure to call
7622         `display-lily-init' before trying to use the display function.
7623
7624 2005-08-16  Mats Bengtsson  <mabe@s3.kth.se>
7625
7626         * scripts/lilypond-book.py (option_definitions): Don't localize
7627         the empty string. Fixes bug when --psfonts was used with
7628         non-English locale.
7629
7630 2005-08-15  Graham Percival  <gpermus@gmail.com>
7631
7632         * lily/tuplet-bracket.cc: simple build fix.
7633
7634         * Documentation/user/putting.itely: use "we" instead of "I".
7635
7636         * Documentation/user/basic-notation.itely: cautionary accidentals
7637         work with naturals, too.
7638
7639 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7640
7641         * lily/tuplet-bracket.cc (calc_position_and_height): add
7642         staff-padding support.
7643
7644         * input/proportional.ly: set staff-padding.
7645         
7646         * VERSION (PATCH_LEVEL): release 2.7.5
7647
7648         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): text formatting
7649         fixes. Remove tweaks.
7650
7651         * input/regression/tuplet-slope.ly: add a test case.
7652
7653         * lily/tuplet-bracket.cc (calc_position_and_height): revert
7654         erroneous fix. Add spanner bounds to offset array with relative X
7655         positions.
7656
7657         * ly/engraver-init.ly: add Rest_engraver only once.
7658
7659         * scm/define-music-display-methods.scm (KeyChangeEvent): only do
7660         (*parser*) lookup if (*parser*) != #f.
7661
7662 2005-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>
7663
7664         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
7665         Cut-and paste update.
7666
7667         * input/regression/slur-script.ly: Add example of reverting
7668         inside-slur for fingering.
7669
7670         * scm/define-grobs.scm (DynamicLineSpanner, Fingering,
7671         TextScript): Explicitly set inside-slur #f, forcing these out of slur.
7672
7673         * lily/slur-engraver.cc (acknowledge_extra_object): Only invoke
7674         outside_slur_callback if inside-slur == #f (as opposed to unset).
7675
7676 2005-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
7677
7678         * tex/GNUmakefile (INSTALLATION_FILES): Remove enc symlink setup,
7679         encoding files are already removed.
7680
7681 2005-08-15  Mats Bengtsson  <mabe@s3.kth.se>
7682
7683         * Documentation/user/advanced-notation.itely (Instrument names):
7684         Document a workaround for instrument names that collide with
7685         system start braces/brackets.
7686
7687 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7688
7689         * lily/rest-collision.cc (do_shift): spello.
7690
7691         * input/proportional.ly: use #'used property. Set break-overshoot
7692         property.
7693
7694         * mf/feta-arrow.mf: center on arrow tip center, iso. tip edge.
7695
7696         * lily/paper-column.cc: add #'used property
7697
7698         * lily/mark-engraver.cc (stop_translation_timestep): set grob
7699         array for staves found.
7700
7701         * lily/metronome-engraver.cc (stop_translation_timestep): set grob
7702         array for stavesFound.
7703
7704         * lily/staff-spacing.cc (next_note_correction): add fixed and
7705         space to calling convention. This fixes spacing of accidentals
7706         after barlines.
7707
7708         * input/regression/spacing-accidental-stretch.ly: add barline -
7709         accidental case.
7710
7711         * scm/framework-ps.scm (page-header): add version number to
7712         creator
7713         (eps-header): idem.
7714
7715         * mf/feta-bolletjes.mf: swap d0 and u0 fa heads.
7716         
7717 2005-08-13  Graham Percival  <gpermus@gmail.com>
7718
7719         * Documentation/user/global.itely: add "fit as much as
7720         possible onto this page" example (Vertical spacing).
7721
7722 2005-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
7723
7724         * *: Nitpick run.
7725
7726         * buildscripts/fixcc.py: Fixes.
7727
7728 2005-08-12  Graham Percival  <gpermus@gmail.com>
7729
7730         * Documentation/user/advanced-notation.itely: add markup
7731         example to Text spanners.
7732
7733 2005-08-12  Mats Bengtsson  <mabe@s3.kth.se>
7734
7735         * Documentation/user/basic-notation.itely (Ties): Add example of
7736         tying a tremolo to a chord. Thanks to Steve Doonan. 
7737
7738         * lily/tie-engraver.cc: Add tieWaitForNote to the list of read
7739         properties and move tieMelismaBusy to the list of written
7740         properties. 
7741
7742 2005-08-12  Heikki Junes  <hjunes@cc.hut.fi>
7743
7744         * po/TODO: suggest to use a dedicated tool like kbabel.
7745
7746         * po/fi.po: update using kbabel.
7747
7748 2005-08-12  Jan Nieuwenhuizen  <janneke@gnu.org>
7749
7750         * *: Remove obsolete files.  Nitpick run.
7751
7752         * lily/lily-guile.cc (parse_symbol_list): Bugfix.
7753
7754 2005-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7755
7756         * mf/GNUmakefile (get-*-fonts): Rename from get-*-pfa.  Copy SVG
7757         too.
7758
7759         * Documentation/topdocs/NEWS.tely (Top): Add slur script feature.
7760
7761         * lily/lily-guile.cc (parse_symbol_list): Rewrite.  Grok multiple
7762         whitespace as symbol separator.
7763
7764         * lily/side-position-interface.cc: Add slur-padding.
7765
7766         * input/regression/slur-script.ly: Fixed.  Backportme?  This is
7767         quite a large fix, and it never worked in a stable release; so not
7768         really a regression.
7769
7770         * lily/phrasing-slur-engraver.cc (class Phrasing_slur_engraver):
7771         Update cut and paste code from Slur_engraver.
7772
7773         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
7774         Add.
7775
7776         * scm/define-grobs.scm (DynamicLineSpanner): Add
7777         dynamic-line-spanner-interface.
7778         (DynamicLineSpanner, TextScript, Fingering): Add slur-padding.
7779
7780 2005-08-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7781
7782         * lily/slur-engraver.cc (acknowledge_extra_object): Bugfix: use
7783         to_boolean () so that non-set 'inside-slur means false.
7784
7785         * lily/slur.cc (outside_slur_callback): Bugfixes: make sure that
7786         slur has control-points.  Skip script without direction.  Always
7787         do_shift if script inside slur, even if slur not contained in
7788         script y-extent.  Increment k in loop.
7789
7790 2005-08-11  Mats Bengtsson  <mabe@s3.kth.se>
7791
7792         * scm/define-markup-commands.scm: Improved regexp to search for
7793         EPS bounding boxes and corrected call to ly:warning.
7794
7795 2005-08-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7796
7797         * Documentation/user/programming-interface.itely (Displaying music
7798         expressions): doc for \displayLilyMusic. Also some precisions in
7799         "Markup construction in Scheme"
7800
7801 2005-08-10  Mats Bengtsson  <mabe@s3.kth.se>
7802
7803         * scm/define-markup-commands.scm (normal-text): Added 2 new
7804         markup commands, \normal-text and \medium (the latter thanks to
7805         Bruce Fairchild). 
7806
7807 2005-08-08  Graham Percival  <gpermus@gmail.com>
7808
7809         * Documentation/user/programming-interface.itely: fix @{ @}.
7810
7811         * scm/define-markup-commands.scm: add linewidth info to
7812         \justify and \wordwrap, add "upright is the opposite of italic".
7813
7814         * Documentation/user/advanced-notation.itely: shaped->shape,
7815         add (cons (markup "foo")) type of example to text markup,
7816         reword multi-measure rests section.
7817
7818         * lily/note-heads-engraver.cc: changed Shaped->Shape in a
7819         comment.  No actual code was touched.
7820
7821         * Documentation/user/invoking.itely: add more info about
7822         \include.  Thanks, Bruce!
7823
7824         * THANKS: add Bruce Fairchild, alphabetise.
7825
7826         * Documentation/user/global.itely: document \score{\header{}}
7827         behavior.
7828
7829         * Documentation/user/basic-notation.itely: reword multi-measure
7830         rest discussion in Rests.
7831
7832 2005-08-08  Mats Bengtsson  <mabe@s3.kth.se>
7833
7834         * Documentation/user/programming-interface.itely (Markup
7835         construction in Scheme): Corrected example and tried to clarify
7836         the implicit \line in the table.
7837
7838 2005-08-07  Graham Percival  <gpermus@gmail.com>
7839
7840         * Documentation/user/instrument-notation.itely: moved
7841         some bagpipe info back into the bagpipe section.  Somehow
7842         it ended up in the "other vocal issues" section?!  :o_O
7843
7844 2005-08-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7845
7846         * scm/framework-ps.scm (dir-join): Rename from path-join (joins
7847         directories, not paths).
7848
7849 2005-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7850
7851         * scm/framework-ps.scm (munge-lily-font-name): Bugfix: Munge only
7852         plain emmentaler/aybabtu.  Backportme.
7853
7854         * lily/tuplet-bracket.cc (calc_position_and_height): Bugfix:
7855         missing dir correction.
7856
7857 2005-08-05  Graham Percival  <gperlist@shaw.ca>
7858
7859         * scm/define-markup-commands: fix reversed justify/wordwrap
7860         doc strings.
7861
7862 2005-08-05  Jürgen Reuter  <reuter@ipd.uka.de>
7863
7864         * lily/ligature-engaver.cc, lily/coherent-ligature-engaver.cc,
7865         lily/gregorian-ligature-engaver.cc,
7866         lily/include/ligature-engraver.hh,
7867         lily/include/coherent-ligature-engraver.hh,
7868         lily/include/gregorian-ligature-engraver.hh: make these classes
7869         truely abstract.  This should fix some internal oddities such as
7870         duplicate as well as dead translator/property declarations, and
7871         also some dead code.
7872
7873         * lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc:
7874         bugfix: avoid message "junking empty ligature" on ligature
7875         brackets by collecting dummy grobs.
7876
7877 2005-08-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7878
7879         * lily/tuplet-bracket.cc (print): default right overshoot to 0.0
7880
7881         * input/proportional.ly (staffKind): bugfix.
7882         (staffKind): updates by Trevor Baca.
7883
7884         * scm/define-grobs.scm (all-grob-descriptions): remove arrows as
7885         default layout. 
7886
7887         * lily/tuplet-bracket.cc (print): check whether edge-text is a
7888         pair.
7889
7890         * lily/beam.cc (rest_collision_callback): call position_beam() if
7891         necessary.
7892
7893         * VERSION: release 2.7.4
7894
7895         * input/regression/spacing-uniform-stretching.ly: new file.
7896
7897         * lily/spacing-loose-columns.cc (set_loose_columns): use robust_relative_extent().
7898
7899         * Documentation/topdocs/NEWS.tely (Top): add Nicolas as
7900         contributor.
7901
7902         * lily/include/ly-module.hh: define MODULE_GC_KLUDGE globally.
7903
7904         * input/proportional.ly: new file.
7905
7906         * lily/tuplet-bracket.cc (after_line_breaking): don't suicide if
7907         columns is empty
7908
7909         * lily/tuplet-engraver.cc (finalize): new function. Reset right
7910         bounds to currentCommandColumn for the last step.
7911         (start_translation_timestep): if tupletFullLength is set, set
7912         bound to Paper Column
7913
7914         * input/regression/tuplet-full-length.ly (indent): new file.
7915
7916         * lily/spacing-loose-columns.cc (set_loose_columns): space a whole
7917         clique of loose columns, eg. a set of grace notes in strict
7918         notespacing.
7919
7920         * input/regression/spacing-strict-spacing-grace.ly: new file.
7921
7922         * lily/key-signature-interface.cc: change property name to
7923         alteration-alist
7924
7925         * lily/key-engraver.cc (read_event): read keyAlterationOrder, not
7926         keyAccidentalOrder
7927
7928         * python/convertrules.py (conv): keyAccidentalOrder ->
7929         keyAlterationOrder
7930
7931         * lily/key-engraver.cc (create_key): always print a cancellation
7932         for going to C-major/A-minor, regardless of printKeyCancellation.
7933         (create_key): remove typecheck for visibility. This fixes key
7934         signature not being printed.
7935
7936         * lily/spacing-determine-loose-columns.cc: new file.
7937
7938         * input/regression/spacing-strict-notespacing.ly: new file.
7939
7940         * lily/spacing-spanner.cc (generate_springs): rename from
7941         do_measure. 
7942         (generate_pair_spacing): new function.
7943         (init, generate_pair_spacing): set between-cols for floating
7944         nonmusical columns.
7945
7946         * lily/spaceable-grob.cc (get_spring): new function. 
7947
7948         * lily/tuplet-bracket.cc (print): on the left, the overshoot is
7949         relative to the right edge of the prefatory matter.
7950
7951         * lily/beam.cc (print): read break-overshoot to determine where to
7952         stop/start broken beams.
7953
7954         * input/regression/spanner-break-overshoot.ly: new file.
7955
7956 2005-08-04  Graham Percival  <gperlist@shaw.ca>
7957
7958         * ly/bagpipe.ly: updated.
7959
7960         * Documentat/user/instrument.itely: un-comment out bagpipe example.
7961
7962 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7963
7964         * lily/dynamic-engraver.cc (acknowledge_slur): add slur to
7965         support: now (de)crescs avoid slurs as well.
7966
7967         * Documentation/user/instrument-notation.itely (Bagpipe example):
7968         comment out non-functioning bagpipe example.
7969         (Bagpipe definitions): idem.
7970
7971         * Documentation/topdocs/NEWS.tely (Top): add uniform-stretching example.
7972         (Top): add proportionalNotationDuration example.
7973
7974         * input/regression/spacing-proportional.ly: new file.
7975
7976         * lily/tuplet-bracket.cc (parallel_beam): broken bracket never is
7977         synched to a beam.
7978
7979         * lily/beam.cc (shift_region_to_valid): divide by zero fix. This
7980         fixes beams with a single stem (eg. beams across linebreaks.)
7981
7982         * lily/parser.yy (simple_string): allow \new STRING_IDENTIFIER.
7983
7984         * flower/rational.cc (operator +): prevent overflow. This fixes
7985         heavily nested tuplets.
7986
7987         * lily/auto-beam-engraver.cc (derived_mark): new method. Yes. We
7988         have to protect even those unlikely to be corrupted data members.  
7989
7990 2005-08-04  Graham Percival  <gperlist@shaw.ca>
7991
7992         * ly/bagpipe.ly: new file.
7993
7994         * THANKS: added Sven Axelsson.
7995
7996 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7997
7998         * lily/spacing-engraver.cc (stop_translation_timestep): directly
7999         copy proportionalNotationDuration into currentMusicalColumn if
8000         set.
8001
8002         * lily/spacing-spanner.cc (musical_column_spacing): if
8003         uniform-stretching set, fixed space is 0.0
8004
8005         * input/regression/spacing-multi-tuplet.ly: show
8006         uniform-stretching property.
8007
8008         * lily/spacing-spanner.cc (effective_shortest_duration): new function.
8009
8010         * lily/include/spacing-spanner.hh (class Spacing_spanner): new file.
8011         (struct Spacing_options): new struct.
8012
8013         * lily/spacing-basic.cc: new file.
8014
8015         * lily/spacing-spanner.cc (note_spacing): remove outdated code:
8016         delta_t doesn't have to be smaller than shortest_playing_len
8017
8018 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8019
8020         * input/regression/markup-arrows.ly:  new file.
8021
8022         * lily/tuplet-bracket.cc: document new behavior.
8023
8024         * input/regression/tuplet-broken.ly: new file. Demonstrate tuplets
8025         with line breaks.
8026
8027         * scm/define-markup-commands.scm (arrow-head): arrow-head markup command.
8028
8029         * scm/define-grobs.scm (all-grob-descriptions): set arrows as
8030         default 
8031
8032         * lily/tuplet-bracket.cc: add edge-text property.
8033         add break-overshoot.
8034         (print): read break-overshoot.
8035         (print): read edge-text, add stencils.
8036
8037         * mf/feta-arrow.mf: new file.
8038
8039         * mf/feta-generic.mf: add feta-arrow.
8040
8041 2005-08-03  Mats Bengtsson  <mabe@s3.kth.se>
8042
8043         * Documentation/user/lilypond-book.itely (An example of a
8044         musicological document): Added flag -o to dvips for people who use
8045         the default setting in teTeX where output is sent to the printer. 
8046
8047         * Documentation/user/global.itely (Vertical spacing): Added
8048         reference to the Axis_group_engraver which documents the *Extent
8049         properties.
8050
8051 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8052
8053         * Documentation/user/basic-notation.itely (Tuplets): add note
8054         about nested tuplets. Remove BUG. 
8055
8056         * input/regression/tuplet-nest.ly: update: remove manual hack. 
8057
8058         * lily/tuplet-bracket.cc (print): use robust_scm2drul
8059         (print): manually call print() for subtuplets.
8060         (calc_position_and_height): add subtuplets to the
8061         support. Vertically shift outer tuplet 
8062
8063         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): set
8064         remove-first for Lyrics, ChordNames and FiguredBass
8065
8066         * scm/define-grob-properties.scm (all-internal-grob-properties):
8067         use ly:grob-array? iso. grob-list?
8068         (all-internal-grob-properties): add tuplets grob-array.
8069
8070         * lily/tuplet-bracket.cc (add_tuplet_bracket):
8071         new function
8072
8073 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8074
8075         * input/test/time-signature-staff.ly: new file.
8076
8077         * ly/declarations-init.ly (center): escape to Scheme. Fixes
8078         spurious #<Music FingerEvent> errors. Backportme.
8079
8080 2005-08-03  Mats Bengtsson  <mabe@s3.kth.se>
8081
8082         * Documentation/user/programming-interface.itely (Markup
8083         construction in Scheme): Corrected markup syntax in the
8084         translation table.
8085
8086 2005-08-03  Graham Percival  <gperlist@shaw.ca>
8087
8088         * Documentation/user/instrument-notation.itely: small update
8089         to bagpipe notation docs; thanks Sven!
8090
8091         * Documentation/user/basic-notation.itely: add link about trills.
8092
8093 2005-08-02  Graham Percival  <gperlist@shaw.ca>
8094
8095         * Documentation/user/music-glossary: remove accidentally committed
8096         fink patch.
8097
8098 2005-08-02  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
8099
8100         * lily/lily-parser.cc (get_header): new function. Enable multiple
8101         \header definitions.
8102
8103         * lily/parser.yy (lilypond_header_body): use get_header.
8104
8105         * ly/init.ly:
8106         * scm/lily-library.scm (print-score-with-defaults): renamed
8107         $globalheader to $defaultheader
8108             
8109         * Documentation/user/global.itely (Creating titles): added short
8110         explanation that multiple headers are useable.
8111
8112
8113 2005-08-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8114
8115         * lily/module-scheme.cc (LY_DEFINE): new file. 
8116
8117         * Documentation/user/advanced-notation.itely (Font selection): add
8118         doco for make-pango-font-tree.
8119
8120 2005-07-31  Graham Percival  <gperlist@shaw.ca>
8121
8122         * Documentation/user/music-glossary: more languages
8123         for tenuto.
8124
8125         * Docuemntation/user/instrument-notation.itely: minor
8126         update for bagpipe example.
8127
8128 2005-07-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8129
8130         * input/regression/+.ly (TODO): add some text.
8131
8132 2005-07-28  Graham Percival  <gperlist@shaw.ca>
8133
8134         * Documentation/user/invoking.itely: \score begins with music.
8135
8136         * Documentation/user/ basic-notation.itely,
8137         instrument-notation.itely: minor changes.
8138
8139         * Documentation/user/music-glossary.itely: began tenuto entry.
8140
8141 2005-07-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8142
8143         * scm/output-socket.scm (bezier-sandwich): add bezier-sandwich
8144
8145         * mf/feta-bolletjes.mf: swap up and down for aiken heads.
8146
8147 2005-07-27  Graham Percival  <gperlist@shaw.ca>
8148
8149         * Documentation/user/examples.itely: remove bagpipe template.
8150
8151         * Documentation/user/instrument-notation.itely: add bagpipe
8152         section, maybe fix quotes in lyrics.  I hate text encoding.
8153         Clarify chord durations, more bagpipe stuff.
8154
8155 2005-07-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8156  
8157         * lily/accidental-engraver.cc: formatting fixes.
8158
8159         * lily/spacing-spanner.cc (prune_loose_columns): right-items is a
8160         grob-array.
8161
8162         * lily/arpeggio.cc (print): suicide arpeggio for single notehead.
8163
8164         * lily/note-column.cc (arpeggio): new function.
8165
8166         * lily/note-spacing.cc (get_spacing): also take arpeggio into
8167         account for spacing.
8168
8169 2005-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
8170
8171         * lily/main.cc (sane_setenv)[!ARGV0_RELOCATION]: Also define.
8172         (setup_guile_env): Use it instead of nonstandard setenv.  Fixes
8173         mingw build.
8174         
8175 2005-07-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8176
8177         * scm/lily.scm (lilypond-all): clear anonymous modules after
8178         processing files.
8179
8180 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8181
8182         * flower/include/guile-compatibility.hh (SCM_I_CONSP): add
8183         SCM_I_CONSP
8184
8185         * VERSION: 2.7.3 released
8186
8187         * Documentation/user/invoking.itely (Invoking lilypond): add
8188         LILYPOND_GC_YIELD documentation.
8189
8190         * lily/*: cleanups: use scm_from_int iso. scm_int2num. Idem for
8191         scm_from_real / scm_make_real.
8192
8193         * lily/main.cc (setup_guile_env): new function. Set GC min_yields
8194         higher. This increases memory footprint, but provides overall
8195         speedup of 15 to 20%. 
8196
8197         * lily/include/translator.hh (class Translator): remove
8198         PRECOMPUTED_VIRTUAL everywhere.
8199
8200         * lily/include/lily-guile.hh: inline scm_c[ad]r, scm_is_pair.
8201
8202         * lily/context.cc (now_mom): non-recursive now_mom() 
8203
8204         * lily/include/profile.hh: new file.
8205
8206         * lily/profile.cc: new file.
8207
8208         * lily/grob.cc (Grob::Grob): look properties up directly.
8209
8210         * lily/open-type-font.cc (get_indexed_char): cache index -> bbox
8211         lookups.
8212
8213         * lily/include/box.hh (class Box): smob Box type.
8214
8215         * lily/smobs.cc (protect_smob): O(1) GC (un)protection.
8216
8217         * lily/include/smobs.hh (DECLARE_BASE_SMOBS): add methods
8218         protect() and unprotect(). Use throughout.
8219
8220 2005-07-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8221
8222         * Documentation/topdocs/NEWS.tely: new item for \displayLilyMusic
8223
8224         * scm/define-music-display-methods.scm (markup->lily-string):
8225         markup elements can also be strings (without simple-markup
8226         appended)
8227
8228 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8229
8230         * lily/context.cc (where_defined): also assign value in
8231         where_defined().
8232
8233         * lily/bezier.cc (get_other_coordinate): use curve_coordinate
8234         (curve_coordinate): new function
8235
8236         * lily/simple-spacer.cc (add_columns): only add rods between
8237         column i and begin/end if keep-inside-line is set (this repleces
8238         allow-outside-line as default)
8239
8240 2005-07-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8241
8242         * lily/tuplet-engraver.cc (start_translation_timestep): only read
8243         tupletSpannerDuration if applicable.
8244
8245         * lily/font-size-engraver.cc (process_music): read fontSize only
8246         once per timestep.
8247
8248         * lily/engraver*cc: use throughout.
8249         
8250         * lily/include/translator.icc (ADD_ACKNOWLEDGER): new macro.
8251
8252         * lily/translator.cc (add_acknowledger): new file. Directly jump
8253         into an Engraver::acknowledge_xxx () method based on a grobs
8254         interface-list.
8255
8256         * lily/include/translator-dispatch-list.hh (class
8257         Engraver_dispatch_list): new struct, new file.
8258
8259         * scm/define-context-properties.scm
8260         (all-internal-translation-properties): remove acceptHashTable,
8261         acknowledgeHashTable
8262
8263         * lily/translator-group.cc (mark_smob): idem for acceptHashTable.
8264
8265         * lily/engraver-group-engraver.cc (Engraver_group_engraver):
8266         change acknowledgeHashTable to C++ member. 
8267
8268         * lily/rest-collision.cc (do_shift): use extract_grob_set().
8269
8270 2005-07-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8271
8272         * scm/display-lily.scm: new file. Define a `display-lily-music'
8273         function, that displays the music expression given as an argument,
8274         using LilyPond notation.
8275
8276         * scm/define-music-display-methods.scm: new file. Implementation
8277         of display methods for each music type.
8278
8279         * ly/music-functions-init.ly (displayLilyMusic): new function for
8280         displaying music with LilyPond notation.
8281
8282         * input/regression/display-lily-tests.ly: new regression test file
8283         for `display-lily-music'.
8284
8285         * scm/markup.scm: remove obsolete debugging code (for printing
8286         markups with LilyPond notation).
8287
8288         * scm/define-music-types.scm (music-name-to-property-table):
8289         * scm/clef.scm (supported-clefs): export, in order to be accessible
8290         from the (scm display-lily) module.
8291
8292 2005-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8293
8294         * Documentation/topdocs/NEWS.tely (Top): Typo.
8295
8296 2005-07-22  Heikki Junes  <hjunes@cc.hut.fi>
8297
8298         * Documentation/index.html.in, Documentation/texinfo.css,
8299           stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
8300           Documentation/bibliography/index.html.in,
8301           Documentation/bibliography/html-long.bst: revert css-width patch,
8302           it does not work with IE6.
8303
8304 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8305
8306         * Documentation/texinfo.css: revert 760px hack. 
8307
8308         * VERSION: release 2.7.2
8309
8310         * Documentation/topdocs/NEWS.tely (Top): mention barNumberCheck
8311
8312         * Documentation/user/basic-notation.itely (Barnumber check): add
8313         section.
8314
8315         * scm/music-functions.scm (skip-to-last): new function. Show only
8316         last showLastLength part of the \score.
8317
8318         * lily/moment-scheme.cc (LY_DEFINE): new function ly:moment-sub
8319
8320         * python/convertrules.py (conv): add ly:x-moment rule
8321
8322         * lily/moment-scheme.cc (LY_DEFINE): rename ly:X-moment  -> ly:moment-X
8323
8324         * Documentation/topdocs/NEWS.tely (Top): add new feature.
8325
8326         * Documentation/user/instrument-notation.itely (Flexibility in
8327         alignment): options in subsections.
8328
8329         * lily/lyric-engraver.cc (process_music): don't typeset text for _
8330         syllable text. Instead, assume that the previous lyric text is a
8331         melismated text.
8332
8333         * Documentation/index.html.in: revert 800x600 change.
8334
8335 2005-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8336
8337         * lily/main.cc (main): Remove invalid handle kludge.
8338
8339         * scm/lily.scm (running-from-gui?): WINDOWS: check -dgui.
8340         (lambda): add gui define.
8341
8342 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8343
8344         * Documentation/topdocs/NEWS.tely (Top): add note about Musica ficta.
8345
8346         * Documentation/user/instrument-notation.itely (Musica ficta
8347         accidentals): add section Musica ficta accidentals
8348
8349         * lily/accidental-engraver.cc (make_suggested_accidental): new
8350         function.
8351         (make_standard_accidental): move into new function.
8352         (create_accidental): new function.
8353
8354         * scm/define-grobs.scm (all-grob-descriptions): new Grob
8355         AccidentalSuggestion
8356
8357         * lily/output-def-scheme.cc (LY_DEFINE): take default  argument.
8358
8359         * lily/output-def.cc (lookup_variable): return SCM_UNDEFINED if
8360         undefined.
8361
8362         * Documentation/user/global.itely (Page formatting): document
8363         horizontalshift.
8364
8365         * scm/page-layout.scm (default-page-music-height):
8366         horizontalshift: new variable, shift all systems by
8367         horizontalshift to the right, to make space for instrument names.
8368
8369         * scm/paper.scm (set-paper-dimension-variables): add horizontalshift
8370
8371         * lily/input-scheme.cc (LY_DEFINE): take format commands.
8372
8373 2005-07-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8374
8375         * lily/note-column.cc (dir): idem.
8376
8377         * lily/spacing-spanner.cc (Module): idem.
8378
8379         * lily/script-column.cc (before_line_breaking): use extract_grob_set()
8380
8381         * lily/include/paper-column.hh (class Paper_column): add
8382         non-static get_rank() member.
8383
8384         * VERSION: release 2.7.1
8385         
8386         * scm/framework-null.scm: new file, used for benchmarking.
8387
8388 2005-07-20  Heikki Junes  <hjunes@cc.hut.fi>
8389
8390         * Documentation/topdocs/INSTALL.texi, configure.in: fix
8391         version dependencies for fontforge and gs.
8392
8393         * Documentation/index.html.in, Documentation/texinfo.css,
8394         stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
8395         Documentation/bibliography/index.html.in, 
8396         Documentation/bibliography/html-long.bst: optimize width of
8397         html for a 800x600 screen (width:760), increases printability
8398         when 'fit to page' is not set and readability in wide screens.
8399
8400         * stepmake/bin/add-html-footer.py: add missing </p>.
8401
8402 2005-07-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8403
8404         * scm/define-markup-commands.scm (beam): use polygon in beam
8405         command.
8406
8407         * lily/grob-pq-engraver.cc (stop_translation_timestep): save up
8408         all acknowledged grobs, and do potentially expensive merge and
8409         write in one go.
8410
8411         * buildscripts/mf-to-table.py (write_fontlist): enforce noBreak.
8412
8413         * configure.in (reloc_b): add --enable-static-gxx to statically
8414         link to libstdc++
8415
8416         * lily/GNUmakefile (static-gxx-libs): new target
8417         static-gxx-libs. Create symlink to libstdc++.a
8418
8419         * lily/new-lyric-combine-music-iterator.cc: rename to
8420         Lyric_combine_music_iterator
8421
8422         * lily/lyric-combine-music-iterator.cc
8423         (Old_lyric_combine_music_iterator): rename to
8424         Old_lyric_combine_music_iterator
8425
8426         * lily/*-engraver.cc (various): remove double use of
8427         PRECOMPUTED_VIRTUAL function: only use
8428         start_translation_timestep() and stop_translation_timestep(), not
8429         both.
8430
8431         * lily/break-substitution.cc (fast_substitute_grob_array): do
8432         fast_substitute_grob_array for all unordered grob_arrays.
8433         (substitute_grob): return Grob *. Saves packing/unpacking SCMs.
8434         (substitute_grob_array): optimize.
8435
8436         * lily/align-interface.cc (set_axis): set ordered_ for 'elements
8437
8438         * lily/include/grob-array.hh (class Grob_array): ordered_ member.
8439
8440         * lily/parser.yy: revert $globalheader patch.
8441         
8442         * lily/include/translator.icc
8443         (IMPLEMENT_FETCH_PRECOMPUTABLE_METHODS): directly jump into
8444         Translator methods, without _static helper.
8445  
8446         * lily/grob-smob.cc (derived_mark): rename from
8447         do_derived_mark(). Return void.
8448
8449         * scm/define-context-properties.scm
8450         (all-internal-translation-properties): remove tweakCount/tweakRank.
8451
8452         * scm/output-lib.scm (begin-of-line-invisible): use vectors for
8453         predefined break-visibilities.
8454
8455         * lily/item.cc (handle_prebroken_dependencies): use a vector of 3
8456         booleans for break-visibility.
8457
8458         * Documentation/topdocs/NEWS.tely (Top): add note about engravers.
8459
8460         * python/convertrules.py (conv): rule for Timing_translator. 
8461
8462         * lily/include/translator.icc: new file. 
8463
8464         * lily/paper-column-engraver.cc (process_music): new
8465         file. Separate Paper_column factory from Score_engraver.
8466
8467         * lily/vertically-spaced-context-engraver.cc: administer
8468         spaceable-staves property of System.
8469
8470         * lily/translator-group-ctors.cc: new file.
8471
8472         * lily/context-property.cc (make_grob_from_properties): construct
8473         the right Grob class programmatically, looking at the class entry
8474         for the meta property.
8475
8476         * lily/break-align-engraver.cc (stop_translation_timestep): call
8477         Break_align_interface::add_element() directly.
8478
8479         * lily/context.cc (measure_position): measure_position() is now a
8480         normal function.
8481
8482         * lily/include/translator.hh (class Translator): rename
8483         process_acknowledged_grobs() to process_acknowledged() and move to
8484         Translator.
8485
8486         * scm/define-grobs.scm (all-grob-descriptions): add a 'class meta
8487         field for each grob description.
8488
8489         * lily/include/translator-group.hh (class Translator_group):
8490         change to base class. Separate class from Translator. This gets
8491         rid of virtual inheritance for Engravers/Performers.
8492
8493         * lily/staff-performer.cc (class Staff_performer): derive
8494         Staff_performer from Performer, not Performer_group_performer 
8495
8496         * Lily/translator-group.cc (precomputed_recurse_over_translators):
8497         new function.
8498         (precompute_method_bindings): new function. Precompute lists of
8499         Translators, so we only call methods (process_music,
8500         start_translation_timestep, etc.) for Translators needing
8501         it. Also: dispose of pointer-to-member-function calls.
8502
8503         * lily/engraver-group-engraver.cc: remove engraver_each,
8504         recurse_down_engravers ()
8505
8506         * lily/note-head.cc (internal_print): only call
8507         glyph-name-procedure if style != default. 
8508
8509 2005-07-16  Graham Percival  <gperlist@shaw.ca>
8510
8511         * ly/titling-init.ly: add printallheaders option.
8512
8513         * Documentation/user/global.itely: document printallheaders.
8514
8515 2005-07-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8516
8517         * lily/system.cc (do_derived_mark): don't mark from object_alist_
8518         anymore, but do it centrally.  
8519
8520         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
8521         hammer hack.
8522
8523         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-object
8524
8525         * scm/output-lib.scm: remove hammer-print-function.
8526
8527         * lily/include/pointer-group-interface.hh (extract_grob_set): new
8528         macro. Declare a Link_array<Grob> and fill it from a grob.
8529         (extract_item_set): idem for item.
8530
8531         * lily/break-substitution.cc: add header.
8532         (fast_substitute_grob_array): rewrite for Grob_arrays.
8533         (substitute_grob_array): idem.
8534
8535         * lily/group-interface.cc (add_thing): remove file.
8536
8537         * flower/include/parray.hh (class Link_array): slice() is const.
8538
8539         * lily/include/grob-array.hh: new file.
8540
8541         * lily/grob-array.cc (spanner): new file.
8542
8543         * lily/beam-quanting.cc (fill): read details property from beam.
8544
8545         * lily/beam.cc: support details property.
8546
8547         * total speedups below: approx 10%.
8548
8549         * lily/include/beam.hh: new struct, softcode beam quanting parameters
8550
8551         * lily/include/grob.hh (class Grob): add interfaces_ member.
8552
8553         * lily/bezier.cc (init_polynomial_cache): new function: cache
8554         binom(3,j) t^j (1-t)^{3-j}
8555         (curve_point): opps, actually use the cache for t^j , (1-t)^j! 
8556
8557         * lily/*.cc: substitution throughout.
8558
8559         * lily/grob-property.cc (internal_get_object): new routine.
8560         (internal_set_object): idem. Store grob refrences in separate
8561         alist. This saves processing time, since properties aren't
8562         break-substituted, and the per grob namespace is smaller, both for
8563         grobs and non-grob properties.
8564
8565         * scm/define-grob-properties.scm (all-internal-grob-properties):
8566         remove center-element.
8567
8568         * lily/grob.cc: remove tweak-count, tweak-rank.
8569
8570 2005-07-15  Graham Percival  <gperlist@shaw.ca>
8571
8572         * Documentation/user/lilypond-book.itely: fixes example.
8573
8574 2005-07-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8575
8576         * Documentation/user/global.itely (Creating titles):    
8577         * Documentation/user/examples.itely (All headers): change the
8578         place of \header in \score blocks (after music block) to make
8579         examples compile (cf. changes on parser.yy on 2005-07-10)
8580
8581 2005-07-13  Graham Percival  <gperlist@shaw.ca>
8582
8583         * python/convertrules.py: add exc -> ecc rule.
8584
8585         * scripts/convert-ly.py: add location of convertrules.py
8586         in a comment.
8587
8588         * Documentation/user/changing-defaults.itely: fix language.
8589
8590 2005-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8591
8592         * lily/lily-parser-scheme.cc (LY_DEFINE): Guile 1.6 fix.
8593
8594 2005-07-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8595
8596         * scm/output-socket.scm (grob-bbox): don't use inf? 
8597
8598         * flower/include/rational.hh: add operator bool() 
8599
8600         * scm/define-music-types.scm (music-descriptions): remove
8601         internal-class-name properties.
8602
8603         * lily/include/event.hh: remove file.
8604
8605         * lily/include/music-constructor.hh: remove file.
8606
8607         * lily/parser.yy (Lily_lexer): check EVENT_IDENTIFIER using 'event
8608         in 'types property.
8609
8610         * lily/music.cc (duration_length_callback): new function.
8611
8612         * lily/event.cc: remove file.
8613
8614         * lily/music-constructor.cc: remove file.
8615
8616         * lily/music-scheme.cc (LY_DEFINE): rename to ly:make-music
8617
8618         * lily/context.cc (get_grob_key): nop if use_object_keys not set.
8619         (get_context_key): idem.
8620
8621         * scm/lily.scm (lambda): new option object-keys (default to #f)
8622
8623         * scm/output-svg.scm (utf-8-string): rename  from utf8-string.
8624
8625         * scm/output-gnome.scm: remove beam routine.
8626
8627         * scm/output-ps.scm (scm): idem.
8628
8629         * scm/output-svg.scm: remove beam.
8630
8631         * ps/music-drawing-routines.ps: remove draw_beam.
8632
8633         * lily/lookup.cc (beam): use round_filled_polygon() for beam.
8634
8635         * flower/include/guile-compatibility.hh (scm_from_locale_string):
8636         add scm_from_locale_string compatibility glue. 
8637
8638 2005-07-13  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
8639
8640         * scripts/lilypond-book.py: Prevent occuring error when
8641         'lilypond-book --output=foo/ somefile.ly' is executed multiple
8642         times and target file shoud be overwritten.  (Error message said
8643         'input file and output file is same'.)
8644
8645 2005-07-13  Graham Percival  <gperlist@shaw.ca>
8646
8647         * input/regression/slur-extreme.ly,
8648         input/regression/slur-scoring.ly, lily/slur-configuration.cc,
8649         lily/slur.cc, mf/feta-din-code.mf, mf/feta-timesig.mf,
8650         mf/parmesan-heads.mf, scm/define-grob-properties.scm: Change
8651         "excentricity" to "eccentricity".
8652
8653         * Documentation/user/converters.itely: fix URL for Noteedit and
8654         Rosegarden.
8655
8656         * THANKS: added Yoshinobu Ishizaki.
8657
8658 2005-07-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8659
8660         * scm/define-markup-commands.scm (justify-field): add. 
8661
8662         * scm/define-grobs.scm (all-grob-descriptions): decrease font size.
8663
8664 2005-07-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8665
8666         * lily/lookup.cc (filled_box): express filled_box with
8667         round_filled_box
8668
8669         * scm/midi.scm (paper-book-write-midis): new function. Write all
8670         performances in numbered MIDI files.
8671
8672         * lily/performance-scheme.cc (LY_DEFINE): new file.
8673         (LY_DEFINE): new function ly:performance-write.
8674
8675         * lily/lily-parser-scheme.cc (LY_DEFINE): ly:parser-output-name:
8676         new function.
8677         (LY_DEFINE): change name ly:parser-define -> ly:parser-define!
8678
8679         * scm/framework-*.scm: use port arguments throughout.
8680
8681         * lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
8682
8683         * lily/paper-outputter.cc (Paper_outputter): take port argument.
8684
8685         * lily/paper-outputter-scheme.cc (LY_DEFINE): take port argument.
8686
8687         * scm/framework-texstr.scm (output-framework): 
8688
8689         * input/regression/repeat-fold.ly (texidoc): remove TeX strings.
8690
8691         * scm/output-lib.scm (tablature-stem-attachment-function):
8692         tablature stem attachment fix. 
8693
8694 2005-07-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8695
8696         * lily/bezier.cc: hardcode binomial coefficients of order 3.
8697
8698         * lily/include/music-wrapper.hh: remove Music_wrapper as Music subtype.
8699
8700         * scm/define-music-types.scm (music-descriptions): don't use
8701         Music_wrapper type.
8702
8703         * lily/paper-column.cc (print): print moment too.
8704
8705         * scripts/mup2ly.py (cp_to_dir): remove 1.5.2 compat glue.  
8706         remove compatibility cruft.
8707
8708         * lily/parser.yy (score_body): \score can only begin with Music. 
8709
8710         * lily/score-scheme.cc (LY_DEFINE): rename scorify to
8711         make-score. Take music argument only. Move parser interaction to
8712         Scheme.
8713
8714         * scm/lily-library.scm (scorify-music): new function.
8715
8716         * python/lilylib.py (datadir): remove 2.1 compat kludge.
8717         (datadir): remove resource import.
8718         (print_environment): remove get_bbox()
8719         (cp_to_dir): remove pre 1.5.2 compat glue.
8720
8721 2005-07-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8722
8723         * lily/include/simple-spacer.hh (Module): idem.
8724
8725         * lily/include/spring.hh (struct Spring): store inverse
8726         strength. This prevents division by zero.
8727
8728         * VERSION: release 2.7.0
8729         
8730         * lily/include/music.hh (class Music): remove Music::duration_log()
8731
8732         * lily/stem-engraver.cc (make_stem): take duration log from event.
8733
8734         * lily/chord-tremolo-engraver.cc: don't ack note-head-interface.
8735
8736 2005-07-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8737
8738         * scm/lily.scm (ly:load): load autochange.scm
8739
8740         * Documentation/user/tutorial.itely (Running LilyPond for the
8741         first time): remove reference to DVI/TeX
8742
8743         * scm/define-markup-commands.scm (text): add \text markup command.
8744
8745         * configure.in (reloc_b): bump requirement to Python 2.2.
8746
8747         * lily/include/dots.hh (class Dots): make has_interface() static.
8748
8749         * python/convertrules.py (conv): add rule for ly:grob-default-font
8750
8751         * scm/define-grobs.scm (all-grob-descriptions): reorganize in
8752         alphabetical order.
8753
8754         * input/regression/trill-spanner-pitched.ly: new file.
8755
8756         * lily/font-interface-scheme.cc (LY_DEFINE): function
8757         ly:grob-default-font (changed from get-default-font).
8758
8759         * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file.
8760
8761         * lily/note-head.cc (internal_print): if style is not a symbol,
8762         set style to 'default. 
8763         (internal_print): no style suffix if glyph-name-procedure not
8764         set. Default to quarter head.
8765
8766         * scm/define-grobs.scm (Module): new grob TrillPitchHead.
8767
8768         * scm/define-music-properties.scm (all-music-properties): add trill-pitch.
8769
8770         * ly/music-functions-init.ly: \pitchedTrill
8771
8772         * lily/pitched-trill-engraver.cc (acknowledge_grob): new file.
8773
8774         * ly/Welcome_to_LilyPond.ly: update to 2.6.0
8775
8776         * lily/trill-spanner-engraver.cc (finalize): rename req -> event
8777
8778         * scm/define-markup-commands.scm (pad-markup): pad-markup command.
8779
8780         * po/fr.po: update
8781
8782         * po/de.po: update.
8783
8784 2005-07-06  Graham Percival  <gperlist@shaw.ca>
8785
8786         * Documentation/user/changing-defaults.itely: add link
8787         to grob-iterface.
8788
8789         * Documentation/user/advanced-notation.itely: add material
8790         to Setting automatic beam behaviour.  Thanks, Joe!
8791
8792         * Documentation/user/lilypond.itely: change encoding to utf-8.
8793
8794 2005-07-01  Mats Bengtsson  <mabe@s3.kth.se>
8795
8796         * Documentation/user/advanced-notation.itely (Setting automatic
8797         beam behavior): Correct the documentation of
8798         revert-auto-beam-setting (backportme)
8799
8800 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8801
8802         * lily/ly-module.cc (ly_make_anonymous_module): define
8803         %module-public-interface of module. 
8804
8805         * lily/lily-parser.cc (print_smob): allow printing of parser smob
8806         without lexer.
8807
8808 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8809
8810         * input/regression/fret-diagrams.ly: stretch example.
8811
8812 2005-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
8813
8814         * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
8815         Fodor).
8816
8817 2005-06-30  Graham Percival  <gperlist@shaw.ca>
8818
8819         * Documentation/topdocs/AUTHORS.texi: update personal web address.
8820
8821         * Documentation/user/examples.itely, lilypond-book.itely:
8822         change \RequirePackage to \usepackage.
8823
8824         * Documentation/user/global.itely: document copyright and tagline.
8825
8826 2005-06-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8827
8828         * Documentation/user/basic-notation.itely (Transpose): remove link
8829         to nonexistent UntransposableMusic.
8830
8831         * scm/output-svg.scm: remove old definitions.
8832
8833         * scripts/lilypond-book.py (do_file): search for kpsewhich before
8834         invoking.
8835
8836         * python/lilylib.py (search_exe_path): new function.
8837
8838 2005-06-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8839
8840         * python/lilylib.py (mkdir_p): remove setup_environment()
8841         (backportme)
8842
8843         * buildscripts/mutopia-index.py (headertext): trim text.
8844
8845         * Documentation/topdocs/NEWS.tely (Top): refresh.
8846
8847         * scm/define-markup-commands.scm (wordwrap-string): new function:
8848         split string in paras and words.
8849         (wordwrap-markups): new function.
8850         (wordwrap-stencils): new function. 
8851         (justify): use it.
8852         (wordwrap): use it.
8853         (wordwrap-string): use it
8854         (justify-string): use it.
8855
8856         * scm/lily-library.scm (regexp-split): new function.
8857
8858         * scm/define-markup-commands.scm: remove encoded-simple. 
8859         remove font-markup.
8860         (fontsize): remove old version  of fontsize.
8861         (wordwrap): new markup function. Wrap into paragraphs.
8862
8863         * VERSION: Branch lilypond_2_6
8864         (MINOR_VERSION): go to 2.7.0
8865
8866 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8867
8868         * po/zh_TW.po: update from translation project.
8869
8870 2005-06-28  Graham Percival  <gperlist@shaw.ca>
8871
8872         * scm/midi.scm: compile fix.
8873
8874 2005-06-28  Mats Bengtsson  <mabe@s3.kth.se>
8875
8876         * scripts/lilypond-book.py : Fix embarrassing bug in my previous
8877         patch. Now, the tempfile module is loaded too, not only used.
8878
8879 2005-06-28  Stephen Charles McCarthy  <stecmccarthy@hotpop.com>
8880
8881         * scm/midi.scm: changed midi volumes in absolute-volume-alist from
8882         0.05 - 1.00 to 0.25 - 1.00
8883
8884         * scm/midi.scm: moved the default-instrument-equalizer procedure
8885         to just under the insturment-equalizer-alist it takes as an
8886         argument.
8887
8888 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8889
8890         * Documentation/user/advanced-notation.itely (Font selection):
8891         remove CMR note.
8892
8893         * scm/framework-ps.scm (write-preamble): ly:warning iso. ly:warn 
8894
8895 2005-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
8896
8897         * THANKS: Add UTF-8 marker.
8898
8899         * Documentation/user/point-and-click.itely (http): Update: use
8900         lilypond-invoke-editor.  Fix: instruct to use user.js.
8901
8902 2005-06-27  Graham Percival  <gperlist@shaw.ca>
8903
8904         * ly/titling-init.ly: implements printpagenumber, increases
8905         space between dedication and title (to avoid collisions with
8906         "g" and "q" in dedication), and nicer logic about copyright
8907         and instrument fields being printed on the first page.
8908         Thanks Vincent!
8909
8910         * Documentation/user/global.itely: document printpagenumber.
8911
8912 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8913
8914         * Documentation/topdocs/NEWS.tely: Update to 2.6.
8915
8916 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8917
8918         * THANKS: update to 2.6
8919
8920         * VERSION: 2.6.0 released.
8921
8922 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8923
8924         * cygwin/GNUmakefile (OUT_POSTREMOVES): Reinclude install script
8925         rule, errorneously removed probably because of misleading comment.
8926
8927 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8928
8929         * python/lilylib.py (datadir): py2exe comments.
8930
8931         * Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement.
8932
8933         * configure.in (reloc_b): make fontconfig REQUIRED.
8934
8935 2005-06-27  Heikki Junes <hjunes@cc.hut.fi>
8936
8937         * po/fi.po: add latest translations.
8938
8939 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8940
8941         * ChangeLog: recode utf-8
8942
8943         * Documentation/pictures/lilypond.xpm (Module): edited photo as
8944         logo.
8945
8946         * Documentation/user/examples.itely (Module): 2.4.0 -> 2.6.0
8947
8948         * input/*.ly (Module): 2.4 -> 2.6 grand convert-ly s/r. 
8949
8950         * python/convertrules.py (do_conversion): don't print program_name
8951         from within a module
8952
8953         * configure.in (reloc_b): bump fontforge requirement to 20050624.
8954
8955         * python/convertrules.py (conv): add 2.6.0 dummy rule.
8956
8957 2005-06-23  Graham Percival  <gperlist@shaw.ca>
8958
8959         * Documentation/user/lilypond-book.itely,
8960         Documentation/user/examples.itely: add \RequirePackage{graphics}.
8961
8962         * ly/titling.ly: checks printfirstpagenumber, adds meter, and
8963         fixes baseline-skip.  Thanks Vincent!
8964
8965         * Documentation/user/advanced-notation.itely, global.itely:
8966         moved "Selecting font sizes" to global, since it deals with
8967         notation font size, not text fonts.
8968
8969 2005-06-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8970
8971         * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice
8972         to fonts.
8973
8974 2005-06-23  Mats Bengtsson  <mabe@s3.kth.se>
8975
8976         * scripts/lilypond-book.py (LATEX_DOCUMENT): More or less ugly
8977         workaround since /dev/stdin doesn't work on Cygwin. Using a
8978         temporary file in the current directory since latex doesn't
8979         understand the path name to the default TMP in Cygwin (at least on
8980         win XP).
8981         
8982         * Documentation/user/global.itely (Creating titles): Correct
8983         misprint in example. Thanks to Rob Vlasaty.
8984
8985 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8986
8987         * VERSION (PATCH_LEVEL): release 2.5.32
8988
8989         * lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
8990         variable in lily module
8991
8992         * scm/framework-ps.scm (output-classic-framework): error message
8993         regarding the classic framework.
8994
8995         * Documentation/user/henle-flat-gray.png (Module): new file.
8996
8997         * Documentation/user/baer-flat-gray.png (Module): new file.
8998
8999         * scm/output-lib.scm (fret-number-tablature-format): vcenter and
9000         whiteout for markups.
9001
9002         * buildscripts/substitute-encoding.py (note_glyph): include _ in
9003         regex too. This fixes change clef appearance in PDF. 
9004
9005         * ttftool/include/*: remove.
9006
9007         * configure.in (reloc_b): remove TTFTOOL_ENDIAN
9008
9009         * config.make.in (WINDRES): remove TTFTOOL_ENDIAN.
9010
9011         * lily/GNUmakefile (MODULE_INCLUDES): remove ttftool
9012
9013         * ttftool/*: remove ttftool subdirectory.
9014
9015         * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
9016
9017         * lily/ttf.cc (print_header): new file. Convert to type42, using
9018         FreeType to parse the TTF. 
9019
9020         * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
9021         and post table may differ. Pass around post_nglyphs as well.
9022
9023 2005-06-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9024
9025         * ly/music-functions-init.ly (musicMap): new music function
9026         musicMap. 
9027         
9028 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9029
9030         * make/mutopia-rules.make: anti-alias-factor = 2
9031
9032         * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
9033         page switch.
9034
9035         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
9036         anti-alias-factor for lilypond-book runs.
9037
9038         * scm/ps-to-png.scm (scale-down-image): new function.
9039         (my-system): new function.
9040         (make-ps-images): blow up GS resolution by anti-alias-factor,
9041         scale down image by anti-alias-factor.  This improves appearance
9042         of bitmaps
9043         (make-ps-images): remove showpage. Fixes spurious empty png at
9044         end.
9045
9046         * scm/framework-ps.scm (write-preamble): downcase filename before
9047         string-matching. Should fix .TTF files (as opposed to ttf files)  
9048
9049         * Documentation/user/tutorial.itely (Running LilyPond for the
9050         first time): separate subsections for windows, macos and unix.  
9051
9052         * Documentation/user/invoking.itely (Updating files with
9053         convert-ly): add MacOS X note.
9054
9055 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9056
9057         * Documentation/user/introduction.itely (Engraving): don't include
9058         file optical-spacing, add directly.
9059
9060         * lily/paper-outputter.cc (file): open file in binary mode. This
9061         fixes OTF embedding on windows.
9062
9063 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9064
9065         * scm/framework-ps.scm (write-preamble): remove debugging output.
9066
9067         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
9068
9069         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
9070         outdir.
9071         (install-fc-cache): install font cache in installation directories.
9072
9073 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9074
9075         * scm/editor.scm (editor-command-template-alist): Use char iso
9076         column, except for Emacs.
9077         (get-editor-command): Substitute char too (Bertalan Fodor).
9078
9079 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9080
9081         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
9082         quoted ~s.  This should fix PNG output on Windows; single quotes
9083         are regular characters on Windows.
9084
9085 2005-06-16  Graham Percival  <gperlist@shaw.ca>
9086
9087         * Documentation/user/basic-notation.itely: include ChoirStaff
9088         in System start delimiters.
9089
9090         * Documentation/user/putting.itely: new doc section on
9091         fixing overlapping notation.
9092
9093 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9094
9095         * Documentation/user/global.itely (Paper size): \paper is in
9096         \book, not \score.
9097
9098         * make/mutopia-rules.make: -ddelete-intermediate-files
9099
9100         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
9101
9102 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9103
9104         * ChangeLog: Recode utf-8.
9105
9106         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
9107         datadir with .py modules.
9108
9109 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
9110
9111         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
9112
9113 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9114
9115         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
9116         
9117         * scm/framework-ps.scm (write-preamble): remove status check.
9118
9119         * Documentation/user/invoking.itely (Updating files with
9120         convert-ly): remove -o option.
9121
9122         * VERSION (PACKAGE_NAME): release 2.5.31
9123
9124         * scm/framework-ps.scm (write-preamble): use ly:system.
9125         (write-preamble): verbosity.
9126
9127         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
9128
9129         * python/convertrules.py: new file. Store conversion rules
9130         separately.
9131
9132 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9133
9134         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
9135
9136 2005-06-14  Mats Bengtsson  <mabe@s3.kth.se>
9137
9138         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
9139         \musicDisplay 
9140
9141         * Documentation/user/instrument-notation.itely (More stanzas): Add
9142         reference to StanzaNumber.
9143
9144 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9145
9146         * THANKS: separate section for website translators.
9147
9148 2005-06-14  Graham Percival  <gperlist@shaw.ca>
9149
9150         * Documentation/topdocs/INSTALL.texi: update vim info;
9151         thanks Simon Bailey!
9152
9153         * Documentation/user/advanced-notation.itely: included
9154         color names.
9155
9156         * Documentation/user/advanced-notation.itely,
9157         Documentation/usr/notation-appendices.itely: moved
9158         color names into an appendix.
9159
9160 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9161         
9162         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
9163
9164         * scm/lily.scm (lambda): initialize program options from here.
9165
9166         * scm/framework-*.scm: add header info.
9167
9168         * lily/main.cc (parse_argv): only set output format to pdf if no
9169         other format specified.
9170
9171         * scm/backend-library.scm (postprocess-output): process
9172         'delete-intermediate-files after running convert-to-*. This fixes
9173         PNG generation when 'delete-intermediate-files is set.
9174         
9175 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9176
9177         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
9178         links on website. 
9179
9180 2005-06-13  Graham Percival  <gperlist@shaw.ca>
9181
9182         * Documentation/topdocs/INSTALL.texi,
9183         Documentation/user/lilypond-book.itely: typos.
9184
9185 2005-06-12  Pal Benko  <benkop@freestart.hu>
9186
9187         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
9188         added between program name and switch; -b changed to -f not
9189         to generate pdf
9190
9191 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9192
9193         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
9194         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
9195
9196         * input/sakura-sakura.ly: add \midi.
9197
9198         * buildscripts/mutopia-index.py (find): use /usr/bin/find
9199         iso. python find. 
9200
9201         * ttftool/test.c (main): cosmetics.
9202
9203         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
9204
9205         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
9206         create a ttf2ps binary.
9207
9208         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
9209
9210         * scm/backend-library.scm (postscript->png): set rename-page-1 to
9211         true.
9212
9213 2005-06-11  Graham Percival <gperlist@shaw.ca>
9214
9215         * Documentation/user/lilypond-book.itely: add warning about
9216         the font warnings in dvips.
9217
9218 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9219
9220         * THANKS: typo
9221
9222         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
9223
9224         * GNUmakefile.in: remove links for .map, .enc
9225         don't fail if out/ doesn't exist yet.
9226
9227 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9228
9229         * ttftool/util.c (surely_read): return nbytes
9230
9231         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
9232
9233         * VERSION (PACKAGE_NAME): release 2.5.30
9234
9235         * flower/string-convert.cc (precision_string): >? fix.
9236
9237         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
9238         (make-ps-images): add verbose -q too.
9239
9240         * lily/default-actions.cc (Module): new file. default
9241         {book,score}-print functions.
9242
9243         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
9244         pass results via parseStringResult, lookup via ly:parser-lookup.  
9245
9246         * lily/lily-parser.cc (Lily_parser): only clone lexer in
9247         constructors.
9248         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
9249         (parse_string): idem.
9250
9251         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
9252
9253         * lily/main.cc (main_with_guile): copy be_verbose_global into
9254         ly_set_option()
9255
9256 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9257
9258         * scm/backend-library.scm (postscript->pdf):
9259         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
9260         verbose mode.  Search for several names of gs executable.
9261
9262 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9263
9264         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
9265         directly. This fixes a massive memory leak, provided you use CVS
9266         GUILE.
9267
9268 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
9269
9270         * ly/property-init.ly: Added tieDashed.
9271
9272         * THANKS: Added some bughunters for 2.5.
9273
9274 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9275
9276         * lily/program-option.cc: add debug-gc option.
9277
9278         * lily/include/lily-guile-macros.hh: don't protect exported module
9279         objects.
9280
9281         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
9282
9283         * scm/backend-library.scm (postscript->pdf): use
9284         delete-intermediate-files iso. running-from-gui? 
9285
9286         * ttftool/util.c (surely_read): robustness. Allow read() to return
9287         less bytes than requested, as per posix standards.
9288
9289         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
9290         program option.
9291
9292         * ttftool/include/ttftool.h ("C"): rename verbosity to
9293         ttf_verbosity. Add to public interface.
9294
9295         * scm/music-functions.scm (unfold-repeats): remove debugging display.
9296
9297         * lily/program-option.cc: rename from scm-option.cc
9298
9299         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
9300         (get_help_string): Print pretty help string.
9301
9302         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
9303         to snippet preamble.
9304
9305         * lily/scm-option.cc: remove command-line-settings option. Fold
9306         all command-line options plus default settings in a generic
9307         interface. 
9308
9309         * flower/getopt-long.cc (table_string): indent 2nd lines of help
9310         texts too.
9311
9312 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9313
9314         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
9315         or EXT_ components non-empty.
9316
9317 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9318
9319         * scm/lily.scm (running-from-gui?): Export.
9320
9321         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
9322         output in .ly source directory.
9323
9324 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9325
9326         * ttftool/util.c (surely_lseek): more verbosity.
9327
9328         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
9329         compile.
9330
9331         * lily/parser.yy (Repeated_music): remove >? 
9332
9333         * scm/backend-library.scm (postscript->pdf): Support for
9334         -dgs-font-load=1
9335
9336         * scm/framework-ps.scm (write-preamble): make font loading
9337         switchable to GS via --define-default gs-font-load=1
9338
9339 2005-06-09  Graham Percival  <gperlist@shaw.ca>
9340
9341         * Documentation/user/global.itely: added \layout docs.
9342
9343 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9344
9345         * lily/lily-parser-scheme.cc: add unistd.h
9346
9347 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9348
9349         * scm/editor.scm: add char argument.
9350
9351         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
9352
9353         * ttftool/util.c (syserror): use errno for better error reporting.
9354
9355         * lily/source-file.cc (get_counts): new function. Calc column,
9356         line and char count in one go.
9357
9358         * lily/binary-source-file.cc (quote_input): rename to quote_input
9359
9360         * lily/input.cc (set): new function.
9361
9362 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9363
9364         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
9365         directory part of file name to search directory.
9366
9367         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
9368         search path and chdir to DIR if --outname=DIR used.
9369
9370         * lily/main.cc (prepend_env_path): Bugfix: Check directory
9371         existence before appending original path.
9372
9373 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9374
9375         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
9376         file" massage.
9377
9378         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
9379         texinfo.tex is always used.
9380         
9381 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9382
9383         * flower/include/axis.hh: rename from axes.hh
9384
9385         * lily/include/text-interface.hh (Module): rename from text-item.hh
9386
9387         * VERSION (PATCH_LEVEL): release 2.5.29
9388
9389         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
9390
9391         * scm/framework-ps.scm (font-file-as-ps-string): new function.
9392         (handle-macfont): new function. Call fondu for Native mac fonts.
9393
9394         * scm/define-markup-commands.scm (fill-line): handle text-widths =
9395         '() case.
9396
9397 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9398
9399         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
9400         multi-page.  Fix .eps regular expression.
9401
9402 2005-06-07  Graham Percival  <gperlist@shaw.ca>
9403
9404         * Documentation/user/putting.itely: add info on modifying templates.
9405
9406         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
9407         misc small changes.
9408
9409 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9410
9411         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
9412
9413         * scripts/lilypond-ps2png.scm
9414
9415         * VERSION (PACKAGE_NAME): release 2.5.28
9416
9417 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9418
9419         * lily/main.cc (prepend_env_path): Do not append /, that does not
9420         work.  Localedir lives in datadir, not in prefix.
9421
9422         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
9423         hack for windows.
9424
9425         * flower/include/file-cookie.hh: Compile fix.
9426
9427 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9428
9429         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
9430
9431         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
9432         system primitives.
9433         (gulp-port): using read-string!/partial. We don't want to read an
9434         entire PS file  (GUILE 1.6 limits strings to 16M) 
9435
9436         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
9437         properties. Add font-interface. 
9438
9439         * scm/define-grob-properties.scm (all-user-grob-properties):
9440         remove old bracket properties.
9441
9442         * scm/x11-color.scm: reformat. 
9443
9444         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
9445         LedgerLineSpanner if new StaffSymbol is found. 
9446
9447         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
9448         staff-symbol for finishing staff. 
9449
9450         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
9451
9452         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
9453         change black to currentColor everywhere. This fixes color support
9454         in SVG.
9455
9456 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
9457
9458         * input/regression/fret-diagrams.ly: new file to test fret diagram
9459         capability
9460
9461         * scm/output-tex.scm: remove white-dot and white-text
9462
9463         * scm/output-ps.scm: remove white-dot and white-text
9464
9465         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
9466         using ly:stencil-in-color instead
9467         (draw-dots) : remove call to white-dot
9468
9469 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9470
9471         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
9472         support.
9473
9474         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
9475
9476         * flower/include/file-cookie.hh: new file. lily_cookie extension 
9477
9478         * flower/file-cookie.cc: new file. lily_cookie extension.
9479         
9480 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9481
9482         * scm/editor.scm (editor-command-template-alist): Add syn
9483         editor (Jaap [de Vos]).
9484
9485 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9486
9487         * scripts/lilypond-ps2png.scm:
9488         * scm/ps-to-png.scm: New file.
9489
9490         * scm/backend-library.scm (postscript->png): Use it.
9491
9492         * scripts/lilypond-ps-to-png.py: Remove file.
9493
9494         * python/lilylib.py (get_bbox, make_ps_images): Remove.
9495
9496 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9497
9498         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
9499
9500         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
9501         start on grace moment. Fixes autobeam-grace.ly.
9502
9503         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
9504         process anything unless we're at the end of a pending beam. Fixes
9505         syncopated 8ths beamed across a beat.
9506
9507 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9508
9509         * scm/editor.scm (editor-command-template-alist): Start emacs if
9510         emacslient fails.
9511
9512         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
9513
9514         * flower/file-path.cc (is_file, is_dir): Export.
9515
9516         * lily/main.cc (prepend_env_path, set_env_file): Use them.
9517
9518 2005-06-02  Mats Bengtsson  <mabe@s3.kth.se>
9519
9520         * lily/easy-notation.cc: Added include cctype to correct
9521         compilation error.
9522
9523 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9524
9525         * scm/backend-library.scm (postscript->pdf): set resolution to
9526         1200, so bitmap fonts aren't that ugly. 
9527
9528         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
9529
9530         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
9531         parent if we have a notehead. Fixes incorrect offsets when
9532         Paper_column is very wide in the X direction.
9533
9534         * input/regression/font-family-override.ly (Module): new file.
9535
9536         * scm/font.scm (make-pango-font-tree): new function.
9537
9538         * lily/beam.cc (before_line_breaking): remove warning about less
9539         than 2 visible stems. We still get a warning when there is only
9540         one stem.
9541
9542 2005-06-01  Werner Lemberg  <wl@gnu.org>
9543
9544         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
9545         correctly.
9546
9547 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9548
9549         * lily/slur-scoring.cc (generate_avoid_offsets): new
9550         function. Generate avoid offsets once per slur.
9551
9552         * lily/slur.cc (add_extra_encompass): add dependency to
9553         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
9554
9555         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
9556         too. Fixes inf error with added bass notes.
9557
9558         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
9559         argument anymore.
9560
9561         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
9562
9563         * input/tutorial/lbook-latex-test.tex: add line length test.
9564
9565         * scripts/lilypond-book.py (set_default_options): new
9566         function. Call this before dissecting snippets, so linewidth
9567         settings reach the snippets.
9568
9569 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
9570
9571         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
9572
9573 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9574
9575         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
9576
9577 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9578
9579         * stepmake/aclocal.m4: More autopackage friendliness.
9580
9581 2005-05-31  Graham Percival  <gperlist@shaw.ca>
9582
9583         * Documentation/index.html.in: remove link to LSR.
9584
9585         * Documentation/user/global.itely: remove duplicate
9586         "dedication" \header{} section.
9587
9588 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9589
9590         * VERSION (PACKAGE_NAME): release 2.5.27.
9591
9592         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
9593         too. Plugs memory leak.
9594
9595         * make/lilypond.fedora.spec.in (Group): remove
9596         lilypond-pdfpc-helper.
9597
9598         * scripts/GNUmakefile (SEXECUTABLES): remove
9599         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
9600
9601         * scm/font.scm (make-century-schoolbook-tree): add Mono as
9602         'typewriter family.
9603
9604         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
9605         memory leak.
9606
9607         * lily/parser.yy (score_body): don't clone Score, that's done in
9608         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
9609
9610         * lily/score-engraver.cc (derived_mark): new function.
9611         (initialize): unprotect Paper_score. This fixes a memory leak.
9612
9613         * lily/score-performer.cc (derived_mark): new function.
9614
9615         * lily/score-translator.cc (get_output): use SCM for get_output() call.
9616
9617         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
9618         spurious warning.
9619
9620         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
9621         serif.
9622
9623 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9624
9625         * configure.in (reloc_b): Add --enable-relocation.
9626
9627 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9628
9629         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
9630
9631         * input/regression/alignment-order.ly: add Staff example.
9632
9633 2005-05-31  John Mandereau   <john.mandereau@free.fr>
9634
9635         * po/fr.po: update.
9636
9637 2005-05-31  Graham Percival  <gperlist@shaw.ca>
9638
9639         * Documentation/index.html.in: add link to LSR.
9640
9641 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9642
9643         * scm/define-stencil-commands.scm (Module): new file. Register all
9644         allowed stencil expression heads in a central place.
9645
9646         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
9647         ly:make-stencil
9648
9649         * lily/stencil-expression.cc (all_stencil_heads): registering
9650         stencil expressions.
9651
9652         * lily/stencil-interpret.cc: new file. Stencil expression
9653         interpreting.
9654
9655         * input/xiao-haizi-guai-guai.ly: move file back.
9656
9657 2005-05-30  Graham Percival  <gperlist@shaw.ca>
9658
9659         * Documentation/user/advanced.itely, converters.itely,
9660         instrument-notation.itely, lilypond-book.itely: misc small
9661         changes.
9662
9663 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9664
9665         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
9666
9667         * make/lilypond.fedora.spec.in: Fix source url.
9668
9669         * cygwin: Update from mingw patches.
9670
9671         * scm/editor.scm (editor-command-template-alist): Use jedit
9672         -reuseview (Bertalan), add uedit (Patrick Huberts).
9673
9674         * input/xiao-hai-zi-guai-guai.ly: Rename from
9675         xiao-haizi-guai-guai.ly.
9676
9677         * input/*: Reindent, do not use TAB.
9678
9679         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
9680         white background.
9681
9682 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9683
9684         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
9685         numerical overflow error.
9686
9687 2005-05-29 Laura Conrad <lconrad@laymusic.org>
9688         
9689         * abc2ly.py: fix to syntax error in multi-part output.
9690
9691 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9692
9693         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
9694         with disappearing span bars when alignAboveContext is active
9695
9696         * lily/property-iterator.cc (check_grob): use is-grob?
9697         object-property. Fixes crash-key-sig-font-size.ly. 
9698
9699 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9700
9701         * lily/bar-line.cc (print): don't round barlines; this produces
9702         odd aliasing effects in Acroread.
9703
9704         * lily/timing-engraver.cc (process_music): robustness fix.
9705
9706         * lily/context-def.cc (filter_engravers): bugfix.
9707
9708 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9709
9710         * lily/lilypond.rc.in: Add ly-icon.
9711
9712         * lily/GNUmakefile: 
9713         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
9714         rules.
9715
9716 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9717
9718         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
9719
9720         * ps/music-drawing-routines.ps: 
9721
9722         * scm/output-ps.scm: remove draw ez_ball.
9723
9724         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
9725         EasyNotation context definition.
9726
9727         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
9728         Text_interface and color for making easy note heads.
9729
9730         * lily/stencil.cc (with_color): new function.
9731
9732         * ps/music-drawing-routines.ps: remove draw_zigzag_line
9733
9734         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
9735         output routine. Zigzag now works in SVG too.
9736
9737         * scm/output-tex.scm (filledbox): idem.
9738
9739         * scm/output-svg.scm (filledbox): idem.
9740
9741         * scm/output-ps.scm (lily-def): remove horizontal-line. 
9742
9743         * lily/lookup.cc (horizontal_line): use draw-line. 
9744
9745         * lily/system-start-delimiter.cc: remove old staff bracket code.
9746
9747         * mf/feta-haak.mf: further tweaks.
9748
9749         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
9750
9751         * mf/feta-generic.mf: include feta-haak.
9752
9753         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
9754
9755         * scm/framework-ps.scm (write-preamble): only load fonts if their
9756         filename is a string. 
9757
9758 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9759
9760         * scm/output-svg.scm (circle): support circle.
9761         (bracket): stub for bracket.
9762
9763         * scripts/lilypond-book.py (main): make sure --psfonts warning is
9764         correct.
9765
9766 2005-05-26  Graham Percival  <gperlist@shaw.ca>
9767
9768         * Documentation/user/lilypond.tely, advanced-notation.itely,
9769         basic-notation.itely, instrument-notation.itely, global.itely,
9770         introduction.itely, tutorial.itely: rearranging, editing,
9771         clean-up.
9772
9773         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
9774         for compiling on FreeBSD.
9775
9776 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9777
9778         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
9779         otf files.
9780
9781         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
9782         bugfixes.
9783
9784         * VERSION: 2.5.26 released.
9785
9786         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
9787
9788 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
9789
9790         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
9791         if printpagenumber is false.
9792
9793 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9794
9795         * lily/font-config.cc (init_fontconfig): comment out FontConfig
9796         cache warning.
9797
9798         * lily/tie.cc (print): support dotted ties.
9799         
9800 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9801
9802         * scm/define-grobs.scm (all-grob-descriptions): switch off
9803         debugging
9804         (all-grob-descriptions): Arpeggio has Y-extent.
9805
9806         * scm/define-music-properties.scm (all-music-properties): document
9807         length-callback and start-callback as "read-only".
9808
9809         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
9810         length-callback after creation. 
9811
9812         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
9813         compressmusic -> compressMusic.
9814
9815         * ly/music-functions-init.ly (oldaddlyrics): idem.
9816
9817         * lily/parser.yy: NewLyricCombineMusic ->
9818         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
9819
9820 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
9821
9822         * ly/Welcome_to_LilyPond.ly: typo.
9823
9824 2005-05-24  Graham Percival  <gperlist@shaw.ca>
9825
9826         * Documentation/user/lilypond.tely: move changing-defaults to be
9827         before global issues.
9828
9829         * Documentation/user/basic-notation.itely: move Transpose section
9830         here from advanced/Other.
9831
9832         * Documentation/user/changing-defaults.itely,
9833         advanced-notation.itely: move Fonts to advanced, edit.
9834
9835 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9836
9837         * lily/parser.yy (bare_int): remove rule.  From now on, we require
9838         # before negative integers.
9839
9840 2005-05-23  Graham Percival  <gperlist@shaw.ca>
9841
9842         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
9843
9844         * Documentation/user/lilypond.tely: change Unified index to
9845         LilyPond index.
9846
9847         * Documentation/user/advanced-notation.itely,
9848         instrument-notation.itely: editing.
9849
9850 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
9851
9852         * scm/lily.scm (lilypond-all): Bugfix: return failed.
9853
9854         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
9855
9856 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9857
9858         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
9859         ly:port-move.  Needs to be stderr-specific on mingw.
9860         Run fixcc.
9861
9862 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
9863
9864         * lily/general-scheme.cc (ly:port-move): Remove.
9865
9866         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
9867         windows.
9868
9869         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
9870         variables.  This eliminates the need for a gs.bat wrapper, which
9871         opens a console.
9872
9873         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
9874         * scm/lily.scm (running-from-gui?): 
9875         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
9876         artifact of not compiling with -mwindows.
9877
9878         * scm/editor.scm: Define PLATFORM.
9879
9880 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9881
9882         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
9883         can start to cut & paste lilypond-book fragments.  
9884
9885         * scm/define-music-types.scm (music-descriptions): remove
9886         UntransposableMusic
9887
9888 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9889
9890         * scm/output-ps.scm (glyph-string): remove / before CIDs.
9891
9892 2005-05-20  Graham Percival  <gperlist@shaw.ca>
9893
9894         * Documentation/user/instrument-notation.itely: remove *Engraver.
9895
9896         * Documentation/user/advanced-notation.itely: edit, rearrange.
9897
9898 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9899
9900         * scm/output-ps.scm (glyph-string): take cid? argument. Use
9901         findresource iso. findfont for CID CFF fonts.
9902
9903         * VERSION (PACKAGE_NAME): release 2.5.25
9904
9905         * ly/Welcome_to_LilyPond.ly: add  \version
9906
9907 2005-05-20  Graham Percival  <gperlist@shaw.ca>
9908
9909         * Documentation/user/programming-interface.itely: move
9910         \displayMusic into its own section.
9911
9912         * Documentation/user/basic-notation.itely: finish editing.
9913
9914 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9915
9916         * flower/file-path.cc (find): don't throw away file_name.dir, but
9917         append to it. Fixes \include with directories.
9918
9919         * flower/include/file-path.hh (class File_path): don't derive from
9920         Array<String>.
9921
9922         * flower/include/file-name.hh (class File_name): remove to_str0()
9923
9924         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
9925         Hara_kiri_engraver in separate file.
9926
9927         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
9928         translation went wrong. Fixes vertically translated slurs.
9929
9930 2005-05-19  Graham Percival  <gperlist@shaw.ca>
9931
9932         * Documentation/user/basic-notaton.itely: editing.
9933
9934 2005-05-18  Graham Percival  <gperlist@shaw.ca>
9935
9936         * Documentation/user/macros.itexi, basic-notation.itely:
9937         add @commonprop (commonly used properties) macro.
9938
9939 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9940
9941         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
9942
9943         * scripts/lilypond-book.py (invokes_lilypond): new function
9944         (main): only run fontextract if invokes_lilypond() is true.
9945
9946         * lily/function-documentation.cc (ly_add_function_documentation):
9947         duh, use !=
9948
9949         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
9950
9951         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
9952
9953         * scm/lily.scm (running-from-gui?): lowercase Darwin.
9954
9955         * lily/function-documentation.cc (ly_add_function_documentation):
9956         use scm_hash_table_p() for checking.
9957
9958 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9959
9960         * Documentation/user/advanced-notation.itely (Text scripts):
9961         Change nonexisting @internalsref{Text markup} to @ref{Text
9962         markup}.  Change @internalsref{Text script} to
9963         @internalsref{TextScript}.
9964
9965         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
9966
9967 2005-05-17  Graham Percival  <gperlist@shaw.ca>
9968
9969         * Documentation/user/tutorial.itely, basic-notation.itely,
9970         changing-defaults.itely: remove duplicate cindex entries
9971         that appear on the same page.
9972
9973         * scm/define-grobs.scm: change default padding for TextSpanner.
9974
9975         * Documentation/topdocs/AUTHORS.texi: update email address.
9976
9977         * Documentation/user/global.itely: add info about \include.
9978
9979 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9980
9981         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
9982         when running-from-gui.
9983
9984         * scm/editor.scm (get-editor): Add platform defaults.
9985
9986         * scm/backend-library.scm (postscript->pdf): Typo.
9987
9988 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9989
9990         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
9991
9992         * lily/font-config.cc (init_fontconfig): add warning about cache.
9993
9994 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9995
9996         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
9997
9998 2005-05-16  Mats Bengtsson  <mabe@s3.kth.se>
9999
10000         * lily/horizontal-bracket.cc (print): Take care of the direction
10001         property so brackets above the stave point downwards. 
10002
10003         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
10004         for HorizontalBracket so it doesn't end up within the stave.
10005
10006 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10007
10008         * lily/GNUmakefile (default): Typo.
10009
10010         * scm/lily.scm (PLATFORM): Export.
10011
10012         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
10013         load-font-via-GS, ttftool or fopencookie is broken on windows.
10014         
10015         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
10016         -dSAFER, that is broken on windows.
10017
10018 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10019
10020         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
10021         for FlexLexer.h
10022
10023         * scripts/lilypond-invoke-editor.scm: remove stray -
10024
10025 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10026
10027         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
10028         Fixes deprecation warning.
10029
10030         * flower/include/string.icc (to_string): Only inline if
10031         -DSTRING_UTILS_INLINED.
10032
10033         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
10034         name.  Remove windows comment.
10035
10036         * scm/editor.scm (slashify): New function.
10037         (get-editor-command): Use it.
10038         (get-command-template): Do not alter editor command if
10039         environment value includes `%(file)s' magic.
10040
10041         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
10042         (dissect-uri): Use it.
10043         (unquote-uri): Bugfix.
10044
10045 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10046
10047         * scm/framework-ps.scm (write-preamble): add TTF rule.
10048
10049         * Documentation/topdocs/README.texi (Top): remove note about
10050         xdelta.
10051
10052         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
10053         requirement.
10054
10055         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
10056         function. Figure out where FlexLexer.h lives
10057
10058         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
10059         
10060 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10061
10062         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
10063         with Windows root in file name.
10064
10065         * scm/backend-library.scm (ly:system): Only redirect output (using
10066         system and shell, ugh) if /dev/null is writable.
10067
10068         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
10069         windows icon.
10070
10071         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
10072         on Mingw.
10073
10074         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
10075         click.
10076
10077         * flower/file-path.cc (is_dir, is_file): New function.  Actually
10078         use result of stat when available.
10079
10080         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
10081         absolute file name and root.
10082
10083         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
10084
10085         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
10086
10087         * flower/file-name.cc (slashify): Bugfix, do substitute if no
10088         slashes in file name.
10089
10090 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10091
10092         * Documentation/user/preface.itely (Preface): Run
10093         texinfo-all-menus-update.
10094
10095         * scm/editor.scm (get-editor-command): Bugfix: allow full
10096         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
10097
10098         * Documentation/pictures/lilypond-48.xpm: New file.
10099
10100         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
10101
10102         * ly/Welcome_to_LilyPond.ly: New file.
10103
10104         * lily/main.cc (main): Only identify if we have a terminal.
10105
10106         * scm/backend-library.scm (postscript->png)
10107         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
10108         non-/bin/sh).
10109
10110 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
10111
10112         * Documentation/topdocs/AUTHORS.texi: polish, update.
10113
10114 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10115
10116         * Documentation/user/preface.itely (Notes for version 2.6): new
10117         notes for 2.6
10118
10119         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
10120         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
10121         is not fully contained" warnings.
10122
10123         * lily/slur-scoring.cc (get_bound_info): remove warning.
10124
10125         * lily/staff-symbol-engraver.cc (process_music): start initial
10126         spanner in process_music(). This fixes overrides of StaffSymbol
10127         properties.
10128
10129         * scm/framework-pdf.scm (Module): remove.
10130
10131         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
10132
10133         * lily/ambitus-engraver.cc: formatting cleanups.
10134
10135         * mf/feta-solfa.mf (Module): remove.
10136
10137         * ChangeLog: more details about contributions.
10138
10139 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10140
10141         * lily/align-interface.cc (align_elements_to_extents): warn if
10142         called too early. Fixes: disappearing-staff-lines.ly
10143
10144         * VERSION (PACKAGE_NAME): release 2.5.24
10145
10146 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
10147
10148         * stepmake/aclocal.m4: Typo.
10149
10150         * flower/string.cc (substitute): Take two strings or two
10151         characters.  Update callers.
10152
10153 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10154
10155         * flower/file-name.cc (File_name): Slashify.
10156
10157         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
10158
10159         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
10160
10161         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
10162
10163         * configure.in (gui_b): Use it.
10164
10165         * lily/lilypond.rc.in: New file.
10166
10167         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
10168
10169 2005-05-12  Graham Percival  <gperlist@shaw.ca>
10170
10171         * Documentation/user/advanced-notation.itely: edit of Text
10172         section; clarify text scripts vs. text markup.
10173
10174 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10175
10176         * lily/multi-measure-rest-engraver.cc
10177         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
10178         separation items on start. Fixes mm rests in start of score.
10179
10180         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
10181         don't access StaffSymbol if not there.
10182         Fixes: crash-staff-symbol-engraver.ly.
10183
10184         * lily/instrument-name-engraver.cc (class
10185         Instrument_name_engraver): data member first_. Create
10186         InstrumentName on start. 
10187
10188 2005-05-12  Graham Percival  <gperlist@shaw.ca>
10189
10190         * Documentation/user/instrument-notation.itely: add guitar
10191         position.
10192
10193         * Documentation/user/introduction.itely,
10194         Documentation/user/lilypond.tely,
10195         Documentation/user/tutorial.itely: begin pruning
10196         unused (duplicated) cindex entries and misc cleanup.
10197
10198 2005-05-12  Mats Bengtsson  <mabe@s3.kth.se>
10199
10200         * input/test/volta-chord-names.ly: Bring the explanation up to
10201         date.
10202
10203 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
10204
10205         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
10206         Specify `@documentencoding utf-8' for html, ignore warnings.
10207
10208 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
10209
10210         * THANKS: Added bughunters.
10211
10212 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
10213
10214         * lily/main.cc: update help string for `lilypond -H'.
10215
10216         * po/fi.po: update.
10217         
10218 2005-05-10  Graham Percival  <gperlist@shaw.ca>
10219
10220         * Documentation/user/advanced-notation.itely: minor fixes.
10221
10222 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10223
10224         * scm/editor.scm: New module.
10225
10226         * scm/lily.scm (gui-main): Use it.
10227
10228         * scm/framework-gnome.scm (spawn-editor): Use it.
10229
10230         * scripts/lilypond-invoke-editor.scm: Use it in new script.
10231
10232 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10233
10234         * scm/framework-ps.scm (load-font-via-GS):  new function.
10235
10236         * lily/pango-font.cc (pango_item_string_stencil): add support for
10237         CID keyed font.
10238
10239         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
10240
10241 2005-05-10  Graham Percival  <gperlist@shaw.ca>
10242
10243         * Documentation/user/basic-notation.itely: add @ref.
10244
10245         * Documentation/user/advanced-notation.itely: add example
10246         of 5/8 beaming.
10247
10248 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10249
10250         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
10251
10252         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
10253         going through ps2pdf wrappers.
10254
10255 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
10256
10257         * Documentation/user/instrument-notation.itely: petrucci note
10258         heads: updated docu
10259
10260         * input/regression/note-head-style.ly: updated regression test;
10261         indentation fixes
10262
10263         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
10264         heads as default
10265
10266         * mf/parmesan-heads.mf: minor editing; use musicological names
10267         (rather than optical description) as note head names
10268
10269         * scm/output-lib.scm: complete petrucci heads
10270
10271 2005-05-09  Pal Benko  <benkop@freestart.hu>
10272
10273         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
10274         heads, but bigger)
10275
10276 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10277
10278         * lily/main.cc (main_with_guile): Remove no files check.
10279
10280         * lily/main.cc (ly:usage): Export to Scheme.
10281
10282         * scm/lily.scm (no-files-handler): New function.
10283
10284         * scm/lily.scm (lilypond-main): Use it.
10285
10286         * configure.in (gui_b): Add mbrtowc checking.
10287         Resurrect [utf8/]wchar.h checking.
10288
10289 2005-05-09  Mats Bengtsson  <mabe@s3.kth.se>
10290
10291         * Documentation/user/advanced-notation.itely (Metronome marks):
10292         Add link to the program reference for MetronomeMark
10293
10294         * Documentation/user/lilypond-book.itely (An example of a
10295         musicological document): Correct the example using psfonts 
10296
10297 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
10298
10299         * po/fi.po: update after a lesson how to update entries against
10300         source.
10301         
10302         * po/TODO: document the lesson.
10303
10304 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10305
10306         * configure.in (gui_b): remove wcrtomb checking.
10307
10308         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
10309         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
10310
10311 2005-05-09  Mats Bengtsson  <mabe@s3.kth.se>
10312
10313         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
10314         keep Scheme expressions and strings unmodified when doing the
10315         conversion to postfix notation for slurs and beams. Should
10316         hopefully solve most related conversion problems. 
10317
10318         * Documentation/user/lilypond-book.itely : Clarify and correct how
10319         to call dvips with -h psfonts.
10320
10321 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10322
10323         * Documentation/user/instrument-notation.itely (Entering lyrics):
10324         Typo.  Fixes build.
10325
10326 2005-05-09  Graham Percival  <gperlist@shaw.ca>
10327
10328         * Documentation/user/lilypond-book.itely: document PSFONTS file.
10329
10330         * Documentation/user/lilypond.tely, lilypond-book.itely,
10331         tutorial.itely: change references to 2.5.x to 2.6.x.
10332
10333         * Documentation/user/instrument-notation.itely: clarified \addlyrics
10334         vs \lyricmode.
10335
10336         * Documentation/user/invoking.itely: remove old info about
10337         lilypond-profile.
10338
10339         * Documentation/topdocs/INSTALL.texi: remove old info about
10340         lilypond-profile, add warning about needing international fonts
10341         to build docs.
10342
10343 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10344
10345         * lily/include/grob-info.hh (class Grob_info): make data member
10346         private. Changes throughout.
10347
10348         * input/regression/alignment-order.ly: new file. 
10349
10350         * lily/vertical-align-engraver.cc (acknowledge_grob): read
10351         alignAboveContext and alignBelowContext
10352
10353 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10354
10355         * lily/pfb.cc (LY_DEFINE): add cast.
10356
10357         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
10358         matches .otf
10359         (write-preamble): warn about unknown fonts.
10360
10361         * lily/pfb.cc (Module): new function ly:otf->cff
10362
10363         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
10364         (get_otf_table): new function.
10365
10366 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10367
10368         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
10369         iso. ps2png.
10370
10371 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
10372
10373         * po/fi.po: apply second round of update.
10374
10375 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10376
10377         * scm/x11-color.scm (make-x11-color-handler): don't use
10378         #\sp. Apparently doesn't work on all platforms. 
10379
10380 2005-05-06  Graham Percival  <gperlist@shaw.ca>
10381
10382         * Documentation/user/advanced-notation.itely, putting.itely,
10383         tutorial.itely, global.itely, introduction.itely: really minor fixes.
10384
10385 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10386
10387         * VERSION (PACKAGE_NAME): release 2.5.23
10388
10389 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10390
10391         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
10392         convert to utf-8.
10393
10394         * THANKS: Add translators for this release, convert to utf-8.
10395
10396         * mf/GNUmakefile (MFTRACE_FLAGS):
10397         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
10398         outdir as option (WAS: hardcoded).
10399
10400 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10401
10402         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
10403         finished_span_
10404
10405         * THANKS: add Hans Forbrich.
10406
10407         * Documentation/topdocs/NEWS.tely (Top): document new feature.
10408
10409         * Documentation/user/basic-notation.itely (Staff symbol): document
10410         start/stop staff. Reference to ossia.ly
10411
10412         * input/test/ossia.ly: new example using stop and startStaff.
10413
10414         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
10415         in other words, don't create "|" barline at start of the score.
10416         (start_translation_timestep): don't set whichBar for start of score.
10417
10418         * input/regression/staff-halfway.ly: use new functionality.
10419
10420         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
10421         start and stop staff based on events.
10422
10423         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
10424
10425         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
10426
10427 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10428
10429         * Documentation/user/programming-interface.itely (How markups work
10430         internally ): remove \encoding reference.
10431
10432 2005-05-04  Mats Bengtsson  <mabe@s3.kth.se>
10433
10434         * scripts/convert-ly.py: Attempt to do a smarter update of 
10435         text markups from versions < 1.9.0 with arbitrary nesting.
10436
10437 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
10438
10439         * po/fi.po: convert to utf-8, and update.
10440
10441 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10442
10443         * make/lilypond.suse.spec.in: update from suse 2.4 package.
10444
10445         * lily/*.cc: more <? >? to min/max changes
10446
10447         * lily/include/interpretation-context-handle.hh: rename
10448         Interpretation_context_handle to Context_handle.
10449
10450 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
10451
10452         * input/regression/GNUmakefile (local_delete): use `find` together 
10453         with `xargs` to avoid too long argument-lists in cmd line.
10454
10455 2005-05-04  Graham Percival  <gperlist@shaw.ca>
10456
10457         * Documentation/user/introduction.itely: updates "About this manual".
10458
10459         * Documentation/user/advanced-notation.itely,
10460         invoking.itely: minor fixes.
10461
10462 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10463
10464         * COPYING: add font exception. Update FSF address. 
10465
10466         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
10467         should be taken without child context.
10468
10469         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
10470
10471         * scm/define-markup-commands.scm (triangle): new command, as
10472         robust replacement for unicode Delta/Triangle.
10473
10474 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10475
10476         * ps/music-drawing-routines.ps: add fillp argument.
10477
10478         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
10479
10480         * lily/font-config.cc (init_fontconfig): don't add cff/
10481
10482         * VERSION (PACKAGE_NAME): release 2.5.22
10483
10484         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
10485
10486         * lily/grace-engraver.cc (consider_change_grace_settings): use
10487         is_alias(). Fixes problem with CueVoice grace notes. 
10488
10489         * lily/simultaneous-music-iterator.cc (construct_children): call
10490         Music_iterator::quit() for iterators that start out invalid. This
10491         fixes indefinitely continuing contexts.
10492
10493         * buildscripts/substitute-encoding.py: new file
10494
10495         * Documentation/user/basic-notation.itely (Basic polyphony): fix
10496         missing @end 
10497
10498         * scripts/lilypond-book.py (write_if_updated): print file name.
10499
10500         * Documentation/user/basic-notation.itely (Explicitly
10501         instantiating voices): idem.
10502
10503         * Documentation/user/advanced-notation.itely (Text spanners):
10504         remove stray { } 
10505
10506         * lily/context.cc (default_child_context_name): the default child
10507         is now first in accepts_list_.
10508
10509         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
10510         \defaultchild to all relevant contexts.  This fixes:
10511         drums-pitch.ly.
10512
10513         (Probably also fixes similar problems with ancient
10514         transcriptions getting CueVoices instead of the desired voices.)
10515  
10516         * lily/context-def.cc (get_default_child): new function.
10517         (get_accepted): place default child in front of list.
10518
10519         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
10520
10521         * lily/include/context-def.hh (struct Context_def): add
10522         default_accept_
10523
10524 2005-05-03  Graham Percival  <gperlist@shaw.ca>
10525
10526         * scm/define-grobs.scm: remove "remove-first" line, since
10527         the absent property is set to #f anyway.
10528
10529         * Documentation/user/basic-notation.itely,
10530         advanced-notation.itely, instrument-notation.itely: minor
10531         fixes.
10532
10533         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
10534
10535         * Documentation/user/advanced-notation.itely,
10536         changing-defaults.itely: consolidate Text stuff in
10537         advanced notation.
10538
10539         * Documentation/user/global.itely: better docs for \header.
10540
10541         * Documentation/user/putting.itely: new chapter; placeholder
10542         for future expansion.
10543
10544         * Documentation/user/examples.itely: moved "suggestions for
10545         writing LP files" section into putting.itely.
10546
10547         * Documentation/user/lilypond.itely: added new chapter,
10548         fixed the short table of contents.
10549
10550 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10551
10552         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
10553         infinity for unfeasible beams.
10554
10555         * make/lilypond.fedora.spec.in (Group): idem.
10556
10557         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
10558
10559         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
10560
10561         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
10562         fonts directly.
10563
10564         * buildscripts/gen-emmentaler-scripts.py (i): idem.
10565
10566         * mf/GNUmakefile: remove all CFF rules.
10567
10568         * scm/framework-ps.scm (ps-embed-cff): reinstate.
10569
10570         * lily/open-type-font-scheme.cc (LY_DEFINE):
10571         new function ly:otf-font-table-data.
10572         (LY_DEFINE): new function otf-font?
10573
10574 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10575
10576         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
10577         ($(outdir)/Fontmap.lily): idem.
10578
10579         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
10580         for PFAEmmentaler-XXX.pfa. 
10581
10582         * Documentation/user/music-glossary.tely (accidental): NL
10583         translation of accidental.
10584
10585 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10586
10587         * flower/include/international.hh: Bugfix: include "string.hh".
10588
10589         * lily/include/mingw-compatibility.hh: New file.
10590
10591         * flower/include/libc-extension.hh (memrev): Rename from strrev.
10592
10593         * configure.in: Search for mingw wcrtomb library.
10594
10595 2005-05-02  Mats Bengtsson  <mabe@s3.kth.se>
10596
10597         * scripts/convert-ly.py: Bug fix
10598
10599         * Documentation/user/changing-defaults.itely (Common tweaks):
10600         Added example where the context has to be specified explicitly
10601         (MetronomeMark). 
10602
10603 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10604
10605         * scripts/lilypond-book.py (ly_options): set timing to #f for
10606         notime option.
10607
10608         * scripts/convert-ly.py (conv): typo.
10609
10610         * flower/*.cc: remove <? and >?
10611         
10612         * lily/*.cc: remove <? and >?
10613
10614         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
10615         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
10616         editor.
10617
10618 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10619
10620         * lily/part-combine-engraver.cc: add space to variable list.
10621
10622 2005-04-30  Graham Percival  <gperlist@shaw.ca>
10623
10624         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
10625         remove-first to false (matches docs)
10626
10627         * Documentation/user/advanced-notation.itely: corrected docs
10628         concerning remove-first.
10629
10630 2005-04-29  Mats Bengtsson  <mabe@s3.kth.se>
10631
10632         * lily/part-combine-engraver.cc: make sure that the relevant
10633         properties are included in the documentation.
10634
10635 2005-04-28  Graham Percival  <gperlist@shaw.ca>
10636
10637         * Documentation/user/lilypond-book.itely: Bernard's docs
10638         for \betweenLilyPondSystem.
10639
10640 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10641
10642         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
10643         remarks.
10644
10645 2005-04-28  Pal Benko  <benkop@freestart.hu>
10646
10647         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
10648         only on vertical lines of flexa shape, and use a constant
10649         thickness value for horizontal lines (patch slightly modified by
10650         Jürgen Reuter)
10651
10652         * lily/include/mensural-ligature.hh: make 2 comments clearer
10653
10654 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
10655
10656         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
10657         to need_extra_horizontal_space; bugfix: use class scope to avoid
10658         global namespace pollution
10659
10660         * Documentation/user/instrument-notation.itely (ligatures): added
10661         comment on possible future syntax change and how to work around
10662
10663         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
10664         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
10665         intervals (fixes agnus dei example)
10666
10667         * Documentation/user/instrument-notation.itely (white mensural
10668         ligatures): selected a more illustrative example
10669
10670 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
10671
10672         * Documentation/index.html.in: specify utf-8 charset in meta content.
10673
10674 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10675
10676         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
10677         empty 2nd page for single page.
10678
10679         * scm/lily.scm: remove p&c definitions.
10680
10681         * po/zh_TW.po (Module): new translation.
10682
10683         * lily/lily-guile.cc (ly_chain_assoc): remove.
10684
10685         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
10686         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
10687
10688 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10689
10690         * lily/beaming-info.cc: remove infinity_i
10691
10692         * scripts/abc2ly.py (out_filename): fix thinko with \version.
10693
10694 2005-04-26  Graham Percival  <gperlist@shaw.ca>
10695
10696         * Documentation/user/basic-notation.itely,
10697         instrument-notation.itely, advanced-notation.itely,
10698         changing-defaults.itely: minor fixes.  Added docs
10699         for colors to advanced-notation.itely.
10700
10701         * Documentation/user/advanced-notation.itely: fixed compile
10702         problem and added Bernard's x11-color doc patch.
10703
10704 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
10705
10706         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
10707         alright this time round.
10708
10709 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10710
10711         * Documentation/topdocs/INSTALL.texi (Top): idem.
10712
10713         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
10714
10715         * VERSION (MAJOR_VERSION): release 2.5.21
10716
10717         * scm/output-ps.scm (grob-cause): bugfix.
10718
10719 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
10720
10721         * cygwin/*: Update.
10722
10723         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
10724         stuff.
10725
10726         * scm/output-ps.scm (grob-cause): Bugfix.
10727
10728         * scm/lily.scm (ly:load): Remove x11-color.
10729
10730         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
10731         quote executable, fixes getting version from program --with
10732         --options.
10733         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
10734         $ac_exeect.
10735
10736         * Documentation/user/GNUmakefile: Only build music-glossary with
10737         rendered lilypond snippets during web.
10738
10739 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10740
10741         * po/de.po: update.
10742
10743         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
10744
10745 2005-04-22  Laura Conrad <lconrad@laymusic.org>
10746  
10747         * scripts/abc2ly:
10748         second title line append with punctuation dash character;
10749         encode abc2ly python strings in utf-8
10750        
10751 2005-04-21  Laura Conrad <lconrad@laymusic.org>
10752
10753         * scripts/abc2ly fix chords (again)
10754  
10755 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
10756
10757         * scm/x11-color.scm: new file
10758         All x11 color names can be accessed with:
10759         #(x11-color 'ColorName),
10760         #(x11-color "ColorName") or:
10761         #(x11-color "color name")
10762         If the x11 color name is not recognised then it defaults
10763         to black
10764
10765         * scm/lily.scm: amended to call scm/x11-color.scm
10766
10767 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10768
10769         * Documentation/user/invoking.itely (Reporting bugs): comment out
10770         reference to online PNG bug repository.
10771
10772 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10773
10774         * lily/translator-scheme.cc (ly:translator-property): Remove.
10775         Update callers.
10776
10777         * lily/context-scheme.cc (ly:context-now): Move from translator.
10778         Update callers.
10779
10780 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10781
10782         * input/regression/grid-lines.ly (skips): refine example.
10783
10784         * scm/define-context-properties.scm
10785         (all-user-translation-properties): doc autoBeamCheck
10786
10787         * input/regression/grid-lines.ly (Module): new file.
10788
10789         * lily/grid-point-engraver.cc (Module): new file.
10790
10791         * lily/grid-line.cc (Module): new file.
10792
10793         * lily/grid-line-span-engraver.cc (Module): new file.
10794
10795         * lily/grid-line-interface.cc (Module): new file.
10796
10797 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10798
10799         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
10800         missing parameter, actualy cdr through list.  Actually return a
10801         list with ENTRY removed (was '()).
10802
10803         * scripts/convert-ly.py: Update.  Print warning if file cannot be
10804         opened.
10805         (do_conversion): Fix printing of continuation comma.
10806
10807         * Documentation/user/advanced-notation.itely (Beam formatting):
10808         Remove refbugs about compound time and mixed duration.
10809
10810         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
10811         modulo moments explicitely.
10812
10813         * lily/moment.cc (operator %): New function.
10814
10815         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
10816
10817         * lily/translator-scheme.cc (ly:translator-now,
10818         ly:translator-property): New function.
10819
10820         * scm/auto-beam.scm (default-auto-beam-check): New function.
10821
10822         * lily/auto-beam-engraver.cc (test_moment): Use it.
10823
10824         * flower/rational.cc (operator %): Bugfix.
10825
10826 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
10827
10828         * scripts/abc2ly: Bugfix
10829
10830 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10831
10832         * python/fontextract.py (write_extracted_fonts): bugfix, too many
10833         %'s on EndFont comment.
10834
10835         * lily/ledger-line-spanner.cc: some more words of explanation.
10836
10837 2005-04-20  John Williams <williams@tni.com>  
10838         
10839         * scripts/lilypond-book.py: htmlquote bugfix.
10840         Allow snippets to be given distinct filenames.
10841         Allow the default alt text to be overridden.
10842
10843 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
10844
10845         * ly/performer-init.ly: Bugfix
10846
10847         * THANKS: Added bughunters.
10848
10849 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
10850
10851         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
10852
10853         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
10854         position (was: use modulo measure length).
10855
10856         * configure.in (no gui_b): Remove optional gtk+ requirement.
10857
10858 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10859
10860         * Documentation/user/basic-notation.itely (Pitches): add
10861         LedgerLineSpanner.
10862
10863         * lily/dynamic-engraver.cc (process_music): set right bound to
10864         script if present. Else, do not set.
10865         (acknowledge_grob): only set right bound of finished spanner to
10866         note column if no other bound is set.
10867
10868         * python/lilylib.py (make_ps_images): switch back to png16m.
10869         
10870 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10871
10872         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
10873         writing up to date file.  Add dvips usage suggestion.
10874
10875         * scripts/convert-ly.py: Fix error message.
10876         Print usage if no files on command line.
10877         (usage): Add example usage.
10878
10879         * input/test/compound-time.ly: New file.
10880
10881         * input/test/circle.ly: New file.
10882
10883         * Documentation/topdocs/NEWS.tely: Use them.
10884
10885         * input/test/boxed-stencil.ly: Remove \score.
10886
10887         * buildscripts/mf-to-table.py (base): Add .log dependency.
10888
10889         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
10890         pfa's.  Add .log dependency
10891
10892         * scm/define-markup-commands.scm (lower): New command.
10893
10894         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
10895         make it default.
10896
10897 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10898
10899         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
10900         also to finished cresc as right bound. This fixes:
10901         skip-string-decresc.ly
10902
10903         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
10904         relative_coordinate if extent is empty.
10905
10906         * lily/stem.cc (width_callback): determine correct extent if flag
10907         is not there. This fixes slur-no-flag.ly
10908
10909         * lily/grace-engraver.cc (consider_change_grace_settings): new
10910         function.
10911         (initialize): also consider_change_grace_settings() on
10912         initialization. Fixes large grace notes at start of score.
10913
10914         * lily/break-align-interface.cc (do_alignment): don't translate if
10915         total_extent is empty.
10916
10917         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
10918
10919 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10920
10921         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
10922         with slash.
10923
10924 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10925
10926         * stepmake/aclocal.m4: Remove tfm_path.
10927
10928 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10929
10930         * scm/music-functions.scm (markup-expression->make-markup): fix
10931         bug with cons arguments of markup commands.
10932         (music->make-music): fix music expression property list building
10933
10934 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10935
10936         * aclocal.m4: Massage package names.
10937
10938         * SCons updates.
10939
10940 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10941
10942         * VERSION (PACKAGE_NAME): release 2.5.20
10943
10944         * lily/stem.cc (calc_stem_info): add minimum Y extent of
10945         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
10946
10947         * lily/percent-repeat-engraver.cc (try_music): add measure before
10948         next_moment to future processing moment. Fixes:
10949         percent-repeat-mm-rest.ly
10950         (process_music): don't add moment for 2nd time.
10951
10952         * input/regression/repeat-percent.ly: add mmrests as extra test.
10953
10954         * lily/axis-group-engraver.cc (acknowledge_grob): read
10955         keepAliveInterfaces to decide what to kill.
10956
10957         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
10958         percent-repeat-interface to keepAliveInterfaces. This fixes
10959         percent-repeat-harakiri.
10960
10961 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10962
10963         * SCons updates.
10964
10965 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10966
10967         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
10968
10969         * aclocal.m4: remove --enable-tfm-path configure option
10970
10971         * input/test/ancient-font.ly (lowerStaff): clef name errors.
10972
10973         * scm/backend-library.scm (postscript->png): newline after
10974         finishing command.
10975
10976         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
10977         (LY_DEFINE): ly:paper-score-paper-systems: new function 
10978
10979         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
10980
10981         * lily/score.cc (default_rendering): use Music_output too.
10982
10983         * input/test/chord-names-languages.ly (Module): rename file.
10984
10985         * lily/text-spanner.cc: add bound-padding.
10986
10987         * lily/paper-book.cc (systems): accept Paper_score
10988         iso. Paper_system vector. 
10989
10990         * input/regression/line-arrows.ly: new file.
10991
10992         * lily/paper-score.cc (process): run get_paper_systems() only once.
10993
10994         * lily/line-spanner.cc (line_stencil): add arrows.
10995
10996 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
10997
10998         * lily/line-interface.cc (make_arrow): new function. 
10999         (arrows): idem.
11000
11001 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
11002
11003         * input/test/chord-names-german.ly: update for italian/french
11004         chords.
11005         
11006         * Documentation/user/instrument-notation.itely (Printing chord
11007         names): update.
11008
11009 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11010
11011         * lily/include/paper-score.hh (class Paper_score): remove unused
11012         prototypes.
11013
11014         * lily/book.cc (process): add -COUNT to midi output.
11015
11016         * lily/score.cc (book_rendering): remove outname argument
11017         (book_rendering): return list of Music_outputs. 
11018
11019         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
11020
11021         * lily/book.cc (process): loop over Music_outputs returned from
11022         Score::book_rendering().
11023
11024         * lily/*.cc (width_callback): remove spurious "unused" warnings
11025         for assert (axis==[XY]_AXIS); 
11026
11027         * lily/include/music-output.hh (class Music_output): smobify class.
11028
11029         * lily/include/paper-score.hh (class Paper_score): make members
11030         private.
11031
11032         * lily/performance.cc (process): return #f iso. #<undefined>. This
11033         prevents #<undefined> leaking into GUILE-userspace.
11034
11035 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11036
11037         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
11038
11039 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
11040
11041         * scm/chord-name.scm : support for italian and french
11042         chords names.
11043
11044         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
11045         a space defined by chordPrefixSpacer when the root name is
11046         direclty followed by a prefix.
11047
11048         * ly/engraver-init.ly : chordPrefixSpacer       
11049         * scm/define-context-properties.scm : chordPrefixSpacer
11050         * ly/property-init.ly : italianChords, frenchChords 
11051
11052 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
11053
11054         * mf/feta-din.mf: Remove.
11055
11056         * mf/GNUmakefile (fontdir): Bugfix.
11057
11058         * mf/SConstruct: Some updates.
11059
11060         * SConstruct: Require pkg-config.
11061         (test_program): Bugfix for double digit version compares, use
11062         integer (not string-) compare.
11063         Optionally require gs 8.14.
11064
11065         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
11066
11067         * lily/*: s/ifdef HAVE_*/if have/.
11068
11069         * SConstruct (test_lib): New function.  Update pkg-config and some
11070         other requirements.
11071
11072         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
11073         freetype, pangof2t.
11074
11075 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11076
11077         * po/lilypond.pot, ...: Update using bison-CVS.
11078
11079         * python/lilylib.py (make_ps_images): Fixo.
11080
11081 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11082
11083         * python/lilylib.py (make_ps_images): typo.
11084
11085         * configure.in (gui_b): make bison optional.
11086
11087         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
11088
11089 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
11090
11091         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
11092         with one parameter can be defined in a LaTeX file when processed
11093         by lilypond-book this will be evaluated between the systems of
11094         a multi-system score. The parameter is the number of systems processed.
11095
11096 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11097
11098         * python/lilylib.py (make_ps_images): Escape newline.
11099
11100         * Documentation/user/music-glossary.tely: Run
11101         texinfo-all-menus-update.
11102
11103 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11104
11105         * scm/lily-library.scm (old-relative-not-used-message)
11106         (version-not-seen-message): Add input-file-name-location to message.
11107
11108         * lily/parser.yy (lilypond): Add token aliases.
11109
11110         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
11111         not confuse with alteration.
11112         (alteration): Add.
11113
11114 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11115
11116         * python/lilylib.py (make_ps_images): use -dEPSCrop
11117
11118         * VERSION (PACKAGE_NAME): release 2.5.19 
11119
11120         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
11121         only put xrefs in info documentation.
11122
11123         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
11124         .pdf rule to tex-rules.make.
11125
11126         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
11127         from -systems.* output.
11128
11129         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
11130         directly, remove -$(PAGESIZE) target.
11131
11132         * input/test/embedded-postscript.ly: update.
11133
11134 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11135
11136         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
11137
11138         * Documentation/user/changing-defaults.itely (Font selection):
11139         document font-name.
11140
11141         * input/regression/font-name.ly: show Pango fonts for
11142         font-name. Update example. 
11143
11144         * lily/pango-select.cc (properties_to_pango_description): don't
11145         convert symbol font-size to number, but use to lookup.
11146
11147         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
11148
11149         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
11150         (NAME . FILE-NAME) tuples for font descriptions. 
11151         (write-preamble): display BeginFont DSC comments.
11152
11153         * python/fontextract.py (write_extracted_fonts): new file. Extract
11154         font resources from a PS file.
11155
11156         * scripts/lilypond-book.py (option_definitions): --psfonts option.
11157         (Compile_error.process_include): do_file returns chunks.
11158
11159         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
11160
11161         * make/lysdoc-targets.make: .texi is .PRECIOUS
11162
11163         * scripts/lilypond-book.py (write_if_updated): new function.
11164
11165 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
11166
11167         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
11168
11169 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11170
11171         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
11172
11173         * input/regression/markup-syntax.ly: remove \score.
11174
11175         * scm/define-markup-commands.scm (draw-circle): add fill argument
11176
11177         * scm/stencil.scm (make-circle-stencil): add fill argument
11178
11179         * ps/music-drawing-routines.ps: add fill argument.
11180
11181         * ly/performer-init.ly: add CueVoice to MIDI too.
11182
11183         * ps/music-drawing-routines.ps: new routine BeginEPSF /
11184         EndEPSF.
11185
11186         * input/regression/markup-eps.ly: new file.
11187
11188         * scm/framework-ps.scm (write-preamble): change order: vars should
11189         be inited before procedures.
11190
11191         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
11192         for EPS files.
11193
11194         * scm/define-markup-commands.scm (epsfile): add epsfile command.
11195
11196 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11197
11198         * configure.in (gui_b): add check for ghostscript 8.15
11199
11200 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11201
11202         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
11203         start of line. Fixes cresc-after-newline.ly
11204
11205         * lily/source-file.cc (file_line_column_string): use get_column().
11206
11207 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11208
11209         * lily/source-file.cc (get_column): utf-8 support for column numbers.
11210
11211 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
11212
11213         * lily/*: use message () iso progress_indication () for messages.
11214         Revise/uniformise user messages.
11215
11216         * flower/warn.cc (progress_indication): New function.
11217         (message): Use it.  Fixes newline problems.
11218
11219         * config.make.in (webdir): Sort out install dirs.
11220
11221         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
11222
11223         * python/lilylib.py (command_name): Bugfix.
11224         (make_ps_images):
11225
11226 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
11227
11228         * lily/main.cc: --help says what types of backends are availabe
11229
11230 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11231
11232         Fix ./VERSION dependency, and without need to reconfigure.
11233
11234         * lily/main.cc (setup_paths): Update.
11235
11236         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
11237
11238         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
11239
11240         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
11241         Add \line for some simplistic cases.
11242
11243         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
11244
11245 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11246
11247         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
11248         to compile LY files (useful for adding eg. "-I" args)
11249         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
11250         2Gnome command for gnome backend.
11251         (LilyPond-command-formatgnome): call the 2Gnome command. key
11252         binding: C-c C-g
11253
11254 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11255
11256         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
11257         depend on all PNG images.
11258
11259 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11260
11261         * GNUmakefile.in: Bugfix: also link .map files.
11262
11263 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11264
11265         * scm/music-functions.scm (music->make-music): generate 
11266         a (make-music ...) sexpr from a music expression.
11267         (display-scheme-music): use guile pretty printer to display the
11268         make-music sexpr.
11269
11270 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11271
11272         * ly/engraver-init.ly: reindent.
11273         Add CueVoice.
11274
11275         * scm/music-functions.scm (music-pretty-string): handle moments
11276         too.
11277         (music-pretty-string): only print non-empty lists.
11278         (cue-substitute): create CueVoice context, which has smaller type.
11279
11280         * lily/moment-scheme.cc (LY_DEFINE): new methods
11281         ly:moment-grace-{numerator,denominator}
11282
11283         * lily/context-handle.cc: remove quit() method. 
11284
11285         * lily/font-config.cc (init_fontconfig): be verbose about font path.
11286         (init_fontconfig): success is 0, not !0
11287
11288 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11289
11290         * mf/feta-nummer-code.mf (code): add plus glyph.
11291
11292         * lily/tie.cc (print): idem.
11293
11294         * lily/slur.cc (print): don't use thickness property for
11295         slur shape-thickness.
11296
11297         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
11298         while adding stencils.
11299
11300         * scm/define-markup-commands.scm (with-color): with-color markup
11301         command.
11302         (whiteout): new markup command 
11303         (filled-box): new markup command
11304
11305 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11306
11307         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
11308         test for PDF docs.
11309
11310         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
11311         PFAAybabtu-Regular.  Fixes feta font in PDFs.
11312         
11313         Notes for tetex-3.0 make web:
11314            psclean.map: s/uhv8a/uhvr8a/
11315            config.ps add:
11316                 p +psfonts_t1.map
11317                 p +psclean.map
11318                 p +typeface.map
11319
11320 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11321
11322         * scm/music-functions.scm (music-pretty-string): fix bug with
11323         string argument.
11324
11325 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
11326
11327         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
11328
11329 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11330
11331         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
11332         only process options if they're there.
11333         (write_file_map): add version-seen? to snippet-map.ly
11334
11335 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
11336
11337         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
11338         formatting cleanups.
11339
11340         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
11341         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
11342
11343 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11344
11345         * scm/framework-ps.scm (ps-font-command): don't hash, just use
11346         name directly.
11347
11348         * lily/main.cc (setup_paths): either add mf/out to search path or 
11349         fonts/{otf,type1,etc}
11350         
11351         * lily/font-config.cc (init_fontconfig): either add mf/out to
11352         FontConfig or fonts/{otf,type1,etc}
11353
11354         * GNUmakefile.in: don't put mf/ link in share/ dir.
11355
11356         * lily/staff-spacing.cc: move same-direction-correction to
11357         note-spacing-interface
11358
11359         * scm/lily.scm (lilypond-main): use variable argument count for
11360         exception handler.
11361
11362         * lily/font-config.cc (init_fontconfig): add operator pacification
11363         message.
11364
11365         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
11366
11367         * buildscripts/gen-emmentaler-scripts.py (i): generate
11368         PFAEmmentaler as well.
11369
11370         * scm/framework-ps.scm (munge-lily-font-name): new function
11371         (write-preamble): hack: insert PFA equivalent of CFF into
11372         .PS. This makes LilyPond output printable on normal PS printers
11373         again.
11374
11375         * buildscripts/gen-emmentaler-scripts.py (i): generate
11376         PFAEmmentaler.pfa aswell.
11377
11378 2005-04-06  John Williams <williams@tni.com>  
11379         
11380         * scripts/lilypond-book.py: refactor the compose_ly procedure.
11381         
11382 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11383
11384         * scm/page-layout.scm (default-page-make-stencil): always combine
11385         the header stencil, even if empty. This prevents the body text to
11386         reach up to the margins.
11387
11388         * po/rw.po (Module): new file, for Kinyarwanda.
11389
11390         * input/test/spacing-optical.ly (Module): new file.
11391
11392         * lily/staff-spacing.cc: add same-direction-correction
11393
11394 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11395
11396         * Documentation/user/introduction.itely (Engraving): Comment-out
11397         non-existent file.
11398
11399 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11400
11401         * scm/define-grob-properties.scm (all-user-grob-properties): add
11402         same-direction-correction
11403
11404         * VERSION: release 2.5.18
11405
11406 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11407
11408         * lily/grob.cc (mark_smob): Check pscore->layout_ before
11409         dereferencing.  Fixes make web.
11410
11411         * lily/midi-stream.cc: Handle unwritable midi file.  Include
11412         errno.h.
11413
11414         * Documentation/user/: Fix links.
11415
11416 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11417
11418         * lily/text-interface.cc (Module): rename from text-item.cc
11419
11420         * input/regression/apply-output.ly (texidoc): function naming fix.
11421
11422         * lily/time-signature-performer.cc (derived_mark): new function.
11423
11424         * lily/lily-parser-scheme.cc:  print mapped file name for progress
11425
11426         * scripts/lilypond-book.py (find_linestarts): new function.
11427         (find_toplevel_snippets): keep track of line numbers.
11428
11429         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
11430         all key changes.
11431
11432         * ly/declarations-init.ly (partCombineListener): use
11433         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
11434
11435         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
11436
11437 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11438
11439         * lily/text-item.cc: Fix link.
11440
11441         * Documentation/user/changing-defaults.itely (Changing defaults):
11442         Fix programs reference links.
11443
11444         * Documentation/user/music-glossary.tely: Convert to utf-8.
11445
11446 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11447
11448         * make/lilypond-vars.make: remove TEXMF from variables.
11449         remove DEB_BUILD pk font variables.
11450         remove GUILE_LOAD_PATH
11451         remove TeX memory vars.
11452
11453 2005-04-04  Werner Lemberg  <wl@gnu.org>
11454
11455         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
11456
11457 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11458
11459         * ps/lilyponddefs.ps: remove reencode-font
11460
11461         * lily/simple-spacer.cc (add_columns): also compare
11462         directly. Column rank doesn't distinguish between broken and
11463         unbroken columns. This fixes large spaces before time sig changes.
11464
11465         * Documentation/user/point-and-click.itely: document ly:set-option.
11466
11467         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
11468         point_and_click_global is set.
11469
11470         * lily/scm-option.cc (LY_DEFINE): add point-and-click
11471         ly:set-option argument.
11472
11473 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11474
11475         * GNUmakefile.in: Include symlinks in webball.
11476
11477         * Documentation/user/GNUmakefile (source-links): Add symlinks to
11478         source dir for split and non-split manuals.
11479
11480         * Documentation/user/*y: Fix @uref/@inputfile links for
11481         split/non-split HTML documents.
11482
11483         * Documentation/user/GNUmakefile (local-WWW): Do not generate
11484         .ps.gz.
11485         
11486 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11487
11488         * GNUmakefile.in: Add newline.
11489
11490 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
11491
11492         * tex/lilyponddefs.tex: use color instead of xcolor
11493         * scm/output-tex.scm: minor editing
11494
11495 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11496
11497         * scm/music-functions.scm (display-scheme-music): pretty printer
11498         for music expressions.
11499
11500 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11501
11502         * buildscripts/install-info-html.sh (index_file): Fix link.
11503
11504 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11505
11506         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
11507
11508         * Documentation/index.html.in: Add size estimates with some big pages.
11509
11510         * Documentation/user/tutorial.itely (Running LilyPond for the
11511         first time): Add/replace some @rglos links.  TODO: add more
11512         @rglos links in tutorial, test non-intrusiveness (.css).
11513
11514         * stepmake/bin/add-html-footer.py (do_file): Remove info's
11515         annoying's indication of referencing external document.
11516
11517         * Documentation/user/GNUmakefile: Split version of glossary too.
11518         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
11519         links, not only for html.
11520
11521         * Documentation/user/introduction.itely: Fix some links for other
11522         than html, do not use `here' as link name.
11523
11524 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
11525
11526         * scm/documentation-generate.scm (string-append): Fix @usermanref,
11527         @glossaryref.
11528
11529 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11530
11531         * scm/page-layout.scm (default-page-make-stencil): only add header
11532         if existing and not empty. Fixes spurious programming error.
11533
11534         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
11535
11536 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
11537
11538         * scm/output-tex.scm: implement {re,}setcolor
11539         * tex/lilyponddefs.tex: use color package
11540
11541 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
11542
11543         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
11544         additions to website.
11545
11546         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
11547
11548         * Documentation/user/macros.itexi: Fix @usermanref html links in
11549         split documents: use @inforef.
11550
11551 2005-03-30  Graham Percival  <gperlist@shaw.ca>
11552
11553         * Documentation/user/programming-interface.itely: minor fix.
11554
11555         * Documentation/user/advanced-notation.itely: added info to
11556         Metronome markings.
11557
11558 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11559
11560         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
11561         use box-stencil.  Remove y-padding argument.
11562         (make-stencil-circler): New function.
11563
11564         * buildscripts/lilypond-words.py (F): 
11565         * elisp/SConscript (a): 
11566         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
11567         * vim/SConscript (a): 
11568         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
11569
11570         * lily/general-scheme.cc: Build fix.
11571
11572         * scm/markup.scm:
11573         * input/regression/markup-scheme.ly: 
11574         * input/regression/markup-syntax.ly: Drop 'new-' from name.
11575
11576         * scm/stencil.scm (make-circle-stencil): New function.
11577
11578         * scm/define-markup-commands.scm (draw-circle): Use it.  New
11579         name (was cicle).  Update callers.
11580         (circle): New markup command, similar to box.
11581
11582         * scm/stencil.scm (circle-stencil): New function.
11583
11584 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
11585
11586         * configure.in: Detect libutf8/wchar.h variant.
11587
11588         * stepmake/aclocal.m4: Modify shared size test.
11589
11590 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11591
11592         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
11593
11594 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11595
11596         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
11597         
11598         * VERSION (PACKAGE_NAME):  release 2.5.17
11599
11600 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11601
11602         * scm/backend-library.scm (postscript->png): Fix comment and png
11603         message.
11604
11605         * GNUmakefile.in (link-tree): Fix locales.
11606
11607 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11608
11609         * lily/stencil-scheme.cc (LY_DEFINE): change to
11610         ly:stencil-aligned-to, non mutating.
11611
11612         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
11613
11614         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
11615
11616         * lily/quote-iterator.cc (derived_mark): call
11617         Music_wrapper_iterator::derived_mark() too.
11618
11619         * lily/grace-engraver.cc (derived_mark): change signature, add
11620         const.
11621
11622 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11623
11624         * SConstruct (symlink): 
11625         * GNUmakefile.in (link-tree): Add scripts to prefix.
11626
11627         * lily/general-scheme.cc (ly:effective-prefix): New function.
11628
11629         * scm/backend-library.scm (postscript->png): Use it.
11630
11631 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11632
11633         * lily/paper-score.cc (process): don't delete grobs after
11634         producing stencils. 
11635
11636         * scm/part-combiner.scm (determine-split-list): switch off
11637         debugging info.
11638
11639         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
11640         if available.
11641
11642         * scm/define-context-properties.scm
11643         (all-user-translation-properties): add stringNumberOrientations.
11644
11645         * lily/new-fingering-engraver.cc (position_scripts): make generic,
11646         so fingering and string-numbers are separately controlled.
11647
11648 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11649
11650         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
11651         not use debugging.
11652
11653 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11654
11655         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
11656
11657         * config.hh.in: add HAVE_FONTCONFIG.
11658
11659         * Documentation/user/instrument-notation.itely (String number
11660         indications): new node.
11661
11662         * input/regression/new-markup-syntax.ly (texidoc): add circle.
11663
11664         * lily/new-fingering-engraver.cc (add_string): new function. 
11665         (acknowledge_grob): accept string-number-event as well.
11666
11667         * scm/define-markup-commands.scm (circle): new markup command.
11668
11669         * scm/output-lib.scm (print-circled-text-callback): new function.
11670
11671         * lily/GNUmakefile: move ifeq after include stepmake.make.
11672
11673 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11674
11675         * config.make.in (HAVE_LIBKPATHSEA_SO):
11676         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
11677
11678         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
11679         add KPATHSEA_LIBS.
11680
11681         * debian/watch: 
11682         * debian/control: Update.
11683
11684 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11685
11686         * input/test/title-markup.ly (spaceTest): remove.
11687
11688         * input/test/embedded-tex.ly (Module): remove.
11689
11690         * input/test/music-box.ly: use 'name property, not ly:music-name.
11691
11692         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
11693
11694         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
11695
11696 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11697
11698         * Documentation/topdocs/INSTALL.texi (Top): Remove information
11699         about xdeltas.  Add information about CVS.
11700
11701         * scm/lily.scm (lilypond-main): Fix invocation of handler,
11702         gracefully handle failed files.
11703
11704         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
11705
11706         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
11707         small fixes.
11708
11709         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
11710         No unnecessarily specific i18n messages.  Remove stray `1'.
11711
11712 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11713
11714         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
11715         documentencoding
11716
11717         * scm/documentation-lib.scm (texi-file-head): set utf-8
11718         documentencoding.
11719
11720         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
11721         Delta, not the Symbol one. 
11722
11723         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
11724         for the .map file.
11725
11726         * Documentation/topdocs/INSTALL.texi (Top): add running
11727         requirement as compilation requirement.
11728
11729 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11730
11731         * buildscripts/mutopia-index.py (headertext): add h1 header and
11732         utf-8 charset meta field.
11733
11734         * input/GNUmakefile: prune example list.
11735
11736         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
11737         options.
11738
11739         * lily/slur-scoring.cc (get_base_attachments): only look at stem
11740         extent for visible stems.
11741
11742         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
11743
11744 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11745
11746         * Documentation/topdocs/INSTALL.texi (Top): Updates.
11747
11748         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
11749
11750 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11751
11752         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
11753         pass inf/nan into slur scoring.
11754
11755         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
11756         page.
11757
11758         * scripts/abc2ly.py (dump_voices): use alphabet().
11759
11760 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
11761         
11762         * mf/GNUmakefile (depth): use $(FONTFORGE). 
11763
11764 2005-03-27 Matthias Neeracher <neeracher@mac.com>
11765         
11766         * flower/include/virtual-methods.hh: simplify. Patch by
11767
11768 2005-03-25  John Williams <williams@tni.com>  
11769
11770         * scripts/lilypond-book.py (main): add png for HTML too, guess
11771         only if necessary. 
11772
11773 2005-03-25  Graham Percival  <gperlist@shaw.ca>
11774
11775         * Documentation/topdocs/INSTALL.texi: now recommends
11776         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
11777
11778         * Documentation/user/basic-notation.itely,
11779         Documentation/user/tutoria.itely: warn about
11780         only one (phrasing) slur at once.
11781
11782 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
11783
11784         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
11785
11786 2005-03-23  Graham Percival  <gperlist@shaw.ca>
11787
11788         * Documentation/user/basic-notation.itely: fixed info about
11789         ending a (de)cresc.
11790
11791         * Documentation/user/lilypond-book.itely: fixed
11792         lilypond-book filter example and warned about not doing
11793         --filter and --process at the same time.
11794
11795 2005-03-23  Mats Bengtsson  <mabe@s3.kth.se>
11796
11797         * lily/parser.yy (bass_number),
11798         Documentation/user/instrument-notation.itely (Figured bass): 
11799         Add the possibility to use text markup in figured bass. 
11800
11801 2005-03-19  Graham Percival  <gperlist@shaw.ca>
11802
11803         * Documentation/user/global.itely: added info about naming
11804         identifiers and breakbefore.
11805
11806         * Documentation/user/invoking.itely: added info about batch
11807         processing files with convert-ly, removed references to TeX
11808         in the jail section.
11809
11810         * Documentation/user/examples.itely: possibly fixed piano
11811         dynamics.
11812
11813         * Documentation/user/advanced-notation.itely: added info
11814         about removing other types of Staff.
11815
11816         * Documentation/user/instrument-notation.itely: possibly
11817         fixed piano staff line switch.
11818
11819         * Documentation/user/changing-defaults.itely: added info
11820         about using normal font in titles.
11821
11822 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11823
11824         * VERSION (PATCH_LEVEL): release 2.5.16
11825
11826         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
11827         explicitly.
11828
11829 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11830
11831         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
11832         whitespace.
11833
11834         * python/lilylib.py (make_ps_images):
11835         * scm/backend-library.scm (postscript->pdf, postscript->png):
11836         Quote file name.  Use format rather than string-append juggling.
11837
11838 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11839
11840         * python/lilylib.py (make_ps_images): add x to -g argument. 
11841
11842         * lily/key-performer.cc (create_audio_elements): don't use
11843         scm_eval_string. Check for minor 3rd directly.
11844   
11845         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
11846         (sarabandeCelloGlobal): key is D minor, not F major.
11847
11848 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
11849
11850         Fix truncated --png output (Peter Danenberg).
11851         
11852         * python/lilylib.py (make_ps_images):
11853         * scripts/ps2png.py (copyright): Grok --papersize option.
11854
11855         * scm/backend-library.scm (postscript->png): Add parameter
11856         PAPERSIZE.  Update callers.
11857
11858         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
11859         Fixes symbol placement.
11860
11861         * lily/spanner.cc: 
11862         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
11863         <libc-extension.hh>).
11864
11865 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11866
11867         * Nitpick run.
11868
11869         * buildscripts/fixcc.py: Update.
11870
11871         Builddir run fixes.
11872
11873         * HACKING (datadir): Add VERSION.
11874
11875         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
11876         higher up.
11877
11878 2005-03-15  Werner Lemberg  <wl@gnu.org>
11879
11880         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
11881         diagonal stem doesn't become thinner.
11882
11883 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11884
11885         * buildscripts/fixcc.py: Fixes (Werner).
11886
11887 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11888
11889         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
11890         Emmentaler/Aybabtu.
11891
11892         * GNUmakefile.in: fix lilypond-words path.
11893
11894         * po/tr.po: update to 2.3.21
11895
11896         * lily/new-fingering-engraver.cc (position_scripts): take priority
11897         from head position.
11898
11899         * input/regression/finger-chords-order.ly (texidoc): new file.
11900
11901 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11902
11903         * make/ly-rules.make: 
11904         * stepmake/aclocal.m4: 
11905         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
11906
11907         * buildscripts/fixcc.py (rules): Leave space after operator.
11908
11909 2005-03-14  Werner Lemberg  <wl@gnu.org>
11910
11911         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
11912         top of the glyph with smooth curve.
11913
11914 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11915
11916         * Documentation/user/global.itely (Page layout): remove
11917         printpagenumber.
11918
11919 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
11920
11921         * input/regression/mensural-ligatures.ly: new file (with examples
11922         compiled by Pal Benko).
11923
11924         * Documentation/user/instrument-notation.itely: Bugfix: yet some
11925         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
11926         musicglyph access.  Many small beautifications in ancient
11927         examples.
11928
11929         * input/test/divisiones.ly: fixed indentation; small
11930         beautifications
11931
11932         * ly/engraver-init.ly: added FIXME comment
11933
11934         * scripts/lilypond-book.py,
11935         Documentation/user/lilypond-book.itely: added music fragment
11936         option "packed" to lilypond-book
11937
11938         * Documentation/user/instrument-notation.itely: Bugfix: added
11939         missing LedgerLineSpanner color setting in several places.  Added
11940         music fragment option "packed" to VaticanaContext example.
11941
11942 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11943
11944         * scm/define-grobs.scm (all-grob-descriptions): switch off
11945         Hyphen_spanner::set_spacing_rods 
11946
11947         * lily/lyric-hyphen.cc (print): add padding between syllable and
11948         hyphen.
11949         (print): shorten hyphen in tight situations (determine using
11950         minimum-length)
11951
11952         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
11953         0.4pt.
11954
11955 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
11956
11957         * ly/titling-init.ly (bookTitleMarkup): Refinements.
11958
11959         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
11960         header/footer markings for regression-test.
11961
11962         * scm/backend-library.scm (output-scopes, header-to-file): Move
11963         from framework-tex.scm.
11964
11965         * scm/framework-ps.scm (output-framework)
11966         (output-preview-framework):
11967         * scm/framework-eps.scm (output-classic-framework)
11968         (output-framework): Use it.  Fixes collated files.
11969
11970 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
11971
11972         * input/sakura-sakura.ly: 
11973         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
11974
11975         * buildscripts/guile-gnome.sh: Update.
11976
11977         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
11978
11979         * mf/aybabtu.pe.in: Capitalize Aybabtu.
11980
11981 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11982
11983         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
11984         culprit: always exit the loop if we find a rod, even if it has
11985         distance < 0. 
11986
11987         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
11988         algorithm.
11989
11990         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
11991         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
11992
11993         * scm/output-svg.scm (dashed-line): new  function body.
11994         
11995         * GNUmakefile.in: create .htaccess.
11996
11997 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11998
11999         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
12000
12001 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12002
12003         * VERSION (PACKAGE_NAME): release 2.5.15
12004
12005         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
12006
12007         * scm/framework-svg.scm (output-framework): put scaling in
12008         document header. Apply scaling only once.
12009         (output-framework): dump page size in px, not mm. 
12010
12011         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
12012         from font-size.
12013
12014         * lily/paper-outputter-scheme.cc (LY_DEFINE):
12015         ly:outputter-output-scheme, new function.
12016
12017         * scm/output-svg.scm (pango-description-to-svg-font): new function
12018
12019 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12020
12021         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
12022         target.
12023
12024         * input/typography-demo.ly: new file.
12025
12026 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
12027
12028         * Documentation/user/global.itely (File structure): Add markup blocks
12029         to toplevel expressions.
12030         (Multiple movements, Creating titles): Add markup blocks.
12031
12032         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
12033         <libc-extension.hh>).
12034
12035         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
12036
12037         * flower
12038         * lily
12039         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
12040
12041 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12042
12043         * lily/accidental.cc: special bboxes for natural. 
12044
12045         * mf/feta-toevallig.mf: make stems heavier.
12046
12047         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
12048         texts as well.
12049
12050         * mf/feta-klef.mf: revise. 
12051
12052         * mf/feta-schrift.mf: make thinning of accent less pronounced.
12053
12054         * mf/feta-klef.mf: add rounded curve at top. 
12055         make thinnib a little heavier.
12056
12057 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
12058
12059         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
12060
12061         * buildscripts/fixcc.py: New file.
12062
12063         * input/regression/utf8.ly: Update Debian font description.
12064
12065 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12066
12067         * stepmake/aclocal.m4: Fix test.
12068
12069 2005-03-09  Graham Percival  <gperlist@shaw.ca>
12070
12071         * Documentation/user/invoking.itely: added Sebastino Vigna's
12072         docs for the --jail option.
12073
12074 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12075
12076         * lily/stem.cc (print): only produce stemlets if there are no
12077         noteheads on this stem.
12078
12079         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
12080         don't crash on stemlet (visible stem without heads).
12081
12082         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
12083         unbroken situations. 
12084
12085         * scm/output-lib.scm (center-invisible): new function.
12086
12087         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
12088         wishes to determine loose column space.
12089
12090         * lily/font-config.cc (init_fontconfig): add
12091         fonts/{otf,type1,cff}  to path.
12092
12093         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
12094
12095         * mf/GNUmakefile (Module): install all fonts under otf/
12096
12097         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
12098         replace /fonts/otf/ by /ps/ 
12099
12100         
12101 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12102
12103         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
12104
12105         * lily/book.cc (process): Oops, add score_.header_.
12106
12107         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
12108
12109         * lily/parser.yy: Handle toplevel and book texts as score.
12110
12111         * scm/page-layout.scm (default-page-make-stencil):
12112         Bugfix: (page-properties rename.
12113
12114         * scm/backend-library.scm (ly:system): Typo.
12115
12116 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12117
12118         * stepmake/stepmake/executable-targets.make (installexe): don't
12119         strip installed executables
12120
12121         * lily/font-select.cc (get_font_by_design_size): revert
12122         pango_description_string as well.
12123
12124         * lily/system.cc (set_loose_columns): put loose column just left
12125         of next column.
12126
12127         * lily/include/group-interface.hh (extract_grob_array): rename
12128         from Pointer_group_interface__extract_grobs
12129
12130         * input/regression/ledger-line-minimum.ly (texidoc): new file.
12131
12132         * lily/ledger-line-spanner.cc (set_spacing_rods): new
12133         function. Keep ledgered note heads at a minimum distance.
12134         Introduce minimum-length-fraction
12135         (print): introduce length-fraction property.
12136
12137 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12138
12139         * tex/GNUmakefile: remove latin1.enc rules.
12140
12141 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12142
12143         * scm/titling.scm: Typo.
12144
12145         * input/regression/score-text.ly: Really add.
12146
12147         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
12148
12149 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12150
12151         * lily/open-type-font-scheme.cc:  new file.
12152
12153 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12154
12155         * scm/titling.scm (layout-extract-page-properties): Rename from
12156         page-properties.  Update callers.
12157
12158         * lily/lexer.ll (Lily_lexer):
12159         * lily/parser.yy: Junk lyric_markup state.
12160
12161         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
12162
12163         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
12164         Add texts parameter.
12165
12166 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
12167
12168         * lily/lexer.ll (lyric_markup): New mode.
12169         (Lily_lexer::push_lyric_markup_state): New method.
12170         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
12171
12172         * lily/parser.yy (book_body):
12173         (toplevel_expression): Grok \markup texts.
12174
12175         * lily/score-scheme.cc (ly:music-scorify): 
12176         * scm/lily-library.scm (collect-music-for-book): Take texts
12177         parameter.
12178
12179         * lily/score.cc (texts_): New member.
12180
12181         * lily/paper-book.cc (systems): Format score texts.
12182
12183         * score-text.ly: New file.
12184
12185         * ttftool/SConscript:
12186         * kpath-guile/SConscript: New file.
12187
12188         * lily/SConscript:
12189         * SConstruct: Update.
12190
12191 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12192
12193         * VERSION (PACKAGE_NAME): release 2.5.14
12194
12195 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
12196
12197         * lily/main.cc: Add dummy xgettext markers.
12198
12199 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12200
12201         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
12202         requirements
12203
12204         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
12205         executable is < 40k
12206
12207         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
12208         hack.
12209
12210 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
12211
12212         * flower/libc-extension.cc:
12213         * flower/include/libc-extension.hh: [Open]BSD simply cast
12214         cookie/funopen declarations.
12215
12216         * stepmake/aclocal.m4: Check for libkpathsea.so.
12217
12218         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
12219         dl_kpse_find_file.
12220
12221 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12222
12223         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
12224         (open_library): alternative for static library.
12225
12226 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
12227
12228         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
12229
12230         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
12231
12232         Drop run-time dependency on teTeX.
12233
12234         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
12235
12236         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
12237         KPATHSEA_LIBS in LIBS.
12238         (STEPMAKE_DLOPEN): New function.
12239
12240         * lily/font-config.cc (init_fontconfig): Use dir for directory,
12241         not path.
12242
12243         * flower/file-path.cc (directories): Rename from paths, as this
12244         return an array of directories (a single path).
12245
12246 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12247
12248         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
12249
12250         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
12251         new ly:kpathsea-find-file
12252
12253         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
12254
12255         * kpath-guile/GNUmakefile: new file
12256
12257         * buildscripts/gen-emmentaler-scripts.py (i): generate
12258         emmentaler-X.fontname as well.
12259
12260         * buildscripts/ps-embed-cff.py: new script
12261
12262         * scm/lily-library.scm: remove ps-embed-cff.
12263
12264         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
12265         font loading. 
12266
12267         * scm/font.scm (add-music-fonts): load dynamics/numbers through
12268         fontconfig as well.
12269
12270         * lily/font-config.cc (init_fontconfig): add cff/ too.
12271
12272         * ly/generate-embedded-cff.ly: capitalize.
12273
12274         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
12275         so as to register the pango font.
12276
12277         * lily/font-config.cc (init_fontconfig): add
12278         prefix/{otf,type1,mf/out} to fontconfig path.
12279
12280         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
12281         overrides all. 
12282
12283         * configure.in (gui_b): remove ec mftrace check
12284
12285         * config.hh.in: use lilypond-Major.Minor as data directory.
12286
12287         * scm/framework-ps.scm (dump-page): use output-units for landscape.
12288
12289         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
12290         name.
12291
12292 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
12293
12294         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
12295         error messages.
12296
12297         * flower/libc-extension.cc:
12298         * flower/include/libc-extension.hh: [Open]BSD fixes for
12299         cookie/funopen declarations.
12300
12301 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12302
12303         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
12304         emmentaler.
12305
12306         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
12307         lcrm10.
12308
12309         * scm/define-markup-commands.scm (fontsize): new markup
12310         command. Also set baseline-skip
12311
12312 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
12313         
12314         * lily/main.cc (do_chroot_jail): paranoia security for webserver
12315         use.
12316
12317 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12318
12319         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
12320
12321         * lily/pdf.cc: remove PDF related files
12322
12323 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12324
12325         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
12326         <hamamatsu@gmx.de>
12327
12328 2005-03-05  Graham Percival  <gperlist@shaw.ca>
12329
12330         * Documentation/user/advanced-notation.itely: first draft
12331         of reorg done.
12332
12333         * Documentation/user/global.itely: fixed (sub)section
12334         bits of MIDI.
12335
12336 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
12337
12338         * cygwin/mknetrel (extras): Bufix (Bertalan).
12339
12340         * Documentation/user/basic-notation.itely (Chords): @ref fix.
12341         * Documentation/user/instrument-notation.itely (Introducing chord
12342         names): Compile fix: must have unique name.
12343
12344 2005-03-02  Graham Percival  <gperlist@shaw.ca>
12345
12346         * Documentation/user/instrument-notation.itely: reorg.
12347
12348 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
12349
12350         * scm/output-gnome.scm:
12351         * scm/output-svg.scm: Fix font scaling.
12352
12353 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
12354
12355         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
12356         what link to use best.
12357
12358         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
12359         * Documentation/user/tutorial.itely (Automatic and manual beams):
12360         Fix @ref.
12361
12362         * lily/tweak-registration.cc (replace_grob_tweak): New function.
12363         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
12364         * scm/framework-gnome.scm (tweak): Use it.
12365
12366 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12367
12368         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
12369
12370         * scm/output-ps.scm (white-text): reinstate white-text
12371
12372 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
12373
12374         * scm/output-ps.scm (offset-add): Remove.
12375
12376         * scm/lily-library.scm (offset-flip-y): New function.
12377         * scm/framework-gnome.scm (tweak): Use it.
12378
12379         * scm/output-gnome.scm (grob-cause): Add parameter.
12380
12381         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
12382         * scm/output-ps.scm (url-link): Move.
12383         (white-text): Warn user about brokenness.
12384
12385         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
12386         wrt ghostscript.
12387
12388 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12389
12390         * lily/slash-repeat-engraver.cc (try_music): always make slashes
12391         if body length smaller than measure length.
12392
12393         * scm/define-markup-commands.scm (with-url): oops. use Y extent
12394         for Y.
12395
12396         * ly/titling-init.ly (tagline): put default tagline in \paper
12397
12398 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
12399
12400         * lily/kpath.cc: 
12401         * lily/pdf.cc (Pdf_file): Use more generic error messages.
12402
12403         * scm/lily-library.scm (version-not-seen-message): New function.
12404         * ly/init.ly: Use it.
12405
12406         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
12407         breaks as progess.
12408
12409         * scripts/lilypond-book.py (do_process_cmd): Do not lump
12410         whitespace with l10n message.
12411
12412         * scm/framework-tex.scm (convert-to-ps):
12413         (convert-to-dvi): Do not use overly specific l10n messages.
12414
12415         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
12416
12417         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
12418         merge stderr with stdout.  
12419
12420 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
12421
12422         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
12423         Neeracher).
12424
12425 2005-02-29  Graham Percival  <gperlist@shaw.ca>
12426
12427         * Documentation/user/instrument-notation.teily: moved
12428         \arpeggio to Basic.
12429
12430         * Documentation/user/advanced-notation.itely: Articulation to
12431         Basic, a bunch of stuff from Basic moved to Advanced.
12432
12433         * Documentation/user/basic.itely: swapped various sections,
12434         reorganized Basic.
12435
12436 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12437
12438         * flower/memory-stream.cc: 
12439         * flower/libc-extension.cc: Remove obsolete #undefs.
12440
12441         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
12442         more carefully.
12443
12444 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12445
12446         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
12447         dependency.
12448
12449         * VERSION (PACKAGE_NAME): release 2.5.13
12450
12451         * GNUmakefile.in (web-ext): don't ship ps.gz
12452
12453         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
12454         stdout
12455
12456 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12457
12458         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
12459         without libintl.  Now it compiles too.
12460
12461 2005-02-28  Graham Percival  <gperlist@shaw.ca>
12462
12463         * Documentation/user/basic-notation.itely,
12464         instument-notation.itely, advanced-notation.itely:
12465         split up contents of notation.itely.
12466
12467         * Documentation/user/notation.itely: file removed.
12468
12469         * Documentation/user/invoking.itely, converters.itely:
12470         moved convert-ly info to invoking.itely.
12471
12472         * Documentation/user/global.itely, changing-defaults.itely,
12473         sound-output.itexi: moved global settings, file layout, and
12474         sound into global.itely.
12475
12476         * Documentation/user/sound-output.itexi: file removed.
12477
12478         * Documentation/user/lilypond.tely: removed links to
12479         notation.itely and sound.itely.
12480
12481 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12482
12483         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
12484
12485         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
12486  
12487         * THANKS: add sponsor.
12488
12489         * scm/define-markup-commands.scm (with-url): new markup command.
12490
12491         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
12492         tagline.
12493         
12494         * scm/output-tex.scm (url-link): stub.
12495
12496         * scm/output-ps.scm (url-link): new function.
12497
12498         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
12499         ly:set-point-and-click
12500
12501 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
12502
12503         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
12504         based on pdf-viewer setting.
12505
12506         * scm/framework-ps.scm (write-preamble): Find and set preferred
12507         pdf-viewer.
12508
12509 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12510
12511         * Documentation/user/point-and-click.itely: update for PDF point &
12512         click.
12513
12514         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
12515         editors based on EDITOR setting.
12516
12517 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
12518
12519         * scm/*: Oops, more grand 2005 replace bits.
12520
12521 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12522
12523         * ps/music-drawing-routines.ps: new routine: insert PDF mark
12524
12525         * scm/output-ps.scm (grob-cause): point & click support for
12526         PostScript
12527
12528 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12529
12530         * lily/input-scheme.cc (LY_DEFINE): rename to
12531         ly:input-file-line-column
12532
12533 2005-02-26  Graham Percival  <gperlist@shaw.ca>
12534
12535         * Documentation/user/examples.itely: small fix from Steve Doonan.
12536
12537         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
12538
12539         * THANKS: added Yuval Harel.
12540
12541         * Documentation/user/{various}: inserted two spaces after a period.
12542
12543         * Documentation/user/lilypond.tely: added framework for reorg.
12544
12545         * Documentation/user/basic-notation.itely, instrument-notation.itely,
12546         advanced-notation.itely, global.itely: new files, placeholder for
12547         future reorg.
12548
12549 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
12550
12551         * Documentation/user/notation.itely: revamped Polyphony section
12552         
12553 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12554
12555         * Documentation/user/lilypond-book.itely (Music fragment options):
12556         doc fontload.
12557
12558         * Documentation/user/changing-defaults.itely (Text encoding): add
12559         fontload option to utf8 include
12560
12561         * scripts/lilypond-book.py (compose_ly): add fontload option
12562
12563         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
12564         force-eps-font-include option.
12565
12566         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
12567         black triangle
12568
12569         * Documentation/user/invoking.itely (Editor support): remove
12570         lilypond-latex section.
12571
12572         * scripts/lilypond-latex.py (Module): remove script.
12573
12574         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
12575         overwrite .log. 
12576
12577         * lily/main.cc: remove -m, --no-layout
12578
12579         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
12580         to define. We don't want to override fprintf everywhere.
12581
12582 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
12583
12584         * cygwin/lilypond.hint: 
12585         * cygwin/README.in: Update dependencies.
12586
12587         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
12588         Bugfix: do not pollute CPPFLAGS, LIBS.
12589
12590         * cygwin/mknetrel (extras): Cross compile fixes.
12591
12592         * ttftool/util.c: 
12593         * ttftool/ttfps.c: 
12594         * ttftool/ps.c: #include libc-extension.hh
12595
12596         * flower/include/libc-extension.hh:
12597         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
12598         wrapper using funopen.
12599         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
12600         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
12601
12602         * config.hh.in:
12603         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
12604         (AC_CHECK_HEADERS): Add libio.h
12605
12606         * scripts/convert-ly.py: Uniformize, internationalize.
12607         (2.5.2): Remove fatal encoding rule.
12608         (2.5.13): Handle latin1 encoding gracefully.
12609
12610 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
12611
12612         * HACKING: Fix line breaks.
12613
12614 2005-02-23  Werner Lemberg  <wl@gnu.org>
12615
12616         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
12617         contains those two files.
12618
12619 2005-02-21  Werner Lemberg  <wl@gnu.org>
12620
12621         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
12622         to improve overlap removal process.
12623
12624         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
12625         left and right ending.  This ensures better overlapping.
12626         Update all callers.
12627         ("lineprall"): Don't use draw_gridline to get better overlapping.
12628
12629 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12630
12631         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
12632
12633         * Documentation/topdocs/NEWS.tely (Top): oops.
12634
12635 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
12636
12637         * HACKING: new file.
12638
12639         * input/regression/utf8.ly (portuguese): added a portuguese example
12640         to show latin1 accents.
12641
12642 2005-02-21  Pal Benko  <benkop@freestart.hu>
12643
12644         * lily/mensural-ligature-engraver.cc:
12645         * lily/mensural-ligature.cc:
12646         * lily/include/mensural-ligature.hh: new algorithm implemented
12647
12648         * scm/define-grob-properties.scm: join-left killed (add-join may
12649         be used); join-left-amount changed to join-right-amount
12650
12651 2005-02-21  Graham Percival  <gperlist@shaw.ca>
12652
12653         * Documentation/user/notation.itely: small but urgent fix.
12654
12655 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
12656
12657         * lily/duration-scheme.cc: bugfix: correct parameters to
12658         SCM_ASSERT_TYPE.
12659
12660         * THANKS: added Pal.
12661
12662         * Documentation/user/notation.itely: bugfix: unTeXified
12663         $\\backslash$.  Bugfix: yet another glyph renaming victim:
12664         "timesig.*x/y" -> "timesig.*xy".
12665
12666 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12667         
12668         * VERSION (PACKAGE_NAME): release 2.5.12
12669
12670 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12671
12672         * ly/engraver-init.ly: set tieWaitForNote to #t by default
12673
12674         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
12675
12676         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
12677
12678         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
12679
12680 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12681
12682         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
12683         latin1..utf-8.
12684
12685         * input/regression/stanza-number.ly:
12686         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
12687
12688         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
12689
12690 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12691
12692         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
12693         NEWS. Refer to website for older news.  
12694
12695         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
12696         .HTML. This should be done for specific servers only.
12697
12698         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
12699         .ly image examples.
12700
12701         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
12702         in layer 0 too.
12703
12704         * scm/define-context-properties.scm
12705         (all-user-translation-properties): add tieWaitForNote
12706
12707         * scm/define-grobs.scm (all-grob-descriptions): add
12708         Tie_column::before_line_breaking
12709
12710         * lily/tie.cc (get_column_rank): new function
12711
12712         * lily/tie-column.cc (before_line_breaking): new function.
12713         (werner_directions): take into account ties that start on
12714         different columns.  
12715
12716         * lily/score-engraver.cc (set_columns): move add_column() so we
12717         have column rank available.
12718
12719         * lily/tie.cc (get_column_rank): new function.
12720
12721         * input/regression/utf8.ly (japanese): add japanese lyrics.
12722
12723         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
12724
12725         * THANKS: add Steve D
12726
12727         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
12728         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
12729
12730 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
12731
12732         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
12733         to show harmonic notes
12734         * scm/define-markup-commands.scm: in \markup-by-number
12735         "dots-dot" -> "dots.dot" to show dotted notes
12736
12737 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12738
12739         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
12740
12741         * flower/memory-stream.cc (writer): new file.
12742
12743         * configure.in: add endian test.
12744
12745 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
12746
12747         * Documentation/user/examples.itely: small
12748         simplification/beautification
12749
12750         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
12751         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
12752         notation manual.
12753
12754         * lily/mensural-ligature.cc: bugfix: another few victims of the
12755         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
12756
12757         * ly/gregorian-init.ly: commit some experimental code for hi-level
12758         ligature input language lying around here for several months.
12759
12760         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
12761         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
12762
12763         * lily/vaticana-ligature-engraver.cc: bugfix: another few
12764         "x-y-z"->"x.y.s-z" fixes.
12765
12766 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12767
12768         * scm/framework-pdf.scm (scm): new file
12769
12770         * lily/include/pdf.hh (class Pdf_file): new file.
12771
12772         * lily/pdf.cc (write_trailer): new file.
12773
12774 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
12775
12776         * input/regression/color.ly: new file
12777
12778         * lily/stencil.cc (interpret_stencil_expression):
12779         when a color expression is encountered: save current color,
12780         process the rest of the expression, and restore previous color.
12781
12782         * lily/system.cc (get_line): check all grobs for color property and
12783         prepare the stencil scheme expressions for further processing.
12784         Fix layer-loop.
12785
12786         * scm/define-grob-properties.scm: introduce the color property.
12787
12788         * scm/output-lib.scm: color helper functions.
12789
12790         * scm/output-ps.scm: introduce setcolor/resetcolor.
12791
12792 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
12793
12794         * ly/*.ly, input/regression/*.ly: Added missing \version
12795         statements in some files.
12796
12797 2005-02-15  Graham Percival  <gperlist@shaw.ca>
12798
12799         * Documentation/user/notation.itely: minor editing.
12800
12801         * Documentation/user/converters.itely: updated convert-ly bugs.
12802
12803         * Documentation/user/lilypond-book.itely: add info about using
12804         feta characters in latex.
12805
12806 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12807
12808         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
12809
12810 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12811
12812         * scm/define-grob-properties.scm (all-user-grob-properties):
12813         removed 'dashed property.
12814
12815 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12816
12817         * scm/lily.scm (define-safe-public): new macro for defining
12818         variables that can be used in --safe mode. Use it in *.scm
12819         instead of manually setting safe-objects in safe-lily.scm.
12820
12821 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12822         
12823         * lily/slur.cc: Slur-dash patch by Bertalan.
12824
12825         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
12826
12827         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
12828
12829 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
12830
12831         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
12832
12833 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12834
12835         * mf/GNUmakefile: teTeX-3.0 install fix.
12836
12837         * Cygwin patch from Bertalan.
12838
12839         * stepmake/stepmake/metafont-rules.make: Remove bashism.
12840
12841 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12842
12843         * GNUmakefile.in: 
12844         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
12845
12846         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
12847         2.0.x compatibility.
12848
12849 2005-02-08  Werner Lemberg  <wl@gnu.org>
12850
12851         * mf/feta-din-code.mf: Format; clean up code.
12852         Replace `---' with `--' plus explicit path directions.
12853         (linethickness#, stafflinethickness#): Remove.
12854         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
12855         ("dynamic s"): Improve shape.
12856         ("dynamic p"): Improve shape.
12857         Replace `draw' with better outline approximation.
12858         ("dynamic r"): Improve shape.
12859         Don't call `fill' and `draw' at the same time.
12860
12861 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12862
12863         * SConstruct (symlink):
12864         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
12865         build fix: add enc symlink.
12866
12867         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
12868
12869         Support for DESTDIR besides prefix=/foo
12870
12871         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
12872
12873         * stepmake/stepmake/*.make:
12874         * */GNUmakefile:
12875         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
12876
12877         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
12878
12879         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
12880         mawk in fontforge (date) test.
12881
12882 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12883
12884         * scm/font.scm (make-century-schoolbook-tree): add NCS as
12885         font-family=roman. Add Luxi Sans as sans
12886
12887 2005-02-07  Graham Percival  <gperlist@shaw.ca>
12888
12889         * Documentation/user/notation.itely: add warning about
12890         percent repeats and Voice contexts.
12891
12892         * Documentation/user/lilypond-book.itely: clarified the
12893         necessity of dvips -u arguments.
12894
12895 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
12896
12897         * THANKS: Added a bunch of bug hunters.
12898
12899 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12900
12901         * scm/framework-ps.scm (output-preview-framework): bugfix.
12902
12903         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
12904         o/ for chord modifier..
12905
12906         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
12907
12908         * lily/drum-note-performer.cc:  remove unused (thanks Michael
12909         Welsh Duggan). 
12910
12911 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
12912
12913         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
12914
12915         * ly/titling-init.ly: Do not also print intstrument in header on
12916         first page.  Do not print page number on first and only page.
12917
12918 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12919
12920         * input/regression/*.ly: remove old-relative everywhere
12921
12922         * lily/music-sequence.cc (simultaneous_relative_callback): do
12923         what-if analysis on copy, not on original. Fixes old-relative
12924         compatibility.
12925
12926         * scm/backend-library.scm (postscript->png): space before
12927         --verbose.
12928         
12929 2005-02-05  Werner Lemberg  <wl@gnu.org>
12930
12931         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
12932         is defined.
12933
12934         * mf/feta-alphabet.mf: Define `staffsize#'.
12935         Include `feta-params.mf'.
12936         s/staffheight/design_size/.
12937
12938         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
12939
12940         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
12941
12942         * mf/feta-nummer-code.mf: Reformatted.
12943         (draw_six): Use outline intersection to avoid a self-intersecting
12944         path.
12945         ("Numeral comma"): Fix serious outline glitches.  This slightly
12946         changes the glyph shape.
12947         ("Numeral dash"): Use `draw_rounded_block'.
12948         ("Numeral dot"): Use `drawdot'.
12949         ("Numeral 1"): Assure identical tangent directions for the
12950         intersection points of paths.  The glyph shape improvement is only
12951         visible at very high magnifications.
12952         ("Numeral 2"): Use `solve' macro to make the lower right part of
12953         the glyph outline touch the x axis exactly.  This changes the
12954         glyph shape.
12955         Minor fixes for better overlap removal support.
12956         ("Numeral 4"): Make lefter corner `rounder'.
12957         ("Numeral 5"): Assure identical tangent directions for the
12958         intersection points of paths.  This improves the glyph shape at
12959         high magnifications.
12960         ("Numeral 7"): Use `solve' macro to make the upper right part of
12961         the glyph outline touch the metrics box exactly.  This changes the
12962         glyph shape.
12963         Avoid corner in the upper left part of the glyph (causing a minor
12964         shape change).
12965
12966         * mf/feta-ital-*.mf: Removed.  Unused.
12967
12968 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12969
12970         * VERSION (PATCH_LEVEL): release 2.5.11
12971
12972         * input/regression/fill-line-test.ly: new file.
12973
12974         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
12975         emmentaler name, eg. emmentaler-23. 
12976
12977 2005-02-04  Christian Hitz  <chhitz@gmx.net>
12978
12979         * scm/scm/define-markup-commands.scm (fill-line): rework for better
12980         alignment with centered texts
12981
12982         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
12983         list of paddings
12984
12985 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12986
12987         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
12988
12989         * lily/note-column.cc (translate_rests): call flush_extent_cache()
12990         of parents when translating rests. Fixes: c-chord-rest.ly 
12991
12992         * lily/include/dimension-cache.hh (struct Dimension_cache): add
12993         dimension_callback_ member.
12994
12995         * lily/grob.cc (flush_extent_cache): new function. Force recompute
12996         of extents.
12997
12998 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
12999
13000         * all but lily/*: The grand 2004/2005 replace.
13001
13002 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13003
13004         * lily/*: add space after ,  
13005
13006         * scm/music-functions.scm (has-request-chord): don't use
13007         ly:music-name anywhere. Fixes <<\\>> notation. 
13008
13009         * scm/define-markup-commands.scm (box): use font-size for
13010         padding. Fixes boxed-rehearsal-marks.ly
13011
13012         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
13013         identifier definition too, so foo = \lyrics { ...   } bar = #1
13014         doesn't complain about "bar" being LYRICS_STRING.
13015
13016         * lily/paper-def.cc (find_pango_font): new routine; Store
13017         pango_fonts in hash tab too. This is necessary for retrieving
13018         Pango_fonts::physical_font_tab() later on.
13019  
13020         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
13021         crash if psname is null.
13022
13023         * lily/lily-guile.cc (ly_hash2alist): new function
13024
13025         * Documentation/user/changing-defaults.itely (Text encoding):
13026         rewrite. 
13027
13028         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
13029         -> font_filename mapping.
13030
13031         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
13032         ly_pango_font_physical_fonts
13033
13034         * scm/framework-ps.scm (supplies-or-needs): extract names from
13035         physical Pango_fonts.
13036
13037         * utf8.ly: new file.
13038
13039 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13040
13041         * Documentation/user/changing-defaults.itely (Page layout): add
13042         doco about systemSeparatorMarkup.
13043
13044         * scm/page-layout.scm (default-page-make-stencil): add-to-page
13045         function.
13046         (default-page-make-stencil): insert system separators.
13047
13048         * scm/define-markup-commands.scm (hcenter): add
13049         (beam): add.
13050
13051 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13052
13053         * scm/output-ps.scm (ez-ball): reinstate ez notation.
13054
13055 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
13056
13057         * lily/main.cc: Spell backend consistently.  Sort options.
13058
13059 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13060
13061         * scripts/lilypond-book.py (Module): revert @include.
13062         
13063 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
13064
13065         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
13066         Bugfix: @include .tex (not .texi).  Small cleanups.
13067
13068         * stepmake/bin/add-html-footer.py (i18n): New function.
13069
13070 2005-01-31  Werner Lemberg  <wl@gnu.org>
13071
13072         * mf/feta-nummer.mf: Removed.  Unused.
13073
13074 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13075
13076         * lily/ : 2004 -> 2005 s&r
13077
13078         * scm/file-cache.scm (cached-file-contents): add file. Read each
13079         file only once.
13080
13081         * scm/font.scm (add-pango-fonts): change order. Medium weight is
13082         now default.
13083
13084         * VERSION: release 2.5.10
13085         
13086         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
13087
13088         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
13089
13090         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
13091         that both X and Y extents of bbox are non-nil.
13092
13093 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13094
13095         * scm/chord-name.scm (alteration->text-accidental-markup): change
13096         - to . 
13097
13098         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
13099
13100         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
13101
13102         * Documentation/user/invoking.itely (Invoking lilypond): add note
13103         about EPS backend.
13104
13105         * scm/framework-eps.scm: new file: create per-system/per-page EPS
13106         files for inclusion in lilypond-book document.
13107
13108         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
13109
13110         * input/tutorial/lbook-texi-test.texi: new file.
13111
13112         * scm/safe-lily.scm (safe-objects): add
13113         {begin,end}-of-line-(in)?visible as safe.
13114  
13115 2005-01-30  Graham Percival  <gperlist@shaw.ca>
13116
13117         * Documentation/user/changing-defaults.itely: fixed example
13118         of (dynamics).
13119
13120 2005-01-29  Graham Percival  <gperlist@shaw.ca>
13121
13122         * lily/main.cc: fix info about -o=FILE.
13123
13124 2005-01-29  Werner Lemberg  <wl@gnu.org>
13125
13126         * mf/feta-toevallig.mf ("Natural"): Completely changed the
13127         construction to assure smooth transition from straight to curved
13128         lines.
13129
13130 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13131
13132         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
13133         stencils.
13134
13135         * ps/lilyponddefs.ps: add start-page, start-system doesn't
13136         translate to top of page. Fixes alignment problems of
13137         lilypond-generated EPS files.
13138
13139 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13140
13141         * scm/part-combiner.scm (analyse-spanner-states): trigger on
13142         crescendo-end as well, since Decrescendo maybe ended with Stop
13143         Crescendo.). Fixes: partcombine-diminuendo.ly
13144
13145         * scm/script.scm (default-script-alist): swap portato symbols.
13146
13147         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
13148
13149         * lily/paper-outputter-scheme.cc (LY_DEFINE):
13150         ly:outputter-port. New function.
13151
13152         * scm/framework-ps.scm (output-classic-framework): dump a
13153         -systems.texi too
13154         (output-classic-framework): dump multiple systems on an "infinite"
13155         page EPS including fonts. 
13156
13157         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
13158         .eps files for both texi and tex formats. Use PNG coming from
13159         lilypond.
13160         
13161 2005-01-28  Graham Percival  <gperlist@shaw.ca>
13162
13163         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
13164
13165         * scripts/lilypond-latex.py: fix info about -o=FILE.
13166
13167 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13168
13169         * ly/generate-embedded-cff.ly: write .cff.ps files.
13170
13171         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
13172
13173         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
13174         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
13175
13176 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
13177
13178         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
13179
13180 2005-01-28  Werner Lemberg  <wl@gnu.org>
13181
13182         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
13183         macros.
13184         (draw_bulb): Improved.
13185
13186         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
13187         metapost bug.
13188         (draw_pedal_P): Use soft_end_penstroke.
13189         (draw_pedal_d): Use soft_start_penstroke.
13190
13191         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
13192         path.
13193         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
13194         doesn't change the glyph shape.
13195
13196         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
13197         changing the shape) to avoid fontforge warnings.
13198
13199         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
13200         soft_end_penstroke and fix glyph shape.
13201
13202 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13203
13204         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
13205
13206 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13207
13208         * scm/define-markup-commands.scm (line): filter out empty stencils
13209         from line command.
13210
13211         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
13212         amount.
13213
13214 2005-01-27  Graham Percival  <gperlist@shaw.ca>
13215
13216         * Documentation/user/notation.itely: added info about what
13217         \voiceFoo does.  Also rewrote warning about marks at
13218         a line break.
13219
13220         * Documentation/user/changing-defaults.itely: added info
13221         about putting dynamics in parenthesis and brackets.
13222
13223 2005-01-27  Werner Lemberg  <wl@gnu.org>
13224
13225         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
13226
13227 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13228
13229         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
13230         portato-direction.ly
13231
13232         * lily/beam.cc (consider_auto_knees): add beam height to
13233         threshold. Fixes: knee-multiple-beam.ly
13234
13235         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
13236         pedal line spanners. Fixes: instrument-center-pedal.ly
13237
13238         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
13239         if encountering barline. Fixes: auto-beam-repeat.ly
13240
13241 2005-01-26  Werner Lemberg  <wl@gnu.org>
13242
13243         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
13244         overlapping.
13245
13246         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
13247         with inflections for the 1/2 sharp glyph.
13248
13249         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
13250         connection between `t' and `r'.
13251         Unify bulb with the rest of `r' to avoid grazing outlines which
13252         confuses the overlap removal algorithm of fontforge.
13253
13254         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
13255         inflections.
13256         (draw_cross): Fix shape to have uniform thickness in corners.
13257
13258         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
13259         to avoid an uneven number of self-intersections; this confuses
13260         fontforge.
13261         Fix a slight bug in the shape at left bottom (which is visible only
13262         at high magnifications).
13263         `Center' the stem horizontally to avoid overlapping.
13264
13265 2005-01-24  Werner Lemberg  <wl@gnu.org>
13266
13267         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
13268         to `asis'.
13269         (fet_begingroup): Save group name in string `feta_group'.
13270         (fet_endgroup): Updated.
13271         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
13272
13273         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
13274
13275         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
13276         in metapost.
13277
13278 2005-01-24  Graham Percival  <gperlist@shaw.ca>
13279
13280         * Documentation/user/notation.itely: really minor editing.
13281
13282 2005-01-22  Graham Percival  <gperlist@shaw.ca>
13283
13284         * Documentation/user/examples.itely: minor editing.
13285
13286         * Documentation/user/changing-defaults.itely: minor editing.
13287
13288         * Documentation/user/notation.itely: clarified info on polyphony
13289         and \addlyrics.
13290
13291 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
13292
13293         * scm/output-gnome.scm: 
13294         * scm/output-svg.scm:
13295         * scm/lily-library.scm (font-name-style): Update font name
13296         kludging for fontconfig use.
13297
13298 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
13299
13300         * scm/define-markup-commands.scm: Document right-align and
13301         larger markup commands. Remove "TODO" from the topmost comment
13302         "each markup function should have a doc string." More consistent
13303         use of new-lines.
13304
13305 2005-01-22  Graham Percival  <gperlist@shaw.ca>
13306
13307         * Documentation/user/changing-defaults: removed info about
13308         copyright symbol, since it's likely to change soon.
13309         Added info about betweensystemspace.
13310
13311         * Documentation/user/notation.itely: minor fixes.
13312
13313         * Documentation/user/lilypond.tely,
13314         Documentation/user/music-glossary.tely: changed copyright
13315         date to 2005 instead of 2004.
13316
13317         * input/test/volta-chord-names.ly: added old example back.
13318
13319 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13320
13321         * mf/feta-beugel.mf: use design size 20 (not 15).
13322
13323         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
13324         change name to aybabtu completely
13325
13326 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13327
13328         * buildscripts/gen-emmentaler-scripts.py (outdir): add
13329         design_size to fontname
13330
13331 2005-01-19  Werner Lemberg  <wl@gnu.org>
13332
13333         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
13334         mf/feta-schrift.mf: s/p/pat/ if a path variable.
13335
13336         * mf/feta-autometric.mf (set_char_box): Add code which emits
13337         specials for mf2pt1 if run with metapost.
13338         (to_bp): New macro for mf2pt1.
13339
13340 2005-01-18  Graham Percival  <gperlist@shaw.ca>
13341
13342         * Documentation/user/changing-defaults: added info on
13343         creating a copyright symbol.
13344
13345 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13346
13347         * VERSION: release 2.5.9
13348         
13349 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
13350
13351         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
13352
13353         * Documentation/user/notation.itely: Document
13354         score-override-auto-beam-setting Fix documentation for
13355         revert-auto-beam-setting.
13356
13357 2005-01-18  Werner Lemberg  <wl@gnu.org>
13358
13359         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
13360         (procset): New function to define a procset resource.
13361         (ps-embed-pfa): New function to define a font resource.
13362         (setup): New function to define a `Setup' environment.
13363         (preamble): Use new functions.
13364
13365         * ps/lilypond.defs (init-lilypond-parameters): New function to
13366         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
13367
13368 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13369
13370         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
13371
13372 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
13373
13374         * scm/define-markup-commands.scm: Change number->markletter-string
13375         to take two arguments (vector number). Add number->mark-alphabet-vector
13376         and markalphabet markup command.
13377
13378         * scm/translation-functions.scm: Add format-mark-box-alphabet,
13379         format-mark-alphabet, format-mark-box-barnumbers and
13380         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
13381
13382 2005-01-17  Graham Percival  <gperlist@shaw.ca>
13383
13384         * Documentation/user/examples.itely: add SATB automatic piano
13385         reduction template.
13386
13387         * Documentation/user/notation.itely: added info about changing
13388         partcombine texts.  Also adds examples of alternate lyrics.
13389
13390         * Documentation/user/changing-defaults.itely: added warning
13391         about \RemoveEmptyStaffContext overriding previous changes.
13392
13393 2005-01-17  Werner Lemberg  <wl@gnu.org>
13394
13395         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
13396         feta-alphabet*.
13397
13398 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13399
13400         * python/lilylib.py (make_ps_images): don't do final showpage for
13401         multi-page documents.
13402         
13403         * VERSION (MY_PATCH_LEVEL): release 2.5.8
13404
13405 2005-01-16  Graham Percival  <gperlist@shaw.ca>
13406
13407         * Documentation/user/lilypond.tely: changed order of appendices;
13408         unified index should be last.
13409
13410         * Documentation/user/notation.itely: add example of key signatures
13411         and info about Staff.printKeyCancellation.
13412
13413 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13414
13415         * lily/include/repeated-music.hh (class Repeated_music): change
13416         into "namespace" class.
13417
13418         * lily/event.cc: remove Key_change_event.
13419
13420         * lily/include/transposed-music.hh (class Transposed_music): remove.
13421
13422         * lily/transposed-music.cc: remove
13423
13424         * lily/include/relative-music.hh: remove.
13425
13426         * lily/include/music-sequence.hh (struct Music_sequence): change
13427         into "namespace" class.
13428
13429         * lily/untransposable-music.cc (Module): remove
13430
13431         * lily/include/un-relativable-music.hh (Module): remove
13432
13433         * lily/include/untransposable-music.hh (Module): remove
13434
13435         * lily/include/music-list.hh (Module): remove file
13436
13437         * lily/un-relativable-music.cc: remove file.
13438
13439 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
13440
13441         * lily/parser.yy: Compile fix.
13442
13443 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13444
13445         * lily/include/music.hh (class Music): unvirtualize transpose().
13446
13447         * lily/sequential-music.cc: remove file.
13448
13449         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
13450
13451         * lily/slur-scoring.cc (get_best_curve): only switch on
13452         DEBUG_SLUR_SCORING for non NDEBUG builds.
13453
13454         * lily/include/music.hh (class Music): replace Music::start_mom()
13455         by start-callback property
13456
13457         * lily/include/grace-music.hh: remove file. 
13458
13459         * lily/stem.cc (height): robustness fix.
13460
13461         * lily/time-scaled-music.cc: remove file.
13462
13463         * lily/include/music.hh (class Music): include SCM init argument.
13464         (class Music): replace Music::get_length() virtual by
13465         length-callback property everywhere.
13466
13467         * scripts/convert-ly.py (conv): add  # to \property scalar value.
13468
13469         * mf/GNUmakefile: don't install *list.ly
13470
13471 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
13472
13473         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
13474
13475 2005-01-12  Werner Lemberg  <wl@gnu.org>
13476
13477         This patch addresses the following problems in the feta sources
13478         files which contribute to the fetaXX fonts.
13479
13480         . Many fixes for rasterization at low resolutions (consistent use of
13481           `vround' and `hround', integer shift values for paths, applying
13482           `eps' for mirrored paths, use of `define_whole_pixels' and
13483           friends, etc.) -- while this probably looks like a waste of time
13484           it has revealed deficiencies in some glyph shapes.  See comment at
13485           the end of feta-params.mf how vertical symmetry is achieved.
13486
13487         . The `---' operator has been replaced everywhere with `--'; this
13488           both improves and considerably reduces the font size after
13489           conversion with mf2pt1.
13490
13491         These change aren't explicitly mentioned below since virtually all
13492         glyphs are affected.
13493
13494         Other notable differences:
13495
13496         . Glyphs from feta-accordion.mf now have charboxes around the
13497           outline.
13498
13499         . Fixed incorrect charbox for `accDot'.
13500
13501         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
13502
13503         . Fixed position of the bow in the `upprall' glyph and its siblings.
13504
13505         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
13506           dependent on the staff line thickness to avoid touching the middle
13507           staff line at smaller sizes.
13508
13509         . Largely extended output for feta-testXX: Where useful, glyphs
13510         are shown both between and on staff lines.
13511
13512
13513         * mf/feta-params.mf (staff_space_rounded,
13514         stafflinethickness_rounded, linethickness_rounded,
13515         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
13516         Update all code which uses them where appropriate.
13517         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
13518         New variables used to control rasterization at low resolutions.  Set
13519         to zero if feta code is processed with metapost.
13520
13521         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
13522         (draw_rounded_block, draw_square_block): Updated to use `--' only.
13523         (flare_path): Updated.
13524         Make it work with `filldraw' (but only circular pens).
13525         (hfloor, vfloor, hceiling, vceiling): New macros.
13526
13527         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
13528         Use `draw' again in mf mode to have good pixel dropout control.
13529         Fix intersection points of horizontal lines with circle.
13530         ("accDot"): Fix parameters for set_char_box.
13531         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
13532         control.
13533
13534         * mf/feta-banier.mf: Updated.
13535
13536         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
13537         testing.
13538         (undraw_inside_ellipse): Remove `center' argument.  Update all
13539         callers.
13540         (draw_brevis): New macro, called by "Brevis notehead".
13541         (draw_whole_triangle_head): New macro, called by "Whole
13542         trianglehead".
13543         (draw_small_triangle_head): Use `filldraw'.
13544
13545         * mf/feta-eindelijk.mf: Remove useless global group.
13546         Updated.
13547
13548         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
13549         `filldraw'.
13550
13551         * mf/feta-pendaal.mf: Updated.
13552
13553         * mf/feta-puntje.mf: Updated.
13554
13555         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
13556         less points.
13557         ("Flageolet"): Use `draw' again in mf mode to have good pixel
13558         dropout control.
13559         ("Varied Coda"): Use `draw_block'.
13560         (draw_comma): Fix typo.
13561         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
13562         pixel dropout control.
13563
13564         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
13565         position of bow.
13566
13567         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
13568         sizes.
13569
13570         * mf/feta-toevallig.mf (remember_pic): New variable, used for
13571         testing.
13572         (draw_meta_sharp): Much simplified.
13573         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
13574
13575         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
13576
13577 2005-01-13  Mats Bengtsson  <mabe@s3.kth.se>
13578
13579         * Documentation/user/notation.itely (Ancient rests): Fix typo
13580         (thanks Anthony)
13581
13582 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
13583
13584         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
13585
13586         * lily/main.cc (setup_paths): Add cff.
13587
13588         * mf/GNUmakefile (foe): Include actual target %.cff.
13589         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
13590
13591 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13592
13593         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
13594         suffix for main_input_b_.
13595
13596         * scm/music-functions.scm (toplevel-music-functions):
13597         precompute music lengths for music expressions.  
13598
13599 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13600
13601         * lily/include/input.hh (class Input): new `end_' slot for end of
13602         input. Renamed defined_str0_ to start_.
13603
13604         * lily/input.cc (Input): Add Input::Input (Input const &) and
13605         remove Input::Input (Source_file*, char const *). Use the new
13606         slots.
13607         (set_location): method used by bison to propagate input
13608         locations (YYLLOC_DEFAULT).
13609         (end_line_number, end_column_number, step_forward): new methods
13610         
13611         * lily/input-scheme.cc (ly:input-both-locations): new function,
13612         similar to ly:input-location, but also return the end line and
13613         column.
13614
13615         * lily/include/includable-lexer.hh: 
13616         * lily/includable-lexer.cc: 
13617         * lily/include/lily-lexer.hh (class Lily_lexer): 
13618         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
13619         Includable_lexer to Lily_lexer, in order to update lexloc (the
13620         yylloc), a new slot of Lily_lexer.
13621         (here_input, LexerError): simplify by using the lexloc slot (aka
13622         yylloc)
13623
13624         * lily/lexer.ll: #define yylloc to use input locations (it may
13625         be useless here?). Fixed the #embedded_scm rule (step the location
13626         forward in order to skip the sharp sign before parsing the scheme
13627         expression)
13628
13629         * lily/include/lily-parser.hh (class Lily_parser): 
13630         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
13631         here_input()
13632         (parser_error): overload for more precise locations of errors.
13633
13634         * lily/parser.yy (YYLTYPE): set location type to Input
13635         (YYLLOC_DEFAULT): use Input::set_location()
13636         (yylex): add the YYLTYPE* location parameter.
13637         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
13638         Give an Input parameter to THIS->parser-error() for more accurate
13639         messages.
13640
13641 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13642
13643         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
13644
13645         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
13646         on BEAMQUANTING for non-NDEBUG builds.
13647
13648         * lily/stem.cc (head_count): performance: avoid String::String()
13649         inside oft called function.
13650
13651 2005-01-09  Graham Percival  <gperlist@shaw.ca>
13652
13653         * Documentation/user/examles.itely: attempted fix for broken
13654         string quartet template.
13655
13656         * Documentation/user/notation.itely: remove unnecessary broken
13657         link.
13658
13659 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13660
13661         * VERSION (PACKAGE_NAME): release 2.5.7
13662
13663 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
13664
13665         * config.make.in (METAFONT): Append -progname=mf, fixes use with
13666         mf-nowin for teTeX-3.0.  Backportme.
13667
13668         * scm/output-svg.scm (utf8-string): New function.
13669
13670         * scm/output-gnome.scm (utf8-string): New function.
13671         (otf-name-mangling): Remove.
13672
13673         * lily/pango-font.cc (Pango_font): Use font string iso font
13674         filename for utf8-text.
13675
13676         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
13677         name.
13678
13679 2005-01-08  Graham Percival  <gperlist@shaw.ca>
13680
13681         * Documentation/user/notation.itely: add info about
13682         Staff.extraNatural = ##f in Pitches section.  Also
13683         fixed some minor issues in the Vocal music section.
13684
13685 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13686
13687         * scm/output-ps.scm (white-text): comment out Helvetica font,
13688         which is broken for my GS install.
13689
13690         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
13691         which provides a tighter bbox.
13692
13693         * scm/define-grobs.scm (all-grob-descriptions): remove all
13694         extra-offsets from definitions.
13695
13696 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
13697
13698         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
13699         add tuning for 4-string bass and some common 4/5-string banjo
13700         tunings.  New function (four-string-banjo) turns a 5-string tuning
13701         into a 4-string tuning.  New function
13702         (fret-number-tablature-format-banjo) computes correct fret numbers
13703         on 5-string banjos.
13704
13705         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
13706         Add beam correction to TabVoice.
13707
13708         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
13709         using bold font; makes tabs more readable.
13710
13711 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13712
13713         * lily/font-select.cc (get_font_by_design_size): don't make
13714         Modified_font_metric; this causes trouble, since we don't know the
13715         font magnification from inside Pango_font::text_stencil()
13716
13717         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
13718
13719         * Documentation/user/notation.itely (The Lyrics context): comment out
13720         broken {Small ensembles} link.
13721
13722         * scm/framework-svg.scm (output-framework): change calling convention.
13723
13724         * lily/object-key-dumper-scheme.cc: new file.
13725
13726         * lily/object-key-undumper-scheme.cc: new file.
13727
13728         * lily/tweak-registration-scheme.cc: new file.
13729
13730         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
13731
13732         * Documentation/user/examples.itely (String quartet): uncomment
13733         broken example.
13734
13735         * lily/font-config.cc: new file.
13736
13737 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
13738
13739         * scm/output-svg.scm: 
13740         * scm/output-gnome.scm: s/bigcheese/emmentaler.
13741
13742         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
13743
13744 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
13745
13746         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
13747         Add headers.
13748
13749         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
13750
13751 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13752
13753         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
13754
13755         * lily/include/main.hh: lose _b hungarian suffixes for global
13756         variables.
13757
13758         * lily/include/lily-guile-macros.hh: new file.
13759
13760         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
13761
13762         * lily/general-scheme.cc: new file. 
13763
13764         * lily/font-select.cc (get_font_by_design_size): retrieve
13765         PangoFont for (designsize . "pango-descr") entries.
13766
13767         * lily/lily-parser-scheme.cc: new file.
13768
13769         * lily/output-def-scheme.cc: new file.
13770
13771         * lily/paper-book-scheme.cc: new file.
13772
13773         * lily/duration-scheme.cc (LY_DEFINE): new file.
13774
13775         * lily/pitch-scheme.cc:  new file.
13776
13777         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
13778
13779 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13780
13781         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
13782
13783 2005-01-06  Graham Percival  <gperlist@shaw.ca>
13784
13785         * Documentation/user/notation.itely: minor editing.
13786
13787         * Documentation/user/changing-defaults: minor editing.
13788
13789         * Documentation/user/examples.itely: add template for
13790         string quartet part extraction; demonstrates tag.
13791
13792 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
13793
13794         * Documentation/user/notation.itely: documents
13795         format-mark-box-letters and format-mark-box-numbers
13796
13797         * scm/define-context-properties.scm: change comment.
13798
13799 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13800
13801         * scm/framework-ps.scm (output-classic-framework): new function:
13802         dump systems as separate .eps files (without fonts) and write a
13803         single collecting .tex file.
13804
13805 2005-01-05  Mats Bengtsson  <mabe@s3.kth.se>
13806
13807         * Documentation/user/notation.itely (Setting simple songs):
13808         Correct several errors in the equivalent formulation of
13809         \addlyrics. 
13810         (The Lyrics context): Corrected link to the SATB example.
13811
13812 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13813
13814         * scm/lily.scm (completize-formats): new function
13815         (postprocess-output): new function
13816
13817         * lily/paper-book.cc (classic_output): change calling
13818         convention. Give basename as first argument. 
13819         remove Paper_book::post_processing().
13820
13821         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
13822
13823 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13824
13825         * lily/paper-outputter.cc (LY_DEFINE): new function
13826         ly:outputter-close.
13827
13828         * lily/main.cc: change --format,-f to --backend,-b
13829
13830         * lily/include/main.hh: rename format to backend.
13831
13832         * scm/translation-functions.scm (format-mark-box-numbers): add.
13833         patch by Erlend Aasland
13834
13835 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13836
13837         * lily/pango-font.cc (text_stencil): dump string as
13838         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
13839
13840 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
13841
13842         * configure.in (gui_b): Remove handy developer-only
13843         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
13844         CVS source installations (but break other non-default but correct
13845         PKG_CONFIG_PATH setups), as this is no longer developer-only.
13846
13847         * SConstruct: 
13848         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
13849         compatibility (backportme).
13850
13851         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
13852
13853 2005-01-03  Werner Lemberg  <wl@gnu.org>
13854
13855         Prepare glyph shapes for mf2pt1 conversion.
13856
13857         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
13858         (accDiscant, accFreebase, accStdbase): Replace `draw' with
13859         `penstroke'.
13860         (accDot): Use `drawdot'.
13861         (accBayanbase): Replace `draw' with `draw_gridline'.
13862         (print_penpos): Moved to feta-macros.mf.
13863         (accOldEE): Replace `filldraw' with `penstroke'.
13864         Replace `draw' with `penstroke' and `drawdot'.
13865
13866         * mf/feta-banier.mf: Code clean-up.
13867         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
13868         `fill'.
13869
13870         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
13871
13872         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
13873         paremeter to control drawing of labels.  Update all callers.
13874
13875         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
13876         (new_bulb): Return a bulb as a single path.  To do that, it now
13877         takes some more parameters.  Updated all callers.
13878         (draw_gclef): Major clean-up.  `draw' has been replaced with
13879         `penstroke', unnecessary outlines have been removed.
13880         Remove (unused) gnome-canvas code.
13881
13882         * mf/feta-macros.mf (print_penpos): New macro (from
13883         feta-accordion.mf).
13884         Other minor fixes.
13885
13886         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
13887         ("Pedal dot"): Use `drawdot'.
13888         (draw_pedal_P): Add parameter to control drawing of labels.  Update
13889         all callers.
13890         Fix shape at top.
13891         (draw_pedal_e): Add parameter to control drawing of labels.  Update
13892         all callers.
13893         (draw_pedal_d): Add parameter to control drawing of labels.  Update
13894         all callers.
13895         Revert drawing direction.
13896
13897         * mf/feta-schrift.mf (draw_fermata): Use single path.
13898         (draw_short_fermata): Replace `filldraw' with `fill'.
13899         (draw_long_fermata, draw_very_long_fermata): Replace calls to
13900         `draw_rounded_block' with a single path.
13901         ("Thumb"): Draw full circle instead of mirroring segments.
13902         (draw_accent): New macro.
13903         ("> accent", "espr"): Use it.
13904         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
13905         ("open (unstopped)"): Draw full circle instead of mirroring
13906         segments.
13907         (draw_vee): Removed.
13908         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
13909         ("Downbow"): Replace calls to `draw_rounded_block' with a single
13910         path.
13911         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
13912         partial pieces drawn with `fill' -- these do still overlap with the
13913         stem of the `t' but just once, not multiple times so that fontforge
13914         can handle it gracefully.
13915         Change other parts of the glyph so that fontforge's overlapping
13916         algorithm reliably works.
13917         (draw_heel): Replace `draw' with `fill'.
13918         (draw_toe): Use `draw_accent' instead of `draw_vee'.
13919         ("Flageolet"): Replace `draw' with `penstroke'.
13920         ("Segno"): Replace `filldraw' with `penstroke'.
13921         Replace `draw' with `drawdot'.
13922         ("Coda"): Replace `fill' with `penstroke', using a single path.
13923         ("Varied Coda"): Use less overlapping paths.
13924         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
13925         single path.
13926
13927         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
13928         group to better control the `labels' command.
13929         Rename argument to `offset' and use it actually.  Update all
13930         callers.
13931         Replace `filldraw' with `fill'.
13932         ("mordent", "prallmordent", "upmordent", "downmordent",
13933         "lineprall"): Replace `draw' with `draw_gridline'.
13934         ("upprall", "downprall"): Replace `draw' with `fill'.
13935
13936         * mf/feta-timesig.mf: Formatting.
13937
13938         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
13939         to...
13940         ("Flat"): Here.
13941         (draw_paren): Move code to draw labels to...
13942         ("Right Parenthesis"): Here.
13943
13944 2005-01-02  Graham Percival <gperlist@shaw.ca>
13945
13946         * Documentation/user/notation.itely: add example of \setTextDecresc
13947         and \setTextDim.
13948
13949 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
13950
13951         * scm/define-markup-commands.scm :  fix glyph-strings of
13952         accidentals and \note-by-number
13953
13954 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13955
13956         * VERSION: 2.5.6 released.
13957         
13958         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
13959
13960         * input/regression/new-markup-scheme.ly: oops. font-family=music
13961         -> font-encoding fetaMusic.  
13962
13963         * lily/main.cc: put default to PS.
13964
13965         * lily/tfm.cc: idem.
13966
13967         * lily/afm.cc: idem.
13968
13969         * lily/include/modified-font-metric.hh (struct
13970         Modified_font_metric): remove coding_scheme() method.
13971
13972         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
13973
13974         * scripts/convert-ly.py (conv): crash on encountering \encoding.
13975
13976         * input/les-nereides.ly: convert to utf8
13977
13978         * lily/modified-font-metric.cc (text_dimension): idem.
13979
13980         * lily/parser.yy (TODO): idem.
13981
13982         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
13983
13984         * lily/lexer.ll: remove encoding
13985
13986         * scm/framework-ps.scm (output-variables): separately scale the
13987         page to mm 
13988
13989         * lily/pango-font.cc (Pango_font): fix scaling.
13990
13991         * lily/font-metric.cc (design_size): design_size returns a
13992         dimension now as well.
13993
13994 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13995
13996         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
13997         brace generation. 
13998
13999         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
14000
14001 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
14002
14003         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
14004         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
14005
14006 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14007
14008         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
14009         in first run as well.
14010
14011         * scm/paper.scm (layout-set-staff-size): use text-font-size in
14012         dimension less points (ie. 12 = 12 point)
14013
14014         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
14015
14016         * lily/all-font-metrics.cc (find_pango_font): set description_
14017
14018         * lily/pango-font.cc (text_stencil): export size as well.
14019         (text_stencil): fix scaling and extents box.
14020
14021 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14022
14023         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
14024
14025         * Documentation/user/invoking.itely (Invoking lilypond): document
14026         texstr
14027
14028         * scripts/convert-ly.py (conv): add ancient rules.
14029
14030         * scm/clef.scm (c0-pitch-alist): replace - with .
14031
14032         * scripts/lilypond-book.py (process_snippets): add texstr support.
14033
14034         * scm/framework-texstr.scm (header): change extension to .textmetrics
14035
14036         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
14037         -f tex.
14038
14039         * lily/text-metrics.cc: new file.
14040         (try_load_text_metrics): new function
14041
14042         * lily/include/text-metrics.hh: new file.
14043
14044 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14045
14046         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
14047         ly_scheme_function to ly_lily_module_constant.
14048
14049         * lily/modified-font-metric.cc (text_dimension): try
14050         lookup_tex_text_dimension() first.
14051
14052         * lily/tfm.cc: new function ly:load-text-dimensions
14053
14054 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14055
14056         * scm/output-texstr.scm (text): use \lilygetmetrics
14057
14058         * scm/framework-texstr.scm (header): dump in new format.
14059
14060         * tex/lilypond-tex-metrics: new file.
14061         
14062 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
14063
14064         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
14065         mapping.
14066         (index_to_charcode): New method.
14067
14068         * scm/output-ps.scm (glyph-string): 
14069         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
14070
14071 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
14072
14073         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
14074         implement fully, need FONT to get to charcode.
14075
14076         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
14077
14078         * scm: Cleanups.
14079
14080         * Documentation/user/changing-defaults.itely: Fix internalsrefs
14081         {Tunable context properties},
14082         {All layout objects},
14083         {Music definitions}.
14084
14085 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14086
14087         * VERSION: release 2.5.5
14088         
14089         * lily/main.cc: use TeX as default output format.
14090
14091         * flower/file-path.cc (find): try to open directly as well, so we
14092         find absolute path files. 
14093
14094         * lily/pango-select.cc: new file.
14095
14096         * scm/framework-ps.scm: remove all encoding code. 
14097         load pfb/pfa for PangoFont too.
14098         
14099         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
14100
14101 2004-12-22  Werner Lemberg  <wl@gnu.org>
14102
14103         Prepare glyph shapes for mf2pt1 conversion.
14104
14105         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
14106
14107         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
14108         (define_triangle_shape): Use it to replace `draw' with `fill' and
14109         `unfill'.  Update all callers.
14110         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
14111         (draw_cross): Ditto.
14112         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
14113         Use penrazor for better conversion with mf2pt1.
14114         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
14115         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
14116         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
14117         draw_la_head, draw_ti_head): Replace `filldraw' with
14118         `fill'.  Update all callers.
14119
14120 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14121
14122         * lily/paper-book.cc (output): revert: only allow a single output
14123         format.
14124
14125         * lily/include/pango-font.hh: new file.
14126
14127         * lily/pango-font.cc: new file.
14128
14129         * lily/font-metric.cc (text_stencil): new routine
14130
14131         * lily/all-font-metrics.cc (find_pango_font): new routine.
14132
14133         * lily/include/font-metric.hh (struct Font_metric): add
14134         text_stencil()
14135
14136         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
14137
14138 2004-12-22  Werner Lemberg  <wl@gnu.org>
14139
14140         Prepare glyph shapes for mf2pt1 conversion.
14141
14142         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
14143
14144         * mf/feta-toevallig.mf: Formatting.
14145         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
14146         ("Natural"): Fix paths to allow better postprocessing.
14147         (draw_meta_flat): Use `z3l' as additional point in path to get
14148         better conversion with mf2pt1.
14149         Other minor cleanups.
14150         ("3/4 Flat"): Add auxiliary points and modify path to replace
14151         `draw' with `fill'.
14152         ("Double Sharp"): Mirror path segments instead of picture elements
14153         to get a single outline.
14154         Modify path to replace `filldraw' with `fill'.
14155
14156 2004-12-22  Graham Percival  <gperlist@shaw.ca>
14157
14158         * input/test/unfold-all-repeats.ly: added file back.
14159
14160         * Documentation/user/notation.itely,
14161         Documentation/user/programming-interface.itely
14162         Documentation/user/changing-defaults.itely: fixed misc broken
14163         links to input/test/ files.
14164
14165 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
14166
14167         * tex/texinfo.tex: Update.  We should not be distributing this,
14168         but since we do, use latest version.
14169
14170         * Documentation/user/macros.itexi: Comment-out \fetaflat,
14171         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
14172         macros for feta glyphs.
14173
14174 2004-12-22  Graham Percival  <gperlist@shaw.ca>
14175
14176         * Documentation/user/changing-defaults.itely: fix index for set.
14177
14178         * Documentation/user/converters.itely: added convert-ly bugs list
14179         from CVS.
14180
14181 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
14182
14183         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
14184         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
14185         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
14186         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
14187
14188         * mf/GNUmakefile (pfa_warning): Use less broken check.
14189
14190         * python/lilylib.py (setup_environment): Remove cruft from
14191         GS_FONTPATH.
14192
14193         * configure.in: Bump mftrace requirement to 1.1.1.
14194
14195 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
14196
14197         * scm/output-svg.scm (beam): Use polygon.
14198
14199         * scm/lily-library.scm: Bugfix.
14200
14201         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
14202
14203         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
14204
14205 2004-12-19  Werner Lemberg  <wl@gnu.org>
14206
14207         Prepare glyph shapes for mf2pt1 conversion.
14208
14209         * mf/feta-eindelijk: Some formatting.
14210         (multi_rest_x, multi_beam_height): Removed.  Unused.
14211         ("Quarter rest"): Use `intersectiontimes' to create a single
14212         outline.
14213         (rest_crook): Removed.  Unused.
14214         (draw_rest_bulb): Return path (without filling).  Update callers.
14215         Simplified.
14216         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
14217         "128th rest"): Simplify `pat'.
14218         Create single outline.
14219
14220 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
14221
14222         * mf/GNUmakefile (ALL_GEN_FILES):
14223         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
14224
14225         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
14226         function.
14227
14228 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14229
14230         * scm/output-texstr.scm (placebox): add routine
14231
14232         * VERSION (PACKAGE_NAME): release 2.5.4
14233
14234         * scm/framework-texstr.scm (output-framework): new file.  
14235
14236         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
14237         processing.
14238
14239         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
14240
14241         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
14242         rule.
14243
14244         * configure.in (gui_b): bump mftrace requirement to 1.1.0
14245
14246         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
14247
14248         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
14249
14250 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
14251
14252         * scm/framework-svg.scm (dump-page): Implement landscape.
14253
14254 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
14255
14256         * lily/main.cc (setup_paths): Add svg to search path.
14257
14258         * scm/output-svg.scm:
14259         * scm/framework-svg.scm: Add pageSet.  Update.
14260         (dump-fonts): New function.
14261         (output-framework): Use it.
14262
14263         * mf/GNUmakefile: 
14264         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
14265
14266 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14267
14268         * tex/lilyponddefs.tex: comment out new ifpdf code.
14269
14270 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
14271
14272         * GNUmakefile.in: 
14273         * SConstruct (symlink): Replace afm by otf.
14274
14275         * scm/framework-gnome.scm (gnome-main): Remove invocation of
14276         ly:pango-add-afm-decoder.
14277
14278         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
14279
14280 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14281
14282         * scm/output-ps.scm (new-text): don't access t glyph for getting
14283         space dimension.
14284
14285         * ly/init.ly: warn about \version
14286
14287         * lily/lexer.ll: set version-seen?
14288
14289 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
14290
14291         * scm/output-svg.scm (string->entities): Update.
14292
14293 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14294
14295         * lily/main.cc (setup_paths): replace afm by otf for path. 
14296
14297         * lily/pangofc-afm-decoder.cc: remove.
14298
14299         * lily/include/pangofc-afm-decoder.hh: remove.
14300
14301         * scm/framework-scm.scm (output-framework): new file.
14302
14303         * mf/GNUmakefile: remove SAUTER_FONTS.
14304         remove SVG/sodipodi hacks.
14305
14306         * scm/lily-library.scm (stderr): move stderr.
14307
14308         * mf/GNUmakefile: remove AFM support.
14309
14310         * buildscripts/mf-to-table.py (base): remove AFM support.
14311
14312         * lily/open-type-font.cc (design_size): use design_size
14313
14314 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
14315
14316         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
14317
14318 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
14319
14320         * mf/GNUmakefile: Generate combined aybabtu info.
14321         * mf/aybabtu.pe.in (i): Load it.
14322
14323         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
14324         are not symbols.
14325
14326         * lily/include/open-type-font.hh (count): New method.
14327
14328         * mf/aybabtu.pe.in: Typo.
14329
14330         * Documentation/user/out/lilypond-internals.nexi (Scheme
14331         functions): Typo.
14332
14333         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
14334
14335 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14336
14337         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
14338         subfonts.
14339
14340         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
14341
14342         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
14343         (tex-font-command-raw): new function.
14344
14345         * lily/include/virtual-font-metric.hh (Module): remove file
14346
14347         * lily/virtual-font-metric.cc (Module): remove file.
14348         
14349
14350         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
14351         (get_indexed_char): read bbox from lily table if present.
14352
14353 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14354
14355         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
14356         aybabtu.subfonts
14357
14358         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
14359         global glyphname. Enables more than 64 glyphs in the OTF.
14360
14361 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
14362
14363         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
14364         braces.
14365
14366         * lily/open-type-font.cc (design_size): Use 12 as default for
14367         design size.
14368
14369         * mf/aybabtu.pe.in: New file.  Merge all our braces.
14370
14371         * mf/GNUmakefile: Generate aybabtu.
14372
14373         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
14374
14375 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
14376
14377         * scm/lily-library.scm (char->unicode-index): Remove.
14378
14379         * scm/output-gnome.scm (text): Bugfix for plain string input.
14380         Updates.
14381
14382         * scm/output-svg.scm (svg-font): Add weight to font selection.
14383
14384 2004-12-14  Mats Bengtsson  <mabe@s3.kth.se>
14385
14386         * Documentation/topdocs/INSTALL.texi (Top): Point to
14387         buildscripts/out/clean-fonts instead of
14388         buildscripts/clean-fonts.sh. 
14389
14390 2004-12-13  Graham Percival  <gperlist@shaw.ca>
14391
14392         * input/regression/figured-bass.ly: attempt to clarify text.
14393
14394         * Documentation/user/notation.tely: add cindex for tag, attempt to
14395         add figured bass example.
14396
14397         * Documentation/user/changing-defaults: basic editing.
14398
14399 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14400
14401         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
14402
14403         * lily/open-type-font.cc (LY_DEFINE): new function
14404         ly:font-sub-fonts
14405
14406         * lily/include/font-metric.hh (struct Font_metric): new method
14407         sub_fonts()
14408
14409         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
14410         . with - in add.stem.
14411         
14412 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
14413
14414         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
14415         and fetaDynamic.
14416
14417         * lily/rest.cc (glyph_name): Change - to . .
14418
14419         * scm/output-gnome.scm (text): Hello world, again.
14420
14421         * scm/output-svg.scm (named-glyph): New function.  Hello world!
14422
14423         * lily/modified-font-metric.cc (index_to_charcode): New method.
14424
14425         * lily/include/font-metric.hh (index_to_charcode): New function.
14426
14427         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
14428         new function.
14429         (ly:font-glyph-to-index): Remove.
14430
14431 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14432
14433         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
14434
14435         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
14436
14437         * lily/open-type-font.cc (load_scheme_table): new function
14438
14439         * lily/dots.cc (print): replace - 
14440
14441         * lily/open-type-font.cc (attachment_point): new function.
14442         (load_table): read LILC table
14443
14444         * buildscripts/gen-bigcheese-scripts.py (Module): new
14445         file. Generate FF scripts.
14446
14447         * mf/feta-din10.mf: idem.
14448
14449         * mf/feta-nummer10.mf: remove mf files.
14450
14451         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
14452
14453 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
14454
14455         * lily/lily-guile.cc: Use scm_from_locale_stringn.
14456
14457         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
14458         compatibility.
14459
14460 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14461
14462         * lily/open-type-font.cc (get_indexed_char): scale metrics by
14463         design-size and units_per_EM.
14464
14465         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
14466
14467 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
14468
14469         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
14470         does not crash fontforge.
14471
14472         * scm/lily-library.scm (char->unicode-index): Hack to map onto
14473         PUA.
14474
14475 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14476
14477         * scm/framework-ps.scm (ps-embed-cff): new function.
14478
14479         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
14480
14481 2004-12-12  Werner Lemberg  <wl@gnu.org>
14482
14483         * mf/bigcheese.pe.in: Add PUA mapping.
14484         Don't create Type 42 but bare CFF font.
14485
14486 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
14487
14488         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
14489         within canvas boundaries.
14490
14491         * mf/merge.pe.in: Set font names, version, license GPL.
14492
14493         * make/substitute.make: Add FONTFORGE.
14494
14495         * config.make.in (FONTFORGE): Add.
14496
14497         * configure.in (gui_b): Use PATH_PROG for fontforge.
14498
14499 2004-12-11  Graham Percival  <gperlist@shaw.ca>
14500
14501         * scm/define-markup-commands.scm: add baseline-skip to info
14502         about \column.
14503
14504 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14505
14506         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
14507
14508         * scm/output-gnome.scm (named-glyph): Use it.
14509
14510         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
14511
14512         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
14513         (upper_string, lower_string, reverse_string): Remove.
14514
14515         * configure.in (fontforge): Reinstate version check.
14516
14517         * ly/engraver-init.ly: Fix clef glyph names.
14518
14519         * lily/time-signature.cc (special_time_signature): Fix fraction
14520         glyph names.
14521
14522 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14523
14524         * mf/merge.pe: new file.
14525
14526         * lily/freetype.cc: new file.
14527
14528         * lily/include/open-type-font.hh (class Open_type_font): new file.
14529
14530         * lily/include/freetype.hh: new file.
14531
14532         * lily/open-type-font.cc: new file.
14533
14534         * lily/all-font-metrics.cc (find_otf): new function.
14535
14536 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14537
14538         * lily/time-signature.cc (special_time_signature): Fix.
14539
14540         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
14541         GTK2 before checking for pango.  Fixes -fgnome.
14542
14543         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
14544         Scheme name.
14545
14546         * scm/define-markup-commands.scm:
14547         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
14548
14549         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
14550
14551         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
14552         date versions.  Fixes configure.
14553         (STEPMAKE_CHECK_VERSION): Support optional actual program version
14554         argument.
14555
14556 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14557
14558         * buildscripts/mf-to-table.py (write_ps_encoding): write real
14559         names in .enc
14560
14561         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
14562
14563 2004-12-09  Graham Percival  <gperlist@shaw.ca>
14564
14565         * Documentation/user/changing-defaults.itely: add info about
14566         make-dynamic-script
14567
14568         * Documentation/user/notation.itely: add link in dynamics to
14569         section about make-dynamic-script.
14570
14571 2004-12-09  Christian hitz  <chhitz@gmx.net>
14572
14573         * lily/lily-guile.cc: change MACOS_X to __APPLE__
14574
14575 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14576
14577         * buildscripts/mf-to-table.py (parse_logfile): use . for
14578         concatting name and group.
14579         (parse_logfile): use M for Minus (negative.)
14580
14581         * lily/include/type-swallow-translator.hh
14582         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
14583
14584         * lily/*.cc: cosmetics around = sign.
14585
14586         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
14587         lyric spacing on the penultimate column.
14588
14589 2004-12-05  Christian Hitz  <chhitz@gmx.net>
14590
14591         * configure.in:
14592         * lily/accidental-placement.cc:
14593         * lily/bar-line.cc:
14594         * lily/beam-concave.cc:
14595         * lily/beam-quanting.cc:
14596         * lily/beam.cc:
14597         * lily/bezier-bow.cc:
14598         * lily/bezier.cc:
14599         * lily/break-align-interface.cc:
14600         * lily/custos.cc:
14601         * lily/dimension-cache.cc:
14602         * lily/dot-column.cc:
14603         * lily/font-metric.cc:
14604         * lily/font-select.cc:
14605         * lily/gourlay-breaking.cc:
14606         * lily/grob-property.cc:
14607         * lily/grob.cc:
14608         * lily/lily-guile.cc:
14609         * lily/line-spanner.cc:
14610         * lily/lookup.cc:
14611         * lily/lyric-extender.cc:
14612         * lily/lyric-hyphen.cc:
14613         * lily/mensural-ligature.cc:
14614         * lily/midi-def.cc:
14615         * lily/misc.cc:
14616         * lily/note-collision.cc:
14617         * lily/note-column.cc:
14618         * lily/note-head.cc:
14619         * lily/paper-outputter.cc:
14620         * lily/percent-repeat-item.cc:
14621         * lily/rest-collision.cc:
14622         * lily/side-position-interface.cc:
14623         * lily/simple-spacer.cc:
14624         * lily/slur-configuration.cc:
14625         * lily/slur-scoring.cc:
14626         * lily/slur.cc:
14627         * lily/spaceable-grob.cc:
14628         * lily/spacing-spanner.cc:
14629         * lily/spanner.cc:
14630         * lily/staff-symbol-referencer.cc:
14631         * lily/stem.cc:
14632         * lily/stencil.cc:
14633         * lily/system-start-delimiter.cc:
14634         * lily/system.cc:
14635         * lily/text-item.cc:
14636         * lily/tie.cc:
14637         * lily/tuplet-bracket.cc:
14638         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
14639         <cmath> beacause isinf/isnan is undefined in <cmath>
14640
14641 2004-12-03  Mats Bengtsson  <mabe@s3.kth.se>
14642
14643         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
14644
14645 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14646
14647         * VERSION: release 2.5.3
14648         
14649 2004-11-29  Arno Waschk <arno@arnowaschk.de>
14650
14651         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
14652
14653 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14654
14655         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
14656
14657         * lily/note-head.cc (internal_print): always try the "s" head if
14658         u/d not found.
14659
14660         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
14661
14662 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14663
14664         * mf/parmesan-heads.mf (overdone_heads): typos.
14665
14666 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
14667
14668         * lily/parser.yy (markup): in markups, { .. } without command
14669         before are also flattened, ie \line must be explicitely used.
14670
14671         * Documentation/user/changing-defaults.itely:
14672         * Documentation/user/notation.itely: 
14673         * input/wilhelmus.ly: 
14674         * input/regression/instrument-name-markup.ly: 
14675         * input/regression/markup-score.ly: 
14676         * input/regression/new-markup-scheme.ly: 
14677         * input/regression/new-markup-syntax.ly: 
14678         * input/test/coriolan-margin.ly: use \line in markups where
14679         appropriate
14680         
14681 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
14682
14683         * scm/new-markup.scm (map-markup-command-list): helper function
14684         used in parser.yy to map markup commands on a markup list.
14685
14686         * lily/parser.yy: get rid off < > in markups by treating { } as
14687         real lists.
14688
14689         * lily/lexer.ll: remove < > from markup lexer mode.
14690
14691         * scripts/convert-ly.py (conv): add rule for converting 
14692         \markup < > to \markup { }
14693
14694         * ly/titling-init.ly: 
14695         * input/test/coriolan-margin.ly: 
14696         * input/regression/new-markup-syntax.ly: 
14697         * input/regression/new-markup-scheme.ly: 
14698         * input/regression/multi-measure-rest-text.ly: 
14699         * input/regression/markup-stack.ly: 
14700         * input/regression/markup-score.ly: 
14701         * input/regression/instrument-name-markup.ly: 
14702         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
14703         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
14704         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
14705         * input/wilhelmus.ly: 
14706         * Documentation/user/notation.itely: 
14707         * Documentation/user/music-glossary.tely: 
14708         * Documentation/user/changing-defaults.itely: change < > to { } in
14709         markups
14710
14711 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14712
14713         * lily/accidental-placement.cc (position_accidentals): shortcut if
14714         no accidentals to place.
14715
14716 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
14717
14718         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
14719         typo s/ly:dimension ?/ly:dimension?/
14720
14721         * input/regression/lily-in-scheme.ly: 
14722         * input/regression/music-function.ly: 
14723         * ly/spanners-init.ly (assertBeamSlope): 
14724         * scm/music-functions.scm (def-grace-function): add the paper
14725         argument to music function definitions.
14726
14727 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14728
14729         * lily/moment.cc (LY_DEFINE):
14730         ly:moment-main-{denominator,numberator}, new function.
14731
14732         * lily/score-engraver.cc (typeset_all): assign to column on basis
14733         of axis-group-parent-X setting.
14734
14735         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
14736         add_element() on basis of axis-group-parent-Y setting.
14737
14738         * lily/grob.cc: add axis-group-parent-{XY} properties.
14739
14740         * input/regression/spacing-stick-out.ly: new file.
14741
14742         * lily/simple-spacer.cc (add_columns): use binary search for
14743         setting column rods. Changes O(n^2) to O(n log(n)) for
14744         constructing spacing problem from columns.
14745         (add_columns): read allow-outside-line to make sure no texts stick
14746         out.
14747         (solve): Simple_spacer::is_active() only determines
14748         satisfies_constraints_ for non-ragged typesetting.
14749
14750         * lily/simultaneous-music.cc (to_relative_octave): only set
14751         old_relative_used if return pitch actually changed.
14752
14753         * scm/define-context-properties.scm
14754         (all-user-translation-properties): change to match implementation.
14755
14756         * python/lilylib.py: Replace re.match by re.search and adds "-c
14757         showpage" to the gs command line (Johannes Schindelin)
14758
14759         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
14760         before processing. Prevents crash when inf is in the extent.
14761
14762         * scm/define-markup-commands.scm (note-by-number): add "s" to
14763         "noteheads-" glyphname.
14764  
14765         * lily/parser.yy (Generic_prefix_music): supply parser argument to
14766         music function as well.
14767         
14768 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14769
14770         * VERSION: release 2.5.2
14771
14772         * Documentation/user/changing-defaults.itely (Creating titles):
14773         add breakbefore variable.
14774
14775         * lily/paper-book.cc (set_system_penalty): new function. Set
14776         penalty_ based on breakBefore setting
14777
14778         * lily/context-specced-music-iterator.cc (construct_children):
14779         interpret special context id $uniqueContextId 
14780
14781         * lily/context.cc (create_unique_context): new method. Move
14782         creation of unique (\new) contexts into interpreting phase. This
14783         makes
14784
14785           foo= \new Staff ..
14786           << \foo \foo >>
14787
14788         produce 2 staves.
14789         
14790
14791         * scm/define-music-properties.scm (all-music-properties): add
14792         quoted-voice-direction
14793
14794         * ly/music-functions-init.ly: killCues function.
14795
14796         * scm/music-functions.scm (cue-substitute): move creation of voice
14797         contexts further to the back. 
14798
14799 2004-11-25  Werner Lemberg  <wl@gnu.org>
14800
14801         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
14802         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
14803
14804 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
14805
14806         * buildscripts/guile-gnome.sh: Fixed typo.
14807
14808 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14809
14810         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
14811
14812         * scripts/abc2ly.py (dump_slyrics): add ord(). 
14813
14814         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
14815         to regular engraver. 
14816
14817 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14818
14819         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
14820
14821 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
14822
14823         * scm/define-markup-commands.scm (fill-line): Typo.
14824
14825         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
14826         and newer.
14827
14828 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
14829
14830         * ly/dynamic-scripts-init.ly: Fixed typo.
14831
14832 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14833
14834         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
14835         note-head, to have different attachment points for up and down.
14836
14837         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
14838
14839         * mf/feta-generic.mf (else): remove solfa.
14840
14841         * mf/feta-bolletjes.mf (tishape): remove unicode test.
14842
14843         * scm/define-context-properties.scm
14844         (all-user-translation-properties): add shapeNoteStyles property.
14845
14846         * lily/shape-note-heads-engraver.cc (process_music): new file.
14847
14848         * lily/event.cc (transpose): call Event::transpose() for
14849         transposing the tonic.
14850
14851 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
14852
14853         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
14854         Unicode/OpenType and AFM.
14855
14856         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
14857
14858 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14859
14860         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
14861
14862         * lily/context.cc (Context): unprotect key from ctor.
14863
14864         * scm/stencil.scm (stack-lines): return empty-stencil if argument
14865         is '()
14866         (stack-stencils): idem.
14867
14868         * Documentation/user/changing-defaults.itely (Creating titles):
14869         document new title layout options.
14870
14871         * lily/parser.yy (lilypond_header_body): copy previous
14872         $globalheader if present.
14873
14874         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
14875         ly:module-copy
14876         
14877         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
14878
14879         * scm/titling.scm: remove old titling functions
14880
14881         * lily/stencil.cc (translate): remove absolute dimension.
14882
14883         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
14884         via markup.
14885
14886         * scm/page-layout.scm (marked-up-headfoot): create header/footer
14887         field from user-supplied markup
14888
14889         * scm/define-markup-commands.scm (on-the-fly): new markup
14890         command. Enter SCM markup procedure directly in Scheme.
14891         (fromproperty): new markup command. Read markup from props argument.
14892
14893         * scm/titling.scm (marked-up-title): create title via
14894         user-specified markup. 
14895
14896         * scm/define-markup-commands.scm (column): remove empty stencils
14897         from column.
14898
14899         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
14900         not have side-effect of creating variable stub.
14901
14902         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
14903
14904 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
14905
14906         * scm/encoding.scm (coding-alist): 
14907         * scm/font.scm (add-ec-fonts):
14908         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
14909         Extended-TeX-Font-Encoding---Latin.
14910
14911         * lily/side-position-interface.cc (general_side_position): Add
14912         actual offset to error message (avoid constant error messages).
14913
14914         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
14915         block.
14916
14917         * lily/font-select.cc (select_encoded_font)
14918         (get_font_by_mag_step, get_font_by_design_size): 
14919         * lily/modified-font-metric.cc (Modified_font_metric): 
14920         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
14921
14922         * scm/encoding.scm (coding-alist): Add fetaDynamic.
14923         (read-encoding-file): Bugfix: do not require space after bracket.
14924
14925         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
14926         these do not exist.
14927
14928 2004-11-20  Graham Percival  <gperlist@shaw.ca>
14929
14930         * Documentation/user/notation.itely: added info about typesetting
14931         boxed bar numbers.
14932
14933 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14934
14935         * flower/interval.cc (T_to_string): gcc4 fixes.
14936
14937         * scm/define-markup-commands.scm (fill-line): use
14938         stack-stencils. This fixes problems with putting already centered
14939         stencils in a line.
14940
14941         * VERSION: release 2.5.1
14942
14943         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
14944
14945 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14946
14947         * input/example-[1-3].ly: simplify.
14948
14949         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
14950
14951         * scm/output-ps.scm (new-text): new function. Use glyphshow to
14952         show glyphs.
14953
14954         * scm/encoding.scm (decode-byte-string): new function.
14955
14956         * scripts/convert-ly.py (conv): add warning about
14957         set-global-staff-size.
14958
14959         * Doxyfile: add. 
14960
14961         * scripts/convert-ly.py (conv): add raggedlastbottom rule
14962         (conv): warn for TextSpanner split.
14963         (conv): warn for textheight.
14964
14965 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
14966
14967         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
14968         building the documentation, info with images are installed.
14969         (final-install): Fix description.  Mention sourcing of login
14970         scripts (instead of running).
14971
14972 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
14973
14974         * Debian lmodern support.  Note that LilyPond will issue warnings
14975         
14976             no such encoding: "FontSpecific"
14977
14978           The font selection mechanism wants to get the encoding from the
14979           font itself, but the idea of lmodern is that it is usable with
14980           different encodings, ie, Lily should get the encoding from the
14981           font tree, rather than the font itself.  This would require some
14982           more work.
14983         
14984         * configure.in: Test for and accept lmodern if EC fonts not found.
14985
14986         * scm/framework-tex.scm (font-load-command): TeX font name
14987         mangling for latin1 encoded cork-lm fonts.
14988         (convert-to-ps): Load lm.map if available.
14989
14990         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
14991         available.
14992
14993         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
14994
14995         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
14996         available.
14997
14998         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
14999         path for absolute file name, that is silly.
15000
15001         * lily/score-engraver.cc (initialize): 
15002
15003         * Documentation/user/GNUmakefile (local-install-info): Invoke
15004         install-info --remove first.
15005
15006         * #include cleanup (Andreas Scherer).
15007
15008 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
15009
15010         * input/test/script-abbreviations.ly: fix typos.
15011
15012 2004-11-17  Werner Lemberg  <wl@gnu.org>
15013
15014         * python/lilylib.py (options_help_str): Support pretty-printing of
15015         newlines in fourth element of option description.
15016
15017         * scripts/lilypond-book.py (option_definitions): Use new lilylib
15018         feature.
15019         Sort options.
15020
15021         * Documentation/user/lilypond-book.itely: Finish update.
15022
15023 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
15024
15025         * Documentation/user/macros.itexi: Add comment about \command.
15026
15027         * Documentation/user/lilypond.tely:
15028         * Documentation/user/lilypond-book.itely: Fix names of lilypond
15029         and lilypond-book nodes, so that `info lilypond' visits the manual
15030         at top level, and `info lilypond-book' visits the lilypond-book
15031         section.
15032
15033         * Documentation/user/GNUmakefile (local-install-info): Fix rules
15034         and packager messages.
15035
15036         * lily/pangofc-afm-decoder.cc: Update test.
15037
15038 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
15039
15040         * scm/lily-library.scm (char->unicode-index): New function.
15041
15042         * scm/output-gnome.scm: 
15043         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
15044
15045         * Proper naming of file name throughout; s/filename/file[-_]name/.
15046
15047         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
15048
15049         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
15050
15051 2004-11-16  Werner Lemberg  <wl@gnu.org>
15052
15053         * scripts/lilypond-book.py: The Lord has commanded me to use only
15054         tabs for indentation.  Your humble servant obeys.
15055
15056 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
15057
15058         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
15059         including font, if LilyPond-feta font is only feta font in path.
15060
15061         * scm/output-gnome.scm (text): Revert to file name of font if font
15062         has no name.  Fixes ec font selection.
15063         (char): Bugfix: do not utf8 twice.  Fixes clefs.
15064
15065         * scm/framework-svg.scm:
15066         * scm/output-svg.scm: New file.  TODO: figure out how to
15067         do character by index in font.
15068
15069         * scm/output-sodipodi.scm: Remove.
15070
15071         * scm/output-ps.scm (stem): Remove.
15072
15073 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
15074
15075         * scm/output-gnome.scm (beam): New function.
15076         (slur): Round corners.
15077         (round-filled-box): Round corners.
15078
15079 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15080
15081         * scm/output-gnome.scm (beam): add function.
15082         (draw-line): new routine.
15083         (dashed-line): stub; call draw-line
15084         (polygon): new routine.
15085
15086 2004-11-15  Werner Lemberg  <wl@gnu.org>
15087
15088         * Documentation/user/lilypond-book.itely: Revise section on
15089         lilypond-book options.
15090         Other minor fixes.
15091
15092         * scripts/lilypond-book.py: Change indentation to 4.
15093         Minor formatting.
15094
15095 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15096
15097         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
15098         grobs that have tweaks specced.
15099         
15100 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
15101
15102         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
15103
15104 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
15105
15106         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
15107         actual char #, not 0 based index.
15108
15109         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
15110
15111         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
15112         Warning: do make -C mf clean.
15113
15114         * lily/context-property.cc: Compile fix.
15115
15116         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
15117         Grok ec-fonts, braces and dynamics.
15118
15119         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
15120
15121 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15122
15123         * lily/include/tweak-registration.hh: new file.
15124
15125         * lily/tweak-registration.cc: new file.
15126
15127         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
15128         saving tweaks.
15129
15130         * scm/output-gnome.scm (text): comment dribble.
15131
15132 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
15133
15134         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
15135
15136         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
15137         path-def before using.  Fixes muchtomany slurs in wrong places
15138         bug.
15139
15140 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15141
15142         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
15143
15144         * lily/include/object-key-undumper.hh (Module): new file.
15145
15146         * lily/object-key-undumper.cc (Module): New file. Deserialize
15147         keys. SCM bindings
15148
15149         * lily/object-key-dumper.cc (Object_key_dumper): idem.
15150         Provide SCM bindings.
15151
15152         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
15153         new file. Serialize object keys.
15154         
15155         * lily/object-key.cc (dump): new function.
15156         (as_scheme): new virtual function
15157         (undump): new function
15158         (undumpers): new table.
15159
15160         * lily/include/global-context.hh (Context): take \score key upon init.
15161
15162         * lily/object-key-dumper.cc (serialize_key): new file.
15163
15164         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
15165
15166         * lily/lily-lexer.cc: remove \quote.
15167
15168         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
15169
15170         * lily/context.cc (Context): take key argument in ctor.
15171         (create_context): new function
15172
15173         * lily/grob.cc (Grob): take key argument in ctor.  
15174
15175         * lily/lilypond-key.cc (do_compare): new file.
15176
15177         * lily/object-key.cc (Object_key): new file.
15178
15179         * lily/include/object-key.hh (class Object_key): new file.
15180
15181         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
15182
15183 2004-11-13  Graham Percival  <gperlist@shaw.ca>
15184
15185         * Documentation/user/lilypond-book.itely: add small warning about
15186         noindent default in lilypond-book.
15187
15188         * Documentation/user/converters.itely: add examples for convert-ly.
15189
15190         * Documentation/user/examples.itely: change version string in templates
15191         to 2.4.0.
15192
15193 2004-11-12  Karl Hammar  <karl@aspodata.se>
15194
15195         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
15196         cmdline, use xargs instead (backportme)
15197
15198 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
15199         
15200         * Documentation/user/: Numerous fixes in the user manual.
15201
15202 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15203
15204         * lily/parser.yy (re_rhythmed_music): search music expression for
15205         context-id, surround by \new Voice if not found. Fixes:
15206         addlyrics-second-staff.ly
15207
15208         * VERSION: 2.5.0 released.
15209         
15210 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
15211
15212         * Documentation/index.html.in: Fix url to one big page.  (backportme)
15213
15214         * Documentation/user/GNUmakefile: Separate rules for split and
15215         unsplit html documents.  Remove perl massaging.  (backportme)
15216
15217 2004-11-11  Graham Percival  <gperlist@shaw.ca>
15218
15219         * Documentation/user/lilypond-book.itely: add short warning about
15220         \lilypond{} in LaTeX docs.
15221
15222 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15223
15224         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
15225         found.  (backportme)
15226
15227         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
15228         version requirement.  (backportme)
15229
15230         * configure.in: Be explicit about old versions of
15231         ec-fonts-mtraced.  (backportme)
15232
15233         * lily/context-selector.cc (set_tweaks): New function.
15234         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
15235         web with -DTWEAK.
15236
15237         * Documentation/user/introduction.itely (Automated engraving):
15238         Remove fragment option.  Fixes web.
15239
15240         * lily/context-property.cc (make_item_from_properties):
15241         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
15242         #ifdef.
15243
15244         * scm/define-context-properties.scm
15245         (all-internal-translation-properties): Add tweakRank and tweakCount.
15246
15247         * lily/grob.cc: 
15248         * scm/define-grob-properties.scm (all-internal-grob-properties):
15249         Add tweak-rank and tweak-count.
15250
15251 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
15252
15253         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
15254         New function.
15255         (text): Use them.
15256
15257         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
15258         animated/opaque grob dragging tweaks.
15259
15260         * buildscripts/guile-gnome.sh: Update.
15261
15262 2004-11-10  Mats Bengtsson  <mabe@s3.kth.se>
15263
15264         * scm/define-grobs.scm (all-grob-descriptions): Added
15265         line-interface to the LigatureBracket object.
15266
15267 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
15268
15269         * scm/framework-gnome.scm (item-event): Support non-animated mouse
15270         dragging tweaks.
15271
15272         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
15273
15274         * lily/context-selector.cc (store_context): New function.
15275
15276         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
15277         (store_grob): New function.
15278         (identify_grob): Add Moment parameter.
15279
15280         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
15281         exists.
15282
15283         * scm/framework-gnome.scm (save-tweaks): Write as alist.
15284
15285 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
15286
15287         * scm/framework-gnome.scm (item-event): Print grob id.
15288         (save-tweaks): New function.
15289         (tweak): New funtion.
15290         (item-event): Use it, bound to arrow keys.
15291
15292         * lily/context-property.cc (make_item_from_properties): Register grob.
15293         * lily/context.cc (add_context): Register context.
15294
15295         * lily/include/context-selector.hh:
15296         * lily/include/grob-selector.hh:
15297         * lily/context-selector.cc:
15298         * lily/grob-selector.cc: New file.
15299
15300 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15301
15302         * lily/slur.cc: add 'positions to interface
15303
15304         * lily/main.cc: reinstate PS as standard output format. 
15305
15306         * scm/framework-tex.scm (output-preview-framework): print systems
15307         up to first non title system.
15308
15309         * lily/grace-engraver.cc (start_translation_timestep): split
15310         scm_cadddr
15311         
15312 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15313
15314         * lily/quote-iterator.cc (Module): remove old quote-iterator
15315
15316         * scm/define-music-types.scm (music-descriptions): move
15317         NewQuoteMusic over QuoteMusic
15318
15319         * Documentation/user/notation.itely (Formatting cue notes): use
15320         \cueDuring.
15321
15322         * lily/new-quote-iterator.cc (quote_ok): new function.
15323
15324         * input/regression/quote-cue-during.ly: new file.
15325
15326         * input/regression/quote-grace.ly: new file.
15327
15328         * scm/define-context-properties.scm (Module): change definition of
15329         graceSettings
15330
15331         * lily/context-property.cc (Module): rename from
15332         translator-property.cc
15333
15334         * lily/context.cc (context_name_symbol): new function
15335
15336         * lily/grace-engraver.cc: new file. Set properties for grobs based
15337         on the grace-ness of now_moment().
15338
15339         * scm/music-functions.scm (add-grace-property): use list
15340         iso. vector for graceSettings
15341         remove set-{start,stop}-grace-properties. 
15342
15343         * lily/new-quote-iterator.cc (construct_children): set
15344         quote_outlet_ if no quoted-context-{id,type} specified.
15345
15346         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
15347
15348         * lily/parser.yy (command_element): remove \quote.
15349
15350         * ly/music-functions-init.ly (location): add quoteDuring music
15351         function. 
15352
15353         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
15354         optional semicolon. (backportme)
15355
15356 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
15357
15358         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
15359         need to link to GUILE et al.
15360
15361 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15362
15363         * scm/define-music-properties.scm (all-music-properties): add
15364         quoted-context-type, quoted-context-id.
15365
15366         * scm/lily.scm (type-check-list): new function.
15367         
15368         * scm/lily-library.scm: new file. Generic library routines.
15369
15370         * lily/parser.yy (Generic_prefix_music): move typechecking out of
15371         parser.
15372
15373         * ly/music-functions-init.ly: add quoteDuring function.
15374
15375         * lily/include/music-iterator.hh (class Music_iterator): rename
15376         set_translator -> set_context
15377
15378         * lily/parser.yy (Generic_prefix_music_scm): add
15379         MUSIC_FUNCTION_SCM_SCM_MUSIC
15380
15381         * scm/lily.scm (sanitize-command-option): new function. (backportme)
15382
15383         * scm/framework-tex.scm (header): sanitize TeX paper size.
15384         (backportme)
15385
15386 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
15387
15388         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
15389
15390         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
15391
15392         * scm/framework-tex.scm (font-load-command): Use T1 if no
15393         font-encoding set.  (backportme)
15394
15395         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
15396         exists before converting.  (backportme)
15397
15398         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
15399         exists before converting.  (backportme)
15400         (convert-to-ps): Remove .ps file if it exists before
15401         converting.  (backportme)
15402
15403         * lily/lexer.ll: Remove extra progress newline, use present tense.
15404
15405         * scm/paper.scm (paper-alist): public.
15406         * scm/framework-tex.scm (convert-to-ps):
15407         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
15408         command line.
15409
15410 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15411
15412         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
15413
15414         * lily/recording-group-engraver.cc (derived_mark): mark
15415         now_events_. (backportme)
15416
15417 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15418
15419         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
15420
15421         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
15422         invoking latex. (backportme.)
15423
15424         * lily/stem.cc (off_callback): center stems for all rest stems.
15425
15426 2004-11-05  Werner Lemberg  <wl@gnu.org>
15427
15428         * Documentation/user/lilypond.tely: Add more guidelines for writing
15429         lilypond texinfo documents.
15430
15431 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
15432
15433         * Documentation/index.html.in: remove <hr>.
15434
15435         * THANKS: change 2.3 to 2.4.
15436
15437 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
15438
15439         * scm/output-gnome.scm: More fontconfig comment.
15440
15441 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
15442
15443         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
15444         <package> directory in $(builddir)/share according with
15445         PACKAGE_NAME defined in the VERSION file.
15446
15447 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15448
15449         * lily/beam.cc (rest_collision_callback): use local beam
15450         multiplicity.
15451
15452         * input/regression/stem-stemlet.ly: new file.
15453
15454         * lily/stem.cc (add_head): store rests as well.
15455
15456         * scm/define-grob-properties.scm (all-user-grob-properties): add
15457         stemlet-length
15458
15459         * lily/stem.cc: store rests as well.
15460         
15461         * input/regression/new-slur.ly: mention forcing.
15462
15463 2004-11-04  Werner Lemberg  <wl@gnu.org>
15464
15465         * Documentation/user/*: A new round of layout fixes and document
15466         structure cleanup.
15467
15468 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
15469
15470         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
15471
15472 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
15473
15474         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
15475
15476 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
15477
15478         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
15479
15480         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
15481
15482         * lily/main.cc (main): Invoke identify.
15483
15484         * scm/lily.scm (postscript->pdf): Remove progress newline.
15485         Write progress to stderr.
15486
15487         * lily/paper-book.cc (output): Remove progress newline.
15488
15489         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
15490         gettext on user messages, and remove whitespace.
15491
15492         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
15493
15494         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
15495         argv[0] (Thomas Scharkowski).
15496
15497         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
15498         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
15499         for ec-fonts-mtraced.
15500
15501         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
15502         --srcdir build (Bertalan).
15503
15504         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
15505         headers and library too (Laura Conrad).
15506
15507         * Documentation/topdocs/INSTALL.texi (Top): Mention development
15508         package for guile too (Laura Conrad).
15509
15510         * lily/main.cc (usage): Typo.
15511
15512 2004-11-02  Werner Lemberg  <wl@gnu.org>
15513
15514         * Documentation/user/notation.ly: More fixes to improve appearance.
15515
15516         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
15517         better output for multicolumn tables.
15518
15519 2004-11-01  Mats Bengtsson  <mabe@s3.kth.se>
15520
15521         * lily/main.cc (dir_info): Fixed typo in the printouts.
15522
15523 2004-11-01  Werner Lemberg  <wl@gnu.org>
15524
15525         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
15526         of output.
15527         Set `per_line' to 2; replace hard-coded value with it.
15528
15529         * Documentation/user/*: Many fixes to improve appearance of
15530         printed manual.
15531
15532 2004-11-01  Werner Lemberg  <wl@gnu.org>
15533
15534         * Documentation/user/changing-defaults.itely,
15535         Documentation/user/notation.ly,
15536         Documentation/user/programming-interface.itely: Use @/.
15537         Fix formatting of some lilypond snippets and tables.
15538
15539         * scripts/lilypond-book.py (compose_ly): Provide useful default
15540         for LINEWIDTH in `override'.
15541
15542 2004-10-31  Graham Percival  <gperlist@shaw.ca>
15543
15544         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
15545
15546 2004-10-31  Werner Lemberg  <wl@gnu.org>
15547
15548         Resetting @exampleindent to `5' gives ugly results with texinfo's
15549         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
15550         (if not quoting) to change @exampleindent only locally.
15551
15552         * scripts/lilypond-book.py (NOQUOTE): New variable.
15553         (output) [LATEX]: Remove AFTER and BEFORE.
15554         [TEXINFO]: Remove AFTER and BEFORE.
15555         Fix QUOTE and VERBATIM pattern.
15556         Add NOQUOTE pattern.
15557         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
15558         and BEFORE.
15559         [output_texinfo]: Use NOQUOTE.
15560
15561 2004-10-31  Graham Percival  <gperlist@shaw.ca>
15562
15563         * Documentation/user/changing-defaults.itely: clarify paper
15564         size commands with correct info.
15565
15566         * Documentation/user/lilypond-book.itely: add more docs for
15567         filename extensions.
15568
15569 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15570
15571         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
15572         (PATCH_LEVEL): start 2.5.0.
15573
15574 #Local variables:
15575 #coding: utf-8
15576 #End:
15577