]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
(stop_translation_timestep): robustness for ambiti.
[lilypond.git] / ChangeLog
1 2006-08-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
2
3         * lily/tie-engraver.cc (stop_translation_timestep): robustness for ambiti.
4
5         * lily/all-font-metrics.cc: remove TFM support.
6
7         * lily/include/tfm.hh: remove TFM support, TFM reader.
8
9         * lily/include/binary-source-file.hh: remove Binary_source_file.
10
11 2006-08-27  Graham Percival  <gpermus@gmail.com>
12
13         * Documentation/topdocs/NEWS.itely: add @c marker for
14         stuff I've processed.
15
16         * Documentation/user/ various: info from NEWS.
17
18 2006-08-27  Joe Neeman  <joeneeman@gmail.com>
19
20         * lily/paper-column-engraver.cc (finalize): Oops, this change
21         should have gone in on 2006-08-23
22
23 2006-08-26  Mats Bengtsson  <mabe@s3.kth.se>
24
25         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use double
26         quotes to quote arguments. Fixes Windows problem.
27
28         * python/lilylib.py (progress): idem
29
30 2006-08-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
31
32         * scripts/musicxml2ly.py: fix for importing
33         minor key signatures from MusicXML.  (Phillip Kirlin)
34
35 2006-08-24  Phillip Kirlin  <pkirlin@acm.org>
36
37         * python/musicxml.py: 
38         (Attributes.get_key_signature): now correctly retrieves mode from 
39         MusicXML. 
40
41 2006-08-25  Han-Wen Nienhuys  <hanwen@lilypond.org>
42
43         * lily/parser.yy (output_def_body): take ownership of identifier
44         back to C++.
45
46         * Documentation/user/advanced-notation.itely (Metronome marks):
47         update use of \tempo in \midi.
48
49 2006-08-24  Erik Sandberg  <mandolaerik@gmail.com>
50
51         * input/mutopia/*: upgrade to new midi tempo syntax (repairs make
52         web partially)
53
54 2006-08-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
55
56         * input/regression/tie-chord-partial.ly: clarify example.
57
58         * scm/define-music-properties.scm (all-music-properties): remove
59         untied.
60
61         * ly/music-functions-init.ly: remove \untied.
62
63         * lily/tie-engraver.cc (struct Head_event_tuple): store both
64         stream events and music events.
65         (stop_translation_timestep): search acknowledged heads for
66         tie-event.
67
68         * input/regression/tie-chord-partial.ly: new file.
69
70         * scm/define-markup-commands.scm (char): use ly:wide-char->utf-8
71         for \char markup command.
72
73         * scm/define-event-classes.scm (unlistened-music-event-classes): idem.
74
75         * scm/define-music-types.scm (music-descriptions): consistency:
76         Use solo-{one,two}-event iso. solo-[12]-event.
77
78         * lily/part-combine-engraver.cc (process_music):
79         Use solo-{one,two}-event iso. solo-[12]-event.
80
81         * ly/declarations-init.ly (partCombineListener): add Timing as
82         alias
83
84         * flower/std-string.cc (string_copy): use copy ()
85
86         * lily/source-file.cc (Source_file): use copy(). Remove contents_str0()
87
88 2006-08-24  Graham Percival  <gpermus@gmail.com>
89
90         * Documentation/user/changing-defaults.itely, global.itely,
91         lilypond-book.itely, page.itely: minor changes from mailist.
92
93 2006-08-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
94
95         * buildscripts/mutopia-index.py (allfiles): filter lily-XXX and
96         snippet-map
97
98         * scm/define-context-properties.scm
99         (translator-property-description): robustness: detect type errors
100         in property definitions.
101
102         * lily/parser.yy (score_body): protect SCORE_IDENTIFIER result
103         after getting it from SCM. 
104
105         * lily/smobs.cc (protect_smob): switch off fancy smob protection
106         for now. 
107
108         * lily/include/performer.hh (class Performer): strip get_tempo()
109         method.
110
111         * lily/midi-def.cc: strip file.
112
113         * lily/lexer.ll (Lily_lexer): don't protect hash key separately.
114
115         * lily/include/context-def.hh (struct Context_def): use
116         VIRTUAL_COPY_CONSTRUCTOR().
117
118         * lily/source-file.cc: smobification.
119
120         * lily/include/source-file.hh (class Source_file): smobify
121         Source_file. Trim redundant members.
122
123         * lily/parser.yy (Lily_lexer::try_special_identifiers): unprotect
124         clones after creation. This plugs a huge memory leak.
125
126         * python/convertrules.py (FatalConversionError.sub_tempo):
127         complete rule for \midi{ \tempo }
128
129         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): idem.
130
131         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): update tempo.
132
133 2006-08-23  Joe Neeman  <joeneeman@gmail.com>
134
135         * input/regression/optimal-page-breaking-hstretch.ly: test for
136         ragged-last-bottom also
137
138         * lily/paper-column-engraver.cc (finalize): make the end of a score
139         breakable by default. This is to balance out a change in behaviour
140         of the page-turn-breaker which no longer makes the end of a score
141         breakable.
142
143         * lily/paper-book.cc (pages): set the systems_ once the pages are
144         broken
145
146         * lily/page-turn-page-breaking.cc (calc_subproblem): use the new
147         Page_breaking interface.
148
149         * lily/page-breaking.cc (class Page_breaking): make the interface
150         more consistent and provide abstractions for dealing with
151         Line_divisions.
152
153         * lily/optimal-page-breaking.cc (solve): use a more straightforward
154         algorithm. Use the new interface to Page_breaking.
155
156         * lily/page-spacing.cc: better support for ragged-bottom and
157         ragged-last-bottom
158
159 2006-08-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
160
161         * python/convertrules.py (conv): warning on \tempo{}
162
163         * ly/performer-init.ly: set tempoWholesPerMinute.
164
165         * ly/midi-init.ly: remove \midi
166
167         * lily/tempo-performer.cc: look at tempoWholesPerMinute to set
168         MIDI tempo.
169
170         * lily/metronome-engraver.cc (process_music): use tempoUnitCount
171         tempoUnitDuration for determining what to print.
172
173         * lily/lyric-extender.cc: typo.
174
175         * lily/parser.yy (output_def_body): disallow \tempo in \midi{}
176
177         * lily/duration-scheme.cc (LY_DEFINE): ly:duration-length: new
178         function.
179
180         * scm/lily.scm (define-scheme-options): alphabetize, add eps-pad-boxes.
181
182         * scm/framework-ps.scm (dump-stencil-as-EPS): only pad boxes if
183         eps-pad-boxes is set.
184
185         * scripts/lilypond-book.py (main): use -deps-pad-boxes.
186
187         * THANKS: update sponsors.
188
189         * ly/english.ly: quarter tone naming (thanks, Trevor Baca)
190
191         * Documentation/topdocs/NEWS.tely (Top): doc new feature.
192
193         * input/regression/tie-chord-untied.ly: new file.
194
195         * lily/tie-engraver.cc (acknowledge_note_head): check 'untied property.
196
197         * scm/define-music-properties.scm (all-music-properties): add
198         'untied property.
199
200         * buildscripts/mutopia-index.py (allfiles): look for .ly rather
201         than .ly.txt.
202         (headertext_nopics): sanitize no-examples text.
203
204         * scm/page.scm (make-page-stencil): don't rely on extents of
205         page-stencil. This fixes spurious space around .EPS files produced
206         with the EPS backend.
207
208 2006-08-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
209
210         * lily/stencil-scheme.cc (LY_DEFINE): make extent arguments optional.
211
212         * lily/hara-kiri-engraver.cc (process_music): remember
213         keepAliveInterfaces after processing \set
214
215         * lily/lyric-extender.cc (print): support left/right-padding for
216         extenders.
217
218         * scm/documentation-generate.scm (string-append): revert lilypond/
219         path, doc why.
220
221 2006-08-20  Graham Percival  <gpermus@gmail.com>
222
223         * Documentation/user/lilypond.tely: clarification to
224         license presentation (not to actual license).
225
226         * Documentation/user/basic-notation.itely,
227         instrument-notation.itely: minor changes.
228
229         * input/ {regression, test}/+.ly: clarification to
230         text (you can click on examples).  Thanks, Mats!
231
232         * input/manual/bar-lines.ly: adds ||: repeats.
233
234 2006-08-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
235
236         * make/ly-vars.make (OMF_FILES): strip ps.gz from OMF_FILES 
237
238         * scm/documentation-lib.scm (texi-file-head): category LilyPond.
239
240         * Documentation/user/lilypond.tely: strip lilypond/ from info
241         links, rename to category LilyPond
242
243         * lily/pango-font.cc (description_string): new function.
244
245         * VERSION: release 2.9.15
246
247         * lily/spacing-engraver.cc (stop_translation_timestep): use
248         Dscho's fix for spacing spanner. 
249
250         * scm/define-music-types.scm (music-descriptions): use
251         apply-output-event for ApplyOutputEvent
252
253         * lily/output-property-engraver.cc (listen_apply_output): rename
254         from listen_layout_instruction.
255
256         * lily/piano-pedal-engraver.cc (struct Pedal_type_info): new
257         function protect()
258
259 2006-08-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
260
261         * scm/lily.scm (lilypond-all): option read-file-list: substitute
262         commandline args with contains, split by \n.
263
264         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system):
265         write snippet-names file, call with -dread-file-list. Fixes
266         command limitations on 64-bit systems.
267
268         * input/regression/stencil-color-rotation.ly: new file.
269
270         * lily/include/translator.hh (struct Acknowledge_information):
271         revert: don't use Protected_scm in global objects, as GUILE can't
272         handle gc_unprotect from automated destructors on MacOS X.
273  
274         * lily/grob.cc (get_print_stencil): use retval.expr() as base for
275         color, not the original stencil. Fixes combinations of
276         color/transparency/rotation. Backportme.
277
278         * scripts/lilypond-book.py (main): add --formats=eps for
279         texinfo/latex.
280
281         * lily/spacing-engraver.cc (stop_translation_timestep): don't
282         crash if spacing_ is nonexistent.
283
284 2006-08-14  Mats Bengtsson  <mabe@s3.kth.se>
285
286         * scripts/lilypond-book.py (output): Remove obsolete(!?)
287         \catcode`\@=12 in the LaTeX output.
288
289 2006-08-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
290
291         * scm/define-music-types.scm (music-descriptions):
292         use sustain-event iso. sustain-pedal-event.
293
294 2006-08-11  Joe Neeman  <joeneeman@gmail.com>
295
296         * scripts/convert-ly.py: honour the -n command-line switch
297
298 2006-08-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
299
300         * scm/output-lib.scm (bar-line::calc-glyph-name): add dashed liine
301         break specification.
302
303 2006-08-10  Joe Neeman  <joeneeman@gmail.com>
304
305         * Documentation/user: convert-ly the user manual
306
307 2006-08-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
308
309         * stepmake/aclocal.m4: version check patch (thanks MWD)
310
311         * ly/music-functions-init.ly: robustness. Don't crash if
312         currentBarNumber is not a number.
313
314         * VERSION (PATCH_LEVEL): bump.
315
316 2006-08-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
317
318         * stepmake/aclocal.m4: better version check; handle fooX.Y
319         binaries too.
320
321         * ly/performer-init.ly: instrument name fixup.
322
323         * input/manual/chord-names-jazz.ly (banterProperties):
324         instrumentName update
325
326         * scm/define-event-classes.scm (lambda): use ly:is-listened-event-class
327
328         * lily/ly-module.cc (ly_module_symbols): use ly_hash_table_keys
329
330         * lily/translator.cc (LY_DEFINE): ly:is-listened-event-class: new
331         function. Use hash tables to check membership.
332
333         * lily/general-scheme.cc (LY_DEFINE): new function.
334
335         * lily/piano-pedal-engraver.cc (struct Pedal_type_info): idem
336
337         * lily/include/translator.hh (struct Acknowledge_information): add
338         Protected_scm
339
340         * ly/music-functions-init.ly: change name to BreathingEvent
341
342         * input/regression/*.ly: apply it.
343
344         * python/convertrules.py (conv): better instrumentName conversion
345         rule.
346
347         * scm/define-music-types.scm (music-descriptions): add
348         line-break-event to LineBreakEvent music
349
350         * lily/music.cc (to_event): don't crash if music type not set.
351
352         * lily/spacing-loose-columns.cc (set_loose_columns): don't barf if
353         spacing not set.
354
355         * lily/spacing-engraver.cc (stop_translation_timestep): set
356         spacing for proportional notation too.
357
358         * scm/translation-functions.scm (format-bass-figure): inspect
359         stream-event.
360
361         * scripts/lilypond-book.py (bindir): add bindir to $PATH.
362
363 2006-08-08  Joe Neeman  <joeneeman@gmail.com>
364
365         * lily/include/constrained-breaking.hh: add Line_details (Prob*)
366
367         * scm/page.scm (make-page): make it friendlier to call (esp. from C++)
368
369         * scm/layout-page-layout.scm (make-page-from-systems): new function
370         (optimal-page-breaks): use the new page-breaking calling convention
371
372         * scm/define-context-properties.scm (all-user-translation-properties):
373         add revokePageTurns
374
375         * lily/paper-column-engraver.cc (stop_translation_timestep): add
376         revokePageTurns  functionality. If there is a special barline within
377         the breakable region, break there instead of at the end of the region.
378
379         * lily/paper-book.cc (pages): use the new page-breaking calling
380         convention
381
382 2006-08-07  Erik Sandberg  <mandolaerik@gmail.com>
383
384         * lily/lexer.ll, lily/source-file.cc: Add \sourcefileline command
385
386         * scripts/lilypond-book.py: insert \sourcefileline command in
387         output, so lilypond error messages refer to the spot in the
388         original .lytex / .itely sourcefile.
389
390 2006-08-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
391
392         * lily/spacing-loose-columns.cc (set_loose_columns): oops: use
393         space to next column for distance to fixed col.
394
395         * VERSION (PACKAGE_NAME): release 2.9.14
396
397         * lily/pitched-trill-engraver.cc (make_trill): do set_parent also
398         if no accidental.
399
400         * lily/accidental-engraver.cc (process_acknowledged): don't create
401         accidental for trill span event. This fixes spurious accidentals
402         on trills.
403
404 2006-08-04  Mats Bengtsson  <mabe@s3.kth.se>
405
406         * scm/define-grob-properties.scm (all-user-grob-properties):
407         Clarify documentation of side-axis and direction. Thanks to Paul
408         for the inspiration.
409
410         * lily/bar-line.cc: Add documentation for "||:" also in the
411         interface documentation.
412
413 2006-08-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
414
415         * lily/spacing-loose-columns.cc (set_loose_columns): bugfix.
416
417         * lily/paper-column.cc (set_system): new function.
418
419         * lily/spacing-engraver.cc (stop_translation_timestep): store
420         SpacingSpanner refs in Paper_column.
421
422         * lily/spacing-loose-columns.cc (set_loose_columns): rewrite
423         compute loose clique spacing using GraceSpacing/SpacingSpanner.
424
425 2006-08-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
426
427         * lily/beam-engraver.cc (listen_beam): add method for
428         Grace_beam_engraver too.
429
430 2006-08-03  Mats Bengtsson  <mabe@s3.kth.se>
431
432         * python/convertrules.py: Fix indentation bug that broke
433         conversion of files older than 1.3.117.
434         Fix escape error in the description for 2.9.6.
435
436 2006-08-02  Erik Sandberg  <mandolaerik@gmail.com>
437
438         * lily/*-engraver.cc: convert all try_music functions to listen_*
439         functions.
440
441         * lily/piano-pedal-engraver.cc: some additional cleanups: use
442         enums to represent pedal types, and calculate more data statically.
443
444         * scm/part-combiner.scm (recording-group-emulate): create a
445         softcoded substitute for recording-group-engraver.cc.
446
447         * lily/music.cc: make a common transpose function for events and
448         music
449
450         * ly/declarations-init.ly: change melisma/melismaEnd. Eliminates
451         ManualMelismaEvent, and obsoletes Melisma_translator.
452
453 2006-08-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
454
455         * input/test/instrument-name-align.ly: update version.
456
457 2006-08-02  Mats Bengtsson  <mabe@s3.kth.se>
458
459         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
460         Doc the --pdf flag to lilypond-book.
461
462 2006-07-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
463
464         * Documentation/topdocs/NEWS.tely (Top): add description.
465
466         * input/regression/tuplet-full-length-note.ly: add file.
467
468         * lily/instrument-name-engraver.cc (acknowledge_axis_group):
469         always store axis group.
470
471 2006-07-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
472
473         * input/regression/instrument-switch.ly: new file.
474
475         * lily/instrument-switch-engraver.cc (process_music): new file.
476
477         * ly/engraver-init.ly: add Instrument_switch_engraver
478
479         * ly/music-functions-init.ly: \instrumentSwitch
480
481         * scm/define-context-properties.scm
482         (all-user-translation-properties): add instrumentCueName
483
484         * scm/define-grobs.scm (all-grob-descriptions): add InstrumentSwitch
485
486 2006-07-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
487
488         * ly/music-functions-init.ly: music function \transposition.
489
490         * lily/parser.yy (command_element): softcode \transposition.
491
492         * lily/fall-engraver.cc (process_music): delta-pitch -> delta-step.
493         (process_music): oops.
494
495         * lily/instrument-name-engraver.cc (start_spanner): new
496         function. Create spanner when property changes.
497         (stop_spanner): new function.
498
499         * python/convertrules.py (conv): add rule.
500
501         * lily/instrument-name-engraver.cc: shortVocalName iso. vocNam,
502         shortInstrumentName iso. instr.
503
504         * scm/output-ps.scm (dashed-line): add phase argument to
505         dashed-line.
506
507         * lily/bar-line.cc (dashed_bar_line): new function.
508         (compound_barline): support \bar "dashed". 
509
510         * lily/lily-parser-scheme.cc (LY_DEFINE): only write
511         --output=DIR to DIR/BASE if it is a dir. 
512
513         * flower/file-name.cc (file_part): new function
514         (dir_part): new function
515
516         * lily/lily-parser-scheme.cc (LY_DEFINE): 
517
518         * DEDICATION: update
519
520 2006-07-25  Han-Wen Nienhuys  <hanwen@lilypond.org>
521
522         * lily/instrument-name-engraver.cc: formatting.
523
524         * python/convertrules.py (conv): bugfix for \epsfile.
525
526 2006-07-25  Joe Neeman  <joeneeman@gmail.com>
527
528         * lily/grob.cc:
529         
530         * lily/gourlay-breaking.cc: Oops, these should have been included
531         in my last commit
532
533 2006-07-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
534
535         * scripts/*.py (program_name): cleanup relocation snippets.
536
537         * scripts/convert-ly.py (datadir): remove LILYPONDPREFIX support.
538
539 2006-07-24  Joe Neeman  <joeneeman@gmail.com>
540
541         * scm/define-grobs.scm (all-grob-descriptions): make NonMusicalPaperColumn
542         page-breakable by default
543
544         * scm/layout-page-layout.scm (space-systems): fix bug where the force isn't
545         correctly calculated for a single-system page
546
547         * scm/lily-library.scm (interval-sane?): also check that the first number is no
548         bigger than the second number
549
550         * lily/simple-spacer.cc (solve): allow compression even when ragged (but we
551         acknowledge that we aren't satisfying constraints)
552
553         * lily/hara-kiri-group-spanner.cc (request_suicide): give equal treatment to
554         non-Items
555
556         * lily/grob.cc (pure_height): add minimum-Y-extent
557
558         * lily/gourlay-breaking.cc (solve): don't ignore a compression force, even if we're
559         ragged
560
561         * lily/constrained-breaking.cc: convert code to use new Matrix class
562         (get_best_solution): new function
563
564         * scm/page.scm (make-page-stencil): don't crash if we annotate-layout when there
565         is a page with no systems
566
567 2006-07-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
568
569         * VERSION (PACKAGE_NAME): release 2.9.13
570
571         * scm/define-grobs.scm (all-grob-descriptions): remove stray
572         assignment.
573
574 2006-07-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
575
576         * Documentation/topdocs/NEWS.tely (Top): doc new features.
577
578         * scm/output-lib.scm (grace-spacing::calc-shortest-duration): new
579         function.
580
581         * scm/define-grob-properties.scm (all-user-grob-properties):
582         remove grace-space-factor.
583
584         * scm/define-grob-interfaces.scm (grace-spacing-interface): add
585         grace-spacing-interface
586         (spacing-options-interface): add.
587
588         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add Grace_spacing_engraver
589
590         * lily/spacing-options.cc (get_duration_space): move function from spacing-basic.cc
591
592         * lily/spacing-basic.cc (note_spacing): do init_from_grob on
593         GraceSpacing object.
594
595         * lily/note-spacing.cc: fix prop list formatting
596
597         * lily/beaming-pattern.cc (de_grace): new function. Sensible
598         beaming for grace notes too.
599
600         * input/regression/spacing-grace.ly: update.
601
602         * lily/grace-spacing-engraver.cc: new file.
603
604         * lily/spacing-spanner.cc: add strict-grace-spacing.
605
606 2006-07-20  Graham Percival  <gpermus@gmail.com>
607
608         * lily/parser.yy: compile fix.
609
610 2006-07-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
611
612         * scm/define-grobs.scm (all-grob-descriptions): typo.
613
614         * scm/framework-eps.scm (dump-stencils-as-EPSes): just strip
615         .eps extension from includegraphics.
616
617         * scripts/lilypond-book.py (main): add support for --pdf. 
618
619         * lily/spacing-spanner.cc (calc_common_shortest_duration): use
620         callback to compute common shortest duration.
621         (set_springs): typo.
622
623         * scm/define-grob-properties.scm (all-user-grob-properties): add
624         strict-grace-spacing.
625
626         * lily/spacing-determine-loose-columns.cc (is_loose_column):
627         support float_grace_columns_.
628
629         * lily/spacing-options.cc (init_from_grob): new file.
630
631         * Documentation/topdocs/NEWS.tely (Top): doc tupletFullLengthNote.
632
633         * input/regression/spacing-loose-grace.ly: new file.
634
635         * Documentation/topdocs/NEWS.tely (Top): document new feature.
636
637         * lily/tuplet-engraver.cc (struct Tuplet_description): read
638         tupletFullLengthNote too. Choose right bound depending on value.
639
640         * input/regression/tuplet-full-length-note.ly: new file.
641
642 2006-07-19  Erik Sandberg  <mandolaerik@gmail.com>
643
644         * lily/*-performer.cc: Converted try_music to listen_*
645
646         * lily/grob-info.cc, lily/engraver.cc: represent the cause of grob
647         as a stream-event internally. Introduce event_cause (), deprecate
648         music_cause ().
649
650         * scm/define-music-types.scm: Removed BusyPlayingEvent
651         
652 2006-07-19  Mats Bengtsson  <mabe@s3.kth.se>
653
654         * Documentation/user/advanced-notation.itely (Font selection):
655         Document how to get a list of available fonts using 'lilypond
656         -dshow-available-fonts blabla'.
657
658 2006-07-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
659
660         * GNUmakefile.in: filter lily-XXX.pdf files.
661
662         * scm/define-grob-interfaces.scm (bend-after-interface): add thickness.
663
664         * scm/define-grob-properties.scm (all-internal-grob-properties):
665         remove delta-pitch. Use delta-position everywhere.
666
667         * scm/output-lib.scm (fall::print): use new order.
668
669         * scm/output-ps.scm (path): reorder arguments.
670
671         * scm/output-svg.scm (path): support for path primitive.
672
673         * input/regression/bend-after.ly: new file.
674
675         * Documentation/user/GNUmakefile ($(outdir)/%.pdf): foolproof
676         recipe for eps -> pdf conversion.
677
678 2006-07-19  Erik Sandberg  <mandolaerik@gmail.com>
679
680         * lily/parser.yy, lily/lexer.ll: added some simplifications by
681         Angelo Contardi.
682
683 2006-07-19  Graham Percival  <gpermus@gmail.com>
684
685         * input/manual/screech-boink.ly: moved to here.
686
687         * input/screech-boink.ly: deleted.
688
689         * scm/define-grob-properties.scm: clarify doc string.
690
691 2006-07-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
692
693         * Documentation/topdocs/NEWS.tely (Top): doc new feature.
694
695         * scm/output-ps.scm (path): define path.
696
697         * scm/define-stencil-commands.scm
698         (ly:register-stencil-expression): add path.
699
700         * scm/define-music-properties.scm (all-music-properties): add delta-pitch.
701
702         * ly/engraver-init.ly: add Fall_engraver
703
704         * lily/parser.yy (music_function_event): allow musicfunction
705         without music arg as music_function_event.
706
707         * lily/grob-scheme.cc (LY_DEFINE):
708         ly:grob-robust-relative-extent. New function.
709
710         * scm/define-grobs.scm (all-grob-descriptions): add BendAfter
711
712         * scm/define-music-types.scm (music-descriptions): add BendAfterEvent.
713
714         * scm/output-lib.scm (fall::print): new function
715
716         * lily/fall-engraver.cc (stop_fall): new file.
717
718         * ly/music-functions-init.ly: alphabetise.
719
720         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): pdf iso. eps as
721         base.
722
723 2006-07-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
724
725         * VERSION (PATCH_LEVEL): bump version. Release 2.9.12
726
727         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
728         doc pdftex usage.
729
730         * lily/translator-group.cc (connect_to_context): non const error message.
731
732         * Documentation/user/GNUmakefile ($(outdir)/%.pdf): update to use PDF
733
734         * scm/paper.scm (internal-set-paper-size): define landscape to #f
735         if unset.
736
737         * scm/framework-ps.scm (convert-to-pdf): swap h and w in case of landscape. 
738
739         * stepmake/stepmake/texinfo-rules.make: strip DVI support.
740
741         * scm/framework-eps.scm (dump-stencils-as-EPSes): generate
742         systems.pdftex too.
743
744         * scm/backend-library.scm (postscript->pdf): use -dEPSCrop for PDF.
745
746         * make/lilypond-vars.make (TEXINPUTS): add pdf output format.
747
748         * Documentation/topdocs/NEWS.tely (Top): add pdftex note.
749
750         * scm/output-ps.scm (resetrotation): use gsave/grestore for rotation.
751
752         * lily/main.cc (parse_argv): don't overwrite previous --formats string.
753
754         * scm/backend-library.scm (postscript->pdf): strip .eps too. 
755
756 2006-07-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
757
758         * scm/layout-page-layout.scm: Define module, tidy code, use more
759         functions iso. a single big one.
760
761         * scm/layout-page-dump.scm: move page dump functions used in two
762         pass spacing to this file. Define module.
763
764         * scm/lily.scm (ly:load): don't load layout-page-layout.scm
765          (separate module)
766
767         * ly/paper-defaults.ly: use module layout-page-layout.
768
769 2006-07-14  Erik Sandberg  <mandolaerik@gmail.com>
770
771         * lily/music.cc: Revised MusicEvent event class. It now contains
772         event data directly instead of encapsulating it in music. The
773         previously used class is renamed to OldMusicEvent.
774
775         * lily/stream-event.cc: Stream events are now probs.
776         
777         * lily/translator-group.cc, lily/translator.cc: Translators can
778         now listen directly to stream events, by using macros
779         [DECLARE,IMPLEMENT]_TRANSLATOR_LISTENER.
780
781         * lily/arpeggio-engraver.cc: Converted to use new event system
782
783         * THANKS: Corrected spelling mistake.
784
785 2006-07-12  Graham Percival  <gpermus@gmail.com>
786
787         * Documentation/user/SConscript, make/lilypond-vars.make,
788         input/GNUmakefile: doc build looks in input/manual instead
789         of input/test/
790
791         * input/manual/ GNUmakefile, SConscript: build files for
792         input/manual/
793
794         * input/test/ various: some files moved to input/manual/ 
795
796         * Documentation/user/basic-notation.itely: small updates;
797         thanks Kieren and Charles!
798
799 2006-07-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
800
801         * VERSION (PACKAGE_NAME): release 2.9.11
802
803         * Documentation/topdocs/NEWS.tely (Top): update prop value 
804
805         * Documentation/user/basic-notation.itely (Tuplets): new property
806         value.
807
808 2006-07-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
809
810         * python/convertrules.py (conv): tweaks. 
811
812         * VERSION (PATCH_LEVEL): bump version.
813
814         * python/convertrules.py (conv): add rule for
815         tupletNumberFormatFunction.
816
817         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
818         tupletNumberFormatFunction.
819
820         * scm/define-grobs.scm (all-grob-descriptions): calc TupletNumber
821         text through 'text callback.
822
823         * lily/time-scaled-music-iterator.cc (construct_children): copy
824         tweaks generated events.
825
826         * scm/define-context-properties.scm
827         (all-user-translation-properties): remove tupletNumberFormatFunction
828
829         * lily/tuplet-engraver.cc (process_music): don't read
830         tupletNumberFormatFunction
831
832         * scm/output-lib.scm (tuplet-number::calc-fraction-text): new
833         function.
834
835 2006-07-11  Erik Sandberg  <mandolaerik@gmail.com>
836
837         * lily/global-context-scheme.cc: Separated ly:run-translator into
838         smaller pieces.
839
840         * lily/score-engraver.cc, lily/score-performer.cc,
841         scm/define-context-properties.scm: Make paper/midi output
842         accessable as a context property.
843
844         * lily/score-translator.cc, lily/score-context.cc: Removed.
845
846 2006-07-07  Guido Amoruso  <guidonte@katamail.com>
847
848         * scm/ps-to-png.scm (Module): 
849         * scm/framework-tex.scm (Module): 
850         * scm/framework-ps.scm (Module): 
851         * scm/backend-library.scm (Module): 
852         * scm/framework-ps.scm: invoke gs with "-dDEVICEWIDTHPOINTS" and
853         "dDEVICEHEIGHTPOINTS".
854
855 2006-07-04  Graham Percival  <gpermus@gmail.com>
856
857         * Documentation/user/ various: general improvements to
858         "working with lilypond files" section.
859
860 2006-07-03  Erik Sandberg  <mandolaerik@gmail.com>
861
862         * lily/sequential-iterator.cc: Change the default get_music_list
863         to read elements-callback music property
864
865         * scm/define-music-types.scm, scm/music-functions.scm: Cleaner
866         processing of multimeasure rests. Softcoded
867         sequential-music-iterator.
868
869         * lily/sequential-music-iterator.cc: Removed.
870
871 2006-06-28  Graham Percival  <gpermus@gmail.com>
872
873         * Documentation/user/basic-notation.itely: clarify \repeatTie.
874
875 2006-06-27  Erik Sandberg  <mandolaerik@gmail.com>
876
877         * lily/parser.yy: Wrap non-post-events in EventChords before
878         assigning them to identifiers.
879
880 2006-06-27  Mats Bengtsson  <mabe@s3.kth.se>
881
882         * lily/bar-line.cc (compound_barline): Fix parenthesis error,
883         gives correct vertical placement of \bar ":" in all staff
884         sizes. Thanks Martial!
885
886 2006-06-26  Graham Percival  <gpermus@gmail.com>
887
888         * Documentation/user/invoking.itely : minor update from mailist.
889
890 2006-06-26  Erik Sandberg  <mandolaerik@gmail.com>
891
892         * lily/ various: Introduce stream events of types Prepare,
893         OneTimeStep, CreateContext, AnnounceNewContext, RemoveContext,
894         ChangeContext, SetProperty, RevertProperty, Override and Revert.
895
896         * lily/global-context*.cc: Time is now -inf before iteration
897         starts.
898
899         * lily/include/context.hh: Removed unique_, init_
900
901         * Documentation/topdocs/NEWS: Make the feathered beam example
902         avoid triggering a bug.
903
904 2006-06-24  Graham Percival  <gpermus@gmail.com>
905
906         * Documentation/user/ various: small additions from mailist.
907
908 2006-06-22  Mats Bengtsson  <mabe@s3.kth.se>
909
910         * ly/performer-init.ly: Add some missing links in the context
911         hierarchy for MIDI output. There are probably some more missing!
912
913 2006-06-21  Graham Percival  <gpermus@gmail.com>
914
915         * Documentation/user/ various: minor spelling fixes;
916         thanks Dave Luttinen!
917
918         * Documentation/user/ various: small clarifications;
919         thanks Anthony Youngman!
920
921 2006-06-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
922
923         * po/fr.po: add \n appropriately.
924
925         * lily/lexer.ll: remove ? from version-seen?  
926
927 2006-06-19  John Mandereau  <john.mandereau@free.fr>
928
929         * po/fr.po; update translation, by Jean-Charles Malahieude and
930         John Mandereau.
931
932 2006-06-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
933
934         * THANKS: add Markus Schneider.
935
936         * lily/tab-staff-symbol-engraver.cc: derive from Engraver, not
937         Staff_symbol_engraver
938
939         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): don't
940         replace staff_engraver
941
942         * lily/staff-symbol-engraver.cc (stop_spanner): announce end of
943         spanner.
944
945         * lily/staff-collecting-engraver.cc
946         (acknowledge_end_staff_symbol): new function
947
948         * lily/volta-engraver.cc (acknowledge_end_staff_symbol): new function. 
949
950         * lily/staff-collecting-engraver.cc
951         (acknowledge_end_staff_symbol): new function.
952
953         * lily/main.cc: switch on relocation by default.
954
955 2006-06-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
956
957         * lily/spacing-spanner.cc (musical_column_spacing): set
958         compound_fixed_note_space to 0.0. Document why.
959
960         * lily/simple-spacer.cc (is_sane): also have a kludge for numeric
961         range of inverse_hooke_
962         (Simple_spacer): init completely.
963         (fits): const
964         (get_line_configuration): don't use cols.resize(); it introduces
965         initialized data.
966
967         * scm/framework-ps.scm (dump-page): add setstrokeadjust. Backportme.
968
969         * ps/music-drawing-routines.ps: remove selectfont L1 hack.
970
971         * lily/beaming-pattern.cc (best_splitpoint_index): urg, 2nd
972         try. Divide by beatlength.
973
974         * input/regression/beaming-ternary-metrum.ly: update doc.
975         add beatLength hack.
976
977         * scm/music-functions.scm (make-time-signature-set): add
978         standard-beat-grouping. 
979
980 2006-06-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
981
982         * input/regression/tie-whole.ly: new file.
983
984         * lily/tie-formatting-problem.cc (set_column_chord_outline): don't
985         cross center of note head in case of invisible stem. 
986
987 2006-06-16  Graham Percival  <gpermus@gmail.com>
988
989         * Documentation/user/ various: small fixes from mailist.
990
991 2006-06-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
992
993         * lily/breathing-sign.cc (offset_callback): idem.
994
995         * lily/align-interface.cc (align_to_fixed_distance): remove
996         hungarian suffix.
997
998         * lily/beaming-pattern.cc (count_factor_twos): oops. We want
999         x%2==0.
1000
1001 2006-06-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
1002
1003         * VERSION (PACKAGE_NAME): release 2.9.9
1004
1005         * ly/lilypond-book-preamble.ly: add \version
1006
1007 2006-06-14  Han-Wen Nienhuys  <hanwen@lilypond.org>
1008
1009         * scripts/lilypond-book.py (PREAMBLE_LY): include
1010         lilypond-book-preamble.ly
1011
1012         * lily/stem.cc (get_beaming): return max of 0 and
1013         scm_ilength. Fixes slurring from/to beams.
1014
1015         * ly/lilypond-book-preamble.ly: new file.
1016
1017         * lily/slur.cc: add inspect-index feature.
1018
1019 2006-06-13  Graham Percival  <gpermus@gmail.com>
1020
1021         * Documentation/user/tutorial.itely: trivial fix.
1022
1023 2006-06-13  Erik Sandberg  <mandolaerik@gmail.com>
1024
1025         * lily/parser.yy, scm/ly-syntax-constructors.scm: Produce almost
1026         all non-event music in the parser via MAKE_SYNTAX.
1027
1028         * lily/parser-scheme.cc: Add ly:parser-error function
1029
1030         * scm/paper.scm: fix typo
1031
1032 2006-06-13  Han-Wen Nienhuys  <hanwen@lilypond.org>
1033
1034         * THANKS: add RT.
1035
1036         * lily/font-config.cc (init_fontconfig): add warning if cache_file
1037         is null.
1038
1039         * buildscripts/output-distance.py (test_compare_signatures):
1040         timing routines.
1041         (read_signature_file): use new signature format.
1042
1043         * scm/stencil.scm (write-system-signature): simpler signature
1044         format.
1045
1046         * lily/stem.cc (calc_stem_end_position): calc quantized-positions
1047         for beamed case. 
1048
1049         * lily/note-spacing.cc (stem_dir_correction): don't inspect
1050         stem_end_position, but estimate instead. 
1051
1052         * lily/tuplet-bracket.cc (calc_positions): look at
1053         stem-end-position for tuplet bracket slope. Fixes sloped tuplet
1054         brackets narrower than beams. 
1055
1056         * lily/lexer.ll: set version-seen? even if version is
1057         INVALID. 
1058
1059         * lily/rest.cc (y_offset_callback): bugfix: decide position
1060         override based on scm_is_number(). Fixes \rest on center staff
1061         line. 
1062
1063         * lily/beaming-pattern.cc (best_splitpoint_index): fix beaming
1064         patterns for 16th triplets.
1065
1066 2006-06-10  Graham Percival  <gpermus@gmail.com>
1067
1068         * Documentation/user/ page.itely, global.itely: editing
1069         and reorg.
1070
1071         * Documentation/user/ various: findex -> funindex.
1072
1073 2006-06-10  Erik Sandberg  <mandolaerik@gmail.com>
1074
1075         * lily/time-scaled-music-iterator.cc: Use tupletSpannerDuration to
1076         insert extra tuplet events.
1077
1078 2006-06-10  Graham Percival  <gpermus@gmail.com>
1079
1080         * Documentation/user/programming-interfaces.itely: add
1081         info from NEWS.
1082
1083         * python/convertrules.py: add annotatefoo -> annotate-foo
1084         rules.
1085
1086         * Documentation/user/global.itely: start editing.
1087
1088         * Documentation/user/page.itely: major editing, new spacing
1089         docs.
1090
1091 2006-06-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
1092
1093         * scm/define-markup-commands.scm (wordwrap-markups): use
1094         output-def 'line-width if undefined.
1095
1096         * HACKING: trim outdated info.
1097
1098 2006-06-09  Mats Bengtsson  <mabe@s3.kth.se>
1099
1100         * scm/define-grobs.scm (all-grob-descriptions): Add
1101         line-spanner-interface to all grobs that already have
1102         text-spanner-interface or dynamic-text-spanner-interface
1103
1104         * scm/page.scm: Rename annotate{headers,systems,page}->
1105         annotate-*
1106
1107         * input/regression/page-spacing.ly,
1108         input/regression/page-layout-manual-position.ly: idem
1109
1110 2006-06-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
1111
1112         * lily/line-spanner.cc: cleanup property list.
1113
1114         * scripts/lilypond-book.py (find_toplevel_snippets): don't use
1115         generator expressions (2.3 compat). 
1116
1117 2006-06-09  Mats Bengtsson  <mabe@s3.kth.se>
1118
1119         * lily/vertical-align-engraver.cc: Make sure that the
1120         align{Above,Below}Context properties are included in the automatic
1121         documentation.
1122
1123 2006-06-08  Joe Neeman  <joeneeman@gmail.com>
1124
1125         * scm/paper-system.scm (paper-system-annotate): also annotate the
1126         estimated pure-Y-extent
1127
1128         * scm/define-grobs.scm: add pure-Y-extent and pure-Y-offset functions
1129
1130         * lily/system.cc (break_into_pieces): set the estimated height
1131         of each child system
1132
1133         * lily/stem.cc (pure_height): new pure-Y-extent callback
1134
1135         * lily/staff-symbol-referencer.cc (callback): don't destroy
1136         the staff-position property
1137
1138         * lily/hara-kiri-group-spanner.cc (request_suicide): split
1139         consider_suicide into two functions
1140
1141         * lily/constrained-breaking.cc (resize): use the new pure
1142         callbacks to estimate the height of a system
1143
1144         * lily/axis-group-interface.cc (pure_group_height): new
1145         side-effect-free VerticalAxisGroup height-callback
1146
1147         * lily/align-interface.cc (get_extents_aligned_translates):
1148         split align_elements_to_extents into two functions
1149         (get_pure_child_y_translation): new function
1150
1151         * lily/grob.cc: new functions for pure-Y-extent and pure-Y-offset
1152
1153         * lily/item.cc: new functions pure_is_visible and spanned_rank_iv
1154
1155         * lily/paper-score.cc: cache break_indices and columns
1156
1157         * lily/side-position-interface.cc: new pure-Y-extent callbacks
1158         
1159 2006-06-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
1160
1161         * lily/font-config.cc (init_fontconfig): do the init if
1162         cache_file, but don't look at cache_file.
1163
1164         * input/regression/quote-tie.ly: new file.
1165
1166         * lily/tie-engraver.cc (struct Head_event_tuple): add end_moment_
1167         to Head_event_tuple, so we deal gracefully with ties on
1168         cue-endings.
1169
1170         * lily/pango-font.cc (pango_item_string_stencil): type correctness
1171         for FcChar8*
1172
1173 2006-06-08  Graham Percival  <gpermus@gmail.com>
1174
1175         * input/test/ smart-transpose.ly, reverse-music.ly:
1176         \applyMusic to music functions update, thanks Michael!
1177
1178 2006-06-07  Graham Percival  <gpermus@gmail.com>
1179
1180         * input/test/ add-staccato.ly, add-text-script.ly,
1181         unfold-all-repeats.ly, music-box.ly: \applyMusic to
1182         music functions update, thanks to Michael Meixner.
1183
1184         * Documentation/user/music-glossary.tely: small fix
1185         from Francisco.
1186
1187         * Documentation/user/ various: minor additions from mailist.
1188
1189         * Documentation/user/lilypond.tely, basic-notation.itely:
1190         small test of @funindex.  (works here)
1191
1192         * input/test/font-table.ly: reduce size to partially
1193         de-ugly version in manual.
1194
1195         * Documentation/user/page.itely: new file (split former
1196         "global issues" into "page settings" and "non-musical
1197         output".
1198
1199         * Documentation/user/ various: fix @ref{}s to match
1200         new chapter names (above).
1201
1202 2006-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1203
1204         * SConstruct (LILYPONDPREFIX): Bootstrap fix.
1205
1206 2006-06-06  Graham Percival  <gpermus@gmail.com>
1207
1208         * Documentation/user/advanced-notation.itely: add example
1209         for segno/coda on barline.
1210
1211         * tex/texinfo.tex: merge from upstream.
1212
1213 2006-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1214
1215         * scripts/lilypond-book.py (process_snippets): Argument fix.
1216
1217         * SConstruct:
1218         * buildscripts/builder.py:
1219         * lily/SConscript: 
1220         * mf/SConscript: 
1221         * Documentation/user/SConscript:  More SCons fixes.
1222
1223 2006-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1224
1225         * lily/font-config.cc (init_fontconfig): Only initialize if
1226         global cache_file is found.
1227
1228 2006-06-06  Erik Sandberg  <mandolaerik@gmail.com>
1229
1230         * ly/music-functions-init.ly: Updated \overrideProperty to use the
1231         new \applyOutput.
1232
1233 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
1234
1235         * VERSION (PACKAGE_NAME): release 2.9.8
1236
1237         * lily/ledger-line-engraver.cc (stop_translation_timestep): new
1238         function. Delay ledger modifying ledgered grobs to
1239         stop_translation_timestep(), to ensure that we're ledgering
1240         according to the new spanner.
1241         (acknowledge_staff_symbol): don't check for non-NULL
1242         staff_sym->get_bound()
1243
1244         * lily/staff-symbol-engraver.cc (start_spanner): set left bound on
1245         creation.
1246
1247         * Documentation/pictures/GNUmakefile (XPM_FILES): src-wildcard for
1248         pictures too.
1249
1250         * GNUmakefile.in (dist-toplevel-txt-files): dist aclocal.m4
1251         directly from srcdir/stepmake/aclocal.m4
1252         
1253         * Documentation/misc/GNUmakefile (TEXTS): use src-wildcard for
1254         disting MISC files.
1255
1256         * lily/simple-spacer.cc (get_column_desc): desc -> description.
1257
1258 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
1259
1260         * lily/simple-spacer.cc (get_line_configuration): add
1261         keep-inside-line rods
1262         (struct Column_desc): add constructor
1263         (struct Rod_desc): add constructor
1264         (get_line_forces): check for forced page breaks here too
1265
1266         * lily/instrument-name-engraver.cc (acknowledge_axis_group): prevent
1267         support/elements cycles between InstrumentNames and AxisGroups
1268
1269 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
1270
1271         * config.make.in (METAFONT): remove MAKEINFO_VERSION
1272
1273         * stepmake/stepmake/topdocs-targets.make (make-txt-files): define
1274         make-txt-files target.
1275
1276         * stepmake/stepmake/toplevel-targets.make (do-top-doc): use
1277         make-txt-files target.
1278
1279         * configure.in (LINK_GXX_STATICALLY): $srcdir for readlink.py
1280
1281         * stepmake/stepmake/generic-vars.make (distdir): create dist in
1282         top-build-dir.
1283
1284 2006-06-06  Jürgen Reuter  <reuter@ipd.uka.de>
1285
1286         * Documentation/user/instrument-notation.itely,
1287         input/regression/breathing-sign-ancient.ly,
1288         input/test/divisiones.ly: Removed redundant property settings for
1289         vaticana contexts.
1290
1291         * ly/gregorian-init.ly: Rewrote \versus and \responsum in order to
1292         fix lyrics alignment problems.  They are implemented now as scheme
1293         functions that add the appropriate unicode char to the first lyric
1294         event rather than adding a separate lyric event.  Minor edit of
1295         comments.
1296
1297 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
1298
1299         * GNUmakefile.in (dist-toplevel-txt-files): new target. Don't
1300         pollute src dir with built .txt files, but install directly from
1301         Documentation/topdocs/out/
1302
1303         * buildscripts/output-distance.py
1304         (ComparisonData.create_html_result_page): put version/directories
1305         in table header.
1306
1307         * Documentation/topdocs/NEWS.tely (Top): document spacing section
1308         feature.
1309
1310         * configure.in (LINK_GXX_STATICALLY): use readlink.py to resolve links.
1311         Patch by Karl Hammar
1312         
1313         * buildscripts/readlink.py: add  file.
1314         Patch by Karl Hammar
1315
1316 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
1317
1318         * lily/tuplet-number.cc (print): prevent stencil from being
1319         garbage collected.
1320
1321 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
1322
1323         * scm/stencil.scm (write-system-signature): explicitly 
1324         -well, superfluously- close output port.
1325
1326         * buildscripts/output-distance.py (main): oops. Add extra argument.
1327
1328 2006-06-05  Graham Percival  <gpermus@gmail.com>
1329
1330         * Documentation/user/music-glossary.tely: clarified example
1331         from Francisco Vila, thanks!
1332
1333 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
1334
1335         * input/regression/spacing-section.ly: new file.
1336
1337         * lily/input.cc (programming_error): new function.
1338
1339         * lily/spacing-engraver.cc (try_music): new function. Accept
1340         spacing-section-event
1341
1342         * lily/spacing-spanner.cc (set_springs): take slices of all
1343         columns for spacing.
1344
1345         * lily/include/paper-column.hh (class Paper_column): add
1346         Paper_column::compare.
1347
1348         * ly/spanners-init.ly (newSpacingSection): add newSpacingSection.
1349
1350         * scm/define-music-types.scm (music-descriptions): add
1351         SpacingSectionEvent
1352
1353         * lily/music-iterator.cc (report_event): use programming_error for
1354         sending non-event error.
1355
1356         * lily/input.cc (programming_error): new function
1357
1358         * buildscripts/output-distance.py (main): use compare-XXX for
1359         compare files.
1360         (main): --threshold option, default at 0.30
1361
1362         * output-distance.py (main): add --threshold option.
1363
1364 2006-06-04  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1365
1366         * scm/paper-system.scm (paper-system-annotate): fix problem when
1367         annotating an empty system
1368
1369 2006-06-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
1370
1371         * GNUmakefile.in: reinstate old web tar/copying.
1372
1373 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
1374
1375         * lily/lyric-combine-music-iterator.cc (find_voice): return 0 if
1376         nothing changes. (Erik S) 
1377
1378         * lily/percent-repeat-iterator.cc (get_music_list): fix repeat
1379         count. (Erik S)
1380
1381 2006-05-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1382
1383         * scm/define-markup-commands.scm (whiteout): do not force
1384         foreground color of argument markup to black.
1385
1386         * scm/stencil.scm (annotate-y-interval): put arrow dimension at
1387         the left of the arrow, instead of below the arrow name, so that,
1388         when two little arrows are vertically stacked, their dimensions
1389         and name should not overlap. Add a color key parameter.
1390
1391         * scm/paper-system.scm (paper-system-annotate): Annotate
1392         next-space+next-padding instead of next-space. Annotate space
1393         between next-padding and next-space+padding, respectively, and
1394         following system extent and refpoint-Y-extent. Use colors.
1395
1396         * scm/page.scm (annotate-page): translate annotations slightly to
1397         the right.
1398
1399 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
1400
1401         * lily/figured-bass-position-engraver.cc (acknowledge_end_slur):
1402         fix for x-staff slurs. Thanks Joe!
1403
1404         * buildscripts/output-distance.py
1405         (SystemLink.output_expression_change_count): keep track of changed
1406         details, and dump in details html page.
1407  
1408         * input/regression/figured-bass-staff.ly: add note about setting
1409         properties in Staff context.
1410
1411         * lily/figured-bass-position-engraver.cc (acknowledge_slur):
1412         add slurs and ties to support too.
1413
1414         * buildscripts/output-distance.py (main): set dest_dir
1415         argument. Add --max-count option.
1416
1417 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
1418
1419         * ly/gregorian-init.ly: Converted to utf-8.  Added memorable
1420         shortcuts for special unicode chars that are useful in chant
1421         notation.  Revised exisiting and added new comments.
1422
1423 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
1424
1425         * make/mutopia-rules.make: remove duplicate recipe.
1426
1427 2006-06-02  Werner Lemberg  <wl@gnu.org>
1428
1429         * tex/texinfo.cnf: Fix typo (\euro -> \minus).
1430         Add support for U+0132 (IJ) and U+0133 (ij).
1431
1432 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
1433
1434         * buildscripts/output-distance.py (FileLink): new class. collect
1435         info systems from one .ly file. 
1436         (FileLink.link_files_for_html): further tweaks.
1437
1438 2006-06-02  Graham Percival  <gpermus@gmail.com>
1439
1440         * tex/texinfo.tex: partial fix for @funindex.
1441
1442         * Documentation/user/macros.tely: uncomment @funindex (doesn't
1443         break anything).
1444
1445 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
1446
1447         * make/mutopia-vars.make (ly_examples): replace .ly.txt with .ly
1448
1449         * tex/texinfo.tex (sectionheading, q.v.): call \quoteexpand for
1450         @example too. Backportme.
1451
1452 2006-06-02  Graham Percival  <gpermus@gmail.com>
1453
1454         * tex/texinfo.cnf: added UTF-8 support for texinfo; patch
1455         from Werner Lemberg.
1456
1457 2006-06-02  Paco (Francisco Vila)  <fravd@ya.com>
1458
1459         * Documentation/user/music-glossary.tely: additional spanish
1460         updates and a lyrics fix in an example.
1461
1462 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
1463
1464         * scm/define-grob-properties.scm: Previous patch contained
1465         spurious line from another patch not yet committed.  Fixed.
1466
1467         * scm/define-grob-properties.scm: Add missing doc strings for
1468         ancient notation.
1469
1470 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
1471
1472         * buildscripts/output-distance.py
1473         (ComparisonData.write_text_result_page): separate the scores, sort
1474         by geo_score.
1475
1476         * scm/framework-eps.scm (output-classic-framework): start at 1 for
1477         system signatures.
1478
1479         * buildscripts/output-distance.py (me_path): use argv[0] for
1480         sys.path extension
1481         (ComparisonData.img_cell): use colored borders.
1482
1483         * scm/stencil.scm (write-system-signature): escape newlines too.
1484         (write-system-signature): use (1,-1) interval for empty interval
1485
1486 2006-01-01  Graham Percival  <gpermus@gmail.com>
1487
1488         * Documentation/user/music-glossary.tely: Spanish updates
1489         from Francisco Vila.
1490
1491         * Documentation/user/lilypond-book.itely: addition from
1492         Vaclav Smilauer.
1493
1494         * Documentation/user/ various: edits, small additions
1495         from mailist, etc.
1496
1497 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1498
1499         * GNUmakefile.in (tree-lib-prefix-current):
1500         (tree-share-prefix-current): Use version number in tree, add
1501         `current' symlinks.
1502
1503 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
1504
1505         * GNUmakefile.in: write VERSION, again.
1506
1507         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
1508         $(outdir)/%.ly $(outdir)/%.ps): dump sigs for normal files too.
1509
1510         * stepmake/aclocal.m4: robuster version detection.
1511
1512         * buildscripts/output-distance.py
1513         (ComparisonData.create_html_result_page): copy only if file
1514         exists, fixup src paths.
1515
1516         * stepmake/bin/add-html-footer.py (built): junk gulp_file()
1517
1518 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1519
1520         * stepmake/aclocal.m4: Robustification for (gcc) version detection.
1521         Another datarootdir reto.
1522
1523         * cygwin/postinstall-lilypond.sh: Do not fail if info docs aren't
1524         available.  This should be moved to postinstall-lilypond-doc.
1525
1526 2006-05-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
1527
1528         * GNUmakefile.in: simplify local-WWW-post. 
1529         remove -type l from find.
1530
1531         * buildscripts/output-distance.py (ComparisonData.compare_trees):
1532         fixes. Don't follow symlinks.
1533         (ComparisonData.create_html_result_page): remove previous results.
1534         insert ../python in path.
1535
1536         * scripts/lilypond-book.py (PREAMBLE_LY): spacing fixes.
1537
1538 2006-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1539
1540         * config.make.in (datadir): Add datarootdir to silence autoconf.
1541
1542         * stepmake/aclocal.m4: Update for autoconf-2.59d.
1543
1544 2006-05-31  Erlend Aasland  <erlenda@gmail.com>
1545
1546         * dynamic-engraver.cc: fix bug (dynamics collide with accidentals)
1547
1548         * scm/output-ps.scm (repeat-slash): fix a bug that made repeat
1549         slash beams too wide.
1550
1551 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
1552
1553         * VERSION: release 2.9.7
1554         
1555 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1556
1557         * lily/relocate.cc (read_relocation_dir): Do not blindly
1558         dereference DIR.
1559
1560 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
1561
1562         * lily/parser.yy: replace THIS by PARSER
1563
1564         * Documentation/index.html.in: add link to test-results.html page.
1565
1566         * Documentation/topdocs/NEWS.tely (Top): update NEWS entry.
1567
1568         * scm/translation-functions.scm (format-bass-figure): translate
1569         digits over 10 to the left
1570
1571         * scm/define-markup-commands.scm (translate-scaled): new markup.
1572
1573         * mf/feta-nummer-code.mf (code): overshoot the topright tip of the
1574         7 glyph. 
1575
1576         * ly/engraver-init.ly: add Figured_bass_engraver
1577
1578         * lily/engraver-group.cc (acknowledge_grobs): use start/stop drul.
1579
1580         * lily/figured-bass-engraver.cc (clear_spanners): use everywhere.
1581
1582         * lily/score-engraver.cc (announce_grob): only note START announces.
1583
1584         * lily/include/engraver-group.hh (Translator_group):
1585         acknowledge_hash_table_ is now drul.
1586
1587         * lily/engraver.cc (announce_end_grob): new method.
1588
1589         * lily/include/grob-info.hh (class Grob_info): add start_end_ member.
1590
1591         * lily/translator-dispatch-list.cc (create): take start_end argument.
1592
1593         * lily/include/translator.hh (TRANSLATOR_DECLARATIONS): change
1594         acknowledge_static_array_ to drul
1595
1596         * lily/include/translator.icc (ADD_END_ACKNOWLEDGER): new macro.
1597
1598         * scm/define-grob-interfaces.scm
1599         (bass-figure-alignment-interface): add bass-figure-alignment-interface
1600
1601         * scm/define-grobs.scm (all-grob-descriptions): add
1602         BassFigureAlignmentPositioning
1603
1604         * ly/Welcome-to-LilyPond-MacOS.ly: include in LilyPond, so version
1605         number stays up to date. Backportme.
1606
1607 2006-05-30  Mats Bengtsson  <mabe@s3.kth.se>
1608
1609         * Documentation/user/basic-notation.itely (Bar lines): Document
1610         the "||:" bar type. 
1611
1612 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1613
1614         * buildscripts/builder.py: Remove --ly option/target from mf-to-table.
1615
1616         * scripts/lilypond-book.py: Bugfix: do not blindly attempt
1617         .../current hack if LILYPONDPREFIX is fine.  Fixes `scons doc'
1618         build.
1619
1620         * Resurrect `scons lily' build.
1621
1622         * SConstruct (symlink_tree): Bugfix: link
1623         music-drawing-routines.ps to file iso directory.
1624
1625         * lily/SConscript: Remove kpath-guile from LIBS.
1626
1627         * SConstruct (libdir_package_version): Typo.
1628         (configure): Comment-out fontforge for lack of fontforge.pc .
1629         Also add libdir* to environment.
1630
1631 2006-05-30  Graham Percival  <gpermus@gmail.com>
1632
1633         * Documentation/user/ various: minor additions from mailist and
1634         editing.
1635
1636 2006-05-30  Paco <fravd@ya.com>
1637
1638         * Documentation/user/music-glossary.tely: numerous corrections and
1639         some new translations.
1640
1641 2006-05-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
1642
1643         * BackportmeStart.
1644         
1645         * buildscripts/output-distance.py
1646         (ComparisonData.create_html_result_page): new routine: summarise
1647         results in HTML page with images. 
1648         (ComparisonData.create_text_result_page): create summary text files too.
1649
1650         * GNUmakefile.in (web-ext): package .signature files too. They
1651         compress well. 
1652
1653         * scm/stencil.scm (write-system-signature): typo.
1654
1655         * GNUmakefile.in: create web-root/VERSION to help upload scripts.
1656
1657         * scm/stencil.scm (write-system-signature): better escaping.
1658         only write signature for music systems, not for markup systems.
1659
1660         * scm/framework-ps.scm (output-framework): dump-signatures support
1661         for plain output.
1662
1663         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): add -ddump-signatures.
1664
1665         * scm/framework-ps.scm (write-preamble): redefine mark_URI to nop
1666         for -dno-point-and-click
1667
1668         * lily/grob.cc (get_print_stencil): don't read
1669         point_and_click_global to determine whether to set grob-cause.
1670
1671 2006-05-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
1672
1673         * buildscripts/output-distance.py (main): new function.
1674         (ComparisonData): new class.
1675
1676         * lily/ledger-line-engraver.cc (acknowledge_staff_symbol): be more
1677         careful with generating new LedgerLineSpanners.
1678
1679         * lily/ledger-line-spanner.cc (set_spacing_rods): suicide if no staff.
1680
1681         * ly/engraver-init.ly: remove Ledger_line_engraver from Voice
1682         context. This fixes double ledger lines in output. 
1683
1684         * lily/system.cc (get_paper_system): remove 3 layer limit.
1685
1686         * buildscripts/output-distance.py (SystemLink.distance): new
1687         file. Compare signatures.
1688
1689         * python/safeeval.py (SafeEval.visitUnarySub): new file.
1690
1691         * lily/grob-array.cc (remove_duplicates): rename from
1692         uniq(). Sort before calling uniq() so it actually works.
1693
1694 2006-05-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
1695
1696         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): strip
1697         \version from lilypond file snippet.
1698         (Lilypond_file_snippet.ly): oops. typo.
1699         (find_toplevel_snippets): urgh. again.
1700
1701         * lily/system.cc (get_paper_systems): uniq all_elements_ , to
1702         prevent duplicated broken items in output.
1703
1704         * scm/framework-eps.scm (output-classic-framework): only dump if
1705         dump-signatures is set.
1706
1707         * scm/lily.scm (define-scheme-options): add dump-signatures option.
1708
1709         * scm/stencil.scm (write-system-signature): new routine: write
1710         python parseable signature of a separate paper system.
1711         BackportmeEnd.
1712         
1713 2006-05-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
1714
1715         * lily/stanza-number-engraver.cc (process_music): use is_markup()
1716         iso is_string().
1717         include header.
1718
1719 2006-05-25  Erik Sandberg  <mandolaerik@gmail.com>
1720
1721         * translator-group.cc: send music events to engravers in
1722         non-bottom contexts.
1723
1724         * tuplet-engraver.cc: process tuplet brackets in correct order.
1725
1726 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
1727
1728         * stepmake/aclocal.m4: STEPMAKE_PYTHON(): clear cached value since
1729         arg 2 might point us to a new binary (patch by Karl Hammar)
1730         
1731 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
1732
1733         * VERSION (PACKAGE_NAME): release 2.9.6
1734
1735         * Documentation/topdocs/NEWS.tely (Top): trim explanation. 
1736
1737         * Documentation/user/*.itely: 2nd
1738         attempt: replace funindex -> findex globally.
1739
1740 2006-05-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1741
1742         * input/no-notation/display-lily-tests.ly: fix \applyOutput
1743         test. Add \break, \pageBreak, \pageTurn, etc, tests.
1744
1745         * scm/define-music-display-methods.scm: display methods for
1746         breaks. Fix \applyOutput.
1747
1748 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
1749
1750         * Documentation/user/macros.itexi: comment out funindex expansion. 
1751
1752         * Documentation/user/music-glossary.tely: junk \oldaddlyrics
1753         everywhere.
1754
1755         * GNUmakefile.in: fix wildcarding for scrips/out/ links. Thanks
1756         Karl Hammar. Backportme.
1757  
1758         * Documentation/user/advanced-notation.itely (Balloon help): idem.
1759
1760         * Documentation/user/changing-defaults.itely (Creating contexts): idem.
1761
1762         * Documentation/user/programming-interface.itely (Running a
1763         function on all layout objects): idem.
1764
1765         * Documentation/user/introduction.itely (Automated engraving):
1766         update \applyOutput syntax
1767
1768         * lily/lyric-combine-music-iterator.cc (start_new_syllable):
1769         remove debugging hook.
1770
1771         * configure.in (LINK_GXX_STATICALLY): use "" to allow $
1772         expansion. 
1773
1774         * Documentation/user/GNUmakefile (TEXI2DVI_FLAGS): add -E.
1775
1776         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
1777         TEXI2DVI_FLAGS to texi2dvi invocation. 
1778
1779 2006-05-24  Erik Sandberg  <mandolaerik@gmail.com>
1780
1781         * lily/chord-tremolo-*.cc: Reworked how \repeat "tremolo"
1782         works. More work is done by iterator now, and engraver has been
1783         very much simplified.
1784
1785         * lily/translator-group.cc: try_music is now invoked through a
1786         listener
1787
1788         * lily/*-iterator.cc: Massive cleanups. Junked
1789         try_music_in_children globally. Renamed try_music to report_event,
1790         and made that method descend to a bottom context automatically.
1791
1792         * lily/event-iterator.cc: New file.
1793
1794         * lily/output-property-iterator.cc,
1795         lily/old-lyric-combine-music-iterator.cc: Removed.
1796
1797         * python/convert-rules.py: Modified the syntax for \applyOutput.
1798
1799 2006-05-23  Graham Percival  <gpermus@gmail.com>
1800
1801         * stepmake/stepmake/texinfo-rules.make: added -E, allows pdf doc
1802         creation.
1803
1804         * Documentation/user/ various: stuff that might have helped
1805         to fix the pdf creation, plus some minor doc additions.
1806
1807         * Documentation/user/changing-defaults.itely: remove @b from
1808         @b{ @internasref{foo}}; this breaks texi2dvi -E.
1809
1810 2006-05-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
1811
1812         * lily/beaming-pattern.cc (beamify): deal with negative start
1813         moments for beaming patterns.
1814
1815 2006-05-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
1816
1817         * lily/beaming-info.cc (beamify): new function: read beatLength
1818         and beatGrouping from context. 
1819
1820         * input/regression/beam-beat-grouping.ly (Module): new file.
1821
1822         * input/regression/beam-unconnected-beamlets.ly (Module): new file.
1823
1824         * lily/beam.cc (get_beam_segments): generate events for
1825         max_connect_ case too.
1826         (get_beam_segments): read Stem::max-beam-connect.
1827
1828         * input/regression/beam-single-stem.ly: new file.
1829
1830         * lily/stem.cc (set_beaming): use #f as signaling value for
1831         beamcount 0.
1832
1833         * lily/beam-engraver.cc (typeset_beam): set right bound if unset.
1834
1835         * lily/beam.cc (set_beaming): read clip-edges property.
1836         (calc_direction): don't suicide for single stem.
1837
1838         * lily/beaming-info.cc (best_splitpoint_index): take bool*
1839         argument, remove 1<<15 hack. Remove clip_edges() 
1840
1841         * lily/hairpin.cc (print): only do padding for nonmusical bounds
1842
1843 2006-05-21  Graham Percival  <gpermus@gmail.com>
1844
1845         * Documentation/user/basic-notation.itely: reorg.
1846
1847         * Documentation/user/ various: minor fixes.
1848
1849 2006-05-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
1850
1851         * lily/stencil-expression.cc (register_stencil_head): opps, append
1852         to cdr of static SCM object.
1853
1854 2006-05-19  Graham Percival  <gpermus@gmail.com>
1855
1856         * Documentation/user/README.txt, lilypond.tely, macros.itexi:
1857         update framework for command index.  DOC WRITERS: use @funindex
1858         instead of @cindex @code{}.
1859
1860         * Documentation/user/ various: replace @cindex @code{} => @funindex
1861
1862 2006-05-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
1863
1864         * lily/beam.cc (set_stem_lengths): trigger 'beaming callback, in
1865         case positions is set manually. 
1866
1867 2006-05-18  Erik Sandberg  <mandolaerik@gmail.com>
1868         
1869         * scm/ly-syntax-constructors.scm: New file. Converted a few syntax
1870         rules to Scheme.
1871
1872 2006-05-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
1873
1874         * Documentation/user/changing-defaults.itely (Contexts explained):
1875         use absolute dimension for @image.
1876
1877         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): generate PNG
1878         out image for illustration too.
1879         ($(outdir)/%.png): add more png <-> eps rules. 
1880
1881 2006-05-17  Graham Percival  <gpermus@gmail.com>
1882
1883         * Documentation/user/ various: remove trailing whitespace, cosmetic
1884         change to reduce changes produced by diff.
1885
1886 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
1887
1888         * lily/main.cc (do_chroot_jail): correctness tweak.
1889
1890         * python/lilylib.py (system): import subprocess in system () only.
1891
1892         * scripts/*.py: use TARGET_PYTHON iso PYTHON. Backportme.
1893
1894         * make/substitute.make (ATVARIABLES): add TARGET_PYTHON as subst
1895         variable. Backportme.
1896
1897 2006-05-17  Erik Sandberg  <mandolaerik@gmail.com>
1898         
1899         * lily/parser.yy: Change all syntax rules of type Music to SCM type
1900
1901 2006-05-17  Werner Lemberg  <wl@gnu.org>
1902
1903         * lily/lexer.ll (init_signature_has_table): Add
1904         `scm-scm-music-music'.
1905
1906         * lily/parser.yy (MUSIC_FUNCTION_SCM_SCM_MUSIC_MUSIC): New token.
1907         (Generic_prefix_music_scm): Add rule for it.
1908
1909         * lily/quote-iterator.cc (Quote_iterator::process): Handle
1910         `quoted-transposition' property.
1911
1912         * ly/music-functions-init.ly (transposedCueDuring): New function.
1913
1914         * scm/define-music-properties.scm (all-music-properties): Updated.
1915
1916         * Documenation/topdocs/NEWS.itely: Document it.
1917
1918 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
1919
1920         * python/lilylib.py (system): move import subprocess to system()
1921         definition. 
1922
1923         * python/convertrules.py (conv): fix convert-ly rules for 2.9.4
1924
1925         * VERSION (PATCH_LEVEL): release 2.9.5
1926         
1927         * Documentation/topdocs/INSTALL.texi (Top): update versions and
1928         build instructions. 
1929
1930         * ly/engraver-init.ly: switch on hairpinToBarline by default.
1931
1932 2006-05-16  Graham Percival  <gpermus@gmail.com>
1933
1934         * Documentation/user/basic-notation.itely: editing from Dave, thanks!
1935
1936         * Documentation/user/ various: minor fixes.
1937
1938 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
1939
1940         * Documentation/topdocs/NEWS.tely (Top): add hairpinToBarline feature.
1941
1942 2006-05-16  Mats Bengtsson  <mabe@s3.kth.se>
1943
1944         * Documentation/user/advanced-notation.itely (Instrument names):
1945         Modified obsolete instruction on how to move instrument names away
1946         from the staves. Hmm, at second thought the bug probably has been
1947         solved, so the full bug description should probably be removed.
1948
1949 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
1950
1951         * lily/dynamic-engraver.cc (typeset_all): hang ending on
1952         currentCommandColumn. 
1953
1954         * lily/hairpin.cc (print): also add padding for non-neighbor
1955         hairpin bounds.
1956
1957         * scm/define-context-properties.scm
1958         (all-user-translation-properties): add hairpinToBarline
1959
1960         * input/regression/hairpin-to-barline.ly: new file.
1961
1962         * lily/context.cc (internal_send_stream_event): thinko fix.
1963
1964         * lily/tie.cc (set_default_control_points): robustness fix.
1965
1966         * python/musicxml.py (Part.interpret): don't complain about
1967         incomplete measures.
1968
1969         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): only add
1970         new music if last_event_chord() returned None.
1971
1972         * python/musicxml.py (Part.interpret): skip back over chord notes.
1973
1974 2006-05-16  Erik Sandberg  <mandolaerik@gmail.com>
1975         
1976         * lily/percent-repeat-engraver.cc, lily/parser.yy,
1977         lily/define-music-types.cc, lily/percent-repeat-iterator.cc,
1978         lily/slash-repeat-engraver.cc,
1979         lily/include/percent-repeat-iterator.hh: Rework percent repeats:
1980         iterator sends PercentEvents
1981
1982         * lily/time-scaled-music-iterator.cc, lily/tuplet-engraver.cc:
1983         rework tuplets: send start/stop events to engraver
1984
1985         * lily/context.cc, lily/music.cc, lily/context-scheme.cc: Add
1986         dispatchers event-source and events-below to Context
1987         
1988 2006-05-15  Graham Percival  <gpermus@gmail.com>
1989
1990         * Documentation/user/README.txt: update info for doc writers.
1991
1992         * Documentation/user/programming-interface.itely: integrate
1993         Nicolas' fixes for chapter rewrite.
1994
1995         * Documentation/user/ various: minor fixes.
1996
1997 2006-05-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
1998
1999         * lily/clef-engraver.cc: cleanup.
2000
2001         * Documentation/user/GNUmakefile: dist context-example.eps too.
2002
2003         * lily/key-engraver.cc (create_key): use
2004         explicitKeySignatureVisibility for cancellation too. 
2005
2006         * lily/font-config.cc (init_fontconfig): don't close file if
2007         f==NULL. 
2008
2009 2006-05-15  Erlend Aasland  <erlenda@gmail.com>
2010
2011         * Documentation/topdocs/NEWS.tely: niente and rotation news
2012
2013 2006-05-14  Erlend Aasland  <erlenda@gmail.com>
2014
2015         * lily/include/stencil.hh
2016         * lily/stencil.cc (rotate): new function. Makes it possible
2017         to rotate a stencil around a given offset.
2018
2019         * lily/grob.cc (get_print_stencil): add rotation support
2020
2021         * lily/stencil-interpret.cc (interpret_stencil_expression):
2022         add rotation support
2023
2024         * lily/stencil-scheme.cc (ly:stencil-rotate): new function
2025
2026         * scm/define-grob-properties.scm: add 'rotation property
2027
2028         * scm/define-markup-commands.scm: add rotate markup command
2029         
2030         * scm/output-ps.scm: add rotation support in PostScript backend
2031
2032         * scm/output-svg.scm: add rotation support in SVG backend
2033
2034 2006-05-13  Graham Percival  <gpermus@gmail.com>
2035
2036         * Documentation/user/music-glossary.itely: French correction.
2037
2038         * Documentation/user/programming-interface.itely: major
2039         new docs, some reorg, some info from Nicolas.
2040
2041         * Documentation/user/ various: small fixes.
2042
2043 2006-05-12  Mats Bengtsson  <mabe@s3.kth.se>
2044
2045         * Documentation/user/programming-interface.itely (Markup
2046         programmer interface): Remove duplicate text.
2047
2048 2006-05-12  Graham Percival  <gpermus@gmail.com>
2049
2050         * Documentation/user/context-example.eps: new file.
2051
2052         * Documentation/user/changing-defaults.itely: set up file to
2053         use eps image.
2054
2055         * Documentation/user/programming-interface.itely: changes
2056         from mailist.
2057
2058 2006-05-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
2059
2060         * configure.in (LINK_GXX_STATICALLY): python 2.4 req.
2061
2062 2006-05-11  Graham Percival  <gpermus@gmail.com>
2063
2064         * Documentation/user/programming-interface.itely: first round of
2065         editing and merging emails from Nicolas.
2066
2067         * Documentation/user/scheme-tutorial: minor edit.
2068
2069 2006-05-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
2070
2071         * python/musicxml.py (Xml_node.__init__): _attribute_dict stores
2072         XML attributes.
2073         (Xml_node.message): use it.
2074
2075         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): 
2076         oops. Add duration argument.
2077
2078 2006-05-10  Joe Neeman  <joeneeman@gmail.com>
2079
2080         * lily/paper-column-engraver.cc (make_columns):
2081         * scm/define-grobs.scm: Revert my previous change and set the default
2082         in define-grobs.scm instead.
2083
2084 2006-05-09  Graham Percival  <gpermus@gmail.com>
2085         
2086         * Documentation/user/changing-defaults.itely: general editing,
2087         info about \set and \override.
2088
2089         * Documentation/user/tweaking.itely, advanced-notation.itely:
2090         fixes from Dave Luttinen, thanks!
2091
2092 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
2093
2094         * lily/paper-column-engraver.cc (make_columns): By default, a column
2095         needs to be breakable.
2096
2097 2006-05-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
2098
2099         * scripts/musicxml2ly.py (musicxml_clef_to_lily): use new
2100         Attributes methods
2101         (musicxml_time_to_lily): idem
2102         (musicxml_key_to_lily): idem
2103         (instrument_drumtype_dict): dict for supported drumtypes.
2104         (LilyPondVoiceBuilder.__init__): new class: sanely keep track of
2105         moments and pending mm rests
2106         (musicxml_voice_to_lily_voice): rewrite to use LilyPondVoiceBuilder
2107         (musicxml_voice_to_lily_voice): strip KeyChangeEvents for drums.
2108         (musicxml_voice_to_lily_voice): add mode change.
2109         (option_parser): lxml.etree (http://codespeak.net/lxml/) for more
2110         speed and less memory usage (factor 5 to 10).
2111         (convert): write -defs.ly  and driver file separately so people
2112         can script their own part extraction.
2113
2114         * python/musicxml.py (minidom_demarshal_node): new function:
2115         separate minidom handling.
2116         (lxml_demarshal_node): new function: support lxml.etree too.
2117         (Xml_node.message): new function: verbose error message, with XML
2118         path to offending node.
2119         (Attributes.get_measure_length): sane interface to MusicXML attributes.
2120         (Part_list.generate_id_instrument_dict): new method: collect
2121         instrument names, to be able to set drum_type.
2122         (Part.interpret): handle underfull measures
2123         (Part.interpret): assign instrument names.
2124
2125         * python/musicexp.py (Output_printer.close): new method
2126         (MusicWrapper.print_ly): new class: support other modes,
2127         eg. \drummode
2128         (BarCheck.print_ly): new class. Support bar checks, with comments
2129         and fancy barchecks. 
2130         (NoteEvent.__init__): also set drum_type for drum notes.
2131         (MultiMeasureRest.lisp_expression): dump mm rests.
2132
2133         * lily/paper-column-engraver.cc (stop_translation_timestep): set
2134         line-break-permission if forbidBreak is not set.
2135
2136 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
2137
2138         * scm/define-context-properties.scm:
2139         * scm/define-grob-properties.scm:
2140         * scm/define-grobs.scm:
2141         * scm/define-music-display-methods.scm:
2142         * scm/define-music-properties.scm:
2143         * scm/define-music-types.scm:
2144         * scm/music-functions.scm:
2145         * ly/declarations-init.ly:
2146         * lily/include/constrained-breaking.hh:
2147         * lily/system.cc:
2148         * lily/spaceable-grob.cc:
2149         * lily/simple-spacer.cc:
2150         * lily/paper-score.cc:
2151         * lily/paper-column.cc:
2152         * lily/paper-column-engraver.cc:
2153         * lily/item.cc:
2154         * lily/gourlay-breaking.cc:
2155         * lily/constrained-breaking.cc:
2156         * python/convertrules.py:
2157         Change "penalty", "page-penalty" and "breakable" to "line-break-penalty",
2158         "page-break-penalty" and "line-break-permission".
2159         Add "page-break-permission", "page-turn-permission" and "page-turn-penalty".
2160         Replace BreakEvent with LineBreakEvent, PageBreakEvent and PageTurnEvent.
2161
2162         * lily/bar-engraver.cc:
2163         * lily/beam-engraver.cc:
2164         * lily/forbid-break-engraver.cc:
2165         * lily/ligature-engraver.cc:
2166         * lily/paper-column-engraver.cc:
2167         * lily/percent-repeat-engraver.cc:
2168         * lily/score-engraver.cc:
2169         * lily/score-engraver.hh:
2170         * lily/paper-column-engraver.hh:
2171         Inter-engraver communication regarding line breaks is done through context
2172         properties (Score.forbidBreak) instead of function calls.
2173
2174 2006-05-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
2175
2176         * VERSION (PACKAGE_NAME): release 2.9.4
2177
2178 2006-05-08  Graham Percival  <gpermus@gmail.com>
2179
2180         * Documentation/user/working.itely: proofreading from Dave
2181         Luttinen, thanks.
2182
2183         * Doucmentation/user/README.txt: updated with manual style info.
2184
2185         * Documentation/user/ various: trim linewidth to 78 chars.
2186
2187 2006-05-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
2188
2189         * scm/define-grob-properties.scm (all-internal-grob-properties):
2190         remove chord-tremolo property.
2191
2192         * lily/beam.cc (get_beam_segments): don't use stem position as
2193         base for broken ends.
2194
2195 2006-05-06  Graham Percival  <gpermus@gmail.com>
2196
2197         * Documentation/user/putting.itely: proofreading from Dave
2198         Luttinen, thanks!
2199
2200         * Documentation/user/ various: more reorg and clarifications.
2201
2202 2006-05-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
2203
2204         * scm/lily.scm (TEX_STRING_HASHLIMIT): move from framework-texstr.scm.
2205
2206         * ly/music-functions-init.ly: new function featherDurations
2207
2208         * lily/beam.cc: read grow-direction for feathered beaming.
2209
2210         * Documentation/topdocs/NEWS.tely (Top): typo.
2211
2212 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
2213
2214         * lily/include/beam.hh (struct Beam_stem_segment): add gapped_ for
2215         tremolo beams.
2216
2217 2006-05-05  Erik Sandberg  <mandolaerik@gmail.com>
2218         * lily/context.cc, lily/global-context.cc: Added 'unique' member,
2219         used by music streams.
2220
2221         * lily/dispatcher.cc, lily/dispatcher-scheme.cc,
2222         lily/stream-event.cc, lily/stream-event-scheme.cc,
2223         lily/listener.cc, lily/scheme-listener.cc,
2224         lily/scheme-listener-scheme.cc, lily/include/dispatcher.hh,
2225         lily/include/stream-event.hh, lily/include/listener.hh,
2226         lily/include/scheme-listener.hh, scm/define-event-classes.scm:
2227         Created data structures for music streams.
2228         
2229 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
2230
2231         * lily/beam.cc (get_beam_segments): new function. Reorganise the
2232         construction of a beam. 
2233         (print): rewrite. 
2234
2235         * flower/include/std-vector.hh (default_compare): use only one comparison.
2236
2237         * scm/define-markup-commands.scm (note-by-number): remove debug display.
2238         (note-by-number): further attachment fixes.
2239
2240         * scm/lily-library.scm (ordered-cons): new function.
2241         (interval-index): new function
2242
2243         * lily/note-head-scheme.cc (LY_DEFINE): new file.
2244
2245         * lily/note-head.cc (get_stem_attachment): new function.
2246
2247         * scm/define-markup-commands.scm (note-by-number): read 'style
2248         property. 
2249
2250         * input/regression/markup-note.ly: show note-head style option.
2251
2252         * mf/feta-bolletjes.mf (overdone_heads): fix attachment points for
2253         triangle head.
2254
2255 2006-05-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
2256
2257         * mf/GNUmakefile (NCSB_OTFS): remove old ncsb detection further.
2258
2259         * configure.in (LINK_GXX_STATICALLY): fix for ncsb detection.
2260
2261         * lily/include/constrained-breaking.hh: GCC 4 fix.
2262
2263 2006-05-04  Joe Neeman  <joeneeman@gmail.com>
2264
2265         * lily/simple-spacer.cc: Remove class Simple_spacer_wrapper.
2266         Replace it with functions get_line_forces and get_line_configuration.
2267         (class Simple_spacer): Make data private.
2268         Rewrite compression algorithm to be faster and simpler.
2269
2270         * lily/simple-spacer-scheme.cc (ly_solve_rod_and_spring_problem):
2271         * lily/gourlay-breaking.cc (solve):
2272         * lily/constrained_breaking.cc (space_line):
2273         Change it to the new simple-spacer code.
2274
2275         * lily/paper-score.cc (get_paper_systems):
2276         (Paper_score):
2277         (process):
2278         Delay breaking the systems until they are requested.
2279         (find_break_indices):
2280         Use vsize for indices.
2281         (calc_breaking):
2282         Move the "Calculating line breaks" message here.
2283
2284         * lily/system.cc (pre_processing):
2285         Move the "Calculating line breaks" message away from here.
2286         (break_into_pieces):
2287         Allow multiple calls to this function in sequence (with touching-but-
2288         not-overlapping breakpoints).
2289
2290         * lily/constrained-breaking.cc:
2291         Replace most of the get_XXXX functions with get_line_details.
2292         Only calculate the force for each line. Calculate configurations only
2293         for the lines we will actually use.
2294         Replace cols_ with lines_.
2295
2296 2006-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2297
2298         * mf/GNUmakefile (depth): remove FC_FIND.
2299
2300         * config.make.in (NCSB_SOURCE_FILES): subst NCSB_SOURCE_FILES
2301
2302         * configure.in (LINK_GXX_STATICALLY): call fc-match from within configure.
2303
2304         * scm/framework-ps.scm (write-preamble): new function.
2305         (write-preamble): load mac fonts via fondu, even if gs-font-load
2306         is set.
2307
2308 2006-05-03  Werner Lemberg  <wl@gnu.org>
2309
2310         * mf/GNUmakefile (FC_FIND): Fix typo.
2311
2312 2006-05-03  Erlend Aasland  <erlenda@gmail.com>
2313
2314         * stepmake/stepmake/generic-targets.make (cvs-clean): also remove out-www dirs.
2315
2316 2006-05-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
2317
2318         * stepmake/aclocal.m4: run python-config for crosscompiling
2319         flags. 
2320
2321         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system): add
2322         -f png for HTML, TEXINFO formats. 
2323
2324         * input/tutorial/lbook-html-test.html: new file.
2325
2326         * lily/include/tie-formatting-problem.hh (class
2327         Tie_formatting_problem): index Chord_outline_map by Tuple2 for
2328         [column, direction]. This fixes laissez vibrer ties.
2329  
2330         * flower/include/tuple.hh (struct Tuple2): new file.
2331
2332         * mf/GNUmakefile (FC_FIND): new function. Find ncsb using
2333         $(FCMATCH), only if $(NCSB_DIR) not set. 
2334
2335         * configure.in (LINK_GXX_STATICALLY): only warn if $NCSB_DIR set.
2336
2337         * config.make.in (DOCUMENTATION): set FCMATCH.  
2338
2339         * autogen.sh (srcdir): don't set --with-ncsb-dir. 
2340
2341 2006-05-03  Graham Percival  <gpermus@gmail.com>
2342
2343         * Documentation/user/ various: final round of reorg.
2344
2345         * Documentation/user/instrument-notation.itely: some more
2346         fixes from Eduardo, thanks!
2347
2348 2006-05-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
2349
2350         * VERSION (PACKAGE_NAME): release 2.9.3
2351
2352         * flower/file-path.cc (is_dir): canonicalize file name before stat'ing.
2353
2354         * lily/relocate.cc (framework_relocation): remove old relocation stuff.
2355
2356 2006-05-01  Mats Bengtsson  <mabe@s3.kth.se>
2357
2358         * scm/define-grob-properties.scm (all-user-grob-properties):
2359         Correct typo, thanks to Eduardo.
2360
2361 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
2362
2363         * scripts/GNUmakefile (SEXECUTABLES): remove lilypond-ps2png.scm
2364
2365         * buildscripts/lilypond-words.py (F): indent fix.
2366
2367         * input/regression/tie-arpeggio-collision.ly: new file.
2368
2369         * lily/tie-formatting-problem.cc (set_column_chord_outline): new
2370         function: store outlines per column rank.
2371
2372         * lily/include/tie-configuration.hh (class Tie_configuration): add
2373         column_ranks_ to specification and configuration, to distinguish
2374         between ties for different heads in arpegiated chords.
2375
2376         * lily/relocate.cc (framework_relocation): use INSTALLER_PREFIX.
2377
2378         * *.py: more 4 space indents.
2379
2380         * autogen.sh (conf_flags): set sensible default for with-ncsb-dir
2381
2382 2006-05-01  Joe Neeman  <joeneeman@gmail.com>
2383
2384         * scm/lily-library.scm: Fix guile 1.6 compatibility in inf? and nan?
2385
2386 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
2387
2388         * buildscripts/pfx2ttf.fontforge (err): create OTF files.
2389
2390         * scripts/abc2ly.py (dump_score): indent of 4 for python code. 
2391
2392         * configure.in (LINK_GXX_STATICALLY): remove locate() call.
2393
2394 2006-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2395
2396         * python/convertrules.py (conv): indent 4 for python files.
2397
2398 2006-04-29  Mats Bengtsson  <mabe@s3.kth.se>
2399
2400         * Documentation/user/changing-defaults.itely (Creating contexts):
2401         Clarify \new semantics.
2402
2403 2006-04-28  Graham Percival  <gpermus@gmail.com>
2404
2405         * Documentation/user/ various: major new sections in the
2406         Learning manual, slight reorg elsewhere.
2407
2408 2006-04-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
2409
2410         * mf/GNUmakefile (MFTRACE_FLAGS): add $(outdir) to $(ENCODING_FILE) 
2411
2412         * scm/framework-ps.scm (output-framework): remove PageMedia
2413
2414 2006-04-27  Graham Percival  <gpermus@gmail.com>
2415
2416         * Documentation/user/ tweaks.itely, working.itely: new
2417         files, being more advanced "learning manual" chapters.
2418
2419         * Documentation/user/ tutorial, putting, lilypond: reorg.
2420
2421 2006-04-26  Graham Percival  <gpermus@gmail.com>
2422
2423         * input/regression/lyric-combine-polyphonic.ly: fixed test
2424         (no more "can't find context `one'" error).
2425
2426 2006-04-25  Joe Neeman <joeneeman@gmail.com>
2427
2428         * lily/stem-tremolo.cc (print): fix whole note tremolo placement
2429
2430         * input/regression/stem-tremolo.ly: add 2 more whole note examples
2431         
2432 2006-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2433
2434         * lily/relocate.cc (read_relocation_dir): new function.
2435
2436 2006-04-26  Graham Percival  <gpermus@gmail.com>
2437
2438         * Documentation/user/instrument-notation.itely: a few more fixes
2439         from Eduardo, thanks!
2440
2441         * Documentation/user/README.txt: new file; contains info on
2442         style that used to be in lilypond.tely.
2443
2444         * Documentation/user/ various: first round of doc reorg.
2445
2446         * Documentation/user/baer-flat-bw.png: remove alpha bit from
2447         graphic; this probably causes problems on some pdf
2448         viewers, notably Adobe Acrobat.
2449
2450 2006-04-24  Graham Percival  <gpermus@gmail.com>
2451
2452         * Documentation/user/instrument-notation.itely: many alterations
2453         to Vocal music, from Eduardo Viera.
2454
2455 2006-04-23  Graham Percival  <gpermus@gmail.com>
2456
2457         * Documentation/user/instrument-notation.itely: fix \new
2458         instead of \context problem.
2459
2460 2006-04-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2461
2462         * lily/relocate.cc (expand_environment_variables): new function.
2463         (read_line): id.
2464         (read_relocation_file): id.
2465
2466         * scm/stencil.scm (eps-file->stencil): fix EPS PS embedding code 
2467
2468 2006-04-21  Erlend Aasland  <erlenda@gmail.com>
2469
2470         * ly/engraver-init.ly: remove old comments from TabVoice
2471
2472 2006-04-20  Graham Percival  <gpermus@gmail.com>
2473
2474         * Documentation/user/instrument-notation.itely: added Erlend's
2475         latest doc patch, thanks!
2476
2477 2006-04-19  Erlend Aasland <erlenda@gmail.com>
2478
2479         * lily/include/slur.hh:
2480         * lily/slur.cc:
2481         * lily/phrasing-slur-engraver.cc:
2482         * lily/slur-engraver.cc: Fix 'cut & paste' code by merging
2483         acknowledge_extra_object () from Phrasing_slur_engraver:: and
2484         Slur_engraver:: and putting it in
2485         Slur::auxiliary_acknowledge_extra_object ().
2486
2487         * ps/music-drawing-routines.ps (draw_dashed_slur): fix another bug
2488
2489         * lily/note-collision.cc: fix a comment
2490
2491 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
2492
2493         * stepmake/bin/add-html-footer.py: fix footer position in
2494         generated html files: before </body> and </html> tags.
2495
2496 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
2497
2498         * scripts/GNUmakefile: revert last "fix", which rather broke make.
2499         Earlier successive `make' commands finally compiled ok.
2500
2501         * Documentation/topdocs/INSTALL.texi: require mftrace 1.1.19.
2502
2503 2006-04-18  Erlend Aasland <erlenda@gmail.com>
2504
2505         * lily/include/stem-tremolo.hh:
2506         * lily/stem-tremolo.cc: move rotated_box () to Lookup:: and update
2507         callers.
2508
2509         * lily/lookup.cc:
2510         * lily/include/lookup.hh: add rotated_box ()
2511
2512 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
2513
2514         * scripts/GNUmakefile: bugfix: run help2man only after scripts have 
2515         been generated. Fixes "can't get `--help'" bug after make clean.
2516
2517         * THANKS: alphabetize contributors.
2518
2519 2006-04-17  Graham Percival  <gpermus@gmail.com>
2520
2521         * Documentation/user/instrument-notation.itely: added Erlend's
2522         tabs and banjo doc patch.  Thanks!
2523
2524 2006-04-17  Erlend Aasland  <erlenda@gmail.com>
2525
2526         * scm/define-grobs.scm: fix stem-attachment for tablature note heads.
2527
2528         * ps/music-drawing-routines.ps (draw_dashed_line): fix dash pattern bug.
2529
2530         * scm/output-lib.scm: add some more predefined string tunings.
2531
2532         * Documentation/user/instrument-notation.itely: and doc them.
2533
2534 2006-04-16  Jürgen Reuter  <reuter@ipd.uka.de>
2535
2536         * ly/engraver.ly: Remove obsolete comments.
2537
2538         * ly/gregorian-init.ly: Define default layout block.
2539
2540         * input/puer-fragment.ly: Updated and extended.
2541
2542 2006-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2543
2544         * lily/lily-parser-scheme.cc: Use them to fix --output=DIR/BASE
2545         pdf conversion behaviour.
2546
2547         * flower/file-name.cc (dir_name)
2548         (get_working_directory): Move from relocate.cc.
2549
2550         * lily/relocate.cc (setup_paths): Remove rogue stat calls.
2551         
2552         * lily/relocate.cc: Encapsulate sys/stat.h in
2553         HAVE_STAT_H.
2554
2555 2006-04-14  Graham Percival  <gpermus@gmail.com>
2556
2557         * Documentation/user/ various: small updates from Cameron
2558         and Juergen, thanks!
2559
2560         * Documentation/user/ various: small updates of my own.
2561
2562         * THANKS: 2.7 -> 2.8.
2563
2564 2006-04-11  Graham Percival  <gpermus@gmail.com>
2565
2566         * scm/define-context-properties.scm: typo.
2567
2568         * Documentation/user/ : many more small updates.
2569
2570 2006-04-13  Jürgen Reuter  <reuter@ipd.uka.de>
2571
2572         * scm/define-music-types.scm: disposed "docme".
2573
2574 2006-04-11  Erlend Aasland  <erlenda@gmail.com>
2575
2576         * lily/hairpin.cc: make niente circles a bit smaller.
2577
2578 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
2579
2580         * mf/GNUmakefile: remove redundant mftrace check. Also remove
2581         get-pfa and get-*-fonts targets.
2582
2583 2006-04-10  Graham Percival  <gpermus@gmail.com>
2584
2585         * THANKS, Documentation/user/ basic-notation, advanced-notation,
2586         music-glossary, programming-interface: more minor fixes
2587         from mailist.
2588
2589         * scm/define-grob-properties.scm: clarified direction, thanks Mats!
2590
2591         * scm/define-context-properties.scm: another old \property update.
2592         This time tested for compiling!
2593
2594 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
2595
2596         * mf/GNUmakefile: fix for mftrace version >= 1.2.0
2597
2598 2006-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2599
2600         * scm/define-context-properties.scm (all-user-translation-properties): 
2601         * Documentation/user/global.itely (Page formatting): Compile fix.
2602
2603 2006-04-09  Mats Bengtsson  <mabe@s3.kth.se>
2604
2605         * Documentation/user/advanced-notation.itely (Polymetric
2606         notation): Update the example to use the "+" symbol and add link
2607         to input/test/compound-time.ly.
2608
2609 2006-04-08  Graham Percival  <gpermus@gmail.com>
2610
2611         * scm/define-grob-properties.scm: clarify docs for #'direction.
2612
2613         * scm/define-context-properties.scm: update old \property override.
2614
2615         * Documentation/user/ advanced-notation, global, lilypond-book:
2616         more minor doc updates.
2617
2618 2006-04-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
2619
2620         * lily/parser.yy (Generic_prefix_music_scm): append lists, not objects.
2621
2622         * scm/backend-library.scm (search-gs): oops.
2623
2624 2006-04-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
2625
2626         * scripts/lilypond-book.py (output): use base, not filename for href.
2627
2628         * scm/backend-library.scm: only look for gs.
2629
2630         * scripts/lilypond-book.py (output): fix printfilename.
2631
2632         * lily/parser.yy (music_function_musicless_prefix): fold together
2633         definitions of signature (SCM*) (Music|post_event|chord_body_element)
2634
2635         * lily/slur.cc (print): only set font-size if not set yet.
2636
2637         * lily/slur-configuration.cc (add_score): improved layout of debug
2638         scoring output.
2639
2640 2006-04-05  David Feuer  <David.Feuer@gmail.com>
2641
2642         * music-drawing-routines.ps (draw_round_box): removed testing artifact.
2643         (draw_circle): Hopefully fixed regression.
2644         Improved documentation for several procedures.
2645         
2646 2006-03-04  Werner Lemberg  <wl@gnu.org>
2647
2648         * ly/engraver-init.ly (\Score): Add beam-event to quotedEventTypes.
2649
2650 2006-04-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
2651
2652         * scripts/musicxml2ly.py (bindir): add dynamic
2653         relocation. 
2654
2655 2006-04-04  Graham Percival  <gpermus@gmail.com>
2656
2657         * Documentation/user/ basic-notation, advanced-notation, putting,
2658         instrument-notation, invoking, lilypond, THANKS: another ream of small
2659         fixes from the Doc Helpers.
2660
2661 2006-04-03  David Feuer  <David.Feuer@gmail.com>
2662
2663         * music-drawing-routines.ps: remove superfluous gsave/grestore pairs.
2664
2665         * lilyponddefs.ps (set-ps-scale-to-lily-scale): Fixed code duplication.
2666
2667         * Cleaned up interfaces between PostScript and Scheme, and moved
2668         computations from PostScript to Scheme:
2669
2670         * music-drawing-routines.ps
2671         (*SF, stroke_and_fill): new procedures.  Replaced stroke and fill
2672         with stroke_and_fill throughout.
2673         (euclidean_length, print_letter, draw_box): Deleted unused
2674         procedures.  If someone needs draw_box, implement it using
2675         draw_round_box; don't duplicate code.
2676         (print_glyphs, draw_round_box, draw_polygon, draw_repeat_slash):
2677         Refactored/cleaned up interfaces.
2678         (mark_URI): Moved.
2679
2680         * output-ps.scm: reordered arguments to PostScript functions to
2681         match new interfaces
2682         (glyph-string): Rewrote glyph-string.
2683         (grob-cause): Replaced string-append with format.
2684         (repeat-slash): Rewrote to do computation here.
2685         (round-filled-box): Rewrote to do computation here.
2686
2687 2006-04-04  Erlend Aasland  <erlenda@gmail.com>
2688
2689         * stepmake/stepmake/generic-targets.make: add cvs-clean target
2690
2691         * stepmake/stepmake/toplevel- targets.make: print help info about
2692         cvs-clean
2693
2694 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
2695
2696         * input/regression/hairpin-circled.ly: new file
2697
2698 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
2699
2700         * lily/hairpin.cc (print): add support for circled tip
2701
2702         * scm/define-grob-properties.scm: add circled-tip parameter
2703
2704         * scm/define-grobs.scm: init circled-tip to false
2705         
2706 2006-04-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
2707
2708         * scm/music-functions.scm (quote-substitute): set
2709         iterators-ctor. 
2710
2711 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
2712
2713         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): set
2714         BSTINPUTS. 
2715
2716         * Documentation/topdocs/AUTHORS.texi (Top): add David Feuer.
2717
2718         * scm/output-ps.scm (glyph-string): revert cid selectfont.
2719
2720 2006-03-31  David Feuer  <david.feuer@gmail.com>
2721         
2722         * scm/framework-ps.scm:
2723         
2724         * scm/output-ps.scm: glyph-string now produces smaller, more
2725         readable, and probably faster PostScript.  Several findfont
2726         scalefont setfont instances changed to selectfont
2727         Hacked-up string-appends changed to formats.
2728
2729         * ps/music-drawing-routines.ps: add print_letter, print_glyphs.
2730         
2731 2006-03-30  Graham Percival  <gpermus@gmail.com>
2732
2733         * scm/lily-library.scm: make "no version" warning message more polite.
2734
2735         * lily/music.cc: add double quotes to failed octave check.
2736
2737         * Documentation/user/ advanced-notation, changing-defaults,
2738         instrument-notation, invoking, music-glossary: whole bunch of minor
2739         fixes from mailist.
2740
2741 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
2742
2743         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): use
2744         $(buildscriptdir) iso. depth.
2745
2746         * VERSION (PACKAGE_NAME): release 2.9.1
2747
2748 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
2749
2750         * lily/pango-font.cc (pango_item_string_stencil): more robustness.
2751
2752         * VERSION (PATCH_LEVEL): bump version number.
2753
2754         * flower/include/guile-compatibility.hh (scm_from_uint32): add
2755         scm_from_uint32 ()
2756
2757         * lily/pango-font.cc (pango_item_string_stencil): use
2758         scm_from_uint32 ()
2759
2760         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
2761         $(outdir)/emmentaler-%.svg): remove canary.
2762
2763         * lily/pango-font.cc (pango_item_string_stencil): only use uXXX
2764         glyphnames if we have a ttf font.
2765
2766 2006-03-30  Mats Bengtsson  <mabe@s3.kth.se>
2767
2768         * Documentation/user/advanced-notation.itely (Font selection):
2769         Corrected reference to the font-family-override.ly example.
2770
2771 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
2772         
2773         * lily/chord-tremolo-engraver.cc (acknowledge_stem): set the
2774         stem-tremolo object in the stem (or else the stem might not be
2775         long enough).
2776
2777 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
2778
2779         * lily/ttf.cc (print_trailer): only print existing glyphs.
2780
2781 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
2782
2783         * lily/stem-tremolo.cc (print): for whole notes (and breves, etc.)
2784         position the tremolo based on the position of the notehead.
2785
2786         * input/regression/stem-tremolo.ly: add example of unbeamed eighth
2787         notes and update the texidoc line with the new positioning rules.
2788         
2789 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
2790
2791         * lily/ttf.cc (print_trailer): don't always use uXXX glyphname.
2792
2793         * scripts/lilypond-book.py (Module): set default for linewidth if
2794         preamble not found.
2795
2796 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
2797
2798         * VERSION (PACKAGE_NAME): release 2.9.0.
2799
2800         * input/regression/stem-tremolo-position.ly: new file.
2801
2802         * lily/stem-tremolo.cc: remove Stem_tremolo::dim_callback
2803
2804 2006-03-28  Joe Neeman  <joeneeman@gmail.com>
2805
2806         * lily/stem-tremolo.cc (print): position
2807         the tremolo depending only on the end of the stem
2808         and not on the notehead
2809         (raw_stencil): center, on the middle staff line, the
2810         flag that is closest to the end of the stem (previously
2811         the bottom flag)
2812         (calc_width): add this callback to shorten a tremolo when
2813         it is beamed or it is stemup with a flag
2814         (style): add this callback to make a tremolo rectangular when
2815         it is beamed or it is stemup with a flag
2816         (rotated_box): this is like Lookup::beam but makes a rotated
2817         rectangle instead of a parallelogram
2818
2819         * lily/stem.cc (calc_stem_info): make sure the stem
2820         is long enough to fit the tremolo
2821         (calc-length): reduce the length of tremolo stems since the
2822         tremolo code is now capable of better positioning
2823
2824         * scm/define-grobs.scm: make calc_width the default beam-width
2825         callback for stem-tremolo and add the style callback
2826                 
2827 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
2828
2829         * lily/tuplet-bracket.cc (calc_control_points): handle suicide
2830         case. 
2831
2832 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
2833
2834         * lily/ttf.cc (make_index_to_charcode_map): restore old
2835         cmap. 
2836
2837 2006-03-28  Werner Lemberg  <wl@gnu.org>
2838
2839         * lily/pango-font.cc (get_unicode_name): Fix `uXXXXX' glyph names.
2840
2841 2006-03-28  Graham Percival  <gpermus@gmail.com>
2842
2843         * THANKS: update for 2.9, add section for Documentation helpers.
2844
2845         * Documentation/topdocs/NEWS.tely: compile fix.
2846
2847         * Documentation/user/ basic-notation, global, advanced-notation,
2848         examples.itely: minor fixes from mailist.
2849
2850 2006-03-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
2851
2852         * mf/feta-bolletjes.mf: match width of solfa notes with normal
2853         note heads. 
2854
2855         * lily/ttf.cc (print_trailer): use it.
2856
2857         * lily/pango-font.cc (get_unicode_name): new function.
2858
2859         * lily/ttf.cc (make_index_to_charcode_map): move function from
2860         open-type-font.cc
2861         (print_trailer): substitute uniXXXX name if applicable. 
2862
2863         * lily/pango-font.cc (get_index_to_charcode_map): new function.
2864         (pango_item_string_stencil): use it to generate uniXXXX names.
2865
2866         * mf/feta-bolletjes.mf (overdone_heads): add small style (ugly)
2867         note heads, for uniform widths in shape note output.
2868         (overdone_heads): hmm. remove them again.
2869
2870         * scripts/lilypond-book.py (output): add links to filenames.
2871
2872         * Documentation/topdocs/INSTALL.texi (Top): update versions.
2873
2874         * lily/note-collision.cc (get_clash_groups): only consider when
2875         Note_column::dir <> CENTER. 
2876
2877         * scripts/lilypond-book.py (get_option_parser): init output_name
2878         to ''. 
2879
2880 2006-03-24  Graham Percival  <gpermus@gmail.com>
2881
2882         * Documentation/topdocs/NEWS.tely: add @end itemize
2883
2884         * Documentation/user/ global, advanced-notation: minor
2885         stuff from mailist.
2886
2887 2006-03-23  Graham Percival  <gpermus@gmail.com>
2888
2889         * Documentation/user/ lilypond.tely, music-glossary,
2890         preface: housekeeping; 2005->2006, remove "notes for 2.6"
2891
2892 2006-03-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
2893
2894         * mf/GNUmakefile: don't install .enc files.
2895
2896         * Documentation/topdocs/NEWS.tely: clear for 2.9 cycle.
2897
2898         * VERSION (PATCH_LEVEL): bump to 2.9.0
2899
2900 2006-03-22  Graham Percival  <gpermus@gmail.com>
2901
2902         * Documentation/user/advanced-notation.itely: minor fixes
2903         from mailist.
2904
2905 2006-03-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
2906
2907         * Documentation/topdocs/AUTHORS.texi (Top): add Joe Neeman.
2908
2909         * branch lilypond_2_8
2910
2911 2006-03-22  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
2912
2913         * scripts/lilypond-book.py (samefile): new function, for windoze
2914         compatibility.
2915
2916 2006-03-21  Graham Percival  <gpermus@gmail.com>
2917
2918         * ly/engraver-init.ly: add info about StaffGroup.
2919
2920 2006-03-21  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
2921
2922         * input/regression/stem-direction-context.ly: idem.
2923
2924         * Documentation/topdocs/NEWS.tely (Top): fix interpolation example.
2925
2926         * THANKS: add Mats.
2927
2928         * input/regression/page-layout-twopass.ly: comment out \markup so
2929         tweak-file is left.
2930
2931         * lily/instrument-name-engraver.cc (finalize): add to instrument
2932         name global System. This also fixes chopped instrument names, but
2933         doesn't crash when there are slurs/beams.
2934
2935         * lily/slur-configuration.cc (add_score): disallow negative slur
2936         scores.
2937         
2938 2006-03-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2939
2940         * scm/framework-ps.scm (dump-stencil-as-EPS): remove debugging code.
2941
2942         * lily/instrument-name-engraver.cc (process_music): kludge: add
2943         InstrumentName spanner to axis group of left bound. Fixes chopped
2944         off instrument names in EPS images.
2945
2946         * input/regression/lyric-hyphen-retain.ly: elaborate explanation.
2947
2948         * scripts/abc2ly.py (option_parser): update to 2.7.40
2949
2950 2006-03-20  Graham Percival  <gpermus@gmail.com>
2951
2952         * THANKS: move small doc contributors to SUGGESTIONS.
2953
2954         * Documentation/user/ basic-notation, advanced-notation,
2955         global: small changes from mailist.
2956
2957 2006-03-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2958
2959         * Documentation/user/advanced-notation.itely (Text marks): update
2960         for new rehearsalMarkAlignSymbol convention.
2961
2962         * VERSION (PATCH_LEVEL): bump version.
2963
2964         * input/test/instrument-name-align.ly: new file.
2965
2966         * scm/define-markup-commands.scm (hcenter-in): add hcenter-in.
2967
2968         * input/test/instrument-name-align.ly: new file. Document how to
2969         align instrument names.
2970
2971         * lily/mark-engraver.cc: remove properties.
2972
2973         * scm/define-context-properties.scm
2974         (all-user-translation-properties): remove align symbol properties
2975         for barnumber/reh. mark.
2976
2977         * lily/break-align-interface.cc (self_align_callback): new
2978         interface, new function. Look at complete alignment. This handles
2979         tunable break alignments in case break-align-symbols are missing.
2980
2981         * lily/bar-number-engraver.cc (acknowledge_break_alignment): new function
2982
2983         * lily/mark-engraver.cc (acknowledge_break_alignment): new function.
2984
2985         * python/convertrules.py (conv): mark/bar number alignment rule.
2986
2987         * lily/break-align-interface.cc (calc_positioning_done): also
2988         store offset from last visible break-alignment to its
2989         neighbor. This makes alignment on non-visible objects more reliable.
2990
2991         * po/lilypond.pot (Module): ran po-replace.
2992
2993         * input/regression/tie-single-manual.ly (Module): new file.
2994
2995         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
2996         look at has_manual_position_.
2997         (from_ties): set has_manual_position_ if tie has staff-position set.
2998
2999         * lily/tuplet-bracket.cc (calc_positions): idem.
3000
3001         * lily/tuplet-number.cc (print): don't print tupletnumber if it
3002         doesn't span time.
3003
3004 2006-03-19  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3005
3006         * scm/define-markup-commands.scm (smallCaps): new markup command
3007         for turning a text to small caps using smaller font size and upper
3008         casing.
3009
3010 2006-03-17  Graham Percival  <gpermus@gmail.com>
3011
3012         * Documentation/user/ examples, instrument-notation,
3013         advnaced-notation: minor fixes from mailist.
3014
3015 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3016
3017         * Documentation/user/tutorial.itely (First steps): change example
3018         to verbatim.  
3019
3020 2006-03-17  Graham Percival  <gpermus@gmail.com>
3021
3022         * Documentation/user/ examples, advanced: minor changes from mailist.
3023
3024         * THANKS: add Geoff Horton, for documentation stuff.
3025
3026 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3027
3028         * python/lilylib.py (system): revert have_select kludge.
3029
3030         * Documentation/user/tutorial.itely (Commenting input files):
3031         update version numbers in doc. 
3032
3033         * scm/define-grob-interfaces.scm (multi-measure-interface): add
3034         bound-padding to multi-measure-interface
3035
3036 2006-03-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3037
3038         * input/test/engraver-example.ily: update version number.
3039
3040         * VERSION (PACKAGE_NAME): release 2.7.39
3041
3042         * lily/note-spacing.cc (get_spacing): heighten threshold where
3043         accidentals/arpeggios influence previous spacing fully.
3044
3045         * lily/rest.cc (y_offset_callback): only use direction if
3046         staff-position wasn't set before.
3047
3048         * lily/bar-number-engraver.cc: add support for
3049         barNumberAlignSymbol. 
3050         add ADD_ACKNOWLEDGER() call for break_aligned. Fixes bar-number-breathe
3051
3052         * lily/pointer-group-interface.cc (set_ordered): new function. 
3053         (add_unordered_grob): new function.
3054
3055         * lily/grob-array.cc (Grob_array): grob-arrays are always assumed
3056         to ordered, unless the opposite has been proved.  This fixes
3057         random reordering of large object groups across linebreaks,
3058         eg. beams.
3059
3060         * lily/main.cc (do_chroot_jail): printf format fix.
3061
3062         * lily/tie-formatting-problem.cc (generate_configuration):
3063         multiply y-shift for dot with direction.
3064  
3065         * scm/define-markup-commands.scm (note-by-number): put (magstep
3066         size) in y-attach too.
3067
3068         * Documentation/topdocs/NEWS.tely (Top): show override.
3069
3070         * scm/define-grobs.scm (all-grob-descriptions): reinstate neutral
3071         direction for stems.
3072         
3073 2006-03-15  Graham Percival  <gpermus@gmail.com>
3074
3075         * Documentation/user/ changing-defaults, global: minor
3076         fixes from mailist.
3077
3078 2006-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3079
3080         * lily/lexer.ll (Lily_lexer): bump required version to 2.7.38
3081
3082         * lily/spacing-spanner.cc (musical_column_spacing): crude fix for
3083         breakable items after uniformly stretched notes.
3084
3085         * lily/tie-formatting-problem.cc (set_chord_outline): initialize
3086         outline with outer edge of note heads. This prevents infinity
3087         problems with tied whole notes.
3088
3089         * scripts/lilypond-book.py (do_file): use os.popen
3090
3091         * python/convertrules.py (conv): add rule for Stem #'beamed-*
3092
3093 2006-03-14 Erik Sandberg  <mandolaerik@gmail.com>
3094
3095         * Documentation/user/invoking.itely: Add ragged-right to bug report
3096         guidelines.
3097
3098 2006-03-14  Graham Percival  <gpermus@gmail.com>
3099
3100         * Documentation/user/global.itely: small fix from mailist.
3101
3102 2006-03-14  Mats Bengtsson  <mabe@s3.kth.se>
3103
3104         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use the
3105         file descriptor returned by tempfile.mkstemp() when writing
3106         to tmpfile and closing it. Solves problem with unlink(tmpfile)
3107         on mingw.
3108
3109 2006-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3110
3111         * po/fi.po: newline bugfix.
3112
3113 2006-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3114
3115         * scm/paper.scm (paper-alist): Rounding fixes.
3116
3117 2006-03-13  Graham Percival  <gpermus@gmail.com>
3118
3119         * Documentation/user/ changing-defaults, instrument-notation,
3120         tutorial: small fixes from mailist, mostly from Mats.  Thanks!
3121
3122 2006-03-13 Heikki Junes  <hjunes@cc.hut.fi>
3123
3124         * po/fi.po: update.
3125
3126 2006-03-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3127
3128         * stepmake/bin/add-html-footer.py (mail_address_url): don't add
3129         mailto: to http:// 
3130
3131         * python/lilylib.py (print_environment): move ps_page_count to
3132         lilypond-book.py
3133
3134 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3135
3136         * Documentation/user/music-glossary.tely (G clef): fix clef alignments.
3137
3138         * scm/framework-ps.scm (embed-document): new function. Use to
3139         embed PFA files.
3140
3141         * ly/engraver-init.ly: init rehearsalMarkAlignSymbol to staff-bar.
3142
3143 2006-03-12  Mats Bengtsson  <mabe@s3.kth.se>
3144
3145         * Documentation/user/instrument-notation.itely (Setting simple
3146         songs): Added \book{...} around the full example, so the separate
3147         markups are included in the printed example. 
3148
3149 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3150
3151         * scripts/lilypond-book.py (get_latex_textwidth): explicitly close
3152         tmphandle.
3153
3154         * python/lilylib.py (system): rewrite system() using
3155         subprocess. Remove >& redirection trickery.
3156
3157 2006-03-11  Graham Percival  <gpermus@gmail.com>
3158
3159         * Documentation/user/ changing-defaults, global, scheme-tutorial,
3160         notation-appendices.itely: minor fixes from mailist.
3161
3162 2006-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3163
3164         * Documentation/user/GNUmakefile ($(outdir)/lilypond.html):
3165         unsplit man also needs images.
3166
3167         * tex/texinfo.tex (sectionheading, q.v.): relax after \char'15.
3168
3169         * VERSION (PACKAGE_NAME): 2.7.38 released.
3170
3171 2006-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3172
3173         * scripts/lilypond-book.py (get_latex_textwidth): look for latex
3174         log in output dir.
3175
3176 2006-03-08  Johannes Schindelin  <Johannes.Schindelin@gmx.de>
3177
3178         * lily/audio-column.cc, lily/score-performer.cc: MIDI output now
3179         respects the Score.skipTypesetting property.
3180         
3181 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3182
3183         * scm/framework-ps.scm (ps-embed-cff): no Setup section in
3184         Prolog. No %%EOF after CFF file.
3185
3186 2006-03-08  Joe Neeman  <joeneeman@gmail.com>
3187         
3188         * lily/constrained-breaking.cc (get_max_systems): used to return a
3189         much too big value
3190         (combine_demerits): use pointers to reduce copying data
3191         (calc_subproblem): idem
3192         (get_page_penalty): add page turn penalties
3193         
3194 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3195
3196         * Documentation/user/invoking.itely (Invoking lilypond): better
3197         explanation of -e usage.
3198
3199         * lily/main.cc (main_with_guile): don't append to
3200         init_scheme_code_string
3201
3202         * tex/texinfo.tex (sectionheading, q.v.): don't center @image.
3203
3204         * Documentation/user/invoking.itely: add note about MacOS X scripts.
3205
3206         * scripts/convert-ly.py (do_options): don't print help for
3207         --show-rules rule.
3208
3209         * tex/texinfo.tex: patch texinfo.tex to leave single quotes in
3210         @code and @example. Update from texinfo.tex from CVS.
3211
3212 2006-03-08  Graham Percival  <gpermus@gmail.com>
3213
3214         * Documentation/user/scheme-tutorial.itely: clarifies distances
3215         measured in staff-spaces.
3216
3217 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3218
3219         * lily/slur.cc (outside_slur_callback): only calculate offsets if
3220         consider[k] is true.
3221
3222         * scm/output-ps.scm (grob-cause): put numbers to ~$ (Thanks Johannes!)
3223
3224         * lily/spacing-basic.cc (standard_breakable_column_spacing): also
3225         consider columns that have originals.  Unifies spacing for mm
3226         rests around line breaks.
3227
3228         * lily/multi-measure-rest.cc (set_spacing_rods): read bound-padding.
3229         (set_text_rods): idem.
3230         (calculate_spacing_rods): new function: share code between
3231         set_text_rods and set_spacing_rods.
3232         (set_text_rods): take extents of bounds into account.  
3233
3234 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3235
3236         * Documentation/user/basic-notation.itely (Writing music in
3237         parallel): don't use relative.
3238
3239 2006-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3240
3241         * ly/music-functions-init.ly (Module): add shiftDurations
3242
3243         * ly/drumpitch-init.ly (drumPitchNames): add tamtam.
3244
3245         * scm/paper.scm (paper-alist): no decimals for Ax paper sizes. 
3246
3247         * ly/engraver-init.ly: init vocalName to nil.
3248
3249 2006-03-05 Erik Sandberg  <mandolaerik@gmail.com>
3250
3251         * scm/music-functions.scm (music->make-music): bugfix,
3252         KeyChangeEvents are now handled correctly.
3253
3254         * scripts/lilypond-book.py: Add --debug option.
3255
3256 2006-03-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3257
3258         * python/lilylib.py: add tempfile.
3259
3260 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3261
3262         * VERSION (PACKAGE_NAME): release 2.7.37
3263
3264         * python/lilylib.py (ps_page_count): remove make_ps_images().
3265         (ps_page_count): remove mkdir_p
3266         (system): remove cleanup_temp.
3267         (exit): remove lilypond_version_(check)
3268         (error_log): remove pseudo_filter_p
3269         remove read_pipe
3270         remove cp_to_dir
3271         remove identify
3272
3273         * scripts/lilypond-book.py (Lilypond_snippet.compose_ly): don't
3274         use __main__
3275
3276         * lily/accidental-engraver.cc (make_standard_accidental): only add
3277         support for side-axis is X_AXIS. Fixes text-spacing-accidental.ly
3278
3279         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
3280         $(outdir)/emmentaler-%.svg): rewrite without functions; too many
3281         Make incompatibilities.
3282
3283         * scm/output-ps.scm (grob-cause): replace backslashes by /
3284         (glyph-string): use ~$ for less decimals for glyph-string and grob-cause.
3285
3286 2006-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3287
3288         * cygwin/GNUmakefile: Install fixes.
3289
3290         * scripts/GNUmakefile (SEXECUTABLES): Install fix: remove mup2ly.
3291
3292         * lily/note-head.cc (head::get_balltype): Compile fix.
3293
3294         * flower/file-name.cc (dos_to_posix): Flower string fix.
3295
3296 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3297
3298         * python/lilylib.py: pychecker cleanups.
3299
3300         * scripts/lilypond-book.py
3301         (Lilypond_snippet.output_print_filename): pychecker cleanups
3302
3303         * scripts/midi2ly.py (Key.dump): pychecker cleanups.
3304
3305         * python/lilylib.py (underscore): remove identify() , warranty()
3306
3307         * ps/music-drawing-routines.ps: change Border routine for GSView
3308         compatibility.
3309
3310         * lily/stem.cc (height): use quantize-positions.  This triggers
3311         set_stem_lengths, so scripts on beamed stems are handled correctly.
3312
3313         * lily/side-position-interface.cc (aligned_side): check if edges
3314         of script are inside staff. Fixes accent of edge of the staff.
3315
3316         * input/regression/staccato-pos.ly: more examples.
3317
3318         * stepmake/aclocal.m4 (depth): fix bashism.
3319
3320         * lily/lyric-combine-music-iterator.cc: move from
3321         new-lyric-combine-iterator.cc
3322         (process): add pending_grace_lyric_ member to delay lyrics on
3323         grace notes.
3324
3325         * lily/system-start-text.cc (print): suicide if we don't have any
3326         elements. Fixes hara kiri'd instrument names.
3327
3328         * scripts/mup2ly.py (Module): remove.
3329
3330 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3331
3332         * Documentation/user/global.itely (A single music expression):
3333         close @lilypond properly
3334
3335         * lily/volta-bracket.cc (modify_edge_height): change from
3336         after_line_breaking_callback. Suicide last bracket if appropriate.
3337  
3338         * python/lilylib.py: strip getopt support
3339
3340         * scripts/etf2ly.py (do_options): use optparse
3341
3342         * scripts/midi2ly.py: optparse, strip lilylib copy. 
3343
3344         * scripts/abc2ly.py (voices): use optparse.
3345
3346         * stepmake/stepmake/generic-vars.make: new function absdir.
3347
3348         * scripts/convert-ly.py (bindir): use optparse, argv[0] relocation.
3349
3350         * scripts/lilypond-book.py (find_file): use global_options for
3351         include path
3352
3353         * scm/ps-to-png.scm (ps-page-count): prevent null characters
3354         entering C code.
3355
3356 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3357
3358         * python/lilylib.py (get_global_option): ughness for extracting
3359         global options from lilylib.
3360         (NonDentedHeadingFormatter.format_heading): move from musicxml2ly
3361
3362         * scripts/lilypond-book.py (get_option_parser): use optparse for
3363         option handling.  Put options in global_options variable.
3364
3365 2006-02-28  Heikki Junes  <hjunes@cc.hut.fi>
3366
3367         * Documentation/index.html.in: clarify.
3368
3369 2006-02-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3370
3371         * scm/layout-page-layout.scm (write-page-breaks): add a
3372         music-system-heights property to the page layout output.
3373
3374         * scm/page.scm (make-page-stencil): take footer into account when
3375         computing the 'space-left page property
3376         (annotate-space-left): take footer into account when annonating
3377         space left.
3378
3379 2006-02-28  Graham Percival  <gpermus@gmail.com>
3380
3381         * Documentation/user/ advanced-notation, global: more (final)
3382         docs for music expressions, removed special fermatas.
3383
3384 2006-02-27  Graham Percival  <gpermus@gmail.com>
3385
3386         * Documentation/user/ basic-notation, global: minor changes
3387         from mailist.
3388
3389 2006-02-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3390
3391         * scm/framework-ps.scm:         
3392         * scm/lily-library.scm (nan?, inf?): Move guile 1.6 compatibility
3393         layer for inf? and nan? from framework-ps to lily-library.
3394
3395 2006-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3396
3397         * mf/GNUmakefile ($(outdir)/emmentaler-$(1).otf
3398         $(outdir)/emmentaler-$(1).svg): remove backslashes from define endef.
3399
3400         * buildscripts/substitute-encoding.py (Module): remove file.
3401
3402         * mf/GNUmakefile: more PFA strippage.
3403
3404         * mf/aybabtu.pe.in (i): remove PFAaybabtu generation
3405
3406         * buildscripts/gen-emmentaler-scripts.py (i): remove PFAemmentaler
3407         generation
3408
3409         * scm/framework-ps.scm: remove font name munging.
3410
3411         * Documentation/topdocs/INSTALL.texi (Top): bump GS requirement.
3412
3413 2006-02-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3414
3415         * scm/markup.scm (define-markup-command): change
3416         def-markup-command to define-markup-command
3417
3418         * scm/music-functions.scm (define-music-function): change
3419         def-music-function to define-music-function.
3420
3421         * python/convertrules.py (conv): rules for def-music-function
3422         and def-markup-commands
3423
3424         * Documentation/user/programming-interface.itely,
3425         input/no-notation/display-lily-tests.ly,
3426         input/regression/lily-in-scheme.ly,
3427         input/regression/markup-user.ly,
3428         input/regression/music-function.ly, input/regression/tie-chord.ly,
3429         scm/fret-diagrams.scm, ly/music-functions-init.ly,
3430         ly/gregorian-init.ly: use new macro names (define-music-function,
3431         define-markup-command).
3432
3433 2006-02-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3434
3435         * scripts/lilypond-book.py (main): write Makefile dependencies file. 
3436         (output): add comments to lp-book latex output.
3437
3438         * GNUmakefile.in (footifymail): use gmane address for webpage bug
3439         address.
3440
3441 2006-02-23  Graham Percival  <gpermus@gmail.com>
3442
3443         * Documentation/user/ tutorial, global: minor changes.
3444
3445 2006-02-23  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3446
3447         * mf/GNUmakefile: add '\' in multi-line "define ... endef"
3448         blocks (for make 3.80)
3449
3450         * scm/parser-ly-from-scheme.scm (ly:parse-string-result): add
3451         \notemode so that user should not have to explicitely type it.
3452
3453         * scm/define-music-display-methods.scm: various
3454         fixes (ApplyOutputEvent, ApplyContext; \new, \context and derived
3455         constructs)
3456
3457         * input/no-notation/display-lily-tests.ly: new tests for
3458         \applyOutput and \applyContext
3459
3460 2006-02-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3461
3462         * lily/constrained-breaking.cc: patch by Joe Neeman: "I have
3463         changed it slightly so that the number of systems returned by
3464         solve () will be the same as the last value passed to resize
3465         (). I've also added more documentation, removed casts, fixed style
3466         problems and put in some recovery if constraints aren't satisfied."
3467
3468 2006-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3469
3470         * elisp/lilypond-mode.el (count-matches-as-number): New funtion
3471         for emacs < 22 compatibility.
3472         (count-rexp): Use it.
3473         (LilyPond-string-current-midi, LilyPond-string-all-midi): Remove
3474         substring juggling (Milan Zamazal).
3475
3476 2006-02-23  Graham Percival  <gpermus@gmail.com>
3477
3478         * Documentation/user/ basic-notation, advanced-notation,
3479         global.itely, invoking.itely, tutorial,itely:
3480         minor fixes from mailist.
3481
3482         * scm/define-markup-commands.scm: improve docs of \filled-box.
3483
3484 2006-02-23  Heikki Junes  <hjunes@cc.hut.fi>
3485
3486         * Documentation/index.html.in: changes concern the previous release.
3487
3488         * input/regression/+.ly: cultivate typographical terminology.
3489
3490 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3491
3492         * scm/define-grob-interfaces.scm (parentheses-interface): add
3493         padding to parentheses-interface.
3494
3495         * Documentation/user/GNUmakefile: remove $(CROSS) support from
3496         Documentation/user/GNUmakefile. Use --disable-documentation for that.
3497
3498         * VERSION (PATCH_LEVEL): release 2.7.36
3499
3500         * lily/slur.cc: add avoid-slur (ugh.)
3501         
3502         * lily/slur-configuration.cc (fit_factor): oops, skip point if
3503         intersection gets smaller. This fixes slurs over extreme points.
3504
3505         * lily/melody-engraver.cc (stop_translation_timestep): ignore
3506         stems with neutral-direction set.
3507
3508         * lily/piano-pedal-engraver.cc (create_text_grobs): idem.
3509
3510         * lily/open-type-font.cc (load_table): format error.
3511
3512         * lily/change-iterator.cc (process): format fix.
3513
3514         * flower/include/international.hh (_f): idem.
3515
3516         * flower/include/std-string.hh: add format printf attribute.
3517
3518         * scm/define-grobs.scm (all-grob-descriptions): height of all
3519         PedalLineSpanner is Y-extent property. Fixes pedal-ped.ly
3520
3521         * lily/ambitus-engraver.cc (finalize): use grob_array. This fixes
3522         ambitus lines.
3523
3524         * input/regression/beam-cross-staff-slope.ly: remove decrescendo.
3525
3526 2006-02-22 Erik Sandberg  <mandolaerik@gmail.com>
3527
3528         * input/regression/: upgraded syntax for some files.
3529
3530         * THANKS: Add bughunters.
3531
3532 2006-02-22  Graham Percival  <gpermus@gmail.com>
3533
3534         * Documentation/user/ invoking.itely, advanced-notation.itely,
3535         global.itely: long-awaited "let's make chapter 10 not suck"
3536         update.  Rearrange chapter 10; now called "global issues",
3537         addresses file structure, etc.  Some info from other files
3538         moved into global.itely.
3539
3540 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3541
3542         * lily/accidental-engraver.cc (acknowledge_rhythmic_head): also
3543         catch trill-span-event notes.
3544
3545         * Documentation/user/examples.itely (Ancient notation templates): typo.
3546         (Jazz combo): typo.
3547
3548         * scripts/lilypond-book.py (main): scrap invokes_lilypond(). 
3549
3550         * Documentation/user/basic-notation.itely (Ties): document \repeatTie.
3551
3552         * Documentation/topdocs/NEWS.tely (Top): document \repeatTie.
3553
3554         * scm/define-music-types.scm (music-descriptions): add RepeatTieEvent
3555
3556         * lily/repeat-tie-engraver.cc (acknowledge_note_head): new file. cut & paste
3557         froum Laissez_vibrer_engraver.
3558
3559         * ly/declarations-init.ly (repeatTie): add \repeatTie
3560
3561         * scm/define-grobs.scm (all-grob-descriptions): add RepeatTie, RepeatTieColumn
3562
3563         * scm/define-grob-properties.scm (all-user-grob-properties): add
3564         head-direction property.
3565
3566         * lily/tie-formatting-problem.cc (from_semi_ties): rename from
3567         from_lv_ties. Take head direction argument.
3568
3569         * lily/semi-tie-column.cc: rename from
3570         laissez-vibrer-tie-column.cc. Rename class too.
3571
3572         * lily/semi-tie.cc: rename from laissez-vibrer-tie.cc. Rename
3573         class too.
3574
3575         * lily/paper-score.cc (find_break_indices): move from Break_algorithm.
3576
3577         * lily/break-algorithm.cc (find_break_indices): remove linewidth <
3578         0 case.
3579         (find_breaks): idem.
3580
3581 2006-02-21  Graham Percival  <gpermus@gmail.com>
3582
3583         * Documentation/user/advanced-notation.itely: fixed make-moment]
3584         example.
3585
3586         * Documentation/user/basic-notation.itely: more clarification to
3587         transpose.
3588
3589 2006-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3590
3591         * lily/include/constrained-breaking.hh (class
3592         Constrained_breaking): new file.
3593
3594         * lily/constrained-breaking.cc (resize): new file.
3595
3596         * lily/gourlay-breaking.cc (do_solve): ragged-last iso raggedlast
3597
3598         * Documentation/user/advanced-notation.itely (Clusters): insert
3599         end ignore too.
3600
3601         * lily/tie-column.cc (calc_positioning_done): support for
3602         tie-score debugging
3603
3604         * lily/tie-formatting-problem.cc
3605         (generate_extremal_tie_variations): factor out.
3606         (score_ties_configuration): annotate all tie 
3607         (print_ties_configuration): new routine.
3608         (generate_configuration): nudge extremal ties outside of the head
3609         Y extents.
3610         (score_ties_configuration): oops. convert to staff-space before
3611         determining position symmetry.
3612
3613 2006-02-20  Graham Percival  <gpermus@gmail.com>
3614
3615         * Documentation/user/*-notation.itely: misc minor editing,
3616         shifting doc sections around.
3617
3618         * Documentation/user/*-notation-itely, global.itely,
3619         changing-defaults.itely: added new stuff from NEWS.
3620
3621 2006-02-20  Heikki Junes  <hjunes@cc.hut.fi>
3622
3623         * po/fi.po: update.
3624
3625 2006-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3626
3627         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): don't run
3628         lilypond --verbose for lp-book.
3629
3630         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
3631         $(outdir)/%.ly $(outdir)/%.ps): use $(srcdir) iso $(shell pwd).
3632
3633         * make/lysdoc-rules.make ($(outdir)/collated-files.tely): use
3634         $(buildscript-dir) iso. absolute depth.
3635
3636         * buildscripts/genicon.py (dir): thinko.
3637
3638         * Documentation/pictures/GNUmakefile ($(outdir)/%.ico): typo.
3639
3640 2006-02-19 Erik Sandberg  <mandolaerik@gmail.com>
3641
3642         * scm/output-lib.scm: swap darkcyan/darkyellow
3643
3644         * THANKS: Add bughunters.
3645
3646 2006-02-19  Graham Percival  <gpermus@gmail.com>
3647
3648         * Documentation/user/programming-interfaces.itely: fixed example.
3649
3650         * Documentation/user/instrument-notation.itely: fix @{ @}.
3651
3652         * scm/script.scm: add avoid-slur for \open.
3653
3654 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3655
3656         * lily/tie-formatting-problem.cc (score_configuration): use
3657         sliding score for min-length. 
3658
3659         * Documentation/pictures/GNUmakefile (local-dist): loose the rule
3660         spaghetti for icons.
3661
3662         * buildscripts/genicon.py (program_name): new file.
3663
3664         * lily/tie-formatting-problem.cc (set_chord_outline): put dots
3665         in outline too.  
3666         (generate_configuration): for small ties, also look for collisions
3667         at Y + DIR*h + DELTA_Y.
3668         (get_variations): consider variation for dot positions too.
3669
3670         * lily/side-position-interface.cc (aligned_side): take abs for
3671         quantized rounded position. Fixes tenuto below staff.
3672
3673         * scm/stencil.scm (annotate-y-interval): robustify: print nan/inf
3674         markers when necessary.
3675
3676         * lily/program-option.cc (internal_set_option): add
3677         strict_infinity_checking option.
3678
3679         * scm/output-lib.scm (cyan): swap yellow and cyan.
3680
3681 2006-02-19  Graham Percival  <gpermus@gmail.com>
3682
3683         * darwin.patch: trivial linenumber update.
3684
3685         * Documentation/user/ {various}: `\context foo = named' changed
3686         to `\new foo = "name"' in docs.
3687
3688 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3689
3690         * scm/stencil.scm (annotate-y-interval): use it.
3691
3692         * scm/lily-library.scm (interval-sane?): new function.
3693
3694         * buildscripts/mf-to-table.py (Char_metric.__init__): remove
3695         tfm_checksum stuff.
3696
3697         * lily/tie-formatting-problem.cc (from_lv_ties): add heads for
3698         common refpoint.
3699
3700         * flower/include/std-vector.hh (iterof): add iterof macro.
3701
3702         * lily/enclosing-bracket.cc (width): new function.
3703
3704         * lily/align-interface.cc (align_elements_to_extents): reinstate
3705         warning.
3706
3707 2006-02-18  Heikki Junes  <hjunes@cc.hut.fi>
3708
3709         * Documentation/index.html.in: fix spelling: thankyous.
3710
3711 2006-02-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3712
3713         * lily/lyric-hyphen.cc: typo.
3714
3715 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3716
3717         * stepmake/stepmake/c++-rules.make ($(outdir)/%.cc
3718         $(outdir)/%.hh): generate h and c in one rule; otherwise -jX
3719         builds don't work. 
3720
3721         * VERSION: release 2.7.35
3722
3723         * lily/beam.cc (get_default_dir): oops. Take abs () for
3724         extremes[DOWN].
3725         (get_default_dir): use extreme position criterion only in absence
3726         of forced stem directions.
3727
3728         * VERSION (PATCH_LEVEL): bump VERSION.
3729
3730         * mf/GNUmakefile: explicit rules for emmentaler/aybabtu
3731         dependencies. Necessary for -jX builds.  
3732
3733 2006-02-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3734
3735         * lily/relocate.cc (setup_paths): Yet another const fix.
3736
3737 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3738
3739         * configure.in (HOST_ARCH): determine HOST_ARCH in configure.
3740
3741         * lily/relocate.cc (setup_paths): oops.
3742
3743 2006-02-17  Heikki Junes  <hjunes@cc.hut.fi>
3744
3745         * Documentation/index.html.in: order links: html before PDF.
3746
3747 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3748
3749         * lily/tie-column-format.cc (Module): remove.
3750
3751         * lily/relocate.cc (setup_paths): GCC 4.2 fixes: const correctness.
3752
3753         * lily/text-spanner.cc (print): idem.
3754
3755         * lily/dynamic-text-spanner.cc (print): only print line if longer
3756         than dash-period.
3757
3758         * lily/auto-change-iterator.cc (change_to): formatting.
3759
3760         * lily/beam.cc (get_default_dir): take extreme note head as input
3761         for stem direction.
3762
3763         * lily/tie.cc (get_default_dir): only look directions for visible
3764         stems. 
3765
3766         * lily/side-position-interface.cc (aligned_side): oops. Don't
3767         mutiply with direction. This fixes quantized (staccato, tenuto)
3768         scripts below notes.
3769
3770         * lily/lyric-hyphen.cc (set_spacing_rods): oops. Multiply with
3771         direction. Fixes c-lyrics-center-align.ly
3772
3773 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3774
3775         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Add copy
3776         constructor.
3777
3778         * lily/std-string.cc:
3779         * lily/include/std-vector.hh (split_string): Move and rename from
3780         lily/include/misc.hh, lily/misc.cc.  Update callers.
3781
3782 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3783
3784         * lily/include/pango-font.hh: HAVE_PANGO_FT2 iso. HAVE_PANGO_16
3785
3786 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3787
3788         * flower/test-file.cc: New file.
3789
3790         * stepmake/stepmake/test-vars.make (TEST_MODULE_LIBES): Fixes for
3791         libraries.
3792
3793         * flower/GNUmakefile (TEST_MODULE_LIBS): Link to flower lib.
3794
3795 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3796
3797         * flower/include/file-storage.hh: remove file.
3798
3799         * lily/include/midi-item.hh (class Midi_track): idem.
3800
3801         * lily/include/source.hh (class Sources): idem.
3802
3803         * lily/include/performance.hh (class Performance): use vector
3804         iso. Cons<>
3805
3806         * flower/include/cons.hh (class Cons): remove file.
3807
3808         * flower/include/flower-proto.hh: remove template cruft.
3809
3810         * lily/include/font-metric.hh: use size_t not vsize for indices.
3811
3812         * flower/include/flower-proto.hh (Module): remove std-vector.hh
3813         from proto.
3814
3815         * lily/include/all-font-metrics.hh: use HAVE_PANGO_FT2
3816
3817         * lily/include/paper-book.hh (class Paper_book):
3818         make get_system_specs() public.
3819
3820         * scm/layout-page-layout.scm (optimal-page-breaks): only consider
3821         the force=10000 case if we don't have a current-best. 
3822
3823         * lily/tuplet-bracket.cc (get_bounds): don't do (size() - 1) for
3824         vsize 
3825
3826         * flower/include/flower-proto.hh: remove outdated templates.
3827
3828         * scm/page.scm: use annotate-spacing
3829
3830 2006-02-15  Graham Percival  <gpermus@gmail.com>
3831
3832         * scm/translation-functions.scm: circle patch from Erlend, thanks!
3833
3834         * THANKS: moved Erlend Aasland to contributors.
3835
3836 2006-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3837
3838         * config.hh.in: remove HAVE_PANGO_16
3839
3840         * lily/tuplet-bracket.cc (calc_positions): multiply with
3841         staff-space for beam case. This fixes tuplets+beams on scaled
3842         staves.
3843
3844         * config.hh.in: remove all Kpathsea related defines.
3845
3846         * lily/dot-column.cc (side_position): reach stem via dots->
3847         head->stem. Inspect all stems for dot collisions. 
3848
3849         * lily/dot-column-engraver.cc (class Dot_column_engraver): excise
3850         stem handling.
3851
3852         * lily/bar-number-engraver.cc (process_music): document function
3853         of whichBar.
3854
3855         * lily/score.cc (default_rendering): add pscore, not systems
3856         themselves.
3857
3858         * lily/paper-book.cc (get_system_specs): separate generation of
3859         titles and systems.
3860
3861         * flower/include/std-vector.hh: don't include config.hh
3862
3863 2006-02-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3864
3865         * flower/include/std-vector.hh: Better wrapper compatibility with
3866         std::vector.
3867
3868         * flower/include/flower-proto.hh: Remove cheap forward declaration
3869         attempts.
3870
3871         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): Bugfix.
3872
3873 2006-02-14  Graham Percival  <gpermus@gmail.com>
3874
3875         * Documentation/user/invoking.itely: add warning about command line.
3876
3877 2006-02-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3878
3879         * lily/include/lily-proto.hh: add Prob, rm Page.
3880
3881         * flower/include/std-vector.hh (VPOS): use 64 bit-proof version.
3882
3883         * VERSION: release 2.7.34
3884
3885         * lily/relocate.cc (framework_relocation): show canary if
3886         GHOSTSCRIPT_VERSION undefined.
3887
3888         * GNUmakefile.in: remove $(VERSION) symlink.
3889
3890         * lily/relocate.cc (setup_paths): add + 
3891
3892 2006-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3893
3894         * Documentation/index.html.in: specify sizes for all big HTML pages.
3895
3896 2006-02-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3897
3898         * config.hh.in: remove @FRAMEWORKDIR@
3899
3900         * lily/system-start-text.cc (get_stencil): new file: separate out
3901         system-start-delimiter text support.
3902
3903         * input/**ly: replace \context with \new where appropriate.
3904         
3905         * THANKS: add Don.
3906
3907         * lily/slur-scoring.cc (get_base_attachments): use
3908         robust_relative_extent. This fixes problems with empty paper-columns. 
3909
3910 2006-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3911
3912         * Documentation/topdocs/NEWS.tely (Top): document \new syntax.
3913
3914         * scm/define-music-properties.scm (all-music-properties):
3915         create-new property.
3916
3917         * lily/context-specced-music-iterator.cc (construct_children):
3918         inspect 'create-new property iso. magical $uniqueContextId context
3919         id.
3920
3921         * lily/parser.yy (optional_id): allow \new "Bar" = "foo" too.
3922
3923         * lily/context-key-manager.cc (Module): new file. Encapsulate
3924         object key generation.
3925
3926         * lily/include/context-key-manager.hh (Module): new file.
3927
3928 2006-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3929
3930         * scm/define-grobs.scm (all-grob-descriptions): center instrument
3931         names vertically
3932
3933         * configure.in (LINK_GXX_STATICALLY): strip -DSTRING_UTILS_INLINED
3934         options.
3935         (reloc_b): excise --enable-framework-dir
3936
3937         * lily/relocate.cc (framework_relocation): use getenv
3938         LILYPOND_GS_VERSION or -DGHOSTSCRIPT_VERSION to set GS version.
3939
3940 2006-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3941
3942         * flower/include/std-string.hh: 
3943         * flower/include/std-vector.hh: Finish std:: conversion; move
3944         flower extensions from std:: namespace.  Update users.
3945
3946         * lily/include/lily-proto.hh: Replace Link_array__*_ macros by
3947         their expansion to vector<*>.  Update users.
3948
3949 2006-02-10  Graham Percival  <gpermus@gmail.com>
3950
3951         * Documentation/user/invoking.itely: add example to File structure.
3952
3953         * Documentation/user/ instrument-notation.itely, cheatsheet.itely,
3954         examples.itely, putting.itely: {\new|\context} Lyrics \lyricsto.
3955
3956 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3957
3958         * ly/paper-defaults.ly: typo.
3959
3960         * lily/parenthesis-engraver.cc (acknowledge_grob): don't do
3961         set_parent() for parentheses. This will make it show up in bbox
3962         calculations.
3963
3964         * scm/output-lib.scm (parentheses-item::print): rewrite, using
3965         ly:grob-common* functions.
3966
3967         * lily/grob-scheme.cc (LY_DEFINE):
3968         ly:grob-common-refpoint-of-array: new function 
3969         ly:grob-common-refpoint: new function 
3970         ly:grob-relative-coordinate: new function 
3971
3972         * lily/instrument-name-engraver.cc (process_music): use
3973         Text_interface::is_markup(). This fixes \markup on instrument names.  
3974
3975         * scm/define-grobs.scm (all-grob-descriptions): set line-thickness
3976         for ties and slurs.
3977
3978         * lily/slur.cc (print): idem.
3979
3980         * lily/tie.cc: add line-thickness for ties. 
3981
3982 2006-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3983
3984         * scm/output-svg.scm: Document diversion from GNU coding standards
3985         as a workaround for a bug in Microsoft Internet Explorer.
3986
3987 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3988
3989         * lily/instrument-name-engraver.cc (process_music): use
3990         is_markup() iso. is_string()
3991
3992         * Documentation/user/changing-defaults.itely (Module): add menu entry.
3993
3994         * lily/percent-repeat-engraver.cc (process_music): only look at
3995         main_part_ for % repeats.
3996
3997         * lily/stem-tremolo.cc (get_beam_translation): new function.
3998         (calc_slope): new function.
3999         (height): don't use real slope.
4000
4001 2006-02-10  Jürgen Reuter  <reuter@ipd.uka.de>
4002
4003         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: add
4004         new connect-to-neighbor, control-points and staff-padding
4005         properties to make ligature brackets showing up again.
4006
4007 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4008
4009         * VERSION: release 2.7.33
4010
4011         * lily/relocate.cc (prefix_relocation): oops. One TOPLEVEL_VERSION
4012         too many.
4013
4014         * Documentation/user/changing-defaults.itely (Difficult tweaks):
4015         remove applyOutput example.
4016         (Objects connected to the input): document \tweak, \parenthesize
4017
4018         * lily/relocate.cc (prefix_relocation): allow "current"
4019         iso. TOPLEVEL_VERSION for share/lilypond/ suffix. This makes
4020         changing VERSION in a lily tree less painful.
4021
4022         * input/regression/parenthesize.ly: new file. 
4023
4024         * scm/output-lib.scm (parenthesize-element): new function.
4025
4026         * scm/define-grobs.scm (all-grob-descriptions): add ParenthesesItem.
4027
4028         * lily/parenthesis-engraver.cc (acknowledge_grob): new file.
4029
4030         * lily/accidental-engraver.cc (make_standard_accidental): reroute
4031         cause: accidentals are caused by note heads, not note events. 
4032
4033 2006-02-08  Graham Percival  <gpermus@gmail.com>
4034
4035         * darwin.patch: small patch from Erlend, thanks!
4036
4037         * Documentation/user/basic-notation.itely: add stem-neutral example.
4038
4039         * Documentation/user/putting.itely: clarifications.
4040
4041 2006-02-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4042
4043         * Documentation/topdocs/NEWS.tely (Top): remove internal cleanup
4044         note, add more guidelines to what should go into NEWS.
4045
4046         * input/sakura-sakura.ly: document how to override font.
4047
4048         * input/regression/font-family-override.ly:  doc -dshow-available-fonts
4049
4050 2006-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4051
4052         * lily/midi-item.cc (to_string): truncate time sig at 255 beats.
4053
4054 2006-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
4055
4056         * scripts/convert-ly.py (lilypond_version_re_str): Move from
4057         convertrules.  Add explicit grouping, needed for python2.2.
4058
4059 2006-02-07  Jan Nieuwenhuizen  <janneke@gnu.org>
4060
4061         * Documentation/topdocs/NEWS.tely (Top): Mention code cleanup.
4062
4063 2006-02-07  Graham Percival  <gpermus@gmail.com>
4064
4065         * Documentation/user/global.itely: fix line-width in (text) docs.
4066
4067         * Documentation/user/lilypond-book.itely: same.
4068
4069 2006-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4070
4071         * VERSION (PACKAGE_NAME): release 2.7.32
4072
4073         * Documentation/topdocs/NEWS.tely (Top): document new variable
4074         naming.
4075
4076         * flower/include/array.icc (Message): remove file.
4077
4078         * flower/include/std-vector.hh: make sure vsize and VPOS are
4079         defined for binary_search_bounds().
4080
4081         * flower/std-string.cc (std): add to_string(long unsigned).
4082
4083         * configure.in (gui_b): excise std_string option.
4084         (gui_b): excise std_vector option.
4085
4086         * flower/string.cc (Module): excise flower array & string
4087
4088         * flower/include/std-string.hh: excise flower string.
4089
4090         * {ly,lily,scm}/*: use dashes in \paper and \layout variables
4091
4092         * python/convertrules.py (lilypond_version_re_str): require
4093         only numbers and dots in \version string.
4094
4095 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4096
4097         * lily/system-start-delimiter.cc (print): allow style = text too.
4098
4099         * lily/system-start-delimiter-engraver.cc
4100         (acknowledge_system_start_text): new function, also add add to
4101         support of system-start-text (instrument names). This fixes
4102         instrument names on piano staves.
4103
4104         * lily/instrument-name-engraver.cc: rewrite. Use
4105         system-start-delimiter approach. This save memory and cpu.
4106
4107         * scm/define-grobs.scm (all-grob-descriptions): remove
4108         instrument-name from break-alignment.
4109
4110         * mf/GNUmakefile ($(NCSB_TTFS)): depend on pfx2ttf script too.
4111
4112 2006-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4113
4114         * stepmake/stepmake/generic-vars.make (LOOP): Add PLUS to keep -j
4115         jobserver going.
4116
4117         * configure.in (std_vector): On by default.
4118
4119         * lily/include/font-metric.hh:
4120         * lily/include/tfm-reader.hh: 
4121         * lily/include/spanner.hh: Use unsigned for indices and sizes.
4122         Update users.
4123
4124         * Documentation/user/changing-defaults.itely: Fix link v2.5, out-www.
4125
4126 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4127
4128         * VERSION (PACKAGE_NAME): 2.7.31
4129
4130         * scm/framework-ps.scm (dump-stencil-as-EPS): don't hardcode left
4131         EPS edge at 0, but take minimum with left-overshoot. This fixes
4132         cut off system start delims. 
4133
4134         * lily/instrument-name-engraver.cc (stop_translation_timestep):
4135         hack: add to axis group if not added yet. This fixes hara kiri'd
4136         piano staves.
4137
4138         * lily/hara-kiri-group-spanner.cc
4139         (force_hara_kiri_in_y_parent_callback): fix signatures.
4140
4141         * lily/hairpin.cc (print): check next hairpin to see whether or
4142         not to be continuing.
4143
4144 2006-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4145
4146         * Remove trailing whitespace from makefiles.
4147         
4148         * flower/include/std-vector.hh: Add binary_search_bounds workaround
4149         for earlier gcc.
4150
4151         * .cvsignore: Add out*, out-www, config-*.  Remove lots of cruft.
4152
4153         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Workaround.
4154
4155         * config.hh.in (HAVE_STL_DATA_METHOD): Add.
4156
4157         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): New function.
4158
4159         * configure.in: Use it.
4160
4161 2006-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4162
4163         * scm/music-functions.scm (pitch-of-note): new function.
4164
4165         * ly/music-functions-init.ly: add \octave and \addquote
4166
4167         * lily/parser.yy (music_function_chord_body): softcode \octave.
4168         (lilypond_header): softcode \addquote
4169
4170 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4171
4172         * flower/include/std-vector.hh[STD_VECTOR]: Do not include
4173         array.hh, parray.hh at all.  Getting ready to flip the
4174         configure default.
4175
4176         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
4177
4178         * lily/source-file.cc (file::get_line): Help binary_search_bounds
4179         a bit.
4180
4181         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
4182
4183 2006-02-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4184
4185         * flower/include/array.hh: typo. 
4186
4187 2006-02-02  Graham Percival  <gpermus@gmail.com>
4188
4189         * Documentation/user/advanced-notation.itely: doc "\#" in text.
4190
4191 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4192
4193         * flower/include/pqueue.hh: Derive from std::vector.
4194
4195         * flower/include/parray.hh: Conform to std::vector interface.
4196         Update users.
4197
4198 2006-02-02  Graham Percival  <gpermus@gmail.com>
4199
4200         * Documentation/topdocs/NEWS.itely: grammar fix from Laura.
4201
4202 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4203
4204         * flower/file-path.cc (is_file): remove if 0 section.
4205
4206         * buildscripts/pfx2ttf.fontforge (err): robustness fix for
4207         selecting afii61352.
4208
4209 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4210
4211         * flower/include/std-vector.hh (boundary): Oops, reverse.
4212
4213         * flower/string-convert.cc (convert::unsigned_string): Bugfix:
4214         remove superfluous `d'.
4215
4216         * flower/include/std-vector.hh (boundary, top): Detach from class.
4217         Remove empty vector shell.
4218
4219         * flower/include/array.hh (reverse, swap): Detach from class.
4220         Update users.
4221         
4222         * flower/include/std-vector.hh
4223         * flower/include/array.hh (concat): Globally change to insert ().
4224
4225         
4226         * flower/include/std-vector.hh
4227         * flower/include/parray.hh
4228         * flower/include/array.hh (elem, elem_ref): Globally replace by
4229         at ().
4230
4231 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4232
4233         * Documentation/topdocs/NEWS.tely (Top): use ly: prefix for members.
4234
4235         * python/convertrules.py (FatalConversionError.sub_cxx_id):
4236         anticipate on identifier substitutions.
4237
4238 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4239
4240         * flower/include/std-vector.hh (insert): Remove, replace by
4241         std::vector interface.  Update callers.
4242
4243         * flower/include/array.icc (insert): Change signature to
4244         match std::vector interface.
4245         
4246         * flower/include/array.icc (vector_sort): Bugfix.
4247
4248 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4249
4250         * lily/parser.yy (output_def_head_with_mode_switch): new
4251         production. Result: dashes and underscores may be used in the
4252         \paper block.
4253
4254         * lily/lexer.ll: add DASHED_WORD.  Accept in INITIAL mode.
4255
4256         * python/convertrules.py (conv): oops. One slash too much.
4257
4258 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4259
4260         * flower/include/std-vector.hh (sort): Remove, replace by
4261         ::vector_sort.  Update callers.
4262
4263         * flower/include/std-vector.hh (slice): Remove.  Update callers.
4264         (sort): Bugfix.
4265
4266         * flower/test-std.cc (vector_sort): New test.
4267
4268 2006-02-01  Graham Percival  <gpermus@gmail.com>
4269
4270         * Documentation/user/putting.itely: fixes from Erik.
4271
4272 2006-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4273
4274         * flower/test-std.cc: Add simple unit test for vector migration.
4275
4276         * stepmake/stepmake/test*: Unit test support.
4277
4278         * flower/include/std-vector.hh (del): Remove.  Use erase (),
4279         update callers.
4280
4281         * flower/include/array.hh (begin, end): Add.
4282         (del, get): Remove.
4283
4284 2006-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4285
4286         * lily/include/lily-guile-macros.hh (MAKE_SCHEME_CALLBACK): use
4287         std::string not String. 
4288
4289         * lily/context-def.cc (path_to_acceptable_context): use INT_MAX
4290         iso UINT_MAX.
4291
4292         * lily/prob.cc (Prob): copy type_ too.
4293
4294         * lily/lily-guile.cc (mangle_cxx_identifier): new
4295         function. Class_bla::foo_bar_[px] ->
4296         ly:class-bla::foo-bar[?!]. Changes throughout
4297
4298 2006-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4299
4300         * flower/include/guile-compatibility.hh (scm_from_unsigned): add scm_from_unsigned().
4301
4302         * lily/beam.cc (calc_direction): take dir from visible stem in
4303         degenerate case.
4304
4305 2006-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4306
4307         * lily/melody-spanner.cc (spanner::calc_neutral_stem_direction):
4308         Fix -1, >=0 boundary checks for unsigned vsize.
4309
4310         * lily/separating-group-spanner.cc (spanner::find_rods): Fix >=0
4311         loop for unsigned vsize.
4312
4313         * configure.in (--enable-std-vector): New option.
4314         (--enable-std-string): On by default.
4315
4316         * flower/include/std-vector.hh: New file.  Enable switch to
4317         std::vector, update client code.
4318
4319 2006-01-30  Graham Percival  <gpermus@gmail.com>
4320
4321         * scm/document-translation.scm: clarify "this context is also
4322         known as".  Thanks, Werner!
4323
4324         * Documentation/user/putting.itely: small fixes from Don Blaheta.
4325
4326         * Documentation/user/invoking.itely: small fix from Don.
4327
4328 2006-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4329
4330         * scm/lily.scm (define-scheme-options): rename option
4331         preview-include-book-title to book-title-preview
4332         (define-scheme-options): move force-eps-font-include (from paper
4333         block) to eps-font-include -d option.
4334
4335         * VERSION (PATCH_LEVEL): release 2.7.30
4336
4337         * input/bach-schenker.ly (staffPiano): new file.
4338
4339         * buildscripts/pfx2ttf.fontforge: remove No. glyph from TTF file.
4340
4341         * Documentation/topdocs/NEWS.tely (Top): simplify NEWS entry, add
4342         credits to Nicolas.
4343
4344         * scm/define-markup-commands.scm (epsfile): add scaling to \epsfile.
4345
4346         * ps/lilyponddefs.ps: remove start-system, stop-system,
4347         start-page fluff. This saves putting { } code on the stack, fixing
4348         stack overflows when including EPS files.
4349
4350 2006-01-29  Graham Percival  <gpermus@gmail.com>
4351
4352         * Documentation/user/putting.itely: minor fixes (comments on -devel).
4353
4354 2006-01-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4355
4356         * Documentation/topdocs/NEWS.tely (Top): add \parallelMusic news.
4357
4358 2006-01-28  Graham Percival  <gpermus@gmail.com>
4359
4360         * Documentation/user/putting.itely: minor fixes (mostly tab->space).
4361
4362 2006-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4363
4364         * input/mutopia/claop.py: Update.
4365
4366 2006-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4367
4368         * input/regression/completion-heads.ly (texidoc): fix.
4369
4370         * lily/staff-symbol-referencer.cc (on_staff_line): idem.
4371
4372         * lily/tie-formatting-problem.cc
4373         (set_ties_config_standard_directions): use abs iso fabs for ints.
4374
4375         * Documentation/topdocs/INSTALL.texi (Top): document ncsb requirement.
4376
4377         * mf/feta-bolletjes.mf (overdone_heads): solfa_noteheight, a
4378         little less than noteheight, to prevent overlaps in chords.
4379
4380         * lily/note-collision.cc (check_meshing_chords): wipe upper FA
4381         head, and fudge stem-attachment.
4382
4383         * scm/lily-library.scm (not): define hash-for-each for guile 1.6
4384
4385         * lily/slur-scoring.cc (get_best_curve): handle opt_idx < 0 case.
4386
4387 2006-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4388
4389         * lily/main.cc (main): Debugging aid: catch exceptions.
4390
4391         * flower/std-string.cc (to_string): Robustification.  Fixes midi
4392         output with std::string.
4393
4394 2006-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4395
4396         * Documentation/topdocs/INSTALL.texi (Top): remove libkpathsea notes.
4397
4398 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4399
4400         * Fix -DSTRING_UTILS_INLINED.
4401
4402 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4403
4404         * VERSION (PATCH_LEVEL): release 2.7.29
4405
4406         * lily/relocate.cc (setup_paths): mingw uses std string too.
4407
4408         * lily/*.cc: various fixes for substr(ARG).
4409
4410         * lily/sustain-pedal.cc (print): 
4411
4412         * flower/file-name.cc (slashify): use std strings.
4413
4414         * flower/string-convert.cc: remove publib.h
4415
4416         * scm/define-markup-commands.scm (verbatim-file): new markup
4417         command \verbatim-file
4418
4419         * Documentation/topdocs/NEWS.tely: fixup URLs
4420
4421         * input/regression/alignment-vertical-manual-setting.ly (Module):
4422         new file.
4423
4424         * lily/align-interface.cc (align_elements_to_extents): overwrite
4425         translations with numbers in alignment-offsets from left bound
4426
4427         * scm/page.scm (make-page-stencil): read X-offset from paper-system.
4428         (page-translate-systems): new function: take into account Y-offset.
4429
4430         * Documentation/topdocs/NEWS.tely (Top): document new features.
4431
4432         * input/regression/page-layout-manual-position.ly (Module): new
4433         file.
4434
4435 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4436
4437         * flower/file-path.cc (path::parse_path): Oops.
4438
4439         * Finish std::string interface.  For now, use std:: marker
4440         throughout for easy s/r.
4441
4442 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4443
4444         * Documentation/user/putting.itely (Score is a single musical
4445         expression): typo.
4446         (Score is a single musical expression): more typos.
4447
4448         * scm/page.scm (annotate-space-left): thinko.
4449         (annotate-page): more thinkos.
4450
4451 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4452
4453         * scm/layout-page-layout.scm (write-page-breaks): record tweaks
4454         for different \score blocks separately.
4455         (post-process-pages): put write-page-layout into paper block.
4456
4457         * lily/output-def.cc (get_parser): new file.
4458
4459         * lily/output-def-scheme.cc (LY_DEFINE): ly:output-def-parser, new
4460         file.
4461
4462         * lily/include/output-def.hh (class Output_def): add parser_ member.
4463
4464         * input/regression/page-layout-twopass.ly (Module): new file.
4465
4466         * scm/lily.scm: remove cpp hack.
4467
4468         * lily/lyric-engraver.cc (get_voice_to_lyrics): use NPOS everywhere.
4469
4470 2006-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4471
4472         * GNUmakefile.in (c-clean): New target.
4473
4474         * flower/include/std-string.hh: String/std::string compatibility:
4475         Use NPOS for `not found' (iso -1), use ssize for length () and pos
4476         type.
4477
4478         * flower/rational.cc: 
4479         * flower/include/rational.hh: 
4480
4481         * flower/offset.cc: 
4482         * flower/include/offset.hh: 
4483
4484         * flower/interval.cc: 
4485         * flower/include/interval.hh: 
4486
4487         * flower/string-convert.cc: 
4488         * flower/include/string-convert.hh: Use std::string [interface].
4489         Update callers.
4490
4491 2006-01-25  Heikki Junes  <hjunes@cc.hut.fi>
4492
4493         * Documentation/index.html.in: clean up.
4494
4495 2006-01-25  Graham Percival  <gpermus@gmail.com>
4496
4497         * Documentation/user/putting.itely: another new untested doc section.
4498
4499 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4500
4501         * scm/layout-page-layout.scm (write-page-breaks): write
4502         \spacingTweaks #ALIST. Handle grace timing.
4503
4504         * scm/: more imports.
4505
4506         * scm/page.scm (make-page): add footer/header.
4507         (annotate-space-left): revise: only take page argument.
4508         (layout->page-init): new function.
4509
4510         * scm/layout-page-layout.scm (write-page-breaks): preliminary
4511         version of the system/spacing/linebreak hack writing to the output
4512
4513         * lily/prob-scheme.cc (LY_DEFINE): take optional 'key val args in
4514         ly:make-prob.
4515
4516         * lily/grob-scheme.cc (LY_DEFINE): ly:spanner-get-bound ->
4517         ly:spanner-bound
4518
4519 2006-01-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4520
4521         * scm/stencil.scm (annotate-y-interval): move from layout-page-layout.scm
4522
4523         * scm/paper-system.scm (paper-system-annotate): new file. Handle paper-system.
4524
4525         * scm/layout-page-layout.scm (optimal-page-breaks): move all page
4526         handling to page.scm
4527
4528         * lily/prob-scheme.cc (LY_DEFINE): new file.
4529         (LY_DEFINE): functions ly:make-prob , ly:prob-type? , ly:prob-(set-)property(!)
4530
4531         * lily/music-scheme.cc (LY_DEFINE): rewrite get/set property using
4532         prob functions.
4533
4534         * lily/music.cc (derived_mark): derive Music from Prob.
4535
4536         * lily/paper-system.cc (LY_DEFINE): derive from Prob.
4537
4538         * lily/prob.cc (Module): Implement Prob (Property Object), object
4539         with shared and r/w property alists.  
4540
4541         * lily/include/prob.hh (Module): new file. Declare Prob.
4542
4543         * flower/string.cc: remove is_empty().
4544
4545         * flower/include/string.hh (class String): remove String:: qualifier.
4546
4547         * buildscripts/analyse-cxx-log.py: new file. Read compile log to
4548         substitute appropriate functions.
4549
4550         * flower/include/string.hh (class String): remove to_str0 and
4551         is_empty(). S&R everywhere.
4552
4553 2006-01-23  Graham Percival  <gpermus@gmail.com>
4554
4555         * Documentation/user/basic-notation.itely: add hairpin
4556         after-linebreak tweak to commonprop.
4557
4558         * Documentation/user/putting.itely: added two new sections.
4559
4560 2006-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4561
4562         * flower/international.cc: 
4563         * flower/include/international.hh: 
4564
4565         * flower/getopt-long.cc: 
4566         * flower/include/getopt-long.hh: Use std::string [interface].
4567         Update callers.
4568
4569         * flower/include/std-string.hh: Oops, bugfix for --disable-std-string.
4570
4571         * stepmake/stepmake/executable-rules.make: Add dependency on
4572         module libraries.
4573
4574 2006-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4575
4576         * flower/file-path.cc: 
4577         * flower/include/file-path.hh: Use std::string [interface].
4578         Update callers.
4579
4580         * flower/direction.cc: 
4581         * flower/axis.cc: Unused.  Remove.
4582
4583         * configure.in (--enable-std-string): New option.
4584
4585         * flower/std-string.cc: 
4586         * flower/include/std-string.hh: New file.
4587
4588         * flower/file-name.cc[STD_STRING]:
4589         * flower/include/file-name.hh[STD_STRING]: Use it.  Update callers.
4590
4591 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4592
4593         * scm/output-svg.scm (placebox): no GNU coding standards in SVG output. 
4594
4595         * scm/define-markup-commands.scm (with-dimensions):
4596         with-dimensions markup command.
4597
4598         * input/test/font-table.ly: use it.
4599
4600         * lily/open-type-font.cc (glyph_list): new function.
4601
4602         * lily/open-type-font-scheme.cc (LY_DEFINE): ly:otf-glyph-list function.
4603
4604         * lily/ttf.cc: remove ly:font-glyph-list scheme function
4605
4606 2006-01-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4607
4608         * ly/music-functions-init.ly (parallelMusic): new music function
4609         for parallel music entry.
4610
4611         * scm/define-music-properties.scm (all-music-properties): new
4612         'void music property
4613
4614         * scm/music-functions.scm (ly:music-message): make public, to be
4615         used in music function definitions
4616
4617         * scm/lily-library.scm (collect-music-for-book): discard music
4618         when the 'void property is set.
4619
4620 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4621
4622         * lily/ttf.cc (LY_DEFINE): store name before destroying face.
4623
4624         * mf/GNUmakefile: idem.
4625
4626         * buildscripts/mf-to-table.py (help): excise fetaXXlist.ly support.
4627
4628         * stepmake/bin/install.py (dest): Only chmod/chown just created directories
4629
4630         * Documentation/user/notation-appendices.itely (The Feta font):
4631         use it.
4632
4633         * input/test/font-table.ly: new file. Generate font table within lily.
4634
4635         * Documentation/user/notation-appendices.itely (The Feta font):
4636         use new font-table.ly file. 
4637
4638         * stepmake/stepmake/install-out-targets.make
4639         (local-install-outfiles): only create directory if
4640         $(INSTALLATION_OUT_DIR) is defined. This fixes install on Gentoo.
4641
4642 2006-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4643
4644         * lily/ttf.cc (LY_DEFINE): new function ly:font-glyph-list.
4645
4646         * VERSION (PACKAGE_NAME): release 2.7.28
4647
4648         * scm/framework-ps.scm (write-preamble): use it to pick exactly
4649         the right font from a Mac dfont.
4650         (write-preamble): don't forget directory, only look at files.
4651
4652         This fixes problems with TTF files in dfonts that don't match
4653         their PostScript names.
4654          
4655         * lily/ttf.cc (LY_DEFINE): ly:ttf-ps-name: new routine to extract
4656         PS name from TTF font.
4657
4658         * input/regression/tie-manual.ly: document new feature.
4659
4660         * Documentation/topdocs/NEWS.tely (Top): add tie NEWS.
4661
4662         * VERSION (MY_PATCH_LEVEL): bump to .28
4663
4664         * Documentation/user/basic-notation.itely (Ties): add tie examples
4665         refs.
4666
4667         * lily/tie-formatting-problem.cc (score_ties_configuration):
4668         symmetry penalties for outer ties.
4669
4670 2006-01-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4671
4672         * lily/tie-formatting-problem.cc (generate_configuration) 
4673         (set_manual_tie_configuration): skip non-pair manual
4674         tie-configuration, so you can set individual ties as
4675
4676           #'tie-configuration = #'((7 . 1) #t (-3 . 1))
4677
4678         * input/regression/tie-chord.ly: use generateTiePattern to
4679         simplify file.
4680
4681         * lily/tie-formatting-problem.cc (peak_around): new function.
4682         (score_configuration): use sliding criterion for staff line collisions. 
4683         (score_configuration): idem for dot collisions.
4684         (generate_configuration): use separate stem_gap for gap to stem.
4685
4686         * lily/include/tie-formatting-problem.hh (struct Tie_details):
4687         separate penalty factors for x and y distance.
4688         (struct Tie_details): separate penalties for tip and center line collisions.
4689
4690 2006-01-19 Han-Wen Nienhuys  <hanwen@xs4all.nl>
4691
4692         * lily/tie-formatting-problem.cc (generate_configuration): make
4693         large ties avoid stafflines in the horizontal section.
4694         (score_configuration): use softcoded penalties
4695         (score_aptitude): idem.
4696
4697         * lily/tie-helper.cc (from_grob): softcode tie details
4698
4699         * lily/staff-symbol-referencer.cc (on_staff_line): new function
4700
4701         * lily/staff-symbol-referencer.cc (on_line): rename from
4702         on_staffline 
4703
4704 2006-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4705
4706         * ly/music-functions-init.ly: remove duplicate tag.
4707
4708         * lily/include/*.hh: GCC 4.1 fixes.
4709
4710 006-01-16  Erlend Aasland  <erlenda@gmail.com>
4711
4712         * Documentation/user/global.itely: fix typos; @bugs -> @refbugs
4713
4714         * scm/define-music-types.scm: fix bug in desc. string
4715         for OverrideProperty
4716
4717 2006-01-15 Erik Sandberg  <mandolaerik@gmail.com>
4718
4719         * scripts/lilypond-book.py: bugfix
4720
4721         * scm/define-music-types.scm: fix typos.
4722
4723 2006-01-14  Graham Percival  <gpermus@gmail.com>
4724
4725         * Documentation/user/ basic-notation.itely, global.itely,
4726         advanced-notation.itely, instrument-notation.itely: small
4727         additions (bugs and commonly tweaked properties).
4728
4729 2006-01-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4730
4731         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): generic
4732         detection of mingw build.
4733         (MINGW_BUILD): opps.
4734
4735 2006-01-12  Jan Nieuwenhuizen  <janneke@gnu.org>
4736
4737         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Add
4738         i686-mingw32.
4739
4740 2006-01-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4741
4742         * scm/music-functions.scm (skip->rest): add skip->rest
4743
4744 2006-01-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4745
4746         * lily/font-config.cc (init_fontconfig): call FcConfigBuildFonts()
4747         explicitly.
4748
4749         * lily/font-config-scheme.cc (LY_DEFINE): also display font and
4750         config dirs. Aids debugging. 
4751         (display_config): also display config files.
4752
4753 2006-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4754
4755         * VERSION: release 2.7.27
4756
4757         * lily/bar-line.cc (calc_bar_size): inspect staff->extent (Y_AXIS)
4758         for determining bar size.
4759
4760         * lily/staff-symbol.cc (print): place lines at distance line-positions
4761
4762         * scm/define-grob-properties.scm (all-user-grob-properties): add
4763         line-positions.
4764
4765         * lily/staff-symbol.cc (height): new function.
4766
4767         * input/regression/staff-line-positions.ly:  new file.
4768
4769 2006-01-06  Graham Percival  <gpermus@gmail.com>
4770
4771         * input/test/add-staccato.ly: remove reference to old file.
4772
4773 2006-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4774
4775         * scripts/lilypond-book.py (invokes_lilypond): allow . in path to
4776         lilypond binary too.
4777
4778 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4779
4780         * make/mutopia-rules.make (Module): use LILYPOND_BINARY
4781
4782 2006-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4783
4784         * scripts/midi2ly.py: Bugfix: Declare datadir.
4785
4786         * make/ly-rules.make:
4787         * make/mutopia-rules.make: Use LILYPOND_BINARY (WAS: LILYPOND, but
4788         that seems to be gone). Fixes make web.
4789
4790         * The grand 2005-2006 replace.
4791
4792         * VERSION (MY_PATCH_LEVEL): Stay on .26 for now.
4793
4794 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4795
4796         * make/lilypond-vars.make: set LILYPOND_BINARY variable
4797         (LILYPOND_BOOK_LILYPOND_FLAGS): new variable
4798         LILYPOND_BOOK_LILYPOND_FLAGS to hold system dependent settings,
4799         like -dgs-font-load.
4800
4801         * Documentation/user/GNUmakefile ($(outdir)/interfaces.itexi):
4802         remove absolute path to lilypond binary.
4803         
4804 2006-01-05 Pedro Kroeger    <kroeger@pedrokroeger.net>
4805
4806         * configure.in (NCSB_DIR): fix --with-ncsb-dir option.
4807
4808 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4809
4810         * make/lilypond-vars.make: support LILYPOND_EXTERNAL_BINARY variable.
4811
4812         * mf/GNUmakefile: remove broken dvips map symlink.
4813
4814 2006-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4815
4816         * lily/main.cc: 
4817         * configure.in: Cosmetic fixes.
4818
4819 2006-01-04  Mats Bengtsson  <mabe@s3.kth.se>
4820
4821         * Documentation/user/music-glossary.tely (Pitch names): Added
4822         Spanish pitch names and durations, thanks to Ernesto Gancedo
4823
4824 2006-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4825
4826         * scm/lily.scm (define-scheme-options): use quasi-quote for option
4827         init. Fixes verbose printing of .scm files.
4828
4829         * stepmake/aclocal.m4: add spaces before - options.
4830         
4831 2006-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4832
4833         * lily/relocate.cc (setup_paths): Bugfix: do not store result
4834         of path search in local block variable.
4835
4836 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4837
4838         * configure.in (NCSB_DIR): --enable-ncsb-dir
4839         (LINK_GXX_STATICALLY): denko.
4840
4841         * mf/GNUmakefile ($(NCSB_TTFS)): NCSB_DIR iso. NCSB_PATH. 
4842
4843         * configure.in (LINK_GXX_STATICALLY): --enable-ncsb-path option. 
4844         use locate to find c059033l.pfb. 
4845         
4846 2006-01-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4847
4848         * lily/tie-formatting-problem.cc
4849         (problem::generate_base_chord_configuration): Use my_round (was
4850         round).
4851
4852         * lily/source-file.cc (file::get_counts)[!HAVE_MBRTOWC]: Bugfix,
4853         do not invoke mbrtowc.
4854
4855         * lily/relocate.cc (setup_paths): Add more debugging verbosity.
4856
4857 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4858
4859         * scm/lily.scm (lilypond-all): oops. remove debugging hack.
4860
4861 2005-01-02  Heikki Junes  <hjunes@cc.hut.fi>
4862
4863         * Documentation/user/invoking.itely (svg): revise.
4864
4865 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4866
4867         * lily/lexer.ll: use sourcefilename iso. renameinput.
4868
4869 2006-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4870
4871         * mf/GNUmakefile ($(NCSB_TTFS)): revise rule. Create
4872         <PostScriptName>.ttf instead of c059XXXttf.
4873
4874         * lily/program-option.cc (LY_DEFINE): special support for
4875         --verbose, so it works before option init too.
4876  
4877         * mf/GNUmakefile (local-install): oops.
4878
4879         * lily/lyric-hyphen.cc (print): oops.
4880
4881         * buildscripts/pfx2ttf.fontforge: new file.
4882         
4883         * mf/GNUmakefile (NCSB_PATH): add vars for NCSB.
4884         ($(outdir)/%.ttf): new rule. 
4885
4886         * scm/define-grobs.scm (all-grob-descriptions): add font-interface
4887         to LyricHyphen.
4888
4889         * lily/lyric-hyphen.cc (print): multiply hyphen height by
4890         font-size
4891
4892 2005-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4893
4894         * VERSION: release 2.7.26
4895         
4896         * mf/GNUmakefile (install-fc-cache): remove old font.cache-1 files.
4897
4898 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4899
4900         * lily/font-config.cc (init_fontconfig): verbosity.
4901
4902         * THANKS: add Muziekacademie Lede. 
4903
4904         * scripts/musicxml2ly.py (print_voice_definitions): new function 
4905         (print_score_setup): new function
4906         (convert): read part definition to output staves properly.
4907
4908         * python/musicxml.py (Measure.get_notes): new class. Wrap lists of
4909         Music_xml notes.
4910
4911         * python/musicexp.py (Output_printer.__init__): use _ in data
4912         members.
4913         (Output_printer.unformatted_output): new function: no formatting,
4914         but count braces.
4915         (Duration.get_length): remove isinstance() checks for
4916         Output_printer everywhere.
4917
4918         * input/regression/lyrics-bar.ly (texidoc): add
4919         Separating_line_group_engraver.
4920
4921 2005-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4922
4923         * lily/relocate.cc (framework_relocation): New function,
4924         factored from set_relocation ().
4925         (prefix_relocation): Rename from set_relocation ().
4926         (setup_paths): Use it.
4927
4928 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4929
4930         * scm/*.scm: use LEFT/RIGHT/UP/DOWN etc. iso. magical
4931         numbers. Patch by Erlend Aasland.
4932
4933 2005-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4934
4935         * lily/font-config.cc (init_fontconfig): print warning if cache
4936         file is not existant.
4937
4938         * lily/main.cc: don't use #ifdef but #if
4939
4940 2005-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4941
4942         * lily/grob-property.cc (internal_set_property): don't abort on
4943         calculation-in-progress.
4944
4945         * lily/beam.cc (get_default_dir): robustness: don't divide by zero.
4946
4947         * lily/tuplet-bracket.cc (calc_control_points): oops: typo. Read
4948         connect-to-neighbor property not connect-to-other
4949
4950         * lily/program-option.cc (LY_DEFINE): remove Protected_scm global variable.
4951         (LY_DEFINE): oops. don't forget protection.
4952
4953         * flower/parse-afm.cc (Module): strip AFM handling completely.
4954
4955         * lily/stencil-expression.cc: idem.
4956
4957         * lily/grob-interface-scheme.cc (LY_DEFINE): idem.
4958
4959         * lily/function-documentation.cc (ly_add_function_documentation):
4960         use static member iso. Protected_scm
4961
4962         * lily/main.cc: use ifdef ARGV0_RELOCATION iso. MINGW
4963
4964         * config.make.in (prefix): remove HAVE_KPATHSEA_SO
4965
4966 2005-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4967
4968         * lily/relocate.cc (set_env_dir): New function.
4969         (set_relocation): Use it to fix setting PANGO_PREFIX.
4970
4971 2005-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4972
4973         * input/regression/stem-direction-context.ly: remove rest.
4974
4975         * lily/melody-engraver.cc (process_music): restart for bar lines.
4976         (acknowledge_slur): restart for slurs.
4977
4978 2005-12-27  Heikki Junes  <hjunes@cc.hut.fi>
4979
4980         * Documentation/user/invoking.itely: describe how to view SVG 
4981         output using Inkscape which replace embedded fonts with OTF fonts.
4982
4983 2005-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4984
4985         * lily/relocate.cc (set_relocation): set PANGO_PREFIX
4986
4987 2005-12-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4988
4989         * lily/melody-engraver.cc (class Melody_engraver): Remove lying
4990         comment.
4991
4992 2005-12-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4993
4994         * VERSION (PACKAGE_NAME): release 2.7.25
4995
4996         * Documentation/topdocs/NEWS.tely (Top): document new feature.
4997
4998         * input/regression/stem-direction-context.ly: new file.
4999
5000         * lily/relocate.cc (set_relocation): add PANGO_PREFIX
5001
5002         * lily/melody-engraver.cc (acknowledge_stem): restart MelodyItem
5003         on rest.
5004
5005         * ly/engraver-init.ly: add Melody_engraver
5006
5007         * lily/beam.cc (calc_direction): use default-direction
5008         iso. get_default_direction()
5009
5010         * scm/define-grob-properties.scm (all-user-grob-properties): add
5011         default-direction property.
5012
5013         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem.
5014
5015         * lily/stem.cc (calc_default_direction): remove
5016         Stem::get_default_direction, use default-direction with callback
5017         instead.
5018
5019         * lily/melody-spanner.cc (calc_neutral_stem_direction): 
5020
5021         * lily/melody-engraver.cc: new file. Acknowledge stems for
5022         interpolated stem directions. 
5023
5024         * lily/melody-spanner.cc: new file. Interpolate stem directions.
5025
5026         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem
5027
5028         * lily/slur-configuration.cc (fit_factor): more robust check for
5029         point in curve X-extent.
5030
5031         * lily/slur.cc (outside_slur_callback): return offset_scm, not 0.
5032         (outside_slur_callback): check for 'outside avoidance.
5033
5034         * lily/slur-configuration.cc (score_extra_encompass): don't use
5035         bound->column() == avoid->column() for checking extents, as this
5036         doesn't work for accidentals. 
5037
5038         * lily/slur-engraver.cc (acknowledge_extra_object): remove
5039         DynamicText hardcoding.
5040
5041         * lily/slur-scoring.cc (enumerate_attachments): robustness: don't
5042         crash if bound stem is NULL
5043
5044         * lily/piano-pedal-performer.cc: patch by MWD for enabling piano
5045         pedals.
5046
5047 2005-12-22  Graham Percival  <gpermus@gmail.com>
5048
5049         * scm/define-markup-commands.scm: typo.  @code{\raise}
5050         => @code{\\raise}.
5051
5052         * darwin.patch: now used again, includes a
5053         required patch from fink.
5054
5055 2005-12-21  Heikki Junes  <hjunes@cc.hut.fi>
5056
5057         * po/TODO: mention gtranslator along with kbabel.
5058         * po/fi.po: update translations.
5059
5060 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5061
5062         * lily/relocate.cc (setup_paths): Bugfix.
5063
5064 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5065
5066         * lily/slur-configuration.cc (score_extra_encompass): don't use
5067         "avoid" choice for avoid-slur.
5068
5069         * stepmake/bin/install.py (dest): don't create existing dir.
5070
5071 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5072
5073         * stepmake/bin/install.py: Remove file before copying.
5074
5075         * config.make.in: 
5076         * stepmake/aclocal.m4: Do not substitute INSTALL.
5077
5078 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5079
5080         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
5081         depend on link-tree.
5082
5083         * lily/relocate.cc (setup_paths): only check path for non-absolute
5084         dir without directory part.
5085
5086         * flower/file-name.cc (is_absolute):  new method.
5087         (is_absolute): check root_ too.
5088
5089 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5090
5091         * lily/relocate.cc (setup_paths) [__MINGW32__]: Comment-out broken
5092         relocation code.  Oops, don't comment out too much.
5093
5094         * stepmake/stepmake/generic-vars.make (INSTALL): Assign INSTALL_PY
5095         iso itself.
5096
5097         * lily/relocate.cc [HAVE_GETTEXT]: Include libintl.h.  Fixes mingw
5098         compile.
5099
5100 2005-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5101
5102         * .cvsignore: Add install-sh.
5103
5104         * autogen.sh (srcdir): Typo.
5105
5106 2005-12-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5107
5108         * autogen.sh (srcdir): urg. Touch install-sh.
5109
5110         * stepmake/bin/install-sh (Module): remove.
5111
5112         * stepmake/stepmake/generic-vars.make (INSTALL): add $(INSTALL).
5113
5114         * lily/include/relocate.hh: new file.
5115
5116         * lily/relocate.cc: new file. Contain relocation logic.
5117
5118         * lily/main.cc (setup_paths): fix: LILYPOND_RELOCATE_PREFIX.
5119         (main): read LILYPOND_VERBOSE as the first thing.
5120
5121         * stepmake/aclocal.m4: remove INSTALL variable.
5122
5123         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
5124         separate target for making font symlinks.
5125         (documentation-dir): use $(if $(findstring )) for switching off
5126         Documentation.
5127
5128         * stepmake/stepmake/help2man-vars.make (OUT_DIST_FILES): only do
5129         something if DOCUMENTATION is no.
5130
5131 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5132
5133         * VERSION: release 2.7.24
5134
5135         * lily/script-column-engraver.cc (stop_translation_timestep):
5136         delay adding to script-column.
5137
5138         * lily/tuplet-bracket.cc (print): suicide if no control-points. 
5139
5140         * python/convertrules.py (conv): rule for number-visibility
5141
5142         * lily/slur-configuration.cc (score_extra_encompass): different
5143         distance measure for avoid and inside avoidance.
5144         (score_extra_encompass): use 1/(distance+eps) as penalty.
5145
5146         * lily/slur-scoring.cc (generate_avoid_offsets): use 'inside
5147         encompass objects for generating slur curves.
5148
5149         * lily/slur.cc: use details iso. slur-details property.
5150
5151         * input/regression/slur-tuplet.ly: new file.
5152
5153         * lily/slur-engraver.cc (acknowledge_tuplet_number): new function.  
5154
5155         * flower/include/offset.hh (class Offset): new operator /=
5156
5157         * lily/tuplet-number.cc (print): new file, new interface.
5158
5159         * scm/define-grob-properties.scm (all-user-grob-properties):
5160         remove number-visibility property.
5161
5162         * lily/tuplet-bracket.cc (calc_control_points): new function
5163         (calc_connect_to_neighbors): new function.
5164         (print): remove text handling for tuplet numberdef.
5165
5166         * lily/tuplet-engraver.cc (struct Tuplet_description): create
5167         TupletNumbers too. 
5168
5169         * lily/lily-guile.cc (robust_scm2booldrul): new function
5170
5171         * scm/define-grobs.scm (all-grob-descriptions): new grob TupletNumber
5172
5173         * lily/tuplet-bracket.cc (calc_position_and_height): use
5174         staff-padding to control whether tuplet brackets are over staves.
5175
5176         * lily/grob.cc (suicide): clear dim_caches_.
5177
5178         * lily/dimension-cache.cc (clear): new function.
5179
5180         * lily/grob.cc (extent): swap order of min-extent and extent
5181         calculations. This fixes hara kiri staves. 
5182
5183 2005-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5184
5185         * lily/main.cc: Nitpick: relocation is not based on path, but on
5186         directory (location).
5187
5188 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5189
5190         * lily/main.cc (setup_paths): read LILYPOND_RELOCATE_PREFIX
5191
5192         * stepmake/stepmake/install-targets.make (local-uninstall): idem.
5193
5194         * stepmake/stepmake/install-out-targets.make (local-install-outfiles): idem.
5195
5196         * stepmake/stepmake/help2man-targets.make (install-help2man): idem.
5197
5198         * stepmake/stepmake/generic-vars.make (Module): idem.
5199
5200         * stepmake/stepmake/executable-targets.make (default): use it.
5201
5202         * stepmake/bin/install.py (create_dir): new file. Replace install-sh.
5203
5204         * make/GNUmakefile: don't install make rules.
5205
5206         * lily/main.cc (setup_paths): don't inspect $PATH for argv0 with
5207         slashes.
5208         (prepend_env_path): more verbosity.
5209
5210 2005-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5211
5212         * GNUmakefile.in: add dir argument for find command.
5213
5214         * lily/parser.yy (bass_figure): set_spot() for bass figures. This
5215         fixes weird line numbers for point & click.
5216
5217         * lily/source-file.cc (get_counts): init line/column/char counts.
5218
5219 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5220
5221         * lily/main.cc: remove ARGV0_RELOCATION, instead use --relocate.
5222
5223 2005-12-16  Graham Percival  <gpermus@gmail.com>
5224
5225         * Documentation/user/basic-notation.itely, advanced-notation.itely:
5226         minor fixes from Fredric.  Thanks!
5227
5228 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5229
5230         * ly/music-functions-init.ly: add \bar and \clef music function 
5231
5232         * lily/lily-lexer.cc: idem.
5233
5234         * lily/parser.yy (FIXME): remove BAR and CLEF.
5235
5236 2005-12-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5237
5238         * Documentation/topdocs/NEWS.tely (Top): doc string argument change.
5239
5240         * lily/parser.yy (Generic_prefix_music_scm): allow strings as
5241         function arguments too
5242
5243         * lily/main.cc (set_relocation): new function.
5244
5245         * scripts/musicxml2ly.py (convert): add \version
5246
5247         * lily/tie.cc: remove get_default_attachments()
5248
5249         * VERSION (PACKAGE_NAME): release 2.7.23
5250         
5251         * lily/chord-tremolo-engraver.cc (acknowledge_stem): use
5252         ultimate_music_cause(). This fixes core dumps in unfold-all-repeats.ly
5253
5254         * Documentation/topdocs/NEWS.tely (Top): document new feature.
5255
5256         * lily/tie-formatting-problem.cc (score_ties): new function
5257         (get_variations): new function. Try flipping dirs for collisions.
5258         (generate_optimal_chord_configuration): new function. 1-opt search
5259         for better configuration.
5260
5261         * lily/tie-configuration.cc: new file.
5262
5263         * lily/tie.cc: junk Tie::get_configuration()
5264
5265         * lily/tie-formatting-problem.cc (score_ties_aptitude): new function.
5266         (score_ties_configuration): new function.
5267         (generate_ties_configuration): new function.
5268         (generate_base_chord_configuration): new function.
5269         (set_ties_config_standard_directions): Move body from tie-column-format.cc 
5270         (set_manual_tie_configuration): Move body from tie-column-format.cc 
5271
5272         * input/regression/tie-dot.ly: new file.
5273
5274         * lily/tie-formatting-problem.cc (score_configuration): score
5275         tie/dot collisions.
5276
5277         * lily/tie-helper.cc (get_transformed_bezier): new function
5278
5279         * Documentation/topdocs/NEWS.tely (Top): strip out-www.
5280
5281         * stepmake/stepmake/python-module-vars.make (SHARED_FLAGS): use
5282         -undefined suppress iso. -framework Python 
5283
5284         * scm/define-grobs.scm (all-grob-descriptions): set
5285         springs-and-rods (thanks Joe Neeman!)
5286
5287 2005-12-12  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5288
5289         * input/no-notation/display-lily-tests.ly (test): 
5290         * scm/display-lily.scm (tag->lily-string): the syntax for tags has
5291         changed from \tag #'(a b) to \tag #'a \tag #'b
5292
5293 2005-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5294
5295         * Documentation/topdocs/NEWS.tely: strip out-www.
5296
5297         * lily/include/grob-interface.hh: include lily-guile.hh not libguile.h
5298
5299         * config.make.in (AR): add AR and RANLIB
5300
5301         * flower/libc-extension.cc: include cassert
5302
5303         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): more robust
5304         darwin check.
5305
5306 2005-12-11  Graham Percival  <gpermus@gmail.com>
5307
5308         * stepmake/stepmake/generic-vars.make: define DARWIN_BUILD.
5309
5310         * stepmake/stepmake/python-modules-vars.make: define
5311         SHARED_FLAGS for OSX.  Thanks Johannes Schindelin!
5312
5313         * THANKS: added Johannes Schindelin.
5314
5315 2005-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5316
5317         * python/midi.c (pymidi_parse): use memcmp() iso. strcmp().
5318
5319         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
5320         Span_arpeggio_engraver, add Tweak_engraver to Score context. 
5321
5322         * lily/parser.yy: reorganize file layout.
5323
5324         * ly/music-functions-init.ly: add tweak music function.
5325
5326         * lily/grob-info.cc (ultimate_music_cause): new function:
5327         recursively lookup causes. 
5328
5329         * lily/parser.yy (chord_body_element): allow music functions for
5330         post-events, allow music functions for chord elements. 
5331  
5332         * lily/font-config-scheme.cc (display_fontset): add cast.
5333
5334         * python/convertrules.py (FatalConversionError.sub_syms): \tag
5335         #'(a b) -> \tag #'a \tag #'b rule.
5336
5337         * python/musicexp.py (Output_printer.dump_version): new function
5338
5339 2005-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5340
5341         * lily/parser.yy (FIXME): remove \tag
5342         (FIXME): remove tag_music() function.
5343
5344         * lily/lily-lexer.cc: remove \tag
5345
5346         * ly/music-functions-init.ly: define music-function "tag"
5347
5348         * lily/parser.yy (chord_body_element): allow tags in chord bodies.
5349
5350 2005-12-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5351
5352         * VERSION (PATCH_LEVEL): release 2.7.22
5353
5354         * input/regression/lyric-hyphen-retain.ly: renew.
5355
5356         * scm/define-grobs.scm (all-grob-descriptions): add LyricSpace
5357         grob
5358
5359         * lily/lyric-hyphen.cc (set_spacing_rods): use minimum-distance
5360         iso. minimum-length property for rods.
5361
5362         * lily/hyphen-engraver.cc (acknowledge_lyric_syllable): create
5363         LyricSpace item to keep lyrics spaced apart.
5364
5365         * ly/engraver-init.ly: remove Separating_line_group_engraver
5366
5367         * Documentation/user/music-glossary.tely: do setfilename before
5368         music-glossary.
5369
5370 2005-12-07  Heikki Junes  <hjunes@cc.hut.fi>
5371
5372         * Documentation/user/lilypond-book.itely: use `,´ after xref:
5373         See xref documentation, for example.
5374
5375 2005-12-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5376
5377         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): use
5378         pending_skip iso. ly_voice[-1]
5379         (main): add if __main__ for debugging.
5380
5381         * python/musicxml.py (Accidental.__init__): new class.
5382
5383         * scripts/musicxml2ly.py (progress): new function
5384         (musicxml_key_to_lily): don't barf on modeless keys.
5385         (create_skip_music): new function.
5386         (musicxml_spanner_to_lily_event): new function. Handle beams too.
5387         (musicxml_note_to_lily_main_event): new function.
5388
5389         * python/musicexp.py (Music.__init__): add comment field.
5390         (NestedMusic.append): new routine.
5391         (SequentialMusic.print_ly): print comment.
5392         (ArpeggioEvent.ly_expression): new class
5393         (BeamEvent.ly_expression): new class
5394         (NoteEvent.__init__): support for cautionary/forced accs.
5395
5396         * lily/lookup.cc (slur): normal order for array loop.
5397
5398         * scm/framework-ps.scm (dump-stencil-as-EPS): set left X of bbox
5399         to 0.0.
5400
5401         * ly/engraver-init.ly: set bar-size, so bar-lines aren't
5402         collapsed.
5403
5404 2005-12-06 Erik Sandberg  <mandolaerik@gmail.com>
5405
5406         * scm/music-functions.scm: Make phrasing slurs follow voice direction
5407
5408         * scripts/lilypond-book.py: Introduce option
5409             --preserve-line-breaks, for usage with srcltx
5410
5411 2005-12-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5412
5413         * scm/output-lib.scm (print-circled-text-callback): draw circle
5414         around text using make-circle-markup.
5415
5416         * Documentation/user/*: strip out-www from file names.
5417
5418 2005-12-05  Heikki Junes  <hjunes@cc.hut.fi>
5419
5420         * Documentation/user/lilypond.tely (direntry): remove empty lines;
5421         fixes invalid info entry issue with makeinfo 4.8 in debian sid.
5422
5423 2005-12-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5424
5425         * Documentation/user/GNUmakefile: idem.
5426
5427         * Documentation/user/macros.itexi: strip out-www
5428
5429         * python/rational.py: python 2.3 compat.
5430
5431         * VERSION (PATCH_LEVEL): release 2.7.21
5432
5433         * scripts/musicxml2ly.py (NonDentedHeadingFormatter.format_headi):
5434         option formatting, lilypond style.
5435
5436         * python/musicexp.py: grab from Ikebana: a library for composing
5437         ly music expressions. 
5438         (Output_printer): class for advanced .ly printing.
5439         (eg. tupletting) 
5440
5441         * python/musicxml.py: new file. Read MusicXML MiniDOM tree, and
5442         convert to pythonesque structure.
5443
5444         * python/rational.py: PD rational number class.
5445
5446         * Documentation/user/converters.itely (Invoking musicxml2ly):  new node.
5447
5448 2005-12-04  Erik Sandberg  <mandolaerik@gmail.com>
5449
5450         * lily/part-combine-iterator.cc: Minor bugfix
5451         
5452         * THANKS: Update bughunters
5453
5454 2005-12-02  Werner Lemberg  <wl@gnu.org>
5455
5456         * mf/README: Document process for proper mf2pt1 conversion.
5457
5458         * mf/feta-beugel.mf (draw_brace): Fix path to assure clean
5459         overlapping.
5460
5461         * mf/feta-harmonica.mf: Removed.  Unused.
5462
5463 2005-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5464
5465         * scripts/lilypond-book.py (do_file): fix thinkos.
5466
5467 2005-12-01  Jan Nieuwenhuizen  <janneke@gnu.org>
5468
5469         * lily/GNUmakefile ($(outdir)/FlexLexer.h):
5470         ($(outdir)/parser.cc): 
5471         ($(outdir)/lexer.cc): Bugfix: depend on config.h.
5472
5473 2005-11-30  Pedro Kröger  <kroeger@pedrokroeger.net>
5474
5475         * ly/titling-init.ly (tagline): it should be a space between
5476         "Music engraving by LilyPond" and the version number.
5477
5478 2005-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5479
5480         * VERSION (PACKAGE_NAME): release 2.7.20
5481
5482 2005-11-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5483
5484         * scm/define-markup-commands.scm (pad-to-box): new markup command.
5485
5486         * scm/define-grobs.scm (all-grob-descriptions): set thickness to
5487         1.0.
5488         (all-grob-descriptions): don't shift RehearsalMark arbitrarily.
5489
5490 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5491
5492         * configure.in (LINK_GXX_STATICALLY): remove kpathsea checks.
5493
5494         * kpath-guile/: remove directory
5495
5496         * scm/kpathsea.scm (ly:kpathsea-expand-variable): new
5497         file. Encapsulate kpathsea using commandline tools.
5498
5499         * lily/all-font-metrics.cc (kpathsea_find_file): use (scm
5500         kpathsea) module.
5501
5502 2005-11-29  Mats Bengtsson  <mabe@s3.kth.se>
5503
5504         * Documentation/user/advanced-notation.itely (Setting automatic
5505         beam behavior): Correct a few typos. Thanks to David Bobroff.
5506
5507         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use
5508         \usepackage instead of \RequirePackage. Thanks to Bernard Hurley.
5509
5510 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5511
5512         * scripts/*.py: gmane address for bugs.
5513
5514 2005-11-28 Pal Benko <benkop@freestart.hu>
5515         
5516         * make/ly-rules.make: add -f switch to mv
5517
5518         * scm/output-libs.scm: add new bar symbol "." for punctus divisionis
5519
5520         * lily/bar-line.cc: interpret it
5521
5522 2005-11-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5523
5524         * configure.in (--disable-documentation): New switch.
5525
5526         * GNUmakefile.in: Use it.
5527
5528         * stepmake/aclocal.m4: Use AC_ARG_ENABLE for kpatsea.
5529
5530 2005-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5531
5532         * scripts/lilypond-book.py (do_file): search chunks for
5533         \\begin{document}
5534
5535         * GNUmakefile.in: add copy step in between so we can lose the
5536         out-www directories.
5537
5538 2005-11-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5539
5540         * lily/pango-font.cc (pango_item_string_stencil): put
5541         geometry.width into glyph-string too.
5542
5543 2005-11-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5544
5545         * scm/define-music-display-methods.scm (RevertProperty):
5546         (OverrideProperty): Use grob-property-path property, a list of
5547         symbols, instead of grob-property, which used to be a single
5548         symbol.
5549         (BassFigureEvent): a figure can be a plain number, not necessarily a
5550         markup.
5551
5552 2005-11-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5553
5554         * VERSION: release 2.7.19
5555         
5556         * lily/figured-bass-engraver.cc (process_music): check
5557         figuredBassCenterContinuations first.
5558
5559         * scm/translation-functions.scm (format-bass-figure): make double
5560         sharp larger. 
5561
5562         * lily/mark-engraver.cc: read rehearsalMarkAlignSymbol to
5563         determine X-parent.
5564
5565         * lily/system-start-delimiter-engraver.cc: move from
5566         Nested_system_start_delimiter_engraver, rename
5567         Nested_system_start_delimiter_engraver ->
5568         System_start_delimiter_engraver.
5569
5570         * lily/nested-system-start-delimiter-engraver.cc (from_list): read
5571         bracket type from hierarchy.
5572
5573 2005-11-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5574
5575         * lily/rest.cc (y_offset_callback): read staff-position.
5576
5577         * scm/define-grob-properties.scm (all-user-grob-properties): don't
5578         mark after-line-breaking-callback as internal.
5579
5580         * lily/self-aligment-interface.cc: remove self-[XY]-offset.
5581
5582 2005-11-25  Werner Lemberg  <wl@gnu.org>
5583
5584         * mf/feta-banier.mf ("d3"): Make `flare' equal to `staff_space'.
5585
5586 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5587
5588         * stepmake/bin/add-html-footer.py (do_file): add google
5589
5590         * lily/staff-symbol-engraver.cc (process_music): bugfix: stop
5591         staff if first_start_ is true.
5592
5593 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5594
5595         * scripts/midi2ly.py (split_track): add __repr__ members.
5596         (track_first_item): only return Item if not None. This fixes a
5597         problem when dumping a track that starts with an empty channel.
5598
5599         * python/midi.c: doc module.
5600
5601 2005-11-22  Mats Bengtsson  <mabe@s3.kth.se>
5602
5603         * Documentation/user/global.itely (Creating MIDI files): Fix
5604         compilation problem.
5605
5606 2005-11-22  Graham Percival  <gpermus@gmail.com>
5607
5608         * Documentation/user/basic-notation.itely: clarify dynamic
5609         padding text.
5610
5611         * Documentation/user/advanced-notation.itely: add unicode
5612         escape control example, whatever that is.  :)
5613
5614         * Documentation/user/global.itely: added "removing dynamics
5615         from MIDI" code.
5616
5617 2005-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5618
5619         * VERSION (PATCH_LEVEL): release 2.7.18
5620
5621         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): replace
5622         System_start_delimiter_engraver by
5623         Nested_system_start_delimiter_engraver.
5624
5625         * lily/nested-system-start-delimiter-engraver.cc (struct
5626         Bracket_nesting_node): new class.
5627         (struct Bracket_nesting_group): new class
5628         (struct Bracket_nesting_staff): new class.
5629         (process_music): create hierarchy of grobs. This allows separate
5630         tuning of different SSDs. 
5631
5632         * scm/define-grobs.scm (all-grob-descriptions): new Grob SystemStartSquare
5633         (all-grob-descriptions): remove old NestedSystemStartDelimiter.
5634
5635 2005-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5636
5637         * lily/side-position-interface.cc (aligned_side): multiply
5638         staff_radius by 2.
5639
5640         * lily/script-engraver.cc (make_script_from_event): allow setting
5641         values to '()
5642
5643 2005-11-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5644
5645         * lily/system-start-delimiter.cc (line_bracket): don't shorten height.
5646
5647         * scm/define-grobs.scm (all-grob-descriptions): new grob
5648         NestedSystemStartDelimiter.
5649
5650         * input/regression/system-start-heavy-bar.ly: new file.
5651
5652         * lily/nested-system-start-delimiter-engraver.cc: new file.
5653
5654         * lily/nested-system-start-delimiter.cc: new file.
5655
5656         * input/regression/system-start-nesting.ly: new file.
5657
5658         * scm/define-grobs.scm (all-grob-descriptions): use X side
5659         positioning for positioning braces for nested contexts.
5660
5661         * lily/system-start-delimiter.cc (print): don't divide extent by
5662         staff_space.
5663         (print): use style iso. glyph.
5664         (staff_bracket): translate glyph inside routine already.
5665
5666 2005-11-18  Michael Welsh Duggan <md5i@cs.cmu.edu>
5667
5668         * lily/vaticana-ligature-engraver.cc: fixed 2 typos in glyph
5669         names.
5670
5671 2005-11-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5672
5673         * scm/define-context-properties.scm
5674         (all-user-translation-properties): rename figuredBassFormatter
5675         from newFiguredBassFormatter.
5676
5677         * scm/define-grobs.scm (all-grob-descriptions): move from NewBassFigure
5678
5679         * lily/figured-bass-engraver.cc: move from new-figured-bass-engraver.cc
5680
5681         * lily/stem.cc (calc_stem_info): trigger beaming calculation.
5682
5683         * lily/beam.cc (calc_beaming): new function.
5684         (calc_shorten): new function.
5685
5686         * THANKS: add Edward Neeman.
5687
5688         * input/regression/accidental-clef-change.ly: new file.
5689
5690         * lily/note-collision.cc (check_meshing_chords): don't merge fa heads.
5691
5692         * scm/define-grobs.scm (all-grob-descriptions): add Y-offset property.
5693
5694         * lily/clef-engraver.cc (inspect_clef_properties): reset
5695         localKeySignature for clef changes.
5696
5697 2005-11-17  Mats Bengtsson  <mabe@s3.kth.se>
5698
5699         * python/midi.c: PyMIDINIT_FUNC isn't defined in Python < 2.3 
5700         add dummy definition that works in Linux and add information in
5701         INSTALL.texi on the specific Python requirements for Cygwin/Mingw.
5702
5703         * Documentation/user/changing-defaults.itely (Modifying context
5704         plug-ins): Add index for \with.
5705
5706         * Documentation/user/music-glossary.tely (dal segno): Updated
5707         example to version >=2.6.
5708
5709 2005-11-16  Mats Bengtsson  <mabe@s3.kth.se>
5710
5711         * Documentation/user/instrument-notation.itely (Printing chord
5712         names): Reorder \chordmode and \repeat in one example.
5713
5714 2005-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5715
5716         * VERSION: release 2.7.17
5717         
5718         * Documentation/topdocs/NEWS.tely (Top): add note about
5719         refactoring.
5720
5721         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
5722         new function. Search region of 3 positions for best tie.
5723         (score_configuration): new function.
5724         (score_aptitude): new function.
5725         (generate_configuration): new function.
5726         (get_configuration): new function.
5727         (Tie_formatting_problem): new function
5728
5729         * input/regression/page-top-space.ly: a6 for page-top-space demo. 
5730
5731         * stepmake/aclocal.m4: use $(if ) for config-FOOF.make
5732
5733         * THANKS: add Eduardo Vieira & Ralph Little
5734
5735         * mf/feta-bolletjes.mf (solfa_quarter_width): make solfa heads
5736         narrower.
5737
5738         * lily/include/tie-formatting-problem.hh (class
5739         Tie_formatting_problem): add Tie_details to
5740         Tie_formatting_problem. Update calling conventions.
5741
5742         * stepmake/aclocal.m4: oops. Include $CONFIGFILE.make, not
5743         config.make.
5744
5745         * Documentation/user/lilypond.tely: remove musedata2ly entry.
5746
5747 2005-11-16  Jürgen Reuter  <reuter@ipd.uka.de>
5748
5749         * lily/ligature-engraver.cc, lily/include/ligature-engraver.hh,
5750         scm/define-context-properties.scm: Maintenance bugfix: make
5751         ligature brackets work again by removing obsolete ligature
5752         primitive callback push/pop.
5753
5754         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: do
5755         not call Tuplet_bracket::calc_direction.  Removed obsolete gap
5756         value.
5757
5758 2005-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
5759
5760         * stepmake/aclocal.m4 (depth): Explain why absolute directory is
5761         used and do not call it a path.
5762         (FLEXLEXER_FILE): Rename from FLEXLEXER_PATH and add file name.
5763
5764 2005-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5765
5766         * lily/include/tie-formatting-problem.hh (class
5767         Tie_formatting_problem): new file.
5768
5769         * lily/tie-formatting-problem.cc (common_x_refpoint): new file.
5770
5771         * Documentation/misc/ChangeLog-2.3:  new file.
5772
5773         * lily/audio-staff.cc (output): degarianize.
5774
5775 2005-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
5776
5777         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.pyc):
5778         Unset PYTHONOPTIMIZE.  Fixes install if set.
5779
5780 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5781
5782         * python/convertrules.py (conv): add warning about drums. 
5783
5784         * make/stepmake.make: include toplevel-version.make after config.make.
5785
5786         * stepmake/aclocal.m4 (depth): make sure $srcdir is absolute.
5787         also allow python2.4
5788
5789         * config.make.in (configure-srcdir): remove GXX GCC vars.
5790
5791         * stepmake/aclocal.m4: don't do non-srcdir build with
5792         symlinks. Use inclusion, so the src directory name can be changed.
5793
5794 2005-11-13  Jan Nieuwenhuizen  <janneke@gnu.org>
5795
5796         * make/mutopia-vars.make:
5797         * make/ly-vars.make: Use src-wildcard iso wildcard for source
5798         files.
5799
5800 2005-11-13  Werner Lemberg  <wl@gnu.org>
5801
5802         * mf/feta-arrow.mf: For all glyphs, don't mirror `currentpicture'
5803         but the affected path.  This ensures that the (overlapping) outlines
5804         have the same direction, which is a necessary prerequisite for
5805         FontForge's algorithm to remove overlaps.
5806         Formatting.
5807
5808         * mf/feta-haak.mf: Formatting.
5809         (draw_bracket): Slightly modify outline to avoid an unnecessary
5810         corner.
5811         Don't use ad-hoc values for `leave_angle' and `tip_angle' but derive
5812         them from the affected paths.
5813
5814 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5815
5816         * mf/README: remove xpm / accordion notes.
5817
5818         * lily/tie-column-format.cc (set_chord_outline): add dots into
5819         skyline extents. This fixes tie formatting if the left head has dots.
5820
5821         * lily/tie.cc (get_configuration): only shift tie by a whole staff
5822         space inside the staff.
5823         (get_configuration): shift another position if necessary in case
5824         of left head tie  
5825
5826 2005-11-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5827
5828         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): use
5829         buildscript-dir iso. $(depth)/buildscripts.
5830
5831         * tex/GNUmakefile (local-uninstall): remove
5832         music-drawing-routines.ps juggling.
5833
5834         * stepmake/stepmake/install-targets.make (local-install-files):
5835         prepend src-dir to install targets.
5836
5837         * lily/system-start-delimiter-engraver.cc
5838         (acknowledge_system_start_delimiter): use
5839         add_offset_callback(). This fixes translation of nested
5840         staffgroups.
5841
5842         * lily/grob-closure.cc (add_offset_callback): only encaps in
5843         simple_closure if it's a procedure.
5844         
5845         * lily/span-bar.cc (calc_glyph_name): read glyph-name, not glyph
5846         from bar-line.
5847
5848         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
5849         remove-empty where pertinent.
5850
5851 2005-11-12  Graham Percival  <gpermus@gmail.com>
5852
5853         * Documentation/user/instrument-notation.itely: added
5854         Cameron Horsburgh's multiple stanzas docs.  Thanks!
5855
5856 2005-11-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5857
5858         * lily/GNUmakefile
5859         ($(top-build-dir)/Documentation/pictures/$(outbase)/lilypond.ico):
5860         make picture in builddir, not srcdir.
5861
5862 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5863
5864         * VERSION: release 2.7.16
5865         
5866         * scripts/lilypond-book.py (main): use commands.mkarg () to quote
5867         shell arguments. 
5868
5869 2005-11-10  Mats Bengtsson  <mabe@s3.kth.se>
5870
5871         * Documentation/user/examples.itely (Piano templates): Minor
5872         modification to the Piano centered lyrics example.
5873
5874 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5875
5876         * scripts/lilypond-invoke-editor.scm (run-browser): look at
5877         $BROWSER.
5878
5879         * Documentation/user/point-and-click.itely: simplify p&c
5880         instruction: don't configure firefox. Put lilypond-invoke-editor
5881         in front of the browser.
5882
5883         * scripts/lilypond-invoke-editor.scm (run-editor): new function.
5884         (run-browser): new function.
5885
5886         * lily/parser.yy (Lily_lexer): recognize Book
5887
5888         * lily/book.cc (clone): new function
5889
5890         * lily/parser.yy (book_body): allow BOOK_IDENTIFIER.
5891
5892 2005-11-10  Jürgen Reuter  <reuter@ipd.uka.de>
5893
5894         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc:
5895         Maintenance bugfix: reduce number of font related warnings by
5896         updating naming conventions for glyph-name.
5897
5898 2005-11-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5899
5900         * scm/define-grobs.scm (all-grob-descriptions): add
5901         rhythmic-grob-interface to TabNoteHead.
5902
5903         * scm/layout-beam.scm (check-quant-callbacks): remove
5904         set_stem_lengths()
5905
5906 2005-11-08  Jürgen Reuter  <reuter@ipd.uka.de>
5907
5908         * ly/gregorian-init.ly (divisiones): Maintenance bugfix: vertical
5909         alignment of centered divisiones.
5910
5911         * scm/scripts.scm (articulations): Maintenance bugfix:
5912         follow-into-staff -> quantize-position.
5913
5914         * lily/vaticana-ligature-engraver.cc (transform_heads): Bugfix:
5915         plica head in porrectus deminutus.
5916
5917 2005-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5918
5919         * make/lilypond.fedora.spec.in (Group): add %clean section.
5920
5921         * lily/tuplet-bracket.cc (print): change check: remove bracket if
5922         less then 1/5th of total length.  
5923         (print): use gap too.  Fixes tupletUp-single-bracket.ly
5924
5925         * scm/music-functions.scm (glue-mm-rest-texts): also put other
5926         events into EventChord. This fixes textspanners on mm rests. Fixes
5927         spanner-rest.ly
5928
5929         * lily/side-position-interface.cc (get_axis): read side-axis
5930         (set_axis): set side-axis.
5931
5932         * scm/define-grobs.scm (all-grob-descriptions): add side-axis
5933         properties everywhere.
5934
5935         * lily/spacing-spanner.cc (breakable_column_spacing): add
5936         average-spacing-wishes. Take maximum if not set.
5937         (musical_column_spacing): idem. Fixes: spacing-keysig-note.ly
5938
5939         * scm/define-grobs.scm (all-grob-descriptions): add
5940         average-spacing-wishes.
5941
5942         * lily/grob-closure.cc (add_offset_callback): bugfix: properly add
5943         offset callbacks. This fixes alignment for Fingering objects.
5944
5945         * scm/define-grobs.scm (all-grob-descriptions): tiny bit less
5946         space for key - timesig combination. 
5947
5948         * input/regression/script-stem-tremolo.ly (Module): new file.
5949
5950         * scm/define-grobs.scm (all-grob-descriptions): decrease distance
5951         to key sig.
5952
5953         * lily/dynamic-engraver.cc (acknowledge_stem_tremolo): new function.
5954         Fixes: c-tremolo-script.ly.
5955         
5956         * lily/text-engraver.cc (acknowledge_stem_tremolo): new function.
5957
5958         * lily/script-engraver.cc (acknowledge_stem_tremolo): new function.
5959         
5960         * scm/define-grobs.scm (all-grob-descriptions): remove
5961         self-X-offset. Fixes alignment of octavate-8.
5962
5963         * scripts/lilypond-book.py (datadir): look in
5964         LILYPONDPREFIX/share/lilypond/current/
5965
5966         * GNUmakefile.in: symlink current to <VERSION>. 
5967
5968 2005-11-07  Pedro Kroger  <kroeger@pedrokroeger.net>
5969
5970         * lily/main.cc: eps listed as a backend.
5971
5972 2005-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5973
5974         * scm/lily-library.scm (print-music-as-book): quote $defaultpaper.
5975
5976 2005-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5977
5978         * lily/include/score.hh (class Score): remove texts_ member.
5979
5980         * lily/beam.cc (set_stem_lengths): force direction callback.
5981         (print): read quantized-positions, so we can force
5982         Beam::set_stem_lengths to occur.
5983         (rest_collision_callback): use common X parent. 
5984
5985 2005-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5986
5987         * flower/file-path.cc (find): Bugfix: Return name of file found.
5988
5989         * lily/main.cc (setup_paths): Bugfix for argv0 logic.
5990         (setup_paths)[__CYGWIN__ || __MINGW32__]: Normalize argv0.
5991         (setup_paths)[__MINGW32__]: Also look for argv0 + .exe.
5992
5993 2005-11-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5994
5995         * flower/offset.cc: idem.
5996
5997         * mf/*.mf: update email address.
5998
5999         * lily/font-config-scheme.cc:  new file.
6000
6001         * GNUmakefile.in (SUBDIRS): remove debian/ directory.
6002
6003         * lily/*:  cs.uu.nl -> xs4all.nl
6004
6005         * VERSION (PATCH_LEVEL): release 2.7.15
6006
6007         * make/lilypond.mandrake.spec.in (Module): remove Mandrake & Suse
6008         spec files.
6009
6010         * make/lilypond.fedora.spec.in: add %{libdir}/lilypond/
6011
6012 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6013
6014         * GNUmakefile.in: bugfix: encapsulate mkdir && cd in parens.   
6015
6016         * lily/staff-performer.cc (process_music): add audio
6017         elements. This makes MIDI instrument changes work once again.
6018
6019         * lily/main.cc (LY_DEFINE): add gmane address.
6020
6021         * lily/beam.cc: remove calc_positions()
6022
6023         * lily/include/grob.hh (class Grob): move pscore, dim_cache_,
6024         original_ in private scope.
6025         (class Grob): drop pscore_ pointer, change to output_def pointer.
6026         (class Grob): cleanup class definition.
6027
6028         * ly/spanners-init.ly (assertBeamQuant): use make-simple-closure.
6029
6030 2005-11-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6031
6032         * lily/main.cc (setup_paths)[__MINGW32__]: Do not assume argv0 is
6033         absolute.  Better diagnostics.
6034
6035         * GNUmakefile.in: Add bin/ to tree and populate with some links.
6036         This makes lilypond run from the build directory using argv0
6037         relocation (without any --prefix or LILYPONDPREFIX setting).
6038
6039 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6040
6041         * Documentation/topdocs/NEWS.tely (Top): document new backend design.
6042
6043         * scm/define-grobs.scm: purge self-[XY]-offset variables, replace
6044         with simple-closure.
6045
6046         * lily/self-aligment-interface.cc (set_align_self): new function
6047         (set_center_parent): new function.
6048
6049         * lily/side-position-interface.cc (set_axis): new function.
6050
6051         * lily/new-fingering-engraver.cc (position_scripts): use drul for
6052         generic code. 
6053
6054         * scm/define-grob-properties.scm (all-user-grob-properties):
6055         remove [XY]-offset-callbacks add [YX]-offset
6056         
6057 2005-11-02  Mats Bengtsson  <mabe@s3.kth.se>
6058
6059         * scm/define-grobs.scm (all-grob-descriptions): Added space-alist
6060         entry for time signatures after breathing signs. Bug report by
6061         Scott Russell.
6062
6063 2005-11-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6064
6065         * lily/main.cc (setup_paths)[!__MINGW32__]: Bugfix: if argv0 is
6066         not absolute, make it absolute using PATH.
6067
6068 2005-10-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6069
6070         * python/midi.c (initmidi): Fix type for mingw.
6071
6072 2005-10-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6073
6074         * stepmake/stepmake/compile-vars.make (SHARED_FLAGS): Support mingw.
6075
6076         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Detect mingw
6077         cross compiling.
6078
6079         * stepmake/aclocal.m4: Support python cross compiling.
6080
6081         * stepmake/stepmake/python-module-vars.make (SHARED_MODULE_SUFFIX):
6082         Add mingw section.
6083
6084 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6085
6086         * scm/output-lib.scm (chain-grob-member-functions): replace
6087         chained-callback.cc
6088
6089         * lily/chained-callback.cc (Module): remove file.
6090
6091         * lily/rest-collision.cc (force_shift_callback_rest): change to
6092         chained callback.
6093
6094         * lily/rest.cc (y_offset_callback): merge function of 3 callbacks. 
6095
6096         * lily/grob.cc (y_parent_positioning): remove axis argument from
6097         parent_positioning callbacks.
6098         (Grob): junk init code
6099         (get_offset): use generic property callbacks for
6100         X-offset, Y-offset. Remove Grob::{add,has}_offset_callback.
6101         (axis_parent_positioning): new function
6102         (axis_offset_symbol): new function
6103         (chain_offset_callback): new function
6104         (add_offset_callback): new function
6105
6106         * lily/beam.cc (rest_collision_callback): change signature; this
6107         is now a chained callback.
6108
6109         * lily/include/dimension-cache.hh (class Dimension_cache): remove
6110         callback administration.
6111
6112         * lily/simple-closure.cc: new file. Smob type that allows "grob
6113         member functions",
6114
6115             (ly:make-simple-closure FUNC A B)
6116
6117         is evaluated as (FUNC grob A B). This allows chaining of callbacks
6118         in various ways.
6119
6120         * lily/slur-engraver.cc (acknowledge_extra_object): use chained
6121         callbacks.
6122
6123         * lily/slur.cc (outside_slur_callback): take 2 arguments.
6124
6125         * lily/rest.cc (polyphonic_offset_callback): remove.
6126
6127         * lily/script-engraver.cc (try_music): remove bool* argument.
6128
6129         * scm/script.scm (default-script-alist): set quantize-position
6130         appropriately.
6131
6132         * lily/script-engraver.cc: remove follow_into_staff_ special coding. 
6133
6134         * lily/side-position-interface.cc (aligned_side): move staff
6135         position quantization from
6136         Side_position_interface::quantised_position().
6137         (quantised_position): remove
6138         
6139 2005-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6140
6141         * input/regression/beam-quant-standard.ly: reindent, set
6142         debug-beam-quanting to #t.
6143
6144         * lily/beam-concave.cc (calc_concaveness): set concaveness to
6145         10000 if this is a "hard" concave beam.
6146
6147         * lily/beam.cc (calc_least_squares_positions): change from
6148         calc_least_squares_dy
6149         (set_stem_lengths): this is now a chained callback.
6150
6151         * lily/context-property.cc (execute_general_pushpop_property):
6152         bugfix override with procedure should have effect.
6153
6154         * scm/define-grob-properties.scm (all-internal-grob-properties):
6155         remove position-callbacks.
6156
6157         * scm/define-grobs.scm (all-grob-descriptions): use
6158         ly:make-callback-chain for positions property.
6159
6160         * scm/layout-beam.scm (check-quant-callbacks): return list of
6161         chained callbacks.
6162
6163         * scm/lily.scm (type-p-name-alist): add callback-chain
6164
6165         * lily/lily-guile.cc (type_check_assignment): type check failure
6166         is warning not message.
6167
6168         * lily/grob-property.cc (try_callback): walk callback chain if
6169         appropriate.
6170
6171         * lily/chained-callback.cc: new file. new smob type.
6172
6173         * lily/lily-guile.cc (procedure_arity): new function.
6174
6175 2005-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6176
6177         * Documentation/topdocs/INSTALL.texi (Top): add perl flex bison.
6178
6179 2005-10-25  John Mandereau  <john.mandereau@free.fr>
6180  
6181         * Documentation/user/instrument-notation.itely (Figured bass):
6182         describe new features
6183
6184 2005-10-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6185
6186         * lily/beam.cc (calc_least_squares_dy): use property callback.
6187
6188         * lily/beam-concave.cc (calc_concaveness): use property callback.
6189
6190         * ly/paper-defaults.ly: move fixed dimensions from paper.scm 
6191
6192 2005-10-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6193
6194         * HACKING: Update.
6195
6196 2005-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6197
6198         * scm/layout-page-layout.scm (page-headfoot): annotate
6199         pagetopspace too.
6200
6201         * scm/stencil.scm (dimension-arrows): shorten arrowed lines a bit. 
6202
6203         * scm/layout-page-layout.scm (annotate-y-interval): y-annotation
6204         doesn't take y-space.
6205
6206         * scm/paper.scm (paper-alist): fix A7 dimensions. 
6207
6208 2005-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6209
6210         * stepmake/stepmake/generic-vars.make (DIST_FILES): Fix
6211         src-wildcard, remove $(wildcard).
6212
6213         * po/GNUmakefile (PO_FILES): 
6214         * ps/GNUmakefile (PS_FILES): 
6215         * tex/GNUmakefile (TEX_FILES): 
6216         * cygwin/GNUmakefile (POSTINSTALLS):
6217         * vim/GNUmakefile (EXTRA_DIST_FILES): Bugfix: [etags sr?] missed
6218         some wildcard calls.
6219
6220 2005-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6221
6222         * THANKS: add Thomas Bushnell.
6223
6224 2005-10-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6225
6226         * scm/lily.scm: Remove horrendous running-from-gui? kludge.
6227         (lilypond-main): Redirect to gui-main if 'gui is set.
6228
6229         * scripts/midi2ly.py (datadir): Add libdir iso datadir to path,
6230         for alternative installations kludging s/share/lib/g
6231         LILYPONDPREFIX. 
6232
6233         * SConstruct (libdir_package_version): Define.
6234
6235         * python/SConscript: 
6236         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install binary .so
6237         module in libdir.  
6238
6239 2005-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6240
6241         * lily/main.cc: clarify --safe.
6242
6243 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6244
6245         * VERSION: release 2.7.14
6246         
6247         * Documentation/user/*.itely: remove minimumVerticalExtent.
6248
6249         * scm/define-grobs.scm (all-grob-descriptions): remove
6250         RemoveEmptyVerticalGroup
6251
6252         * lily/hara-kiri-engraver.cc (get_spanner): create VerticalAxisGroup.
6253
6254         * lily/include/lily-guile.hh (GUILE_ELLIPSIS): define to get clean
6255         compile on MOSX
6256
6257         * python/convertrules.py (conv): add rules.
6258
6259         * lily/grob.cc: remove is_empty()
6260
6261         * lily/grob-property.cc: remove add_to_list_property().
6262
6263         * scripts/convert-ly.py (datadir): add prefix switching hack to
6264         .py too.
6265
6266         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily (cresc): remove
6267         space-function tweak.
6268
6269         * lily/grob.cc: remove X-extent-callback / Y-extent-callback.
6270
6271         * scm/define-grob-properties.scm (all-user-grob-properties):
6272         remove callback property.
6273
6274         * lily/include/grob.hh (class Grob): remove property_callbacks_
6275         member. Properties of procedure type are assumed to be callbacks.
6276
6277         * lily/ligature-engraver.cc (override_stencil_callback):
6278         rewrite. Use noteHeadLigaturePrimitive as source.
6279
6280         * scm/define-grob-properties.scm (all-internal-grob-properties):
6281         remove ligature-primitive-callback
6282
6283         * lily/include/dimension-cache.hh (class Dimension_cache): make
6284         class, with Grob as friend.
6285
6286         * lily/grob.cc: remove set_extent_callback(), set_extent() and
6287         has_extent_callback()
6288
6289         * scm/translation-functions.scm (format-new-bass-figure): read
6290         figuredBassPlusDirection
6291
6292         * scm/define-context-properties.scm
6293         (all-user-translation-properties): add figuredBassPlusDirection.
6294
6295         * lily/staff-spacing.cc (next_notes_correction): oops. Init wishes.
6296
6297         * lily/align-interface.cc (set_ordered): new function.
6298
6299         * lily/grob.cc (flush_extent_cache): rewrite.
6300
6301         * lily/dimension-cache.cc (Dimension_cache): cache extent as
6302         Interval pointer directly.
6303
6304         * lily/main.cc (setup_paths): insert extra / .
6305         (setup_paths): junk cff entry.
6306
6307         * lily/font-config.cc (init_fontconfig): only add type1 / otf
6308         directories.
6309
6310         * lily/axis-group-engraver.cc (finalize): remove
6311         extraVerticalExtent, minimumVerticalExtent verticalExtent.
6312
6313         * lily/grob.cc (Grob): don't set extent from ctor.
6314         (extent): use property callbacks. 
6315
6316         * lily/axis-group-interface.cc: remove set_axes() function.
6317
6318         * lily/grob-property.cc (del_property): new function.
6319
6320 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6321
6322         * lily/font-config.cc (init_fontconfig): resurrect mf/out/ check.
6323         
6324 2005-10-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6325
6326         * stepmake/stepmake/script-vars.make (PYTHON_SCRIPTS_IN): Oops.  Add.
6327
6328 2005-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6329
6330         * mf/SConscript: Updates.
6331
6332         * lily/GNUmakefile (OUT_DIST_FILES): Bugfix.
6333
6334         * stepmake/stepmake/*:
6335         * */GNUmakefile:
6336         * config.make.in:
6337         * GNUmakefile.in:
6338         * stepmake/aclocal.m4: Friendlier --srcdir build, allowing `make'
6339         from any directory in build-dir.  Cleanups.
6340
6341         * make/srcdir.make.in: Remove.
6342
6343         * lily/main.cc (setup_paths): Fix and document build-dir hack.
6344
6345         * SConstruct (CheckYYCurrentBuffer): Use TryCompile (there is no
6346         main).
6347
6348         * lily/SConscript: Remove ttftools.
6349
6350         * SConstruct: Resurrect.
6351
6352 2005-10-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6353
6354         * lily/tuplet-bracket.cc (print): use dy iso. positions[RIGHT] for
6355         Y coordinate. 
6356
6357         * lily/paper-book.cc (add_score_title): put Paper_score title into
6358         systems_ list.
6359
6360         * scm/translation-functions.scm (format-new-bass-figure): also
6361         allow plus in combination with _
6362
6363 2005-10-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6364
6365         * VERSION: 2.7.13 released.
6366
6367         * lily/note-collision.cc (check_meshing_chords): don't wipe
6368         stencil, merely set transparent.
6369
6370         * Documentation/topdocs/NEWS.tely (Top): mention John Mandereau. 
6371         (Top): document #'callbacks.
6372         (Top): document nested \override.
6373
6374         * input/regression/figured-bass.ly: update for slash and pluses.
6375
6376         * input/regression/figured-bass-continuation-forbid.ly (Module):
6377         new file.
6378
6379         * scm/translation-functions.scm (format-new-bass-figure): use
6380         slashed-digit if diminished is set.
6381         (format-new-bass-figure): add + if 'augmented is set.
6382
6383         * scm/define-markup-commands.scm (slashed-digit): new command slashed-digit.
6384
6385         * input/test/piano-staff-distance.ly: remove file.
6386
6387         * Documentation/user/advanced-notation.itely (Formatting cue
6388         notes): use length-fraction for making stems/beams smaller.
6389
6390         * lily/parser.yy (bass_figure): accept \+ \! and / as figured bass
6391         modifications.
6392
6393         * lily/new-figured-bass-engraver.cc: new property
6394         centerFiguredBassContinuations
6395
6396         * Documentation/user/changing-defaults.itely (Difficult tweaks):
6397         use callbacks.
6398
6399         * lily/context-property.cc (execute_general_pushpop_property):
6400         robustness checks.
6401
6402         * input/regression/override-nest.ly: new file.
6403
6404         * python/convertrules.py (FatalConversionError.subber): conversion
6405         rule for #'callbacks
6406
6407         * input/regression/override-nest.ly: new function.
6408
6409         * lily/parser.yy (music_property_def): allow \override #'a #'b =
6410         #c too. 
6411
6412         * lily/context-property.cc (lookup_nested_property): new function.
6413         (evict_from_alist): new function.
6414         (general_pushpop_property): new function.
6415         (execute_general_pushpop_property): rewrite. Support nested
6416         properties too.
6417
6418 2005-10-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6419
6420         * lily/beam.cc: use length-fraction too.
6421
6422         * scm/define-grob-properties.scm (all-user-grob-properties):
6423         remove property flag-width-function
6424         (all-user-grob-properties): remove space-function.
6425
6426         * scm/layout-beam.scm: remove flag-width-function.
6427
6428         * lily/beam.cc: remove flag-width-function
6429
6430         * scm/layout-beam.scm: remove beam dir functions.
6431
6432         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): use length-fraction.
6433
6434         * lily/stem.cc (calc_length): multiply with length_fraction. Makes
6435         for easier grace tweaks.
6436
6437         * lily/beam.cc: remove dir-function.
6438
6439         * lily/system.cc (pre_processing): use callback to trigger spacing procedures.
6440
6441         * lily/grob.cc: remove spacing-procedure.
6442
6443         * lily/note-head.cc (calc_stem_attachment): new function.
6444         (internal_print): use callback to get glyph-name.
6445
6446         * lily/grob-property.cc (get_interfaces): new function.
6447
6448         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-interfaces
6449
6450         * lily/stem.cc (calc_stem_end_position): new function.
6451         (calc_length): new function.
6452         document details for stem.
6453         remove Stem::get_direction()
6454
6455         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-set-callback! 
6456
6457         * lily/grob-property.cc (set_callback): new function.
6458
6459         * lily/script-engraver.cc (make_script_from_event): don't trigger callback.
6460
6461         * lily/item-scheme.cc: new file.
6462
6463         * lily/bar-line.cc (before_line_breaking): remove function.
6464         remove bar-size-procedure, break-glyph-function
6465
6466         * lily/clef-engraver.cc (set_glyph): use glyph iso. glyph-name
6467
6468         * lily/clef.cc (before_line_breaking): change to calc_glyph_name.
6469
6470         * lily/system-start-delimiter.cc (print): suicide from
6471         here. Remove after_line_breaking_callback.
6472
6473         * lily/script-interface.cc (calc_direction): use callback for direction.
6474
6475         * lily/side-position-interface.cc (aligned_side): don't use
6476         Side_position_interface::get_direction directly. Use callback. 
6477
6478         * lily/grob.cc (get_stencil): simplify: use callback mechanism to
6479         calculate stencil.
6480         (get_print_stencil): rename from get_stencil: create stencil with
6481         transparency, color and cause. 
6482
6483         * scm/define-grobs.scm: change print-function to stencil callback everywhere.
6484
6485         * python/convertrules.py (conv): insert temporary warning rule.
6486
6487         * lily/multi-measure-rest.cc (set_text_rods): use stencil directly.
6488
6489         * lily/grob-property.cc (try_callback): remove marker if applicable.
6490
6491         * lily/grob.cc: elucidate doc about after/before-line-breaking
6492
6493         * lily/slur-scoring.cc (enumerate_attachments): robustness fix.
6494
6495         * lily/stem.cc (height): idem.
6496
6497         * lily/stem-tremolo.cc: idem.
6498
6499         * lily/slur.cc (height): don't use get_uncached_stencil()
6500
6501         * lily/rest.cc (y_offset_callback): use offset callback
6502         iso. after-line-breaking callback.
6503
6504         * lily/grob.cc: change after/before-line-breaking-callback to
6505         after/before-line-breaking dummy properties.
6506
6507         * lily/include/grob.hh: remove Grob_status.
6508
6509         * scm/define-context-properties.scm
6510         (all-user-translation-properties): remove verticalAlignmentChildCallback
6511
6512         * lily/tuplet-bracket.cc: use positions property iso. left,right-position.
6513         (calc_direction): use callback
6514         (calc_positions): use callback.
6515
6516         * lily/tie.cc (calc_direction): use callback. Only call parent
6517         positioning for more than one tie.
6518
6519         * lily/tie-column.cc (calc_positioning_done): use callback
6520
6521         * lily/slur-scoring.cc (calc_control_points): use callback
6522
6523         * lily/slur.cc (calc_direction): use callback.
6524
6525         * lily/note-collision.cc (force_shift_callback): remove.
6526
6527         * lily/dot-column.cc (force_shift_callback): remove. Use
6528         other_axis_parent_positioning.
6529
6530         * lily/grob.cc (other_axis_parent_positioning): new function.
6531         (same_axis_parent_positioning): new function
6532
6533         * lily/align-interface.cc (alignment_callback): remove function.
6534
6535         * lily/note-collision.cc (calc_positioning_done): use callback.
6536
6537         * lily/laissez-vibrer-tie.cc (calc_control_points): use callback.
6538         (calc_direction): idem.
6539         remove print function.
6540
6541         * lily/laissez-vibrer-tie-column.cc (calc_positioning_done): use callback.
6542
6543         * lily/dot-column.cc (calc_positioning_done): use callback.
6544
6545         * lily/break-align-interface.cc (calc_positioning_done): use callback.
6546
6547         * lily/beam.cc (calc_direction): use pseudo-property for beam
6548         direction callback.
6549         (calc_positions): use callback 
6550
6551         * lily/align-interface.cc (calc_positioning_done): use
6552         callback. Fold fixed  distance and normal alignment in one function.
6553
6554         * lily/stem.cc (calc_stem_end_position): use callback.
6555         (calc_positioning_done): idem.
6556         (calc_direction): idem.
6557         (calc_stem_end_position): idem
6558         (calc_stem_info): idem.
6559
6560         * lily/grob-property.cc (get_property_data): new function: 
6561         (try_callback): new function.
6562
6563         * scm/define-grob-properties.scm (all-user-grob-properties): doc
6564         callbacks property.
6565
6566         * lily/break-align-interface.cc: remove Break_align_interface::alignment_callback.
6567
6568 2005-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6569
6570         * lily/tie.cc (get_position): robustness fix. Don't crash if a
6571         tie
6572         has no heads.
6573         
6574         * lily/include/*.hh (Module): compile fixes.
6575
6576 2005-10-14  Heikki Junes <hjunes@cc.hut.fi>
6577
6578         * elisp/lilypond-font-lock.el, elisp/lilypond-indent.el: Avoid nil 
6579         as an argument for char-syntax: use (char-syntax (or nil 0)) 
6580         instead of (char-syntax nil), thanks to Milan Zamazal.
6581
6582 2005-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6583
6584         * make/lilypond.fedora.spec.in (Group): add lilypond-internals to
6585         dist.
6586
6587         * lily/tuplet-bracket.cc: check columns of bounds, not bounds
6588         themselves.
6589
6590 2005-10-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6591
6592         * flower/include/virtual-methods.hh (VIRTUAL_COPY_CONSTRUCTOR):
6593         add class_name() method.
6594
6595         * lily/music-scheme.cc: remove ly:music-name.
6596
6597 2005-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6598
6599         * cygwin/postinstall-lilypond.sh: Remove cruft.
6600
6601         * cygwin/postremove-lilypond.sh: Remove.
6602
6603         * cygwin/GNUmakefile (default): Remove postremove rules.
6604
6605 2005-10-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6606
6607         * ly/titling-init.ly (evenHeaderMarkup): use space in header on
6608         even header too.
6609         
6610         * scm/define-markup-commands.scm (wordwrap-string): bugfix for
6611         MacOS 9 users.
6612
6613         * lily/hara-kiri-group-spanner.cc (consider_suicide): only
6614         consider break index for broken spanner.
6615
6616         * scm/define-markup-commands.scm (wordwrap-string): remove \r
6617         characters from string before splitting.
6618
6619 2005-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6620
6621         * scm/framework-ps.scm (output-preview-framework): use
6622         is-book-title to determine whether to chop off the booktitle.
6623
6624         * lily/paper-book.cc (systems): init from book-title-properties
6625         (add_score_title): init score-title-properties.
6626
6627         * ly/paper-defaults.ly: add {score,book}-title-properties.
6628
6629         * scm/document-backend.scm (lookup-interface): error message if
6630         using unknown interface.
6631
6632         * lily/volta-bracket.cc (after_line_breaking): new function. Set
6633         edge-height.
6634
6635         * lily/horizontal-bracket.cc (make_enclosing_bracket): rename from
6636         make_bracket.
6637         (make_bracket): new function.
6638
6639         * scm/lily.scm (define-scheme-options): add paper-size option.
6640
6641         * ly/declarations-init.ly (laissezVibrer): get paper size from
6642         -dpaper-size
6643
6644         * scm/translation-functions.scm: use \fontsize for changing the
6645         fontsize.
6646
6647         * scm/define-grobs.scm (all-grob-descriptions): set
6648         between-length-limit to 1.0
6649
6650         * lily/tie-helper.cc: add between_length_limit_ detail property.
6651
6652         * mf/feta-bolletjes.mf: typos.
6653
6654         * lily/note-head.cc (internal_print): don't shadow idx
6655         parameter. This fixes wrong attachment for do shape heads.
6656
6657 2005-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6658
6659         * scm/parser-ly-from-scheme.scm: rename from ly-from-scheme.scm
6660
6661         * scm/parser-clef.scm (supported-clefs): rename from clef.scm
6662
6663         * scm/layout-slur.scm: rename from slur.scm
6664
6665         * scm/layout-page-layout.scm: rename from page-layout.scm
6666
6667         * scm/layout-beam.scm: rename from beam.scm
6668
6669         * scm/define-grob-interfaces.scm (bass-figure-interface): add
6670         bass-figure-interface
6671
6672         * lily/new-figured-bass-engraver.cc (process_music): add
6673         implicitBassFigures property.
6674         
6675         * scm/define-markup-commands.scm (pad-x): new markup.
6676
6677         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set
6678         minimumVerticalExtent on FiguredBass context.
6679
6680         * lily/figured-bass-continuation.cc (center_on_figures): kludge in
6681         case the continuation crosses a line break.
6682
6683 2005-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
6684
6685         * flower/file-name.cc (dos_to_posix)[__CYGWIN__]: Return
6686         unconverted value if cygwin_conv_to_posix_path () fails.  Fixes
6687         absolute file name bug.  
6688
6689 2005-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6690
6691         * VERSION (PACKAGE_NAME): release 2.7.12
6692
6693         * input/regression/figured-bass-continuation-center.ly: new file.
6694
6695         * input/regression/beam-outside-beamlets.ly: new file.
6696
6697         * lily/beam.cc (set_beaming): don't clip edges.
6698         (connect_beams): don't clip edges.
6699
6700         * lily/beaming-info.cc (clip_edges): new function.
6701
6702         * lily/enclosing-bracket.cc (struct Enclosing_bracket): new file.
6703
6704         * Documentation/user/instrument-notation.itely (Figured bass):
6705         demonstrate extenders, update seealso links.
6706
6707         * scm/titling.scm (marked-up-headfoot): change tagline
6708         handling. tagline = ##f will blank the tagline as well.
6709
6710 2005-10-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6711
6712         * Documentation/topdocs/NEWS.tely: add entry for Figured bass.
6713
6714         * lily/new-figured-bass-engraver.cc (struct
6715         New_figured_bass_engraver): add new_music_found_ member.
6716
6717         * lily/lilypond-version.cc (Lilypond_version): deal with
6718         incorrectly formatted version strings. 
6719
6720         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): switch on
6721         New_figured_bass_engraver by default.
6722
6723         * lily/ttf.cc (print_trailer): only define glyph names when
6724         FT_Face has FT_FACE_FLAG_GLYPH_NAMES
6725
6726 2005-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6727
6728         * lily/horizontal-bracket.cc (make_bracket): new function.
6729
6730         * scm/define-grobs.scm (all-grob-descriptions): new grobs
6731         NewBassFigure, BassFigureBracket, BassFigureContinuation,
6732         BassFigureLine, BassFigureAlignment
6733
6734         * lily/new-figured-bass-engraver.cc (process_music): new file.
6735
6736         * lily/figured-bass-continuation.cc: new file.
6737
6738         * lily/include/horizontal-bracket.hh (struct Horizontal_bracket):
6739         new file.
6740
6741 2005-10-04  Mats Bengtsson  <mabe@s3.kth.se>
6742
6743         * scripts/lilypond-book.py: Bug fix, put the quote around the
6744         actual score for LaTeX documents.
6745
6746         * scm/define-grobs.scm (all-grob-descriptions): Change
6747         collapse-height of the SystemStartBracket grob to 5.0, 
6748         so the bracket disappears for single stave score lines (similarly
6749         to SystemStartBraces). 
6750
6751         * Documentation/user/advanced-notation.itely (Polymetric
6752         notation): Clarify the use of compressMusic.
6753
6754         * Documentation/user/basic-notation.itely (Grace notes): Clarify
6755         that the grace spacer note in other staves need the same duration
6756         and document the stroke-style property.
6757
6758 2005-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6759
6760         * Documentation/user/global.itely (Vertical spacing): document
6761         alignment-extra-space and fixed-alignment-extra-space.
6762
6763         * Documentation/topdocs/NEWS.tely (Top): add entry.
6764
6765         * input/regression/alignment-vertical-spacing.ly: new file.
6766
6767         * python/convertrules.py (conv): add rule.
6768
6769         * ly/music-functions-init.ly: rename outputProperty to overrideProperty
6770
6771         * lily/align-interface.cc (stretch_after_break): new
6772         function. Read fixed-alignment-extra-space property.
6773         (align_elements_to_extents): read alignment-extra-space property.
6774
6775         * lily/lily-guile.cc (robust_scm2dir): new function.
6776
6777         * scm/page-layout.scm (page-headfoot): annotate headsep and footsep.
6778         (annotate-space-left): new function. Annotate space left on page. 
6779         (annotate-y-interval): new function.
6780         (paper-system-annotate-last): new function. Annotate bottom-space.
6781
6782         * mf/feta-beugel.mf (y): 
6783
6784 2005-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6785
6786         * VERSION (PACKAGE_NAME):  release 2.7.11
6787
6788         * scm/lily-library.scm (interval-translate): new function
6789         (interval-center): new function. 
6790
6791         * scm/page-layout.scm (paper-system-annotate): new function. Add
6792         arrows for dimensions.
6793  
6794         * scm/stencil.scm (dimension-arrows): new function.
6795
6796         * Documentation/user/global.itely (Vertical spacing): mention annotatespacing
6797
6798         * input/regression/page-spacing.ly: add annotatespacing
6799
6800         * lily/paper-system-scheme.cc (LY_DEFINE): remove ly:paper-system-{extent,stencil}
6801         (LY_DEFINE): new function ly:paper-system-set-property!
6802
6803         * Documentation/user/global.itely (Paper size): explain how to add
6804         sizes.
6805
6806         * scm/paper.scm (paper-alist): rename tabloid paper to 11x17 to
6807         correspond to GS's definition.
6808
6809         * lily/tuplet-bracket.cc (after_line_breaking): suicide empty
6810         tuplet bracket.
6811         (print): only connect to next bracket if the next one is alive.
6812         (print): set padding to 0.0 if the bound is a breakable
6813         column. This makes tupletFullLength brackets reach up to the staff
6814         line if it doesn't connect to the next line.
6815
6816 2005-09-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6817
6818         * lily/bar-number-engraver.cc: correct docs.
6819
6820         * scm/output-lib.scm (first-bar-number-invisible): rename from
6821         default-bar-number-visibility
6822
6823 2005-09-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6824
6825         * scm/define-music-properties.scm (all-music-properties): remove
6826         predicate property.
6827
6828 2005-09-28  Heikki Junes  <hjunes@cc.hut.fi>
6829
6830         * po/fi.po: refresh.
6831
6832 2005-09-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6833
6834         * input/regression/hara-kiri-pianostaff.ly (disappear): remove
6835         superfluous s1.
6836         (disappear): bugfix.
6837
6838         * lily/stem-tremolo.cc (raw_stencil): read slope property.
6839
6840         * lily/include/paper-system.hh (class Paper_system): remove
6841         staff_extents_ member.
6842
6843         * lily/paper-system-scheme.cc (LY_DEFINE): remove.
6844
6845         * lily/include/paper-system.hh (class Paper_system): remove
6846         number_ variable. Remove is_title_. Remove break_before_penalty_
6847
6848         * lily/paper-book.cc (systems): use 'number property iso. number_
6849         member.
6850
6851         * lily/paper-system-scheme.cc: remove ly:paper-system-break-before-penalty
6852         remove ly:paper-system-number.
6853
6854         * scm/lily-library.scm (paper-system-title?): new function.
6855
6856         * lily/book.cc (process): bugfix: flip ?: cases. 
6857
6858         * Documentation/user/changing-defaults.itely (Difficult tweaks):
6859         add outputProperty.
6860
6861         * ly/music-functions-init.ly: add outputProperty music function.
6862
6863         * scm/paper.scm (set-paper-dimension-variables): add pagetopspace
6864
6865         * scm/page-layout.scm (ly:optimal-page-breaks): read next-space
6866         and next-padding.
6867         (optimal-page-breaks): rename from ly:optimal-page-breaks.
6868
6869         * lily/paper-system-scheme.cc (LY_DEFINE): new function.
6870
6871         * lily/paper-system.cc (internal_get_property): new function.
6872
6873         * Documentation/user/global.itely (Vertical spacing): refer to
6874         page-spacing.ly
6875
6876         * scm/page-layout.scm (ly:optimal-page-breaks): add support for
6877         pagetopspace
6878
6879         * input/regression/page-spacing.ly: new file.
6880
6881         * input/regression/page-top-space.ly: new file.
6882
6883         * lily/spacing-spanner.cc: cmath -> math.h
6884
6885         * lily/paper-system.cc (read_left_bound): new function. Read
6886         line-break-system-details from left bound to determine extents.
6887  
6888         * Documentation/user/programming-interface.itely (Using LilyPond
6889         syntax inside Scheme): change applyxxx -> applyXxx.
6890
6891         * ly/music-functions-init.ly: add outputProperty music function.
6892
6893         * lily/parser.yy (Generic_prefix_music_scm): add scm-scm-scm signature.
6894
6895         * lily/grob-scheme.cc (LY_DEFINE): add ! to ly:grob-suicide! name.
6896
6897         * python/convertrules.py (conv): rule
6898
6899         * ly/music-functions-init.ly: applyxxx -> applyXxx
6900
6901         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): alias
6902         TabVoice to Voice.
6903
6904 2005-09-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6905
6906         * flower/include/real.hh: include <math.h> iso. <cmath>
6907
6908         * flower/include/offset.hh: include real.hh
6909
6910 2005-09-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6911
6912         * Documentation/user/changing-defaults.itely (Difficult tweaks):
6913         fix example, now that 'interfaces is no longer directly available.
6914
6915         * lily/book.cc (process): don't crash if paper == NULL.
6916
6917         * po/fr.po: update.
6918
6919 2005-09-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6920
6921         * scm/define-music-types.scm (music-descriptions): set length and
6922         start-callback for QuoteMusic
6923
6924 2005-09-15  Mats Bengtsson  <mabe@s3.kth.se>
6925
6926         * lily/tie.cc (get_configuration): Replace fabs -> abs for integer
6927         arguments. Fixes compilation error with gcc 3.3.
6928
6929 2005-09-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6930
6931         * VERSION: release 2.7.10
6932
6933         * stepmake/stepmake/python-module-rules.make
6934         ($(outdir)/%$(SHARED_MODULE_SUFFIX)): SHARED_FLAGS at the end.  
6935
6936         * lily/*.cc: remove <cmath> everywhere. <cmath> is included from
6937         real.hh
6938
6939 2005-09-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6940
6941         * stepmake/stepmake/c++-vars.make (#EXTRA_CXXFLAGS): don't add
6942         -Werror. Otherwise GCC barfs over various optimizations.
6943
6944         * scm/define-grob-properties.scm (all-internal-grob-properties):
6945         add note-head property
6946
6947         * Documentation/user/instrument-notation.itely (Laissez vibrer
6948         ties): new node.
6949
6950         * input/regression/laissez-vibrer-ties.ly: new file.
6951
6952         * lily/laissez-vibrer-engraver.cc: new file.    
6953
6954         * lily/include/tie-column-format.hh: new file.
6955
6956         * lily/tie-column-format.cc: new file. 
6957
6958         * lily/tie-column.cc (set_manual_tie_configuration): new function.
6959
6960         * lily/laissez-vibrer-tie.cc: new file.
6961
6962         * lily/include/laissez-vibrer-tie.hh: new file.
6963
6964         * ly/engraver-init.ly: add Laissez_vibrer_engraver
6965
6966         * ly/declarations-init.ly (laissezVibrer): add \laissezVibrer
6967
6968         * scm/define-grobs.scm (all-grob-descriptions): add
6969         LaissezVibrerTie, LaissezVibrerTieColumn
6970
6971         * lily/tie-column.cc (set_tie_config_directions): new function
6972         (final_shape_adjustment): new function.
6973         (shift_small_ties): new function.
6974
6975         * scm/define-music-types.scm (music-descriptions): add LaissezVibrerEvent
6976
6977         * lily/include/tie.hh (struct Tie_details): add x_gap_
6978         (struct Tie_configuration): add head_position_
6979
6980         * lily/tie-column.cc (set_chord_outline): new function.
6981
6982         * mf/cmr.enc.in:  remove file.
6983
6984 2005-09-11  Graham Percival  <gpermus@gmail.com>
6985
6986         * Documentation/user/examples.itely: typo fix.  Thanks, Matevž
6987
6988 2005-09-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6989
6990         * mf/feta-banier.mf: make vertical stem 1/2 stemthickness wide to
6991         reduce aliasing effects.
6992
6993         * lily/tie-column.cc (set_chord_outlines): bugfix: insert complete
6994         box in skyline.
6995
6996 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6997
6998         * lily/tie.cc (get_configuration): don't crash if left_dot is NULL.
6999
7000         * flower/include/real.hh: std::fabs too.
7001
7002 2005-09-08  Jan Nieuwenhuizen  <janneke@gnu.org>
7003
7004         * Documentation/user/lilypond.tely: Spell Baßtuba in UTF-8 (Werner). 
7005
7006         * lily, flower: Include C++ iso C headers.  Import namespace std
7007         throughout.
7008
7009         * lily/side-position-interface.cc: 
7010         * lily/scm-hash.cc: 
7011         * lily/note-head.cc: 
7012         * lily/include/includable-lexer.hh: 
7013         * flower/include/string-data.icc: Remove using std::*.
7014
7015         * lily, flower: Include C++ iso C headers.  Import namespace std
7016         throughout.
7017
7018         * lily/side-position-interface.cc: 
7019         * lily/scm-hash.cc: 
7020         * lily/note-head.cc: 
7021         * lily/include/includable-lexer.hh: 
7022         * flower/include/string-data.icc: Remove using std::*.
7023
7024         * Documentation/user/instrument-notation.itely (Entering lyrics):
7025         Multiple latin-1->utf-8 conversion fix.
7026
7027         * Documentation/user/*tely: Update Emacs cookie to utf-8.
7028
7029 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7030
7031         * lily/tie.cc (get_configuration): also avoid dots for non-space
7032         situations.
7033
7034 2005-09-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7035
7036         * Documentation/user/instrument-notation.itely: Bugfix.
7037
7038 2005-09-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7039
7040         * tex/GNUmakefile: don't install texinfo.tex
7041
7042         * tex/ : cleanup: remove unused files.
7043
7044         * lily/general-scheme.cc: remove my_{isinf,isnan}.
7045
7046         * flower/include/real.hh: using std::{isnan,isinf}
7047         
7048         * VERSION (PATCH_LEVEL): release 2.7.9
7049
7050 2005-09-05  Graham Percival  <gpermus@gmail.com>
7051
7052         * Documentation/user/ instrument-notation.itely,
7053         advanced-notation.itely: minor tweaks.
7054
7055         * input/test/script-chart.ly: add item padding.
7056
7057 2005-09-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7058
7059         * flower/offset.cc: use math.h iso. <cmath>
7060
7061         * scm/ps-to-png.scm (make-ps-images): use png16m again, for sake
7062         of IE users.
7063
7064         * scm/framework-eps.scm (dump-stencils-as-EPSes): cleanup.
7065         (widen-left-stencil-edges): new function. Fix alignment problems
7066         with LaTeX includegraphics.
7067
7068         * lily/text-interface.cc (interpret_markup): use abort().
7069
7070 2005-09-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7071
7072         * input/regression/tie-chord.ly (testLong): add a chord in 4ths
7073
7074         * lily/tie.cc (get_configuration): update bezier shape as we
7075         change Y positions.
7076         (get_configuration): don't move large ties if we're outside of the
7077         staff.
7078
7079 2005-09-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7080
7081         * scm/define-markup-commands.scm (strut): swap X and Y dims.
7082         
7083 2005-09-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7084
7085         * .cvsignore: Add auto-generated configure files and then some.
7086
7087 2005-09-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7088
7089         * scm/define-grobs.scm (DynamicLineSpanner): Add
7090         X-extent-callback.  Fixes hairpin-slur collision.
7091
7092 2005-08-31  Graham Percival  <gpermus@gmail.com>
7093
7094         * Documentation/user/advanced-notation.itely,
7095         basic-notation.itely: minor changes.
7096
7097 2005-08-31  Mats Bengtsson  <mabe@s3.kth.se>
7098
7099         * scm/framework-eps.scm (dump-stencils-as-EPSes): Insert a
7100         \linebreak between each .eps file if \betweenLilyPondSystem is
7101         undefined. 
7102
7103         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
7104         music): Document the \linebreak
7105
7106         * Documentation/user/lilypond-book.itely,
7107         input/tutorial/lbook-latex-test.tex,
7108         Documentation/user/examples.itely: Remove \usepackage{graphics}
7109
7110 2005-08-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7111
7112         * mf/aybabtu.pe.in (i): don't merge alphabet into aybabtu.
7113
7114         * lily/ly-module.cc (make_stand_in_procs_weak): 1.6.4 and earlier
7115         compat bugfix.
7116
7117         * scripts/lilypond-book.py (PREAMBLE_LY): define
7118         inside-lilypond-book
7119         (modify_preamble): new function. Insert \RequirePackage{graphics}
7120         when no {graphics found in preamble.  
7121
7122 2005-08030  Graham Percival  <gpermus@gmail.com>
7123
7124         * Documentation/user/basic-notation.itely, global.itely,
7125         tutorial.itely: misc small changes.
7126
7127 2005-08-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7128
7129         * stepmake/aclocal.m4: Include MY_PATCH_LEVEL in config.make's
7130         VERSION.
7131
7132 2005-08-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7133
7134         * lily/tie-column.cc (new_directions): put Tie down on center
7135         staff line. 
7136
7137         * lily/script-interface.cc (before_line_breaking): use
7138         Grob::programming_error
7139
7140         * scm/ps-to-png.scm (make-ps-images): use pngalpha device.
7141
7142         * scripts/lilypond-book.py (get_latex_textwidth): oops. Take [0]
7143         of splitext.
7144
7145 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7146
7147         * VERSION (PACKAGE_NAME): VERSION release 2.7.8
7148
7149 2005-08-29  Werner Lemberg  <wl@gnu.org>
7150
7151         * mf/GNUmakefile: Add `-f' flag to `rm' command while removing
7152         the `*.scale.pfa' files to avoid warnings.
7153
7154 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7155
7156         * lily/tempo-performer.cc (process_music): idem.
7157
7158         * lily/midi-def.cc (get_tempo): Rational to int conversion bug.
7159
7160 2005-08-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7161
7162         * Documentation/user/advanced-notation.itely (Text markup): not a
7163         fragment.
7164
7165         * lily/midi-item.cc (to_string): use to_int() iso. int cast.
7166
7167         * lily/staff-performer.cc (initialize): add tempo/name to
7168         audio_staff_
7169
7170
7171 2005-08-26  Graham Percival  <gpermus@gmail.com>
7172
7173         * Documentation/user/advanced.itely: add text-only example.
7174
7175         * Documentation/user/invoking.itely: add index entries for
7176         convert-ly.
7177
7178         * Documentation/user/ tutorial.itely, basic-notation.itely:
7179         small fixes suggested by Steve D.  Thanks!
7180
7181 2005-08-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7182
7183         * input/regression/markup-bidi-pango.ly: new file.
7184
7185         * lily/pango-font.cc (pango_item_string_stencil): make Mingw code
7186         standard. Remove #ifdef. Remove memleak.
7187         (text_stencil): use text_dir to decide how to composite items.
7188         (text_stencil): determine uniform text direction for the entire
7189         string.
7190
7191         * scripts/lilypond-book.py (output_name): remove
7192         latex_filter_cmd. Non-portable to non-Unix systems. 
7193         (get_latex_textwidth): use File.write and os.unlink() instead.
7194
7195         * THANKS: add Vicente & Trevor.
7196
7197         * lily/grob.cc (discretionary_processing): look up origin for
7198         programming_error too. 
7199
7200         * input/regression/tie-broken.ly: new file.
7201
7202         * lily/tie-column.cc (set_chord_outlines): set outline for line
7203         break case too.
7204         
7205 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7206
7207         * lily/pango-font.cc (text_stencil): don't translate glyphs in
7208         unscaled transform, just translate stencils.
7209
7210         * ly/performer-init.ly: init timing to #t.  Fixes bar checks in
7211         MIDI.
7212
7213         * scm/define-markup-commands.scm (wordwrap-string): use
7214         text-direction
7215         (wordwrap-stencils): idem.
7216         (line): idem.
7217         (fill-line): idem.
7218         (wordwrap-stencils): translate last line to right for
7219         text-direction = LEFT.
7220
7221         * scm/define-grob-properties.scm (all-user-grob-properties): add
7222         text-direction.
7223
7224 2005-08-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7225
7226         * lily/lily-parser.cc (Lily_parser): also copy output_basename_
7227         when copying a Lily_parser object.
7228
7229 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7230
7231         * scm/define-markup-commands.scm (null): add null markup.
7232
7233 2005-08-25  Mats Bengtsson  <mabe@s3.kth.se>
7234
7235         * lily/item.cc: Add documentation of center-invisible
7236
7237 2005-08-24  Graham Percival  <gpermus@gmail.com>
7238
7239         * Documentation/user/advanced-notation.itely: add info about
7240         raising text.
7241
7242         * Documentation/user/programming-interface.itely: fix example
7243         involving raised text.
7244
7245 2005-08-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7246
7247         * lily/beam.cc (print): fix X start/end points of isolated
7248         beamlets.
7249
7250         * scm/output-ps.scm (grob-cause): escape spaces in URLs.
7251
7252         * lily/multi-measure-rest.cc (set_text_rods): new function.
7253
7254         * lily/vertical-align-engraver.cc (process_music): call
7255         Align_interface::set_axis(). This forces #'elements to be ordered,
7256         preventing random vertical reordering of staves.
7257
7258         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
7259         add avoid-slur property. 
7260
7261         * Documentation/user/basic-notation.itely (Measure repeats): add
7262         countPercentRepeats example.
7263
7264         * Documentation/user/advanced-notation.itely (Other text markup
7265         issues): remove remark about normal-font.  We have \normal-text
7266
7267         * input/regression/tie-chord.ly: add note about remaining bugs.
7268
7269         * lily/tie.cc (print): try Tie_column::set_directions () if
7270         control-points not yet defined.
7271
7272 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7273
7274         * lily/system-start-delimiter.cc (staff_brace): don't remove brace
7275         extent. This fixes braces falling out of the EPS bbox.
7276
7277         * mf/feta-beugel.mf (braces_per_font): make brace glyph align
7278         exactly to bbox.
7279
7280 2005-08-23  Graham Percival  <gpermus@gmail.com>
7281
7282         * {various} : change #up->#UP and #down->#DOWN.
7283
7284         * ly/titling-init.ly: Spacing fix when using printallheaders=##t.
7285
7286         * Documentation/user/advanced-notation.itely: clarify
7287         what objects handles text on a multimeasure rest.
7288
7289 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7290
7291         * VERSION (PATCH_LEVEL): release 2.7.7
7292
7293 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7294
7295         * make/lilypond-vars.make: set -dgs-font-load for "make web" 
7296
7297         * Documentation/topdocs/INSTALL.texi (Top): add GS bugfix requirement.
7298
7299         * input/regression/*.ly: formatting clean-up. Default layout
7300         before music expression.
7301
7302         * input/mutopia/R.Schumann/GNUmakefile (examples): switch off
7303         romanze28-2 example.
7304
7305         * scm/ps-to-png.scm: remove dir-re function.
7306         (make-ps-images): generate page names, instead of globbing them.
7307         This brings down LilyPond memory usage for make web by a factor
7308         10. 
7309
7310         * scripts/lilypond-book.py (Lilypond_snippet.png_is_outdated):
7311         don't use glob. With 3000 files, globbing
7312         Documentation/user/out-www/ can take too much time. 
7313         
7314         * lily/lily-guile.cc (gulp_file_to_string): take size argument.
7315
7316         * lily/general-scheme.cc (LY_DEFINE): take optional size argument.
7317
7318         * input/regression/tie-manual.ly: new file
7319
7320         * input/regression/tie-chord.ly: update.
7321
7322         * flower/include/interval.hh (struct Interval_t): 
7323
7324         * lily/tie.cc (distance): new function 
7325         (height): new function.
7326         (init): new function
7327         (Tie_details): new struct.
7328
7329         * lily/skyline.cc (skyline_height): new function.
7330
7331         * lily/tie-column.cc (set_chord_outlines): new function.
7332         (new_directions): read tie-configuration
7333
7334         * lily/skyline.cc: fix ASCII art.
7335         
7336 2005-08-22  Mats Bengtsson  <mabe@s3.kth.se>
7337
7338         * python/convertrules.py (string_or_scheme): Fix spelling error
7339
7340 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7341         
7342         * lily/tie-column.cc (set_directions): set directions only once.
7343         (add_configuration): new function.
7344
7345         * lily/tie.cc (set_control_points): new function
7346
7347         * lily/tie-column.cc (new_directions): new function.
7348
7349         * ly/music-functions-init.ly: set 'pitch property
7350         iso. trill-pitch. This makes \relative work with \pitchedTrill
7351
7352         * lily/tie.cc (get_configuration): new function. Don't generate
7353         control points, rather, generate configuration.
7354         remove head-pair property.
7355
7356         * lily/include/tie.hh (struct Tie_configuration): new struct.
7357
7358 2005-08-22  Heikki Junes  <hjunes@cc.hut.fi>
7359
7360         * Documentation/topdocs/NEWS.tely: clarify.
7361
7362 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7363
7364         * lily/tie.cc: remove minimum-length
7365
7366         * scm/define-grob-properties.scm (all-user-grob-properties):
7367         remove staffline-clearance, y-offset 
7368
7369         * input/regression/tie-dots.ly (Module): remove.
7370
7371         * lily/tie.cc (get_control_points): rewrite. Put short ties in
7372         staff-spaces, make long ties cross staff lines. Avoid flags and dots.
7373
7374         * input/regression/tie-single.ly: new file.
7375
7376 2005-08-21  Graham Percival  <gpermus@gmail.com>
7377
7378         * ly/bagpipe.ly: fix compile problem.
7379
7380 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7381
7382         * lily/midi-item.cc (name): new method.
7383
7384         * lily/staff-performer.cc (acknowledge_audio_element): use
7385         signature of baseclass.
7386
7387         * lily/engraver-group.cc (do_announces): move recursion call out
7388         of while loop. 
7389
7390         * lily/drum-note-performer.cc (class Drum_note_performer): use
7391         process_music everywhere.
7392
7393         * ly/performer-init.ly: add default children everywhere.
7394
7395         * lily/paper-book.cc (output): call paper-book-write-midis
7396         directly: always write MIDI, even if no \layout {} block. 
7397
7398 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7399
7400         * VERSION (PACKAGE_NAME): release 2.7.6
7401
7402         * lily/percent-repeat-engraver.cc (try_music): don't print warning
7403         about not being able to handle repeat.
7404
7405 2005-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7406
7407         * Documentation/user/examples.itely (Piano templates):
7408         * lily/include/performer-group.hh: Remove last traces of
7409         Performer_group_performer.  Fixes make web.
7410
7411 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7412
7413         * Documentation/user/examples.itely (Piano templates): change
7414         Engraver_group_engraver -> Engraver_group
7415
7416         * lily/ly-module.cc (make_stand_in_procs_weak): only kludge if
7417         scm_stand_in_procs is not weak_any.
7418
7419         * lily/volta-bracket.cc (print): don't use strcmp().
7420
7421         * lily/volta-engraver.cc (process_music): use
7422         Text_interface::is_markup() for setting the 'text property of the
7423         volta bracket.
7424
7425         * input/mutopia/claop.py (accents): update syntax to 2.6
7426
7427         * scm/define-context-properties.scm
7428         (all-user-translation-properties): add countPercentRepeats.
7429
7430         * Documentation/user/basic-notation.itely (Measure repeats): add
7431         isolated percent example.
7432
7433 2005-08-18  Graham Percival  <gpermus@gmail.com>
7434
7435         * input/ {various}: change direction #1, #-1 to
7436         #up/#down or \fooUp, \fooDown.
7437
7438         * Documentation/user/music-glossary.tely: #-1 to #down.
7439
7440         * ly/bagpipe.ly, engraver-init.ly, property-init.ly: #1
7441         to #up, #-1 to #down.
7442
7443 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7444
7445         * lily/include/engraver-group.hh: rename.
7446
7447         * lily/include/performer-group.hh: rename.
7448
7449 2005-08-18  Mats Bengtsson  <mabe@s3.kth.se>
7450
7451         * input/test/script-abbreviations.ly: Removed some old LaTeX
7452         left overs.
7453
7454 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7455
7456         * python/convertrules.py (conv): inside-slur -> avoid-slur.
7457         Remove functions.  Remove if 1: constructs, reindent.
7458
7459         * scripts/convert-ly.py (add_version): Add functions from
7460         convertrules.py
7461
7462         * scm/script.scm (default-script-alist):
7463         s/priority/script-priority.  Fixes script stacking.  Backportme.
7464         (Fermata): Very low priority.
7465
7466 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7467
7468         * input/regression/*.ly: remove superfluous \score blocks. Reindent.
7469
7470         * input/regression/slur-script.ly: remove padding tweaks. Add
7471         comment strings.
7472
7473         * lily/note-spacing.cc (get_spacing): remove kludge for EOL wide
7474         time sigs and related stuff.
7475
7476         * scm/define-grob-properties.scm (all-user-grob-properties): add
7477         @code{} tags to property description.
7478
7479         * lily/include/line-group-group-engraver.hh (Module): remove file.
7480
7481         * python/convertrules.py (conv): add rule for
7482         Engraver_group_engraver -> Engraver_group.
7483
7484         * lily/include/performer-group-performer.hh: analogous.
7485
7486         * lily/include/engraver-group-engraver.hh: rename to Engraver_group.
7487
7488         * lily/context-def.cc (instantiate): check for
7489         Engraver_group_engraver and Performer_group_performer not
7490         Engraver/Performer. Fixes crashes when doing \with { \consists .. }
7491  
7492 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7493
7494         * input/les-nereides.ly: Remove three fingering tweaks, update
7495         remaining one.
7496
7497         * input/regression/slur-script-inside.ly: Update, fix doc.
7498
7499         * scm/script.scm: Update to avoid-slur.
7500
7501         * scm/define-grob-properties.scm (avoid-slur): New property.
7502
7503         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
7504         * lily/slur-engraver.cc (acknowledge_extra_object): Invoke
7505         outside_slur_callback if avoid-slur != #'inside.
7506
7507         * scm/define-grobs.scm (Fingering, Textscript): No
7508         inside-slur/outside-slur preference.
7509         (DynamicLineSpanner): Always outside slur.
7510
7511         * input/regression/slur-script.ly: More tests.
7512
7513 2005-08-17  Graham Percival  <gpermus@gmail.com>
7514
7515         * Documentation/user/lilypond-book: fix notime entry.
7516
7517         * Documentation/user/advanced-notation.itely: add info on
7518         getting an I rehearsal mark.
7519
7520         * Documentation/user/putting.itely: reinstate "I", re-enforce
7521         the fact that \override numbers are the result of
7522         experimentation and personal taste.
7523
7524         * Documentation/user/invoking.itely: update convert-ly bugs.
7525
7526 2005-08-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7527
7528         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set timing
7529         to #t.
7530
7531         * lily/timing-translator.cc (initialize): don't initialize timing.
7532
7533         * input/regression/stem-spacing.ly (Module): remove file.
7534
7535         * input/regression/spacing-stick-out.ly: specify Score context for
7536         \override
7537
7538         * input/regression/clefs.ly: remove spurious {}s 
7539
7540 2005-08-17  Heikki Junes  <hjunes@cc.hut.fi>
7541
7542         * Documentation/topdocs/NEWS.tely,
7543         input/regression/repeat-percent-count.ly: clarify a bit.
7544
7545 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7546
7547         * input/no-notation/display-lily-tests.ly: delete
7548         display-lily-init call.
7549
7550         * ly/music-functions-init.ly (displayLilyMusic): move
7551         display-lily-init call at top level, so that the user should not
7552         have to call it.
7553
7554         * scm/define-music-display-methods.scm (note-name->lily-string):
7555         retrieve note names directly from pitchnames using new function `rassoc'.
7556         (display-lily-init): note names list construction removed.
7557
7558 2005-08-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7559
7560         * THANKS: spello.
7561
7562         * lily/lily-parser.cc (get_header): copy module, instead of
7563         returning it.
7564
7565         * Documentation/topdocs/NEWS.tely (Top): add entry for percent
7566         counters.
7567
7568         * Documentation/user/basic-notation.itely (Measure repeats): add
7569         links to Counter grobs.
7570
7571         * scm/define-grobs.scm (all-grob-descriptions): add
7572         DoublePercentRepeatCounter
7573         (all-grob-descriptions): add PercentRepeatCounter
7574
7575         * lily/percent-repeat-engraver.cc (class Percent_repeat_engraver):
7576         also create counter grobs.
7577
7578         * lily/separation-item.cc (extremal_break_aligned_grob): don't
7579         return grob without space-alist.
7580
7581         * input/proportional.ly: tune staff-padding.
7582
7583         * input/regression/repeat-percent-count.ly: new file. 
7584
7585 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7586
7587         * input/no-notation/display-lily-tests.ly: moved from
7588         input/regression/ to input/no-notation. Be sure to call
7589         `display-lily-init' before trying to use the display function.
7590
7591 2005-08-16  Mats Bengtsson  <mabe@s3.kth.se>
7592
7593         * scripts/lilypond-book.py (option_definitions): Don't localize
7594         the empty string. Fixes bug when --psfonts was used with
7595         non-English locale.
7596
7597 2005-08-15  Graham Percival  <gpermus@gmail.com>
7598
7599         * lily/tuplet-bracket.cc: simple build fix.
7600
7601         * Documentation/user/putting.itely: use "we" instead of "I".
7602
7603         * Documentation/user/basic-notation.itely: cautionary accidentals
7604         work with naturals, too.
7605
7606 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7607
7608         * lily/tuplet-bracket.cc (calc_position_and_height): add
7609         staff-padding support.
7610
7611         * input/proportional.ly: set staff-padding.
7612         
7613         * VERSION (PATCH_LEVEL): release 2.7.5
7614
7615         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): text formatting
7616         fixes. Remove tweaks.
7617
7618         * input/regression/tuplet-slope.ly: add a test case.
7619
7620         * lily/tuplet-bracket.cc (calc_position_and_height): revert
7621         erroneous fix. Add spanner bounds to offset array with relative X
7622         positions.
7623
7624         * ly/engraver-init.ly: add Rest_engraver only once.
7625
7626         * scm/define-music-display-methods.scm (KeyChangeEvent): only do
7627         (*parser*) lookup if (*parser*) != #f.
7628
7629 2005-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>
7630
7631         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
7632         Cut-and paste update.
7633
7634         * input/regression/slur-script.ly: Add example of reverting
7635         inside-slur for fingering.
7636
7637         * scm/define-grobs.scm (DynamicLineSpanner, Fingering,
7638         TextScript): Explicitly set inside-slur #f, forcing these out of slur.
7639
7640         * lily/slur-engraver.cc (acknowledge_extra_object): Only invoke
7641         outside_slur_callback if inside-slur == #f (as opposed to unset).
7642
7643 2005-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
7644
7645         * tex/GNUmakefile (INSTALLATION_FILES): Remove enc symlink setup,
7646         encoding files are already removed.
7647
7648 2005-08-15  Mats Bengtsson  <mabe@s3.kth.se>
7649
7650         * Documentation/user/advanced-notation.itely (Instrument names):
7651         Document a workaround for instrument names that collide with
7652         system start braces/brackets.
7653
7654 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7655
7656         * lily/rest-collision.cc (do_shift): spello.
7657
7658         * input/proportional.ly: use #'used property. Set break-overshoot
7659         property.
7660
7661         * mf/feta-arrow.mf: center on arrow tip center, iso. tip edge.
7662
7663         * lily/paper-column.cc: add #'used property
7664
7665         * lily/mark-engraver.cc (stop_translation_timestep): set grob
7666         array for staves found.
7667
7668         * lily/metronome-engraver.cc (stop_translation_timestep): set grob
7669         array for stavesFound.
7670
7671         * lily/staff-spacing.cc (next_note_correction): add fixed and
7672         space to calling convention. This fixes spacing of accidentals
7673         after barlines.
7674
7675         * input/regression/spacing-accidental-stretch.ly: add barline -
7676         accidental case.
7677
7678         * scm/framework-ps.scm (page-header): add version number to
7679         creator
7680         (eps-header): idem.
7681
7682         * mf/feta-bolletjes.mf: swap d0 and u0 fa heads.
7683         
7684 2005-08-13  Graham Percival  <gpermus@gmail.com>
7685
7686         * Documentation/user/global.itely: add "fit as much as
7687         possible onto this page" example (Vertical spacing).
7688
7689 2005-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
7690
7691         * *: Nitpick run.
7692
7693         * buildscripts/fixcc.py: Fixes.
7694
7695 2005-08-12  Graham Percival  <gpermus@gmail.com>
7696
7697         * Documentation/user/advanced-notation.itely: add markup
7698         example to Text spanners.
7699
7700 2005-08-12  Mats Bengtsson  <mabe@s3.kth.se>
7701
7702         * Documentation/user/basic-notation.itely (Ties): Add example of
7703         tying a tremolo to a chord. Thanks to Steve Doonan. 
7704
7705         * lily/tie-engraver.cc: Add tieWaitForNote to the list of read
7706         properties and move tieMelismaBusy to the list of written
7707         properties. 
7708
7709 2005-08-12  Heikki Junes  <hjunes@cc.hut.fi>
7710
7711         * po/TODO: suggest to use a dedicated tool like kbabel.
7712
7713         * po/fi.po: update using kbabel.
7714
7715 2005-08-12  Jan Nieuwenhuizen  <janneke@gnu.org>
7716
7717         * *: Remove obsolete files.  Nitpick run.
7718
7719         * lily/lily-guile.cc (parse_symbol_list): Bugfix.
7720
7721 2005-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7722
7723         * mf/GNUmakefile (get-*-fonts): Rename from get-*-pfa.  Copy SVG
7724         too.
7725
7726         * Documentation/topdocs/NEWS.tely (Top): Add slur script feature.
7727
7728         * lily/lily-guile.cc (parse_symbol_list): Rewrite.  Grok multiple
7729         whitespace as symbol separator.
7730
7731         * lily/side-position-interface.cc: Add slur-padding.
7732
7733         * input/regression/slur-script.ly: Fixed.  Backportme?  This is
7734         quite a large fix, and it never worked in a stable release; so not
7735         really a regression.
7736
7737         * lily/phrasing-slur-engraver.cc (class Phrasing_slur_engraver):
7738         Update cut and paste code from Slur_engraver.
7739
7740         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
7741         Add.
7742
7743         * scm/define-grobs.scm (DynamicLineSpanner): Add
7744         dynamic-line-spanner-interface.
7745         (DynamicLineSpanner, TextScript, Fingering): Add slur-padding.
7746
7747 2005-08-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7748
7749         * lily/slur-engraver.cc (acknowledge_extra_object): Bugfix: use
7750         to_boolean () so that non-set 'inside-slur means false.
7751
7752         * lily/slur.cc (outside_slur_callback): Bugfixes: make sure that
7753         slur has control-points.  Skip script without direction.  Always
7754         do_shift if script inside slur, even if slur not contained in
7755         script y-extent.  Increment k in loop.
7756
7757 2005-08-11  Mats Bengtsson  <mabe@s3.kth.se>
7758
7759         * scm/define-markup-commands.scm: Improved regexp to search for
7760         EPS bounding boxes and corrected call to ly:warning.
7761
7762 2005-08-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7763
7764         * Documentation/user/programming-interface.itely (Displaying music
7765         expressions): doc for \displayLilyMusic. Also some precisions in
7766         "Markup construction in Scheme"
7767
7768 2005-08-10  Mats Bengtsson  <mabe@s3.kth.se>
7769
7770         * scm/define-markup-commands.scm (normal-text): Added 2 new
7771         markup commands, \normal-text and \medium (the latter thanks to
7772         Bruce Fairchild). 
7773
7774 2005-08-08  Graham Percival  <gpermus@gmail.com>
7775
7776         * Documentation/user/programming-interface.itely: fix @{ @}.
7777
7778         * scm/define-markup-commands.scm: add linewidth info to
7779         \justify and \wordwrap, add "upright is the opposite of italic".
7780
7781         * Documentation/user/advanced-notation.itely: shaped->shape,
7782         add (cons (markup "foo")) type of example to text markup,
7783         reword multi-measure rests section.
7784
7785         * lily/note-heads-engraver.cc: changed Shaped->Shape in a
7786         comment.  No actual code was touched.
7787
7788         * Documentation/user/invoking.itely: add more info about
7789         \include.  Thanks, Bruce!
7790
7791         * THANKS: add Bruce Fairchild, alphabetise.
7792
7793         * Documentation/user/global.itely: document \score{\header{}}
7794         behavior.
7795
7796         * Documentation/user/basic-notation.itely: reword multi-measure
7797         rest discussion in Rests.
7798
7799 2005-08-08  Mats Bengtsson  <mabe@s3.kth.se>
7800
7801         * Documentation/user/programming-interface.itely (Markup
7802         construction in Scheme): Corrected example and tried to clarify
7803         the implicit \line in the table.
7804
7805 2005-08-07  Graham Percival  <gpermus@gmail.com>
7806
7807         * Documentation/user/instrument-notation.itely: moved
7808         some bagpipe info back into the bagpipe section.  Somehow
7809         it ended up in the "other vocal issues" section?!  :o_O
7810
7811 2005-08-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7812
7813         * scm/framework-ps.scm (dir-join): Rename from path-join (joins
7814         directories, not paths).
7815
7816 2005-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7817
7818         * scm/framework-ps.scm (munge-lily-font-name): Bugfix: Munge only
7819         plain emmentaler/aybabtu.  Backportme.
7820
7821         * lily/tuplet-bracket.cc (calc_position_and_height): Bugfix:
7822         missing dir correction.
7823
7824 2005-08-05  Graham Percival  <gperlist@shaw.ca>
7825
7826         * scm/define-markup-commands: fix reversed justify/wordwrap
7827         doc strings.
7828
7829 2005-08-05  Jürgen Reuter  <reuter@ipd.uka.de>
7830
7831         * lily/ligature-engaver.cc, lily/coherent-ligature-engaver.cc,
7832         lily/gregorian-ligature-engaver.cc,
7833         lily/include/ligature-engraver.hh,
7834         lily/include/coherent-ligature-engraver.hh,
7835         lily/include/gregorian-ligature-engraver.hh: make these classes
7836         truely abstract.  This should fix some internal oddities such as
7837         duplicate as well as dead translator/property declarations, and
7838         also some dead code.
7839
7840         * lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc:
7841         bugfix: avoid message "junking empty ligature" on ligature
7842         brackets by collecting dummy grobs.
7843
7844 2005-08-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7845
7846         * lily/tuplet-bracket.cc (print): default right overshoot to 0.0
7847
7848         * input/proportional.ly (staffKind): bugfix.
7849         (staffKind): updates by Trevor Baca.
7850
7851         * scm/define-grobs.scm (all-grob-descriptions): remove arrows as
7852         default layout. 
7853
7854         * lily/tuplet-bracket.cc (print): check whether edge-text is a
7855         pair.
7856
7857         * lily/beam.cc (rest_collision_callback): call position_beam() if
7858         necessary.
7859
7860         * VERSION: release 2.7.4
7861
7862         * input/regression/spacing-uniform-stretching.ly: new file.
7863
7864         * lily/spacing-loose-columns.cc (set_loose_columns): use robust_relative_extent().
7865
7866         * Documentation/topdocs/NEWS.tely (Top): add Nicolas as
7867         contributor.
7868
7869         * lily/include/ly-module.hh: define MODULE_GC_KLUDGE globally.
7870
7871         * input/proportional.ly: new file.
7872
7873         * lily/tuplet-bracket.cc (after_line_breaking): don't suicide if
7874         columns is empty
7875
7876         * lily/tuplet-engraver.cc (finalize): new function. Reset right
7877         bounds to currentCommandColumn for the last step.
7878         (start_translation_timestep): if tupletFullLength is set, set
7879         bound to Paper Column
7880
7881         * input/regression/tuplet-full-length.ly (indent): new file.
7882
7883         * lily/spacing-loose-columns.cc (set_loose_columns): space a whole
7884         clique of loose columns, eg. a set of grace notes in strict
7885         notespacing.
7886
7887         * input/regression/spacing-strict-spacing-grace.ly: new file.
7888
7889         * lily/key-signature-interface.cc: change property name to
7890         alteration-alist
7891
7892         * lily/key-engraver.cc (read_event): read keyAlterationOrder, not
7893         keyAccidentalOrder
7894
7895         * python/convertrules.py (conv): keyAccidentalOrder ->
7896         keyAlterationOrder
7897
7898         * lily/key-engraver.cc (create_key): always print a cancellation
7899         for going to C-major/A-minor, regardless of printKeyCancellation.
7900         (create_key): remove typecheck for visibility. This fixes key
7901         signature not being printed.
7902
7903         * lily/spacing-determine-loose-columns.cc: new file.
7904
7905         * input/regression/spacing-strict-notespacing.ly: new file.
7906
7907         * lily/spacing-spanner.cc (generate_springs): rename from
7908         do_measure. 
7909         (generate_pair_spacing): new function.
7910         (init, generate_pair_spacing): set between-cols for floating
7911         nonmusical columns.
7912
7913         * lily/spaceable-grob.cc (get_spring): new function. 
7914
7915         * lily/tuplet-bracket.cc (print): on the left, the overshoot is
7916         relative to the right edge of the prefatory matter.
7917
7918         * lily/beam.cc (print): read break-overshoot to determine where to
7919         stop/start broken beams.
7920
7921         * input/regression/spanner-break-overshoot.ly: new file.
7922
7923 2005-08-04  Graham Percival  <gperlist@shaw.ca>
7924
7925         * ly/bagpipe.ly: updated.
7926
7927         * Documentat/user/instrument.itely: un-comment out bagpipe example.
7928
7929 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7930
7931         * lily/dynamic-engraver.cc (acknowledge_slur): add slur to
7932         support: now (de)crescs avoid slurs as well.
7933
7934         * Documentation/user/instrument-notation.itely (Bagpipe example):
7935         comment out non-functioning bagpipe example.
7936         (Bagpipe definitions): idem.
7937
7938         * Documentation/topdocs/NEWS.tely (Top): add uniform-stretching example.
7939         (Top): add proportionalNotationDuration example.
7940
7941         * input/regression/spacing-proportional.ly: new file.
7942
7943         * lily/tuplet-bracket.cc (parallel_beam): broken bracket never is
7944         synched to a beam.
7945
7946         * lily/beam.cc (shift_region_to_valid): divide by zero fix. This
7947         fixes beams with a single stem (eg. beams across linebreaks.)
7948
7949         * lily/parser.yy (simple_string): allow \new STRING_IDENTIFIER.
7950
7951         * flower/rational.cc (operator +): prevent overflow. This fixes
7952         heavily nested tuplets.
7953
7954         * lily/auto-beam-engraver.cc (derived_mark): new method. Yes. We
7955         have to protect even those unlikely to be corrupted data members.  
7956
7957 2005-08-04  Graham Percival  <gperlist@shaw.ca>
7958
7959         * ly/bagpipe.ly: new file.
7960
7961         * THANKS: added Sven Axelsson.
7962
7963 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7964
7965         * lily/spacing-engraver.cc (stop_translation_timestep): directly
7966         copy proportionalNotationDuration into currentMusicalColumn if
7967         set.
7968
7969         * lily/spacing-spanner.cc (musical_column_spacing): if
7970         uniform-stretching set, fixed space is 0.0
7971
7972         * input/regression/spacing-multi-tuplet.ly: show
7973         uniform-stretching property.
7974
7975         * lily/spacing-spanner.cc (effective_shortest_duration): new function.
7976
7977         * lily/include/spacing-spanner.hh (class Spacing_spanner): new file.
7978         (struct Spacing_options): new struct.
7979
7980         * lily/spacing-basic.cc: new file.
7981
7982         * lily/spacing-spanner.cc (note_spacing): remove outdated code:
7983         delta_t doesn't have to be smaller than shortest_playing_len
7984
7985 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7986
7987         * input/regression/markup-arrows.ly:  new file.
7988
7989         * lily/tuplet-bracket.cc: document new behavior.
7990
7991         * input/regression/tuplet-broken.ly: new file. Demonstrate tuplets
7992         with line breaks.
7993
7994         * scm/define-markup-commands.scm (arrow-head): arrow-head markup command.
7995
7996         * scm/define-grobs.scm (all-grob-descriptions): set arrows as
7997         default 
7998
7999         * lily/tuplet-bracket.cc: add edge-text property.
8000         add break-overshoot.
8001         (print): read break-overshoot.
8002         (print): read edge-text, add stencils.
8003
8004         * mf/feta-arrow.mf: new file.
8005
8006         * mf/feta-generic.mf: add feta-arrow.
8007
8008 2005-08-03  Mats Bengtsson  <mabe@s3.kth.se>
8009
8010         * Documentation/user/lilypond-book.itely (An example of a
8011         musicological document): Added flag -o to dvips for people who use
8012         the default setting in teTeX where output is sent to the printer. 
8013
8014         * Documentation/user/global.itely (Vertical spacing): Added
8015         reference to the Axis_group_engraver which documents the *Extent
8016         properties.
8017
8018 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8019
8020         * Documentation/user/basic-notation.itely (Tuplets): add note
8021         about nested tuplets. Remove BUG. 
8022
8023         * input/regression/tuplet-nest.ly: update: remove manual hack. 
8024
8025         * lily/tuplet-bracket.cc (print): use robust_scm2drul
8026         (print): manually call print() for subtuplets.
8027         (calc_position_and_height): add subtuplets to the
8028         support. Vertically shift outer tuplet 
8029
8030         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): set
8031         remove-first for Lyrics, ChordNames and FiguredBass
8032
8033         * scm/define-grob-properties.scm (all-internal-grob-properties):
8034         use ly:grob-array? iso. grob-list?
8035         (all-internal-grob-properties): add tuplets grob-array.
8036
8037         * lily/tuplet-bracket.cc (add_tuplet_bracket):
8038         new function
8039
8040 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8041
8042         * input/test/time-signature-staff.ly: new file.
8043
8044         * ly/declarations-init.ly (center): escape to Scheme. Fixes
8045         spurious #<Music FingerEvent> errors. Backportme.
8046
8047 2005-08-03  Mats Bengtsson  <mabe@s3.kth.se>
8048
8049         * Documentation/user/programming-interface.itely (Markup
8050         construction in Scheme): Corrected markup syntax in the
8051         translation table.
8052
8053 2005-08-03  Graham Percival  <gperlist@shaw.ca>
8054
8055         * Documentation/user/instrument-notation.itely: small update
8056         to bagpipe notation docs; thanks Sven!
8057
8058         * Documentation/user/basic-notation.itely: add link about trills.
8059
8060 2005-08-02  Graham Percival  <gperlist@shaw.ca>
8061
8062         * Documentation/user/music-glossary: remove accidentally committed
8063         fink patch.
8064
8065 2005-08-02  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
8066
8067         * lily/lily-parser.cc (get_header): new function. Enable multiple
8068         \header definitions.
8069
8070         * lily/parser.yy (lilypond_header_body): use get_header.
8071
8072         * ly/init.ly:
8073         * scm/lily-library.scm (print-score-with-defaults): renamed
8074         $globalheader to $defaultheader
8075             
8076         * Documentation/user/global.itely (Creating titles): added short
8077         explanation that multiple headers are useable.
8078
8079
8080 2005-08-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8081
8082         * lily/module-scheme.cc (LY_DEFINE): new file. 
8083
8084         * Documentation/user/advanced-notation.itely (Font selection): add
8085         doco for make-pango-font-tree.
8086
8087 2005-07-31  Graham Percival  <gperlist@shaw.ca>
8088
8089         * Documentation/user/music-glossary: more languages
8090         for tenuto.
8091
8092         * Docuemntation/user/instrument-notation.itely: minor
8093         update for bagpipe example.
8094
8095 2005-07-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8096
8097         * input/regression/+.ly (TODO): add some text.
8098
8099 2005-07-28  Graham Percival  <gperlist@shaw.ca>
8100
8101         * Documentation/user/invoking.itely: \score begins with music.
8102
8103         * Documentation/user/ basic-notation.itely,
8104         instrument-notation.itely: minor changes.
8105
8106         * Documentation/user/music-glossary.itely: began tenuto entry.
8107
8108 2005-07-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8109
8110         * scm/output-socket.scm (bezier-sandwich): add bezier-sandwich
8111
8112         * mf/feta-bolletjes.mf: swap up and down for aiken heads.
8113
8114 2005-07-27  Graham Percival  <gperlist@shaw.ca>
8115
8116         * Documentation/user/examples.itely: remove bagpipe template.
8117
8118         * Documentation/user/instrument-notation.itely: add bagpipe
8119         section, maybe fix quotes in lyrics.  I hate text encoding.
8120         Clarify chord durations, more bagpipe stuff.
8121
8122 2005-07-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8123  
8124         * lily/accidental-engraver.cc: formatting fixes.
8125
8126         * lily/spacing-spanner.cc (prune_loose_columns): right-items is a
8127         grob-array.
8128
8129         * lily/arpeggio.cc (print): suicide arpeggio for single notehead.
8130
8131         * lily/note-column.cc (arpeggio): new function.
8132
8133         * lily/note-spacing.cc (get_spacing): also take arpeggio into
8134         account for spacing.
8135
8136 2005-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
8137
8138         * lily/main.cc (sane_setenv)[!ARGV0_RELOCATION]: Also define.
8139         (setup_guile_env): Use it instead of nonstandard setenv.  Fixes
8140         mingw build.
8141         
8142 2005-07-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8143
8144         * scm/lily.scm (lilypond-all): clear anonymous modules after
8145         processing files.
8146
8147 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8148
8149         * flower/include/guile-compatibility.hh (SCM_I_CONSP): add
8150         SCM_I_CONSP
8151
8152         * VERSION: 2.7.3 released
8153
8154         * Documentation/user/invoking.itely (Invoking lilypond): add
8155         LILYPOND_GC_YIELD documentation.
8156
8157         * lily/*: cleanups: use scm_from_int iso. scm_int2num. Idem for
8158         scm_from_real / scm_make_real.
8159
8160         * lily/main.cc (setup_guile_env): new function. Set GC min_yields
8161         higher. This increases memory footprint, but provides overall
8162         speedup of 15 to 20%. 
8163
8164         * lily/include/translator.hh (class Translator): remove
8165         PRECOMPUTED_VIRTUAL everywhere.
8166
8167         * lily/include/lily-guile.hh: inline scm_c[ad]r, scm_is_pair.
8168
8169         * lily/context.cc (now_mom): non-recursive now_mom() 
8170
8171         * lily/include/profile.hh: new file.
8172
8173         * lily/profile.cc: new file.
8174
8175         * lily/grob.cc (Grob::Grob): look properties up directly.
8176
8177         * lily/open-type-font.cc (get_indexed_char): cache index -> bbox
8178         lookups.
8179
8180         * lily/include/box.hh (class Box): smob Box type.
8181
8182         * lily/smobs.cc (protect_smob): O(1) GC (un)protection.
8183
8184         * lily/include/smobs.hh (DECLARE_BASE_SMOBS): add methods
8185         protect() and unprotect(). Use throughout.
8186
8187 2005-07-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8188
8189         * Documentation/topdocs/NEWS.tely: new item for \displayLilyMusic
8190
8191         * scm/define-music-display-methods.scm (markup->lily-string):
8192         markup elements can also be strings (without simple-markup
8193         appended)
8194
8195 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8196
8197         * lily/context.cc (where_defined): also assign value in
8198         where_defined().
8199
8200         * lily/bezier.cc (get_other_coordinate): use curve_coordinate
8201         (curve_coordinate): new function
8202
8203         * lily/simple-spacer.cc (add_columns): only add rods between
8204         column i and begin/end if keep-inside-line is set (this repleces
8205         allow-outside-line as default)
8206
8207 2005-07-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8208
8209         * lily/tuplet-engraver.cc (start_translation_timestep): only read
8210         tupletSpannerDuration if applicable.
8211
8212         * lily/font-size-engraver.cc (process_music): read fontSize only
8213         once per timestep.
8214
8215         * lily/engraver*cc: use throughout.
8216         
8217         * lily/include/translator.icc (ADD_ACKNOWLEDGER): new macro.
8218
8219         * lily/translator.cc (add_acknowledger): new file. Directly jump
8220         into an Engraver::acknowledge_xxx () method based on a grobs
8221         interface-list.
8222
8223         * lily/include/translator-dispatch-list.hh (class
8224         Engraver_dispatch_list): new struct, new file.
8225
8226         * scm/define-context-properties.scm
8227         (all-internal-translation-properties): remove acceptHashTable,
8228         acknowledgeHashTable
8229
8230         * lily/translator-group.cc (mark_smob): idem for acceptHashTable.
8231
8232         * lily/engraver-group-engraver.cc (Engraver_group_engraver):
8233         change acknowledgeHashTable to C++ member. 
8234
8235         * lily/rest-collision.cc (do_shift): use extract_grob_set().
8236
8237 2005-07-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8238
8239         * scm/display-lily.scm: new file. Define a `display-lily-music'
8240         function, that displays the music expression given as an argument,
8241         using LilyPond notation.
8242
8243         * scm/define-music-display-methods.scm: new file. Implementation
8244         of display methods for each music type.
8245
8246         * ly/music-functions-init.ly (displayLilyMusic): new function for
8247         displaying music with LilyPond notation.
8248
8249         * input/regression/display-lily-tests.ly: new regression test file
8250         for `display-lily-music'.
8251
8252         * scm/markup.scm: remove obsolete debugging code (for printing
8253         markups with LilyPond notation).
8254
8255         * scm/define-music-types.scm (music-name-to-property-table):
8256         * scm/clef.scm (supported-clefs): export, in order to be accessible
8257         from the (scm display-lily) module.
8258
8259 2005-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8260
8261         * Documentation/topdocs/NEWS.tely (Top): Typo.
8262
8263 2005-07-22  Heikki Junes  <hjunes@cc.hut.fi>
8264
8265         * Documentation/index.html.in, Documentation/texinfo.css,
8266           stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
8267           Documentation/bibliography/index.html.in,
8268           Documentation/bibliography/html-long.bst: revert css-width patch,
8269           it does not work with IE6.
8270
8271 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8272
8273         * Documentation/texinfo.css: revert 760px hack. 
8274
8275         * VERSION: release 2.7.2
8276
8277         * Documentation/topdocs/NEWS.tely (Top): mention barNumberCheck
8278
8279         * Documentation/user/basic-notation.itely (Barnumber check): add
8280         section.
8281
8282         * scm/music-functions.scm (skip-to-last): new function. Show only
8283         last showLastLength part of the \score.
8284
8285         * lily/moment-scheme.cc (LY_DEFINE): new function ly:moment-sub
8286
8287         * python/convertrules.py (conv): add ly:x-moment rule
8288
8289         * lily/moment-scheme.cc (LY_DEFINE): rename ly:X-moment  -> ly:moment-X
8290
8291         * Documentation/topdocs/NEWS.tely (Top): add new feature.
8292
8293         * Documentation/user/instrument-notation.itely (Flexibility in
8294         alignment): options in subsections.
8295
8296         * lily/lyric-engraver.cc (process_music): don't typeset text for _
8297         syllable text. Instead, assume that the previous lyric text is a
8298         melismated text.
8299
8300         * Documentation/index.html.in: revert 800x600 change.
8301
8302 2005-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8303
8304         * lily/main.cc (main): Remove invalid handle kludge.
8305
8306         * scm/lily.scm (running-from-gui?): WINDOWS: check -dgui.
8307         (lambda): add gui define.
8308
8309 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8310
8311         * Documentation/topdocs/NEWS.tely (Top): add note about Musica ficta.
8312
8313         * Documentation/user/instrument-notation.itely (Musica ficta
8314         accidentals): add section Musica ficta accidentals
8315
8316         * lily/accidental-engraver.cc (make_suggested_accidental): new
8317         function.
8318         (make_standard_accidental): move into new function.
8319         (create_accidental): new function.
8320
8321         * scm/define-grobs.scm (all-grob-descriptions): new Grob
8322         AccidentalSuggestion
8323
8324         * lily/output-def-scheme.cc (LY_DEFINE): take default  argument.
8325
8326         * lily/output-def.cc (lookup_variable): return SCM_UNDEFINED if
8327         undefined.
8328
8329         * Documentation/user/global.itely (Page formatting): document
8330         horizontalshift.
8331
8332         * scm/page-layout.scm (default-page-music-height):
8333         horizontalshift: new variable, shift all systems by
8334         horizontalshift to the right, to make space for instrument names.
8335
8336         * scm/paper.scm (set-paper-dimension-variables): add horizontalshift
8337
8338         * lily/input-scheme.cc (LY_DEFINE): take format commands.
8339
8340 2005-07-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8341
8342         * lily/note-column.cc (dir): idem.
8343
8344         * lily/spacing-spanner.cc (Module): idem.
8345
8346         * lily/script-column.cc (before_line_breaking): use extract_grob_set()
8347
8348         * lily/include/paper-column.hh (class Paper_column): add
8349         non-static get_rank() member.
8350
8351         * VERSION: release 2.7.1
8352         
8353         * scm/framework-null.scm: new file, used for benchmarking.
8354
8355 2005-07-20  Heikki Junes  <hjunes@cc.hut.fi>
8356
8357         * Documentation/topdocs/INSTALL.texi, configure.in: fix
8358         version dependencies for fontforge and gs.
8359
8360         * Documentation/index.html.in, Documentation/texinfo.css,
8361         stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
8362         Documentation/bibliography/index.html.in, 
8363         Documentation/bibliography/html-long.bst: optimize width of
8364         html for a 800x600 screen (width:760), increases printability
8365         when 'fit to page' is not set and readability in wide screens.
8366
8367         * stepmake/bin/add-html-footer.py: add missing </p>.
8368
8369 2005-07-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8370
8371         * scm/define-markup-commands.scm (beam): use polygon in beam
8372         command.
8373
8374         * lily/grob-pq-engraver.cc (stop_translation_timestep): save up
8375         all acknowledged grobs, and do potentially expensive merge and
8376         write in one go.
8377
8378         * buildscripts/mf-to-table.py (write_fontlist): enforce noBreak.
8379
8380         * configure.in (reloc_b): add --enable-static-gxx to statically
8381         link to libstdc++
8382
8383         * lily/GNUmakefile (static-gxx-libs): new target
8384         static-gxx-libs. Create symlink to libstdc++.a
8385
8386         * lily/new-lyric-combine-music-iterator.cc: rename to
8387         Lyric_combine_music_iterator
8388
8389         * lily/lyric-combine-music-iterator.cc
8390         (Old_lyric_combine_music_iterator): rename to
8391         Old_lyric_combine_music_iterator
8392
8393         * lily/*-engraver.cc (various): remove double use of
8394         PRECOMPUTED_VIRTUAL function: only use
8395         start_translation_timestep() and stop_translation_timestep(), not
8396         both.
8397
8398         * lily/break-substitution.cc (fast_substitute_grob_array): do
8399         fast_substitute_grob_array for all unordered grob_arrays.
8400         (substitute_grob): return Grob *. Saves packing/unpacking SCMs.
8401         (substitute_grob_array): optimize.
8402
8403         * lily/align-interface.cc (set_axis): set ordered_ for 'elements
8404
8405         * lily/include/grob-array.hh (class Grob_array): ordered_ member.
8406
8407         * lily/parser.yy: revert $globalheader patch.
8408         
8409         * lily/include/translator.icc
8410         (IMPLEMENT_FETCH_PRECOMPUTABLE_METHODS): directly jump into
8411         Translator methods, without _static helper.
8412  
8413         * lily/grob-smob.cc (derived_mark): rename from
8414         do_derived_mark(). Return void.
8415
8416         * scm/define-context-properties.scm
8417         (all-internal-translation-properties): remove tweakCount/tweakRank.
8418
8419         * scm/output-lib.scm (begin-of-line-invisible): use vectors for
8420         predefined break-visibilities.
8421
8422         * lily/item.cc (handle_prebroken_dependencies): use a vector of 3
8423         booleans for break-visibility.
8424
8425         * Documentation/topdocs/NEWS.tely (Top): add note about engravers.
8426
8427         * python/convertrules.py (conv): rule for Timing_translator. 
8428
8429         * lily/include/translator.icc: new file. 
8430
8431         * lily/paper-column-engraver.cc (process_music): new
8432         file. Separate Paper_column factory from Score_engraver.
8433
8434         * lily/vertically-spaced-context-engraver.cc: administer
8435         spaceable-staves property of System.
8436
8437         * lily/translator-group-ctors.cc: new file.
8438
8439         * lily/context-property.cc (make_grob_from_properties): construct
8440         the right Grob class programmatically, looking at the class entry
8441         for the meta property.
8442
8443         * lily/break-align-engraver.cc (stop_translation_timestep): call
8444         Break_align_interface::add_element() directly.
8445
8446         * lily/context.cc (measure_position): measure_position() is now a
8447         normal function.
8448
8449         * lily/include/translator.hh (class Translator): rename
8450         process_acknowledged_grobs() to process_acknowledged() and move to
8451         Translator.
8452
8453         * scm/define-grobs.scm (all-grob-descriptions): add a 'class meta
8454         field for each grob description.
8455
8456         * lily/include/translator-group.hh (class Translator_group):
8457         change to base class. Separate class from Translator. This gets
8458         rid of virtual inheritance for Engravers/Performers.
8459
8460         * lily/staff-performer.cc (class Staff_performer): derive
8461         Staff_performer from Performer, not Performer_group_performer 
8462
8463         * Lily/translator-group.cc (precomputed_recurse_over_translators):
8464         new function.
8465         (precompute_method_bindings): new function. Precompute lists of
8466         Translators, so we only call methods (process_music,
8467         start_translation_timestep, etc.) for Translators needing
8468         it. Also: dispose of pointer-to-member-function calls.
8469
8470         * lily/engraver-group-engraver.cc: remove engraver_each,
8471         recurse_down_engravers ()
8472
8473         * lily/note-head.cc (internal_print): only call
8474         glyph-name-procedure if style != default. 
8475
8476 2005-07-16  Graham Percival  <gperlist@shaw.ca>
8477
8478         * ly/titling-init.ly: add printallheaders option.
8479
8480         * Documentation/user/global.itely: document printallheaders.
8481
8482 2005-07-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8483
8484         * lily/system.cc (do_derived_mark): don't mark from object_alist_
8485         anymore, but do it centrally.  
8486
8487         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
8488         hammer hack.
8489
8490         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-object
8491
8492         * scm/output-lib.scm: remove hammer-print-function.
8493
8494         * lily/include/pointer-group-interface.hh (extract_grob_set): new
8495         macro. Declare a Link_array<Grob> and fill it from a grob.
8496         (extract_item_set): idem for item.
8497
8498         * lily/break-substitution.cc: add header.
8499         (fast_substitute_grob_array): rewrite for Grob_arrays.
8500         (substitute_grob_array): idem.
8501
8502         * lily/group-interface.cc (add_thing): remove file.
8503
8504         * flower/include/parray.hh (class Link_array): slice() is const.
8505
8506         * lily/include/grob-array.hh: new file.
8507
8508         * lily/grob-array.cc (spanner): new file.
8509
8510         * lily/beam-quanting.cc (fill): read details property from beam.
8511
8512         * lily/beam.cc: support details property.
8513
8514         * total speedups below: approx 10%.
8515
8516         * lily/include/beam.hh: new struct, softcode beam quanting parameters
8517
8518         * lily/include/grob.hh (class Grob): add interfaces_ member.
8519
8520         * lily/bezier.cc (init_polynomial_cache): new function: cache
8521         binom(3,j) t^j (1-t)^{3-j}
8522         (curve_point): opps, actually use the cache for t^j , (1-t)^j! 
8523
8524         * lily/*.cc: substitution throughout.
8525
8526         * lily/grob-property.cc (internal_get_object): new routine.
8527         (internal_set_object): idem. Store grob refrences in separate
8528         alist. This saves processing time, since properties aren't
8529         break-substituted, and the per grob namespace is smaller, both for
8530         grobs and non-grob properties.
8531
8532         * scm/define-grob-properties.scm (all-internal-grob-properties):
8533         remove center-element.
8534
8535         * lily/grob.cc: remove tweak-count, tweak-rank.
8536
8537 2005-07-15  Graham Percival  <gperlist@shaw.ca>
8538
8539         * Documentation/user/lilypond-book.itely: fixes example.
8540
8541 2005-07-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8542
8543         * Documentation/user/global.itely (Creating titles):    
8544         * Documentation/user/examples.itely (All headers): change the
8545         place of \header in \score blocks (after music block) to make
8546         examples compile (cf. changes on parser.yy on 2005-07-10)
8547
8548 2005-07-13  Graham Percival  <gperlist@shaw.ca>
8549
8550         * python/convertrules.py: add exc -> ecc rule.
8551
8552         * scripts/convert-ly.py: add location of convertrules.py
8553         in a comment.
8554
8555         * Documentation/user/changing-defaults.itely: fix language.
8556
8557 2005-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8558
8559         * lily/lily-parser-scheme.cc (LY_DEFINE): Guile 1.6 fix.
8560
8561 2005-07-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8562
8563         * scm/output-socket.scm (grob-bbox): don't use inf? 
8564
8565         * flower/include/rational.hh: add operator bool() 
8566
8567         * scm/define-music-types.scm (music-descriptions): remove
8568         internal-class-name properties.
8569
8570         * lily/include/event.hh: remove file.
8571
8572         * lily/include/music-constructor.hh: remove file.
8573
8574         * lily/parser.yy (Lily_lexer): check EVENT_IDENTIFIER using 'event
8575         in 'types property.
8576
8577         * lily/music.cc (duration_length_callback): new function.
8578
8579         * lily/event.cc: remove file.
8580
8581         * lily/music-constructor.cc: remove file.
8582
8583         * lily/music-scheme.cc (LY_DEFINE): rename to ly:make-music
8584
8585         * lily/context.cc (get_grob_key): nop if use_object_keys not set.
8586         (get_context_key): idem.
8587
8588         * scm/lily.scm (lambda): new option object-keys (default to #f)
8589
8590         * scm/output-svg.scm (utf-8-string): rename  from utf8-string.
8591
8592         * scm/output-gnome.scm: remove beam routine.
8593
8594         * scm/output-ps.scm (scm): idem.
8595
8596         * scm/output-svg.scm: remove beam.
8597
8598         * ps/music-drawing-routines.ps: remove draw_beam.
8599
8600         * lily/lookup.cc (beam): use round_filled_polygon() for beam.
8601
8602         * flower/include/guile-compatibility.hh (scm_from_locale_string):
8603         add scm_from_locale_string compatibility glue. 
8604
8605 2005-07-13  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
8606
8607         * scripts/lilypond-book.py: Prevent occuring error when
8608         'lilypond-book --output=foo/ somefile.ly' is executed multiple
8609         times and target file shoud be overwritten.  (Error message said
8610         'input file and output file is same'.)
8611
8612 2005-07-13  Graham Percival  <gperlist@shaw.ca>
8613
8614         * input/regression/slur-extreme.ly,
8615         input/regression/slur-scoring.ly, lily/slur-configuration.cc,
8616         lily/slur.cc, mf/feta-din-code.mf, mf/feta-timesig.mf,
8617         mf/parmesan-heads.mf, scm/define-grob-properties.scm: Change
8618         "excentricity" to "eccentricity".
8619
8620         * Documentation/user/converters.itely: fix URL for Noteedit and
8621         Rosegarden.
8622
8623         * THANKS: added Yoshinobu Ishizaki.
8624
8625 2005-07-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8626
8627         * scm/define-markup-commands.scm (justify-field): add. 
8628
8629         * scm/define-grobs.scm (all-grob-descriptions): decrease font size.
8630
8631 2005-07-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8632
8633         * lily/lookup.cc (filled_box): express filled_box with
8634         round_filled_box
8635
8636         * scm/midi.scm (paper-book-write-midis): new function. Write all
8637         performances in numbered MIDI files.
8638
8639         * lily/performance-scheme.cc (LY_DEFINE): new file.
8640         (LY_DEFINE): new function ly:performance-write.
8641
8642         * lily/lily-parser-scheme.cc (LY_DEFINE): ly:parser-output-name:
8643         new function.
8644         (LY_DEFINE): change name ly:parser-define -> ly:parser-define!
8645
8646         * scm/framework-*.scm: use port arguments throughout.
8647
8648         * lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
8649
8650         * lily/paper-outputter.cc (Paper_outputter): take port argument.
8651
8652         * lily/paper-outputter-scheme.cc (LY_DEFINE): take port argument.
8653
8654         * scm/framework-texstr.scm (output-framework): 
8655
8656         * input/regression/repeat-fold.ly (texidoc): remove TeX strings.
8657
8658         * scm/output-lib.scm (tablature-stem-attachment-function):
8659         tablature stem attachment fix. 
8660
8661 2005-07-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8662
8663         * lily/bezier.cc: hardcode binomial coefficients of order 3.
8664
8665         * lily/include/music-wrapper.hh: remove Music_wrapper as Music subtype.
8666
8667         * scm/define-music-types.scm (music-descriptions): don't use
8668         Music_wrapper type.
8669
8670         * lily/paper-column.cc (print): print moment too.
8671
8672         * scripts/mup2ly.py (cp_to_dir): remove 1.5.2 compat glue.  
8673         remove compatibility cruft.
8674
8675         * lily/parser.yy (score_body): \score can only begin with Music. 
8676
8677         * lily/score-scheme.cc (LY_DEFINE): rename scorify to
8678         make-score. Take music argument only. Move parser interaction to
8679         Scheme.
8680
8681         * scm/lily-library.scm (scorify-music): new function.
8682
8683         * python/lilylib.py (datadir): remove 2.1 compat kludge.
8684         (datadir): remove resource import.
8685         (print_environment): remove get_bbox()
8686         (cp_to_dir): remove pre 1.5.2 compat glue.
8687
8688 2005-07-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8689
8690         * lily/include/simple-spacer.hh (Module): idem.
8691
8692         * lily/include/spring.hh (struct Spring): store inverse
8693         strength. This prevents division by zero.
8694
8695         * VERSION: release 2.7.0
8696         
8697         * lily/include/music.hh (class Music): remove Music::duration_log()
8698
8699         * lily/stem-engraver.cc (make_stem): take duration log from event.
8700
8701         * lily/chord-tremolo-engraver.cc: don't ack note-head-interface.
8702
8703 2005-07-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8704
8705         * scm/lily.scm (ly:load): load autochange.scm
8706
8707         * Documentation/user/tutorial.itely (Running LilyPond for the
8708         first time): remove reference to DVI/TeX
8709
8710         * scm/define-markup-commands.scm (text): add \text markup command.
8711
8712         * configure.in (reloc_b): bump requirement to Python 2.2.
8713
8714         * lily/include/dots.hh (class Dots): make has_interface() static.
8715
8716         * python/convertrules.py (conv): add rule for ly:grob-default-font
8717
8718         * scm/define-grobs.scm (all-grob-descriptions): reorganize in
8719         alphabetical order.
8720
8721         * input/regression/trill-spanner-pitched.ly: new file.
8722
8723         * lily/font-interface-scheme.cc (LY_DEFINE): function
8724         ly:grob-default-font (changed from get-default-font).
8725
8726         * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file.
8727
8728         * lily/note-head.cc (internal_print): if style is not a symbol,
8729         set style to 'default. 
8730         (internal_print): no style suffix if glyph-name-procedure not
8731         set. Default to quarter head.
8732
8733         * scm/define-grobs.scm (Module): new grob TrillPitchHead.
8734
8735         * scm/define-music-properties.scm (all-music-properties): add trill-pitch.
8736
8737         * ly/music-functions-init.ly: \pitchedTrill
8738
8739         * lily/pitched-trill-engraver.cc (acknowledge_grob): new file.
8740
8741         * ly/Welcome_to_LilyPond.ly: update to 2.6.0
8742
8743         * lily/trill-spanner-engraver.cc (finalize): rename req -> event
8744
8745         * scm/define-markup-commands.scm (pad-markup): pad-markup command.
8746
8747         * po/fr.po: update
8748
8749         * po/de.po: update.
8750
8751 2005-07-06  Graham Percival  <gperlist@shaw.ca>
8752
8753         * Documentation/user/changing-defaults.itely: add link
8754         to grob-iterface.
8755
8756         * Documentation/user/advanced-notation.itely: add material
8757         to Setting automatic beam behaviour.  Thanks, Joe!
8758
8759         * Documentation/user/lilypond.itely: change encoding to utf-8.
8760
8761 2005-07-01  Mats Bengtsson  <mabe@s3.kth.se>
8762
8763         * Documentation/user/advanced-notation.itely (Setting automatic
8764         beam behavior): Correct the documentation of
8765         revert-auto-beam-setting (backportme)
8766
8767 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8768
8769         * lily/ly-module.cc (ly_make_anonymous_module): define
8770         %module-public-interface of module. 
8771
8772         * lily/lily-parser.cc (print_smob): allow printing of parser smob
8773         without lexer.
8774
8775 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8776
8777         * input/regression/fret-diagrams.ly: stretch example.
8778
8779 2005-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
8780
8781         * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
8782         Fodor).
8783
8784 2005-06-30  Graham Percival  <gperlist@shaw.ca>
8785
8786         * Documentation/topdocs/AUTHORS.texi: update personal web address.
8787
8788         * Documentation/user/examples.itely, lilypond-book.itely:
8789         change \RequirePackage to \usepackage.
8790
8791         * Documentation/user/global.itely: document copyright and tagline.
8792
8793 2005-06-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8794
8795         * Documentation/user/basic-notation.itely (Transpose): remove link
8796         to nonexistent UntransposableMusic.
8797
8798         * scm/output-svg.scm: remove old definitions.
8799
8800         * scripts/lilypond-book.py (do_file): search for kpsewhich before
8801         invoking.
8802
8803         * python/lilylib.py (search_exe_path): new function.
8804
8805 2005-06-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8806
8807         * python/lilylib.py (mkdir_p): remove setup_environment()
8808         (backportme)
8809
8810         * buildscripts/mutopia-index.py (headertext): trim text.
8811
8812         * Documentation/topdocs/NEWS.tely (Top): refresh.
8813
8814         * scm/define-markup-commands.scm (wordwrap-string): new function:
8815         split string in paras and words.
8816         (wordwrap-markups): new function.
8817         (wordwrap-stencils): new function. 
8818         (justify): use it.
8819         (wordwrap): use it.
8820         (wordwrap-string): use it
8821         (justify-string): use it.
8822
8823         * scm/lily-library.scm (regexp-split): new function.
8824
8825         * scm/define-markup-commands.scm: remove encoded-simple. 
8826         remove font-markup.
8827         (fontsize): remove old version  of fontsize.
8828         (wordwrap): new markup function. Wrap into paragraphs.
8829
8830         * VERSION: Branch lilypond_2_6
8831         (MINOR_VERSION): go to 2.7.0
8832
8833 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8834
8835         * po/zh_TW.po: update from translation project.
8836
8837 2005-06-28  Graham Percival  <gperlist@shaw.ca>
8838
8839         * scm/midi.scm: compile fix.
8840
8841 2005-06-28  Mats Bengtsson  <mabe@s3.kth.se>
8842
8843         * scripts/lilypond-book.py : Fix embarrassing bug in my previous
8844         patch. Now, the tempfile module is loaded too, not only used.
8845
8846 2005-06-28  Stephen Charles McCarthy  <stecmccarthy@hotpop.com>
8847
8848         * scm/midi.scm: changed midi volumes in absolute-volume-alist from
8849         0.05 - 1.00 to 0.25 - 1.00
8850
8851         * scm/midi.scm: moved the default-instrument-equalizer procedure
8852         to just under the insturment-equalizer-alist it takes as an
8853         argument.
8854
8855 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8856
8857         * Documentation/user/advanced-notation.itely (Font selection):
8858         remove CMR note.
8859
8860         * scm/framework-ps.scm (write-preamble): ly:warning iso. ly:warn 
8861
8862 2005-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
8863
8864         * THANKS: Add UTF-8 marker.
8865
8866         * Documentation/user/point-and-click.itely (http): Update: use
8867         lilypond-invoke-editor.  Fix: instruct to use user.js.
8868
8869 2005-06-27  Graham Percival  <gperlist@shaw.ca>
8870
8871         * ly/titling-init.ly: implements printpagenumber, increases
8872         space between dedication and title (to avoid collisions with
8873         "g" and "q" in dedication), and nicer logic about copyright
8874         and instrument fields being printed on the first page.
8875         Thanks Vincent!
8876
8877         * Documentation/user/global.itely: document printpagenumber.
8878
8879 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8880
8881         * Documentation/topdocs/NEWS.tely: Update to 2.6.
8882
8883 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8884
8885         * THANKS: update to 2.6
8886
8887         * VERSION: 2.6.0 released.
8888
8889 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8890
8891         * cygwin/GNUmakefile (OUT_POSTREMOVES): Reinclude install script
8892         rule, errorneously removed probably because of misleading comment.
8893
8894 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8895
8896         * python/lilylib.py (datadir): py2exe comments.
8897
8898         * Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement.
8899
8900         * configure.in (reloc_b): make fontconfig REQUIRED.
8901
8902 2005-06-27  Heikki Junes <hjunes@cc.hut.fi>
8903
8904         * po/fi.po: add latest translations.
8905
8906 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8907
8908         * ChangeLog: recode utf-8
8909
8910         * Documentation/pictures/lilypond.xpm (Module): edited photo as
8911         logo.
8912
8913         * Documentation/user/examples.itely (Module): 2.4.0 -> 2.6.0
8914
8915         * input/*.ly (Module): 2.4 -> 2.6 grand convert-ly s/r. 
8916
8917         * python/convertrules.py (do_conversion): don't print program_name
8918         from within a module
8919
8920         * configure.in (reloc_b): bump fontforge requirement to 20050624.
8921
8922         * python/convertrules.py (conv): add 2.6.0 dummy rule.
8923
8924 2005-06-23  Graham Percival  <gperlist@shaw.ca>
8925
8926         * Documentation/user/lilypond-book.itely,
8927         Documentation/user/examples.itely: add \RequirePackage{graphics}.
8928
8929         * ly/titling.ly: checks printfirstpagenumber, adds meter, and
8930         fixes baseline-skip.  Thanks Vincent!
8931
8932         * Documentation/user/advanced-notation.itely, global.itely:
8933         moved "Selecting font sizes" to global, since it deals with
8934         notation font size, not text fonts.
8935
8936 2005-06-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8937
8938         * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice
8939         to fonts.
8940
8941 2005-06-23  Mats Bengtsson  <mabe@s3.kth.se>
8942
8943         * scripts/lilypond-book.py (LATEX_DOCUMENT): More or less ugly
8944         workaround since /dev/stdin doesn't work on Cygwin. Using a
8945         temporary file in the current directory since latex doesn't
8946         understand the path name to the default TMP in Cygwin (at least on
8947         win XP).
8948         
8949         * Documentation/user/global.itely (Creating titles): Correct
8950         misprint in example. Thanks to Rob Vlasaty.
8951
8952 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8953
8954         * VERSION (PATCH_LEVEL): release 2.5.32
8955
8956         * lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
8957         variable in lily module
8958
8959         * scm/framework-ps.scm (output-classic-framework): error message
8960         regarding the classic framework.
8961
8962         * Documentation/user/henle-flat-gray.png (Module): new file.
8963
8964         * Documentation/user/baer-flat-gray.png (Module): new file.
8965
8966         * scm/output-lib.scm (fret-number-tablature-format): vcenter and
8967         whiteout for markups.
8968
8969         * buildscripts/substitute-encoding.py (note_glyph): include _ in
8970         regex too. This fixes change clef appearance in PDF. 
8971
8972         * ttftool/include/*: remove.
8973
8974         * configure.in (reloc_b): remove TTFTOOL_ENDIAN
8975
8976         * config.make.in (WINDRES): remove TTFTOOL_ENDIAN.
8977
8978         * lily/GNUmakefile (MODULE_INCLUDES): remove ttftool
8979
8980         * ttftool/*: remove ttftool subdirectory.
8981
8982         * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
8983
8984         * lily/ttf.cc (print_header): new file. Convert to type42, using
8985         FreeType to parse the TTF. 
8986
8987         * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
8988         and post table may differ. Pass around post_nglyphs as well.
8989
8990 2005-06-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8991
8992         * ly/music-functions-init.ly (musicMap): new music function
8993         musicMap. 
8994         
8995 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8996
8997         * make/mutopia-rules.make: anti-alias-factor = 2
8998
8999         * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
9000         page switch.
9001
9002         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
9003         anti-alias-factor for lilypond-book runs.
9004
9005         * scm/ps-to-png.scm (scale-down-image): new function.
9006         (my-system): new function.
9007         (make-ps-images): blow up GS resolution by anti-alias-factor,
9008         scale down image by anti-alias-factor.  This improves appearance
9009         of bitmaps
9010         (make-ps-images): remove showpage. Fixes spurious empty png at
9011         end.
9012
9013         * scm/framework-ps.scm (write-preamble): downcase filename before
9014         string-matching. Should fix .TTF files (as opposed to ttf files)  
9015
9016         * Documentation/user/tutorial.itely (Running LilyPond for the
9017         first time): separate subsections for windows, macos and unix.  
9018
9019         * Documentation/user/invoking.itely (Updating files with
9020         convert-ly): add MacOS X note.
9021
9022 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9023
9024         * Documentation/user/introduction.itely (Engraving): don't include
9025         file optical-spacing, add directly.
9026
9027         * lily/paper-outputter.cc (file): open file in binary mode. This
9028         fixes OTF embedding on windows.
9029
9030 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9031
9032         * scm/framework-ps.scm (write-preamble): remove debugging output.
9033
9034         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
9035
9036         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
9037         outdir.
9038         (install-fc-cache): install font cache in installation directories.
9039
9040 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9041
9042         * scm/editor.scm (editor-command-template-alist): Use char iso
9043         column, except for Emacs.
9044         (get-editor-command): Substitute char too (Bertalan Fodor).
9045
9046 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9047
9048         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
9049         quoted ~s.  This should fix PNG output on Windows; single quotes
9050         are regular characters on Windows.
9051
9052 2005-06-16  Graham Percival  <gperlist@shaw.ca>
9053
9054         * Documentation/user/basic-notation.itely: include ChoirStaff
9055         in System start delimiters.
9056
9057         * Documentation/user/putting.itely: new doc section on
9058         fixing overlapping notation.
9059
9060 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9061
9062         * Documentation/user/global.itely (Paper size): \paper is in
9063         \book, not \score.
9064
9065         * make/mutopia-rules.make: -ddelete-intermediate-files
9066
9067         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
9068
9069 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9070
9071         * ChangeLog: Recode utf-8.
9072
9073         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
9074         datadir with .py modules.
9075
9076 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
9077
9078         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
9079
9080 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9081
9082         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
9083         
9084         * scm/framework-ps.scm (write-preamble): remove status check.
9085
9086         * Documentation/user/invoking.itely (Updating files with
9087         convert-ly): remove -o option.
9088
9089         * VERSION (PACKAGE_NAME): release 2.5.31
9090
9091         * scm/framework-ps.scm (write-preamble): use ly:system.
9092         (write-preamble): verbosity.
9093
9094         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
9095
9096         * python/convertrules.py: new file. Store conversion rules
9097         separately.
9098
9099 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9100
9101         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
9102
9103 2005-06-14  Mats Bengtsson  <mabe@s3.kth.se>
9104
9105         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
9106         \musicDisplay 
9107
9108         * Documentation/user/instrument-notation.itely (More stanzas): Add
9109         reference to StanzaNumber.
9110
9111 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9112
9113         * THANKS: separate section for website translators.
9114
9115 2005-06-14  Graham Percival  <gperlist@shaw.ca>
9116
9117         * Documentation/topdocs/INSTALL.texi: update vim info;
9118         thanks Simon Bailey!
9119
9120         * Documentation/user/advanced-notation.itely: included
9121         color names.
9122
9123         * Documentation/user/advanced-notation.itely,
9124         Documentation/usr/notation-appendices.itely: moved
9125         color names into an appendix.
9126
9127 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9128         
9129         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
9130
9131         * scm/lily.scm (lambda): initialize program options from here.
9132
9133         * scm/framework-*.scm: add header info.
9134
9135         * lily/main.cc (parse_argv): only set output format to pdf if no
9136         other format specified.
9137
9138         * scm/backend-library.scm (postprocess-output): process
9139         'delete-intermediate-files after running convert-to-*. This fixes
9140         PNG generation when 'delete-intermediate-files is set.
9141         
9142 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9143
9144         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
9145         links on website. 
9146
9147 2005-06-13  Graham Percival  <gperlist@shaw.ca>
9148
9149         * Documentation/topdocs/INSTALL.texi,
9150         Documentation/user/lilypond-book.itely: typos.
9151
9152 2005-06-12  Pal Benko  <benkop@freestart.hu>
9153
9154         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
9155         added between program name and switch; -b changed to -f not
9156         to generate pdf
9157
9158 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9159
9160         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
9161         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
9162
9163         * input/sakura-sakura.ly: add \midi.
9164
9165         * buildscripts/mutopia-index.py (find): use /usr/bin/find
9166         iso. python find. 
9167
9168         * ttftool/test.c (main): cosmetics.
9169
9170         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
9171
9172         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
9173         create a ttf2ps binary.
9174
9175         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
9176
9177         * scm/backend-library.scm (postscript->png): set rename-page-1 to
9178         true.
9179
9180 2005-06-11  Graham Percival <gperlist@shaw.ca>
9181
9182         * Documentation/user/lilypond-book.itely: add warning about
9183         the font warnings in dvips.
9184
9185 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9186
9187         * THANKS: typo
9188
9189         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
9190
9191         * GNUmakefile.in: remove links for .map, .enc
9192         don't fail if out/ doesn't exist yet.
9193
9194 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9195
9196         * ttftool/util.c (surely_read): return nbytes
9197
9198         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
9199
9200         * VERSION (PACKAGE_NAME): release 2.5.30
9201
9202         * flower/string-convert.cc (precision_string): >? fix.
9203
9204         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
9205         (make-ps-images): add verbose -q too.
9206
9207         * lily/default-actions.cc (Module): new file. default
9208         {book,score}-print functions.
9209
9210         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
9211         pass results via parseStringResult, lookup via ly:parser-lookup.  
9212
9213         * lily/lily-parser.cc (Lily_parser): only clone lexer in
9214         constructors.
9215         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
9216         (parse_string): idem.
9217
9218         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
9219
9220         * lily/main.cc (main_with_guile): copy be_verbose_global into
9221         ly_set_option()
9222
9223 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9224
9225         * scm/backend-library.scm (postscript->pdf):
9226         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
9227         verbose mode.  Search for several names of gs executable.
9228
9229 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9230
9231         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
9232         directly. This fixes a massive memory leak, provided you use CVS
9233         GUILE.
9234
9235 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
9236
9237         * ly/property-init.ly: Added tieDashed.
9238
9239         * THANKS: Added some bughunters for 2.5.
9240
9241 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9242
9243         * lily/program-option.cc: add debug-gc option.
9244
9245         * lily/include/lily-guile-macros.hh: don't protect exported module
9246         objects.
9247
9248         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
9249
9250         * scm/backend-library.scm (postscript->pdf): use
9251         delete-intermediate-files iso. running-from-gui? 
9252
9253         * ttftool/util.c (surely_read): robustness. Allow read() to return
9254         less bytes than requested, as per posix standards.
9255
9256         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
9257         program option.
9258
9259         * ttftool/include/ttftool.h ("C"): rename verbosity to
9260         ttf_verbosity. Add to public interface.
9261
9262         * scm/music-functions.scm (unfold-repeats): remove debugging display.
9263
9264         * lily/program-option.cc: rename from scm-option.cc
9265
9266         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
9267         (get_help_string): Print pretty help string.
9268
9269         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
9270         to snippet preamble.
9271
9272         * lily/scm-option.cc: remove command-line-settings option. Fold
9273         all command-line options plus default settings in a generic
9274         interface. 
9275
9276         * flower/getopt-long.cc (table_string): indent 2nd lines of help
9277         texts too.
9278
9279 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9280
9281         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
9282         or EXT_ components non-empty.
9283
9284 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9285
9286         * scm/lily.scm (running-from-gui?): Export.
9287
9288         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
9289         output in .ly source directory.
9290
9291 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9292
9293         * ttftool/util.c (surely_lseek): more verbosity.
9294
9295         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
9296         compile.
9297
9298         * lily/parser.yy (Repeated_music): remove >? 
9299
9300         * scm/backend-library.scm (postscript->pdf): Support for
9301         -dgs-font-load=1
9302
9303         * scm/framework-ps.scm (write-preamble): make font loading
9304         switchable to GS via --define-default gs-font-load=1
9305
9306 2005-06-09  Graham Percival  <gperlist@shaw.ca>
9307
9308         * Documentation/user/global.itely: added \layout docs.
9309
9310 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9311
9312         * lily/lily-parser-scheme.cc: add unistd.h
9313
9314 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9315
9316         * scm/editor.scm: add char argument.
9317
9318         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
9319
9320         * ttftool/util.c (syserror): use errno for better error reporting.
9321
9322         * lily/source-file.cc (get_counts): new function. Calc column,
9323         line and char count in one go.
9324
9325         * lily/binary-source-file.cc (quote_input): rename to quote_input
9326
9327         * lily/input.cc (set): new function.
9328
9329 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9330
9331         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
9332         directory part of file name to search directory.
9333
9334         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
9335         search path and chdir to DIR if --outname=DIR used.
9336
9337         * lily/main.cc (prepend_env_path): Bugfix: Check directory
9338         existence before appending original path.
9339
9340 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9341
9342         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
9343         file" massage.
9344
9345         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
9346         texinfo.tex is always used.
9347         
9348 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9349
9350         * flower/include/axis.hh: rename from axes.hh
9351
9352         * lily/include/text-interface.hh (Module): rename from text-item.hh
9353
9354         * VERSION (PATCH_LEVEL): release 2.5.29
9355
9356         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
9357
9358         * scm/framework-ps.scm (font-file-as-ps-string): new function.
9359         (handle-macfont): new function. Call fondu for Native mac fonts.
9360
9361         * scm/define-markup-commands.scm (fill-line): handle text-widths =
9362         '() case.
9363
9364 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9365
9366         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
9367         multi-page.  Fix .eps regular expression.
9368
9369 2005-06-07  Graham Percival  <gperlist@shaw.ca>
9370
9371         * Documentation/user/putting.itely: add info on modifying templates.
9372
9373         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
9374         misc small changes.
9375
9376 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9377
9378         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
9379
9380         * scripts/lilypond-ps2png.scm
9381
9382         * VERSION (PACKAGE_NAME): release 2.5.28
9383
9384 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9385
9386         * lily/main.cc (prepend_env_path): Do not append /, that does not
9387         work.  Localedir lives in datadir, not in prefix.
9388
9389         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
9390         hack for windows.
9391
9392         * flower/include/file-cookie.hh: Compile fix.
9393
9394 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9395
9396         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
9397
9398         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
9399         system primitives.
9400         (gulp-port): using read-string!/partial. We don't want to read an
9401         entire PS file  (GUILE 1.6 limits strings to 16M) 
9402
9403         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
9404         properties. Add font-interface. 
9405
9406         * scm/define-grob-properties.scm (all-user-grob-properties):
9407         remove old bracket properties.
9408
9409         * scm/x11-color.scm: reformat. 
9410
9411         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
9412         LedgerLineSpanner if new StaffSymbol is found. 
9413
9414         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
9415         staff-symbol for finishing staff. 
9416
9417         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
9418
9419         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
9420         change black to currentColor everywhere. This fixes color support
9421         in SVG.
9422
9423 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
9424
9425         * input/regression/fret-diagrams.ly: new file to test fret diagram
9426         capability
9427
9428         * scm/output-tex.scm: remove white-dot and white-text
9429
9430         * scm/output-ps.scm: remove white-dot and white-text
9431
9432         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
9433         using ly:stencil-in-color instead
9434         (draw-dots) : remove call to white-dot
9435
9436 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9437
9438         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
9439         support.
9440
9441         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
9442
9443         * flower/include/file-cookie.hh: new file. lily_cookie extension 
9444
9445         * flower/file-cookie.cc: new file. lily_cookie extension.
9446         
9447 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9448
9449         * scm/editor.scm (editor-command-template-alist): Add syn
9450         editor (Jaap [de Vos]).
9451
9452 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9453
9454         * scripts/lilypond-ps2png.scm:
9455         * scm/ps-to-png.scm: New file.
9456
9457         * scm/backend-library.scm (postscript->png): Use it.
9458
9459         * scripts/lilypond-ps-to-png.py: Remove file.
9460
9461         * python/lilylib.py (get_bbox, make_ps_images): Remove.
9462
9463 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9464
9465         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
9466
9467         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
9468         start on grace moment. Fixes autobeam-grace.ly.
9469
9470         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
9471         process anything unless we're at the end of a pending beam. Fixes
9472         syncopated 8ths beamed across a beat.
9473
9474 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9475
9476         * scm/editor.scm (editor-command-template-alist): Start emacs if
9477         emacslient fails.
9478
9479         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
9480
9481         * flower/file-path.cc (is_file, is_dir): Export.
9482
9483         * lily/main.cc (prepend_env_path, set_env_file): Use them.
9484
9485 2005-06-02  Mats Bengtsson  <mabe@s3.kth.se>
9486
9487         * lily/easy-notation.cc: Added include cctype to correct
9488         compilation error.
9489
9490 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9491
9492         * scm/backend-library.scm (postscript->pdf): set resolution to
9493         1200, so bitmap fonts aren't that ugly. 
9494
9495         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
9496
9497         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
9498         parent if we have a notehead. Fixes incorrect offsets when
9499         Paper_column is very wide in the X direction.
9500
9501         * input/regression/font-family-override.ly (Module): new file.
9502
9503         * scm/font.scm (make-pango-font-tree): new function.
9504
9505         * lily/beam.cc (before_line_breaking): remove warning about less
9506         than 2 visible stems. We still get a warning when there is only
9507         one stem.
9508
9509 2005-06-01  Werner Lemberg  <wl@gnu.org>
9510
9511         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
9512         correctly.
9513
9514 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9515
9516         * lily/slur-scoring.cc (generate_avoid_offsets): new
9517         function. Generate avoid offsets once per slur.
9518
9519         * lily/slur.cc (add_extra_encompass): add dependency to
9520         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
9521
9522         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
9523         too. Fixes inf error with added bass notes.
9524
9525         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
9526         argument anymore.
9527
9528         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
9529
9530         * input/tutorial/lbook-latex-test.tex: add line length test.
9531
9532         * scripts/lilypond-book.py (set_default_options): new
9533         function. Call this before dissecting snippets, so linewidth
9534         settings reach the snippets.
9535
9536 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
9537
9538         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
9539
9540 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9541
9542         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
9543
9544 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9545
9546         * stepmake/aclocal.m4: More autopackage friendliness.
9547
9548 2005-05-31  Graham Percival  <gperlist@shaw.ca>
9549
9550         * Documentation/index.html.in: remove link to LSR.
9551
9552         * Documentation/user/global.itely: remove duplicate
9553         "dedication" \header{} section.
9554
9555 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9556
9557         * VERSION (PACKAGE_NAME): release 2.5.27.
9558
9559         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
9560         too. Plugs memory leak.
9561
9562         * make/lilypond.fedora.spec.in (Group): remove
9563         lilypond-pdfpc-helper.
9564
9565         * scripts/GNUmakefile (SEXECUTABLES): remove
9566         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
9567
9568         * scm/font.scm (make-century-schoolbook-tree): add Mono as
9569         'typewriter family.
9570
9571         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
9572         memory leak.
9573
9574         * lily/parser.yy (score_body): don't clone Score, that's done in
9575         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
9576
9577         * lily/score-engraver.cc (derived_mark): new function.
9578         (initialize): unprotect Paper_score. This fixes a memory leak.
9579
9580         * lily/score-performer.cc (derived_mark): new function.
9581
9582         * lily/score-translator.cc (get_output): use SCM for get_output() call.
9583
9584         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
9585         spurious warning.
9586
9587         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
9588         serif.
9589
9590 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9591
9592         * configure.in (reloc_b): Add --enable-relocation.
9593
9594 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9595
9596         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
9597
9598         * input/regression/alignment-order.ly: add Staff example.
9599
9600 2005-05-31  John Mandereau   <john.mandereau@free.fr>
9601
9602         * po/fr.po: update.
9603
9604 2005-05-31  Graham Percival  <gperlist@shaw.ca>
9605
9606         * Documentation/index.html.in: add link to LSR.
9607
9608 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9609
9610         * scm/define-stencil-commands.scm (Module): new file. Register all
9611         allowed stencil expression heads in a central place.
9612
9613         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
9614         ly:make-stencil
9615
9616         * lily/stencil-expression.cc (all_stencil_heads): registering
9617         stencil expressions.
9618
9619         * lily/stencil-interpret.cc: new file. Stencil expression
9620         interpreting.
9621
9622         * input/xiao-haizi-guai-guai.ly: move file back.
9623
9624 2005-05-30  Graham Percival  <gperlist@shaw.ca>
9625
9626         * Documentation/user/advanced.itely, converters.itely,
9627         instrument-notation.itely, lilypond-book.itely: misc small
9628         changes.
9629
9630 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9631
9632         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
9633
9634         * make/lilypond.fedora.spec.in: Fix source url.
9635
9636         * cygwin: Update from mingw patches.
9637
9638         * scm/editor.scm (editor-command-template-alist): Use jedit
9639         -reuseview (Bertalan), add uedit (Patrick Huberts).
9640
9641         * input/xiao-hai-zi-guai-guai.ly: Rename from
9642         xiao-haizi-guai-guai.ly.
9643
9644         * input/*: Reindent, do not use TAB.
9645
9646         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
9647         white background.
9648
9649 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9650
9651         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
9652         numerical overflow error.
9653
9654 2005-05-29 Laura Conrad <lconrad@laymusic.org>
9655         
9656         * abc2ly.py: fix to syntax error in multi-part output.
9657
9658 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9659
9660         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
9661         with disappearing span bars when alignAboveContext is active
9662
9663         * lily/property-iterator.cc (check_grob): use is-grob?
9664         object-property. Fixes crash-key-sig-font-size.ly. 
9665
9666 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9667
9668         * lily/bar-line.cc (print): don't round barlines; this produces
9669         odd aliasing effects in Acroread.
9670
9671         * lily/timing-engraver.cc (process_music): robustness fix.
9672
9673         * lily/context-def.cc (filter_engravers): bugfix.
9674
9675 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9676
9677         * lily/lilypond.rc.in: Add ly-icon.
9678
9679         * lily/GNUmakefile: 
9680         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
9681         rules.
9682
9683 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9684
9685         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
9686
9687         * ps/music-drawing-routines.ps: 
9688
9689         * scm/output-ps.scm: remove draw ez_ball.
9690
9691         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
9692         EasyNotation context definition.
9693
9694         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
9695         Text_interface and color for making easy note heads.
9696
9697         * lily/stencil.cc (with_color): new function.
9698
9699         * ps/music-drawing-routines.ps: remove draw_zigzag_line
9700
9701         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
9702         output routine. Zigzag now works in SVG too.
9703
9704         * scm/output-tex.scm (filledbox): idem.
9705
9706         * scm/output-svg.scm (filledbox): idem.
9707
9708         * scm/output-ps.scm (lily-def): remove horizontal-line. 
9709
9710         * lily/lookup.cc (horizontal_line): use draw-line. 
9711
9712         * lily/system-start-delimiter.cc: remove old staff bracket code.
9713
9714         * mf/feta-haak.mf: further tweaks.
9715
9716         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
9717
9718         * mf/feta-generic.mf: include feta-haak.
9719
9720         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
9721
9722         * scm/framework-ps.scm (write-preamble): only load fonts if their
9723         filename is a string. 
9724
9725 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9726
9727         * scm/output-svg.scm (circle): support circle.
9728         (bracket): stub for bracket.
9729
9730         * scripts/lilypond-book.py (main): make sure --psfonts warning is
9731         correct.
9732
9733 2005-05-26  Graham Percival  <gperlist@shaw.ca>
9734
9735         * Documentation/user/lilypond.tely, advanced-notation.itely,
9736         basic-notation.itely, instrument-notation.itely, global.itely,
9737         introduction.itely, tutorial.itely: rearranging, editing,
9738         clean-up.
9739
9740         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
9741         for compiling on FreeBSD.
9742
9743 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9744
9745         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
9746         otf files.
9747
9748         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
9749         bugfixes.
9750
9751         * VERSION: 2.5.26 released.
9752
9753         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
9754
9755 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
9756
9757         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
9758         if printpagenumber is false.
9759
9760 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9761
9762         * lily/font-config.cc (init_fontconfig): comment out FontConfig
9763         cache warning.
9764
9765         * lily/tie.cc (print): support dotted ties.
9766         
9767 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9768
9769         * scm/define-grobs.scm (all-grob-descriptions): switch off
9770         debugging
9771         (all-grob-descriptions): Arpeggio has Y-extent.
9772
9773         * scm/define-music-properties.scm (all-music-properties): document
9774         length-callback and start-callback as "read-only".
9775
9776         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
9777         length-callback after creation. 
9778
9779         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
9780         compressmusic -> compressMusic.
9781
9782         * ly/music-functions-init.ly (oldaddlyrics): idem.
9783
9784         * lily/parser.yy: NewLyricCombineMusic ->
9785         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
9786
9787 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
9788
9789         * ly/Welcome_to_LilyPond.ly: typo.
9790
9791 2005-05-24  Graham Percival  <gperlist@shaw.ca>
9792
9793         * Documentation/user/lilypond.tely: move changing-defaults to be
9794         before global issues.
9795
9796         * Documentation/user/basic-notation.itely: move Transpose section
9797         here from advanced/Other.
9798
9799         * Documentation/user/changing-defaults.itely,
9800         advanced-notation.itely: move Fonts to advanced, edit.
9801
9802 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9803
9804         * lily/parser.yy (bare_int): remove rule.  From now on, we require
9805         # before negative integers.
9806
9807 2005-05-23  Graham Percival  <gperlist@shaw.ca>
9808
9809         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
9810
9811         * Documentation/user/lilypond.tely: change Unified index to
9812         LilyPond index.
9813
9814         * Documentation/user/advanced-notation.itely,
9815         instrument-notation.itely: editing.
9816
9817 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
9818
9819         * scm/lily.scm (lilypond-all): Bugfix: return failed.
9820
9821         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
9822
9823 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9824
9825         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
9826         ly:port-move.  Needs to be stderr-specific on mingw.
9827         Run fixcc.
9828
9829 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
9830
9831         * lily/general-scheme.cc (ly:port-move): Remove.
9832
9833         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
9834         windows.
9835
9836         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
9837         variables.  This eliminates the need for a gs.bat wrapper, which
9838         opens a console.
9839
9840         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
9841         * scm/lily.scm (running-from-gui?): 
9842         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
9843         artifact of not compiling with -mwindows.
9844
9845         * scm/editor.scm: Define PLATFORM.
9846
9847 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9848
9849         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
9850         can start to cut & paste lilypond-book fragments.  
9851
9852         * scm/define-music-types.scm (music-descriptions): remove
9853         UntransposableMusic
9854
9855 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9856
9857         * scm/output-ps.scm (glyph-string): remove / before CIDs.
9858
9859 2005-05-20  Graham Percival  <gperlist@shaw.ca>
9860
9861         * Documentation/user/instrument-notation.itely: remove *Engraver.
9862
9863         * Documentation/user/advanced-notation.itely: edit, rearrange.
9864
9865 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9866
9867         * scm/output-ps.scm (glyph-string): take cid? argument. Use
9868         findresource iso. findfont for CID CFF fonts.
9869
9870         * VERSION (PACKAGE_NAME): release 2.5.25
9871
9872         * ly/Welcome_to_LilyPond.ly: add  \version
9873
9874 2005-05-20  Graham Percival  <gperlist@shaw.ca>
9875
9876         * Documentation/user/programming-interface.itely: move
9877         \displayMusic into its own section.
9878
9879         * Documentation/user/basic-notation.itely: finish editing.
9880
9881 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9882
9883         * flower/file-path.cc (find): don't throw away file_name.dir, but
9884         append to it. Fixes \include with directories.
9885
9886         * flower/include/file-path.hh (class File_path): don't derive from
9887         Array<String>.
9888
9889         * flower/include/file-name.hh (class File_name): remove to_str0()
9890
9891         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
9892         Hara_kiri_engraver in separate file.
9893
9894         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
9895         translation went wrong. Fixes vertically translated slurs.
9896
9897 2005-05-19  Graham Percival  <gperlist@shaw.ca>
9898
9899         * Documentation/user/basic-notaton.itely: editing.
9900
9901 2005-05-18  Graham Percival  <gperlist@shaw.ca>
9902
9903         * Documentation/user/macros.itexi, basic-notation.itely:
9904         add @commonprop (commonly used properties) macro.
9905
9906 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9907
9908         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
9909
9910         * scripts/lilypond-book.py (invokes_lilypond): new function
9911         (main): only run fontextract if invokes_lilypond() is true.
9912
9913         * lily/function-documentation.cc (ly_add_function_documentation):
9914         duh, use !=
9915
9916         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
9917
9918         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
9919
9920         * scm/lily.scm (running-from-gui?): lowercase Darwin.
9921
9922         * lily/function-documentation.cc (ly_add_function_documentation):
9923         use scm_hash_table_p() for checking.
9924
9925 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9926
9927         * Documentation/user/advanced-notation.itely (Text scripts):
9928         Change nonexisting @internalsref{Text markup} to @ref{Text
9929         markup}.  Change @internalsref{Text script} to
9930         @internalsref{TextScript}.
9931
9932         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
9933
9934 2005-05-17  Graham Percival  <gperlist@shaw.ca>
9935
9936         * Documentation/user/tutorial.itely, basic-notation.itely,
9937         changing-defaults.itely: remove duplicate cindex entries
9938         that appear on the same page.
9939
9940         * scm/define-grobs.scm: change default padding for TextSpanner.
9941
9942         * Documentation/topdocs/AUTHORS.texi: update email address.
9943
9944         * Documentation/user/global.itely: add info about \include.
9945
9946 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9947
9948         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
9949         when running-from-gui.
9950
9951         * scm/editor.scm (get-editor): Add platform defaults.
9952
9953         * scm/backend-library.scm (postscript->pdf): Typo.
9954
9955 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9956
9957         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
9958
9959         * lily/font-config.cc (init_fontconfig): add warning about cache.
9960
9961 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9962
9963         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
9964
9965 2005-05-16  Mats Bengtsson  <mabe@s3.kth.se>
9966
9967         * lily/horizontal-bracket.cc (print): Take care of the direction
9968         property so brackets above the stave point downwards. 
9969
9970         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
9971         for HorizontalBracket so it doesn't end up within the stave.
9972
9973 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9974
9975         * lily/GNUmakefile (default): Typo.
9976
9977         * scm/lily.scm (PLATFORM): Export.
9978
9979         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
9980         load-font-via-GS, ttftool or fopencookie is broken on windows.
9981         
9982         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
9983         -dSAFER, that is broken on windows.
9984
9985 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9986
9987         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
9988         for FlexLexer.h
9989
9990         * scripts/lilypond-invoke-editor.scm: remove stray -
9991
9992 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
9993
9994         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
9995         Fixes deprecation warning.
9996
9997         * flower/include/string.icc (to_string): Only inline if
9998         -DSTRING_UTILS_INLINED.
9999
10000         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
10001         name.  Remove windows comment.
10002
10003         * scm/editor.scm (slashify): New function.
10004         (get-editor-command): Use it.
10005         (get-command-template): Do not alter editor command if
10006         environment value includes `%(file)s' magic.
10007
10008         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
10009         (dissect-uri): Use it.
10010         (unquote-uri): Bugfix.
10011
10012 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10013
10014         * scm/framework-ps.scm (write-preamble): add TTF rule.
10015
10016         * Documentation/topdocs/README.texi (Top): remove note about
10017         xdelta.
10018
10019         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
10020         requirement.
10021
10022         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
10023         function. Figure out where FlexLexer.h lives
10024
10025         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
10026         
10027 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10028
10029         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
10030         with Windows root in file name.
10031
10032         * scm/backend-library.scm (ly:system): Only redirect output (using
10033         system and shell, ugh) if /dev/null is writable.
10034
10035         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
10036         windows icon.
10037
10038         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
10039         on Mingw.
10040
10041         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
10042         click.
10043
10044         * flower/file-path.cc (is_dir, is_file): New function.  Actually
10045         use result of stat when available.
10046
10047         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
10048         absolute file name and root.
10049
10050         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
10051
10052         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
10053
10054         * flower/file-name.cc (slashify): Bugfix, do substitute if no
10055         slashes in file name.
10056
10057 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10058
10059         * Documentation/user/preface.itely (Preface): Run
10060         texinfo-all-menus-update.
10061
10062         * scm/editor.scm (get-editor-command): Bugfix: allow full
10063         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
10064
10065         * Documentation/pictures/lilypond-48.xpm: New file.
10066
10067         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
10068
10069         * ly/Welcome_to_LilyPond.ly: New file.
10070
10071         * lily/main.cc (main): Only identify if we have a terminal.
10072
10073         * scm/backend-library.scm (postscript->png)
10074         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
10075         non-/bin/sh).
10076
10077 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
10078
10079         * Documentation/topdocs/AUTHORS.texi: polish, update.
10080
10081 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10082
10083         * Documentation/user/preface.itely (Notes for version 2.6): new
10084         notes for 2.6
10085
10086         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
10087         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
10088         is not fully contained" warnings.
10089
10090         * lily/slur-scoring.cc (get_bound_info): remove warning.
10091
10092         * lily/staff-symbol-engraver.cc (process_music): start initial
10093         spanner in process_music(). This fixes overrides of StaffSymbol
10094         properties.
10095
10096         * scm/framework-pdf.scm (Module): remove.
10097
10098         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
10099
10100         * lily/ambitus-engraver.cc: formatting cleanups.
10101
10102         * mf/feta-solfa.mf (Module): remove.
10103
10104         * ChangeLog: more details about contributions.
10105
10106 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10107
10108         * lily/align-interface.cc (align_elements_to_extents): warn if
10109         called too early. Fixes: disappearing-staff-lines.ly
10110
10111         * VERSION (PACKAGE_NAME): release 2.5.24
10112
10113 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
10114
10115         * stepmake/aclocal.m4: Typo.
10116
10117         * flower/string.cc (substitute): Take two strings or two
10118         characters.  Update callers.
10119
10120 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10121
10122         * flower/file-name.cc (File_name): Slashify.
10123
10124         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
10125
10126         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
10127
10128         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
10129
10130         * configure.in (gui_b): Use it.
10131
10132         * lily/lilypond.rc.in: New file.
10133
10134         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
10135
10136 2005-05-12  Graham Percival  <gperlist@shaw.ca>
10137
10138         * Documentation/user/advanced-notation.itely: edit of Text
10139         section; clarify text scripts vs. text markup.
10140
10141 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10142
10143         * lily/multi-measure-rest-engraver.cc
10144         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
10145         separation items on start. Fixes mm rests in start of score.
10146
10147         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
10148         don't access StaffSymbol if not there.
10149         Fixes: crash-staff-symbol-engraver.ly.
10150
10151         * lily/instrument-name-engraver.cc (class
10152         Instrument_name_engraver): data member first_. Create
10153         InstrumentName on start. 
10154
10155 2005-05-12  Graham Percival  <gperlist@shaw.ca>
10156
10157         * Documentation/user/instrument-notation.itely: add guitar
10158         position.
10159
10160         * Documentation/user/introduction.itely,
10161         Documentation/user/lilypond.tely,
10162         Documentation/user/tutorial.itely: begin pruning
10163         unused (duplicated) cindex entries and misc cleanup.
10164
10165 2005-05-12  Mats Bengtsson  <mabe@s3.kth.se>
10166
10167         * input/test/volta-chord-names.ly: Bring the explanation up to
10168         date.
10169
10170 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
10171
10172         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
10173         Specify `@documentencoding utf-8' for html, ignore warnings.
10174
10175 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
10176
10177         * THANKS: Added bughunters.
10178
10179 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
10180
10181         * lily/main.cc: update help string for `lilypond -H'.
10182
10183         * po/fi.po: update.
10184         
10185 2005-05-10  Graham Percival  <gperlist@shaw.ca>
10186
10187         * Documentation/user/advanced-notation.itely: minor fixes.
10188
10189 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10190
10191         * scm/editor.scm: New module.
10192
10193         * scm/lily.scm (gui-main): Use it.
10194
10195         * scm/framework-gnome.scm (spawn-editor): Use it.
10196
10197         * scripts/lilypond-invoke-editor.scm: Use it in new script.
10198
10199 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10200
10201         * scm/framework-ps.scm (load-font-via-GS):  new function.
10202
10203         * lily/pango-font.cc (pango_item_string_stencil): add support for
10204         CID keyed font.
10205
10206         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
10207
10208 2005-05-10  Graham Percival  <gperlist@shaw.ca>
10209
10210         * Documentation/user/basic-notation.itely: add @ref.
10211
10212         * Documentation/user/advanced-notation.itely: add example
10213         of 5/8 beaming.
10214
10215 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10216
10217         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
10218
10219         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
10220         going through ps2pdf wrappers.
10221
10222 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
10223
10224         * Documentation/user/instrument-notation.itely: petrucci note
10225         heads: updated docu
10226
10227         * input/regression/note-head-style.ly: updated regression test;
10228         indentation fixes
10229
10230         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
10231         heads as default
10232
10233         * mf/parmesan-heads.mf: minor editing; use musicological names
10234         (rather than optical description) as note head names
10235
10236         * scm/output-lib.scm: complete petrucci heads
10237
10238 2005-05-09  Pal Benko  <benkop@freestart.hu>
10239
10240         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
10241         heads, but bigger)
10242
10243 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10244
10245         * lily/main.cc (main_with_guile): Remove no files check.
10246
10247         * lily/main.cc (ly:usage): Export to Scheme.
10248
10249         * scm/lily.scm (no-files-handler): New function.
10250
10251         * scm/lily.scm (lilypond-main): Use it.
10252
10253         * configure.in (gui_b): Add mbrtowc checking.
10254         Resurrect [utf8/]wchar.h checking.
10255
10256 2005-05-09  Mats Bengtsson  <mabe@s3.kth.se>
10257
10258         * Documentation/user/advanced-notation.itely (Metronome marks):
10259         Add link to the program reference for MetronomeMark
10260
10261         * Documentation/user/lilypond-book.itely (An example of a
10262         musicological document): Correct the example using psfonts 
10263
10264 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
10265
10266         * po/fi.po: update after a lesson how to update entries against
10267         source.
10268         
10269         * po/TODO: document the lesson.
10270
10271 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10272
10273         * configure.in (gui_b): remove wcrtomb checking.
10274
10275         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
10276         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
10277
10278 2005-05-09  Mats Bengtsson  <mabe@s3.kth.se>
10279
10280         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
10281         keep Scheme expressions and strings unmodified when doing the
10282         conversion to postfix notation for slurs and beams. Should
10283         hopefully solve most related conversion problems. 
10284
10285         * Documentation/user/lilypond-book.itely : Clarify and correct how
10286         to call dvips with -h psfonts.
10287
10288 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10289
10290         * Documentation/user/instrument-notation.itely (Entering lyrics):
10291         Typo.  Fixes build.
10292
10293 2005-05-09  Graham Percival  <gperlist@shaw.ca>
10294
10295         * Documentation/user/lilypond-book.itely: document PSFONTS file.
10296
10297         * Documentation/user/lilypond.tely, lilypond-book.itely,
10298         tutorial.itely: change references to 2.5.x to 2.6.x.
10299
10300         * Documentation/user/instrument-notation.itely: clarified \addlyrics
10301         vs \lyricmode.
10302
10303         * Documentation/user/invoking.itely: remove old info about
10304         lilypond-profile.
10305
10306         * Documentation/topdocs/INSTALL.texi: remove old info about
10307         lilypond-profile, add warning about needing international fonts
10308         to build docs.
10309
10310 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10311
10312         * lily/include/grob-info.hh (class Grob_info): make data member
10313         private. Changes throughout.
10314
10315         * input/regression/alignment-order.ly: new file. 
10316
10317         * lily/vertical-align-engraver.cc (acknowledge_grob): read
10318         alignAboveContext and alignBelowContext
10319
10320 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10321
10322         * lily/pfb.cc (LY_DEFINE): add cast.
10323
10324         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
10325         matches .otf
10326         (write-preamble): warn about unknown fonts.
10327
10328         * lily/pfb.cc (Module): new function ly:otf->cff
10329
10330         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
10331         (get_otf_table): new function.
10332
10333 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10334
10335         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
10336         iso. ps2png.
10337
10338 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
10339
10340         * po/fi.po: apply second round of update.
10341
10342 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10343
10344         * scm/x11-color.scm (make-x11-color-handler): don't use
10345         #\sp. Apparently doesn't work on all platforms. 
10346
10347 2005-05-06  Graham Percival  <gperlist@shaw.ca>
10348
10349         * Documentation/user/advanced-notation.itely, putting.itely,
10350         tutorial.itely, global.itely, introduction.itely: really minor fixes.
10351
10352 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10353
10354         * VERSION (PACKAGE_NAME): release 2.5.23
10355
10356 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10357
10358         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
10359         convert to utf-8.
10360
10361         * THANKS: Add translators for this release, convert to utf-8.
10362
10363         * mf/GNUmakefile (MFTRACE_FLAGS):
10364         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
10365         outdir as option (WAS: hardcoded).
10366
10367 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10368
10369         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
10370         finished_span_
10371
10372         * THANKS: add Hans Forbrich.
10373
10374         * Documentation/topdocs/NEWS.tely (Top): document new feature.
10375
10376         * Documentation/user/basic-notation.itely (Staff symbol): document
10377         start/stop staff. Reference to ossia.ly
10378
10379         * input/test/ossia.ly: new example using stop and startStaff.
10380
10381         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
10382         in other words, don't create "|" barline at start of the score.
10383         (start_translation_timestep): don't set whichBar for start of score.
10384
10385         * input/regression/staff-halfway.ly: use new functionality.
10386
10387         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
10388         start and stop staff based on events.
10389
10390         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
10391
10392         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
10393
10394 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10395
10396         * Documentation/user/programming-interface.itely (How markups work
10397         internally ): remove \encoding reference.
10398
10399 2005-05-04  Mats Bengtsson  <mabe@s3.kth.se>
10400
10401         * scripts/convert-ly.py: Attempt to do a smarter update of 
10402         text markups from versions < 1.9.0 with arbitrary nesting.
10403
10404 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
10405
10406         * po/fi.po: convert to utf-8, and update.
10407
10408 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10409
10410         * make/lilypond.suse.spec.in: update from suse 2.4 package.
10411
10412         * lily/*.cc: more <? >? to min/max changes
10413
10414         * lily/include/interpretation-context-handle.hh: rename
10415         Interpretation_context_handle to Context_handle.
10416
10417 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
10418
10419         * input/regression/GNUmakefile (local_delete): use `find` together 
10420         with `xargs` to avoid too long argument-lists in cmd line.
10421
10422 2005-05-04  Graham Percival  <gperlist@shaw.ca>
10423
10424         * Documentation/user/introduction.itely: updates "About this manual".
10425
10426         * Documentation/user/advanced-notation.itely,
10427         invoking.itely: minor fixes.
10428
10429 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10430
10431         * COPYING: add font exception. Update FSF address. 
10432
10433         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
10434         should be taken without child context.
10435
10436         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
10437
10438         * scm/define-markup-commands.scm (triangle): new command, as
10439         robust replacement for unicode Delta/Triangle.
10440
10441 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10442
10443         * ps/music-drawing-routines.ps: add fillp argument.
10444
10445         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
10446
10447         * lily/font-config.cc (init_fontconfig): don't add cff/
10448
10449         * VERSION (PACKAGE_NAME): release 2.5.22
10450
10451         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
10452
10453         * lily/grace-engraver.cc (consider_change_grace_settings): use
10454         is_alias(). Fixes problem with CueVoice grace notes. 
10455
10456         * lily/simultaneous-music-iterator.cc (construct_children): call
10457         Music_iterator::quit() for iterators that start out invalid. This
10458         fixes indefinitely continuing contexts.
10459
10460         * buildscripts/substitute-encoding.py: new file
10461
10462         * Documentation/user/basic-notation.itely (Basic polyphony): fix
10463         missing @end 
10464
10465         * scripts/lilypond-book.py (write_if_updated): print file name.
10466
10467         * Documentation/user/basic-notation.itely (Explicitly
10468         instantiating voices): idem.
10469
10470         * Documentation/user/advanced-notation.itely (Text spanners):
10471         remove stray { } 
10472
10473         * lily/context.cc (default_child_context_name): the default child
10474         is now first in accepts_list_.
10475
10476         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
10477         \defaultchild to all relevant contexts.  This fixes:
10478         drums-pitch.ly.
10479
10480         (Probably also fixes similar problems with ancient
10481         transcriptions getting CueVoices instead of the desired voices.)
10482  
10483         * lily/context-def.cc (get_default_child): new function.
10484         (get_accepted): place default child in front of list.
10485
10486         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
10487
10488         * lily/include/context-def.hh (struct Context_def): add
10489         default_accept_
10490
10491 2005-05-03  Graham Percival  <gperlist@shaw.ca>
10492
10493         * scm/define-grobs.scm: remove "remove-first" line, since
10494         the absent property is set to #f anyway.
10495
10496         * Documentation/user/basic-notation.itely,
10497         advanced-notation.itely, instrument-notation.itely: minor
10498         fixes.
10499
10500         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
10501
10502         * Documentation/user/advanced-notation.itely,
10503         changing-defaults.itely: consolidate Text stuff in
10504         advanced notation.
10505
10506         * Documentation/user/global.itely: better docs for \header.
10507
10508         * Documentation/user/putting.itely: new chapter; placeholder
10509         for future expansion.
10510
10511         * Documentation/user/examples.itely: moved "suggestions for
10512         writing LP files" section into putting.itely.
10513
10514         * Documentation/user/lilypond.itely: added new chapter,
10515         fixed the short table of contents.
10516
10517 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10518
10519         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
10520         infinity for unfeasible beams.
10521
10522         * make/lilypond.fedora.spec.in (Group): idem.
10523
10524         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
10525
10526         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
10527
10528         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
10529         fonts directly.
10530
10531         * buildscripts/gen-emmentaler-scripts.py (i): idem.
10532
10533         * mf/GNUmakefile: remove all CFF rules.
10534
10535         * scm/framework-ps.scm (ps-embed-cff): reinstate.
10536
10537         * lily/open-type-font-scheme.cc (LY_DEFINE):
10538         new function ly:otf-font-table-data.
10539         (LY_DEFINE): new function otf-font?
10540
10541 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10542
10543         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
10544         ($(outdir)/Fontmap.lily): idem.
10545
10546         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
10547         for PFAEmmentaler-XXX.pfa. 
10548
10549         * Documentation/user/music-glossary.tely (accidental): NL
10550         translation of accidental.
10551
10552 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10553
10554         * flower/include/international.hh: Bugfix: include "string.hh".
10555
10556         * lily/include/mingw-compatibility.hh: New file.
10557
10558         * flower/include/libc-extension.hh (memrev): Rename from strrev.
10559
10560         * configure.in: Search for mingw wcrtomb library.
10561
10562 2005-05-02  Mats Bengtsson  <mabe@s3.kth.se>
10563
10564         * scripts/convert-ly.py: Bug fix
10565
10566         * Documentation/user/changing-defaults.itely (Common tweaks):
10567         Added example where the context has to be specified explicitly
10568         (MetronomeMark). 
10569
10570 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10571
10572         * scripts/lilypond-book.py (ly_options): set timing to #f for
10573         notime option.
10574
10575         * scripts/convert-ly.py (conv): typo.
10576
10577         * flower/*.cc: remove <? and >?
10578         
10579         * lily/*.cc: remove <? and >?
10580
10581         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
10582         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
10583         editor.
10584
10585 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10586
10587         * lily/part-combine-engraver.cc: add space to variable list.
10588
10589 2005-04-30  Graham Percival  <gperlist@shaw.ca>
10590
10591         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
10592         remove-first to false (matches docs)
10593
10594         * Documentation/user/advanced-notation.itely: corrected docs
10595         concerning remove-first.
10596
10597 2005-04-29  Mats Bengtsson  <mabe@s3.kth.se>
10598
10599         * lily/part-combine-engraver.cc: make sure that the relevant
10600         properties are included in the documentation.
10601
10602 2005-04-28  Graham Percival  <gperlist@shaw.ca>
10603
10604         * Documentation/user/lilypond-book.itely: Bernard's docs
10605         for \betweenLilyPondSystem.
10606
10607 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10608
10609         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
10610         remarks.
10611
10612 2005-04-28  Pal Benko  <benkop@freestart.hu>
10613
10614         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
10615         only on vertical lines of flexa shape, and use a constant
10616         thickness value for horizontal lines (patch slightly modified by
10617         Jürgen Reuter)
10618
10619         * lily/include/mensural-ligature.hh: make 2 comments clearer
10620
10621 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
10622
10623         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
10624         to need_extra_horizontal_space; bugfix: use class scope to avoid
10625         global namespace pollution
10626
10627         * Documentation/user/instrument-notation.itely (ligatures): added
10628         comment on possible future syntax change and how to work around
10629
10630         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
10631         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
10632         intervals (fixes agnus dei example)
10633
10634         * Documentation/user/instrument-notation.itely (white mensural
10635         ligatures): selected a more illustrative example
10636
10637 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
10638
10639         * Documentation/index.html.in: specify utf-8 charset in meta content.
10640
10641 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10642
10643         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
10644         empty 2nd page for single page.
10645
10646         * scm/lily.scm: remove p&c definitions.
10647
10648         * po/zh_TW.po (Module): new translation.
10649
10650         * lily/lily-guile.cc (ly_chain_assoc): remove.
10651
10652         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
10653         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
10654
10655 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10656
10657         * lily/beaming-info.cc: remove infinity_i
10658
10659         * scripts/abc2ly.py (out_filename): fix thinko with \version.
10660
10661 2005-04-26  Graham Percival  <gperlist@shaw.ca>
10662
10663         * Documentation/user/basic-notation.itely,
10664         instrument-notation.itely, advanced-notation.itely,
10665         changing-defaults.itely: minor fixes.  Added docs
10666         for colors to advanced-notation.itely.
10667
10668         * Documentation/user/advanced-notation.itely: fixed compile
10669         problem and added Bernard's x11-color doc patch.
10670
10671 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
10672
10673         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
10674         alright this time round.
10675
10676 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10677
10678         * Documentation/topdocs/INSTALL.texi (Top): idem.
10679
10680         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
10681
10682         * VERSION (MAJOR_VERSION): release 2.5.21
10683
10684         * scm/output-ps.scm (grob-cause): bugfix.
10685
10686 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
10687
10688         * cygwin/*: Update.
10689
10690         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
10691         stuff.
10692
10693         * scm/output-ps.scm (grob-cause): Bugfix.
10694
10695         * scm/lily.scm (ly:load): Remove x11-color.
10696
10697         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
10698         quote executable, fixes getting version from program --with
10699         --options.
10700         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
10701         $ac_exeect.
10702
10703         * Documentation/user/GNUmakefile: Only build music-glossary with
10704         rendered lilypond snippets during web.
10705
10706 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10707
10708         * po/de.po: update.
10709
10710         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
10711
10712 2005-04-22  Laura Conrad <lconrad@laymusic.org>
10713  
10714         * scripts/abc2ly:
10715         second title line append with punctuation dash character;
10716         encode abc2ly python strings in utf-8
10717        
10718 2005-04-21  Laura Conrad <lconrad@laymusic.org>
10719
10720         * scripts/abc2ly fix chords (again)
10721  
10722 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
10723
10724         * scm/x11-color.scm: new file
10725         All x11 color names can be accessed with:
10726         #(x11-color 'ColorName),
10727         #(x11-color "ColorName") or:
10728         #(x11-color "color name")
10729         If the x11 color name is not recognised then it defaults
10730         to black
10731
10732         * scm/lily.scm: amended to call scm/x11-color.scm
10733
10734 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10735
10736         * Documentation/user/invoking.itely (Reporting bugs): comment out
10737         reference to online PNG bug repository.
10738
10739 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10740
10741         * lily/translator-scheme.cc (ly:translator-property): Remove.
10742         Update callers.
10743
10744         * lily/context-scheme.cc (ly:context-now): Move from translator.
10745         Update callers.
10746
10747 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10748
10749         * input/regression/grid-lines.ly (skips): refine example.
10750
10751         * scm/define-context-properties.scm
10752         (all-user-translation-properties): doc autoBeamCheck
10753
10754         * input/regression/grid-lines.ly (Module): new file.
10755
10756         * lily/grid-point-engraver.cc (Module): new file.
10757
10758         * lily/grid-line.cc (Module): new file.
10759
10760         * lily/grid-line-span-engraver.cc (Module): new file.
10761
10762         * lily/grid-line-interface.cc (Module): new file.
10763
10764 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10765
10766         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
10767         missing parameter, actualy cdr through list.  Actually return a
10768         list with ENTRY removed (was '()).
10769
10770         * scripts/convert-ly.py: Update.  Print warning if file cannot be
10771         opened.
10772         (do_conversion): Fix printing of continuation comma.
10773
10774         * Documentation/user/advanced-notation.itely (Beam formatting):
10775         Remove refbugs about compound time and mixed duration.
10776
10777         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
10778         modulo moments explicitely.
10779
10780         * lily/moment.cc (operator %): New function.
10781
10782         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
10783
10784         * lily/translator-scheme.cc (ly:translator-now,
10785         ly:translator-property): New function.
10786
10787         * scm/auto-beam.scm (default-auto-beam-check): New function.
10788
10789         * lily/auto-beam-engraver.cc (test_moment): Use it.
10790
10791         * flower/rational.cc (operator %): Bugfix.
10792
10793 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
10794
10795         * scripts/abc2ly: Bugfix
10796
10797 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10798
10799         * python/fontextract.py (write_extracted_fonts): bugfix, too many
10800         %'s on EndFont comment.
10801
10802         * lily/ledger-line-spanner.cc: some more words of explanation.
10803
10804 2005-04-20  John Williams <williams@tni.com>  
10805         
10806         * scripts/lilypond-book.py: htmlquote bugfix.
10807         Allow snippets to be given distinct filenames.
10808         Allow the default alt text to be overridden.
10809
10810 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
10811
10812         * ly/performer-init.ly: Bugfix
10813
10814         * THANKS: Added bughunters.
10815
10816 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
10817
10818         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
10819
10820         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
10821         position (was: use modulo measure length).
10822
10823         * configure.in (no gui_b): Remove optional gtk+ requirement.
10824
10825 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10826
10827         * Documentation/user/basic-notation.itely (Pitches): add
10828         LedgerLineSpanner.
10829
10830         * lily/dynamic-engraver.cc (process_music): set right bound to
10831         script if present. Else, do not set.
10832         (acknowledge_grob): only set right bound of finished spanner to
10833         note column if no other bound is set.
10834
10835         * python/lilylib.py (make_ps_images): switch back to png16m.
10836         
10837 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10838
10839         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
10840         writing up to date file.  Add dvips usage suggestion.
10841
10842         * scripts/convert-ly.py: Fix error message.
10843         Print usage if no files on command line.
10844         (usage): Add example usage.
10845
10846         * input/test/compound-time.ly: New file.
10847
10848         * input/test/circle.ly: New file.
10849
10850         * Documentation/topdocs/NEWS.tely: Use them.
10851
10852         * input/test/boxed-stencil.ly: Remove \score.
10853
10854         * buildscripts/mf-to-table.py (base): Add .log dependency.
10855
10856         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
10857         pfa's.  Add .log dependency
10858
10859         * scm/define-markup-commands.scm (lower): New command.
10860
10861         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
10862         make it default.
10863
10864 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10865
10866         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
10867         also to finished cresc as right bound. This fixes:
10868         skip-string-decresc.ly
10869
10870         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
10871         relative_coordinate if extent is empty.
10872
10873         * lily/stem.cc (width_callback): determine correct extent if flag
10874         is not there. This fixes slur-no-flag.ly
10875
10876         * lily/grace-engraver.cc (consider_change_grace_settings): new
10877         function.
10878         (initialize): also consider_change_grace_settings() on
10879         initialization. Fixes large grace notes at start of score.
10880
10881         * lily/break-align-interface.cc (do_alignment): don't translate if
10882         total_extent is empty.
10883
10884         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
10885
10886 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10887
10888         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
10889         with slash.
10890
10891 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10892
10893         * stepmake/aclocal.m4: Remove tfm_path.
10894
10895 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
10896
10897         * scm/music-functions.scm (markup-expression->make-markup): fix
10898         bug with cons arguments of markup commands.
10899         (music->make-music): fix music expression property list building
10900
10901 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10902
10903         * aclocal.m4: Massage package names.
10904
10905         * SCons updates.
10906
10907 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10908
10909         * VERSION (PACKAGE_NAME): release 2.5.20
10910
10911         * lily/stem.cc (calc_stem_info): add minimum Y extent of
10912         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
10913
10914         * lily/percent-repeat-engraver.cc (try_music): add measure before
10915         next_moment to future processing moment. Fixes:
10916         percent-repeat-mm-rest.ly
10917         (process_music): don't add moment for 2nd time.
10918
10919         * input/regression/repeat-percent.ly: add mmrests as extra test.
10920
10921         * lily/axis-group-engraver.cc (acknowledge_grob): read
10922         keepAliveInterfaces to decide what to kill.
10923
10924         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
10925         percent-repeat-interface to keepAliveInterfaces. This fixes
10926         percent-repeat-harakiri.
10927
10928 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10929
10930         * SCons updates.
10931
10932 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10933
10934         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
10935
10936         * aclocal.m4: remove --enable-tfm-path configure option
10937
10938         * input/test/ancient-font.ly (lowerStaff): clef name errors.
10939
10940         * scm/backend-library.scm (postscript->png): newline after
10941         finishing command.
10942
10943         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
10944         (LY_DEFINE): ly:paper-score-paper-systems: new function 
10945
10946         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
10947
10948         * lily/score.cc (default_rendering): use Music_output too.
10949
10950         * input/test/chord-names-languages.ly (Module): rename file.
10951
10952         * lily/text-spanner.cc: add bound-padding.
10953
10954         * lily/paper-book.cc (systems): accept Paper_score
10955         iso. Paper_system vector. 
10956
10957         * input/regression/line-arrows.ly: new file.
10958
10959         * lily/paper-score.cc (process): run get_paper_systems() only once.
10960
10961         * lily/line-spanner.cc (line_stencil): add arrows.
10962
10963 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
10964
10965         * lily/line-interface.cc (make_arrow): new function. 
10966         (arrows): idem.
10967
10968 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
10969
10970         * input/test/chord-names-german.ly: update for italian/french
10971         chords.
10972         
10973         * Documentation/user/instrument-notation.itely (Printing chord
10974         names): update.
10975
10976 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10977
10978         * lily/include/paper-score.hh (class Paper_score): remove unused
10979         prototypes.
10980
10981         * lily/book.cc (process): add -COUNT to midi output.
10982
10983         * lily/score.cc (book_rendering): remove outname argument
10984         (book_rendering): return list of Music_outputs. 
10985
10986         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
10987
10988         * lily/book.cc (process): loop over Music_outputs returned from
10989         Score::book_rendering().
10990
10991         * lily/*.cc (width_callback): remove spurious "unused" warnings
10992         for assert (axis==[XY]_AXIS); 
10993
10994         * lily/include/music-output.hh (class Music_output): smobify class.
10995
10996         * lily/include/paper-score.hh (class Paper_score): make members
10997         private.
10998
10999         * lily/performance.cc (process): return #f iso. #<undefined>. This
11000         prevents #<undefined> leaking into GUILE-userspace.
11001
11002 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11003
11004         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
11005
11006 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
11007
11008         * scm/chord-name.scm : support for italian and french
11009         chords names.
11010
11011         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
11012         a space defined by chordPrefixSpacer when the root name is
11013         direclty followed by a prefix.
11014
11015         * ly/engraver-init.ly : chordPrefixSpacer       
11016         * scm/define-context-properties.scm : chordPrefixSpacer
11017         * ly/property-init.ly : italianChords, frenchChords 
11018
11019 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
11020
11021         * mf/feta-din.mf: Remove.
11022
11023         * mf/GNUmakefile (fontdir): Bugfix.
11024
11025         * mf/SConstruct: Some updates.
11026
11027         * SConstruct: Require pkg-config.
11028         (test_program): Bugfix for double digit version compares, use
11029         integer (not string-) compare.
11030         Optionally require gs 8.14.
11031
11032         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
11033
11034         * lily/*: s/ifdef HAVE_*/if have/.
11035
11036         * SConstruct (test_lib): New function.  Update pkg-config and some
11037         other requirements.
11038
11039         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
11040         freetype, pangof2t.
11041
11042 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11043
11044         * po/lilypond.pot, ...: Update using bison-CVS.
11045
11046         * python/lilylib.py (make_ps_images): Fixo.
11047
11048 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11049
11050         * python/lilylib.py (make_ps_images): typo.
11051
11052         * configure.in (gui_b): make bison optional.
11053
11054         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
11055
11056 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
11057
11058         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
11059         with one parameter can be defined in a LaTeX file when processed
11060         by lilypond-book this will be evaluated between the systems of
11061         a multi-system score. The parameter is the number of systems processed.
11062
11063 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11064
11065         * python/lilylib.py (make_ps_images): Escape newline.
11066
11067         * Documentation/user/music-glossary.tely: Run
11068         texinfo-all-menus-update.
11069
11070 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11071
11072         * scm/lily-library.scm (old-relative-not-used-message)
11073         (version-not-seen-message): Add input-file-name-location to message.
11074
11075         * lily/parser.yy (lilypond): Add token aliases.
11076
11077         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
11078         not confuse with alteration.
11079         (alteration): Add.
11080
11081 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11082
11083         * python/lilylib.py (make_ps_images): use -dEPSCrop
11084
11085         * VERSION (PACKAGE_NAME): release 2.5.19 
11086
11087         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
11088         only put xrefs in info documentation.
11089
11090         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
11091         .pdf rule to tex-rules.make.
11092
11093         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
11094         from -systems.* output.
11095
11096         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
11097         directly, remove -$(PAGESIZE) target.
11098
11099         * input/test/embedded-postscript.ly: update.
11100
11101 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11102
11103         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
11104
11105         * Documentation/user/changing-defaults.itely (Font selection):
11106         document font-name.
11107
11108         * input/regression/font-name.ly: show Pango fonts for
11109         font-name. Update example. 
11110
11111         * lily/pango-select.cc (properties_to_pango_description): don't
11112         convert symbol font-size to number, but use to lookup.
11113
11114         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
11115
11116         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
11117         (NAME . FILE-NAME) tuples for font descriptions. 
11118         (write-preamble): display BeginFont DSC comments.
11119
11120         * python/fontextract.py (write_extracted_fonts): new file. Extract
11121         font resources from a PS file.
11122
11123         * scripts/lilypond-book.py (option_definitions): --psfonts option.
11124         (Compile_error.process_include): do_file returns chunks.
11125
11126         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
11127
11128         * make/lysdoc-targets.make: .texi is .PRECIOUS
11129
11130         * scripts/lilypond-book.py (write_if_updated): new function.
11131
11132 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
11133
11134         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
11135
11136 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11137
11138         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
11139
11140         * input/regression/markup-syntax.ly: remove \score.
11141
11142         * scm/define-markup-commands.scm (draw-circle): add fill argument
11143
11144         * scm/stencil.scm (make-circle-stencil): add fill argument
11145
11146         * ps/music-drawing-routines.ps: add fill argument.
11147
11148         * ly/performer-init.ly: add CueVoice to MIDI too.
11149
11150         * ps/music-drawing-routines.ps: new routine BeginEPSF /
11151         EndEPSF.
11152
11153         * input/regression/markup-eps.ly: new file.
11154
11155         * scm/framework-ps.scm (write-preamble): change order: vars should
11156         be inited before procedures.
11157
11158         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
11159         for EPS files.
11160
11161         * scm/define-markup-commands.scm (epsfile): add epsfile command.
11162
11163 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11164
11165         * configure.in (gui_b): add check for ghostscript 8.15
11166
11167 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11168
11169         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
11170         start of line. Fixes cresc-after-newline.ly
11171
11172         * lily/source-file.cc (file_line_column_string): use get_column().
11173
11174 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11175
11176         * lily/source-file.cc (get_column): utf-8 support for column numbers.
11177
11178 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
11179
11180         * lily/*: use message () iso progress_indication () for messages.
11181         Revise/uniformise user messages.
11182
11183         * flower/warn.cc (progress_indication): New function.
11184         (message): Use it.  Fixes newline problems.
11185
11186         * config.make.in (webdir): Sort out install dirs.
11187
11188         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
11189
11190         * python/lilylib.py (command_name): Bugfix.
11191         (make_ps_images):
11192
11193 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
11194
11195         * lily/main.cc: --help says what types of backends are availabe
11196
11197 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11198
11199         Fix ./VERSION dependency, and without need to reconfigure.
11200
11201         * lily/main.cc (setup_paths): Update.
11202
11203         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
11204
11205         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
11206
11207         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
11208         Add \line for some simplistic cases.
11209
11210         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
11211
11212 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11213
11214         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
11215         to compile LY files (useful for adding eg. "-I" args)
11216         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
11217         2Gnome command for gnome backend.
11218         (LilyPond-command-formatgnome): call the 2Gnome command. key
11219         binding: C-c C-g
11220
11221 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11222
11223         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
11224         depend on all PNG images.
11225
11226 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11227
11228         * GNUmakefile.in: Bugfix: also link .map files.
11229
11230 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11231
11232         * scm/music-functions.scm (music->make-music): generate 
11233         a (make-music ...) sexpr from a music expression.
11234         (display-scheme-music): use guile pretty printer to display the
11235         make-music sexpr.
11236
11237 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11238
11239         * ly/engraver-init.ly: reindent.
11240         Add CueVoice.
11241
11242         * scm/music-functions.scm (music-pretty-string): handle moments
11243         too.
11244         (music-pretty-string): only print non-empty lists.
11245         (cue-substitute): create CueVoice context, which has smaller type.
11246
11247         * lily/moment-scheme.cc (LY_DEFINE): new methods
11248         ly:moment-grace-{numerator,denominator}
11249
11250         * lily/context-handle.cc: remove quit() method. 
11251
11252         * lily/font-config.cc (init_fontconfig): be verbose about font path.
11253         (init_fontconfig): success is 0, not !0
11254
11255 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11256
11257         * mf/feta-nummer-code.mf (code): add plus glyph.
11258
11259         * lily/tie.cc (print): idem.
11260
11261         * lily/slur.cc (print): don't use thickness property for
11262         slur shape-thickness.
11263
11264         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
11265         while adding stencils.
11266
11267         * scm/define-markup-commands.scm (with-color): with-color markup
11268         command.
11269         (whiteout): new markup command 
11270         (filled-box): new markup command
11271
11272 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11273
11274         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
11275         test for PDF docs.
11276
11277         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
11278         PFAAybabtu-Regular.  Fixes feta font in PDFs.
11279         
11280         Notes for tetex-3.0 make web:
11281            psclean.map: s/uhv8a/uhvr8a/
11282            config.ps add:
11283                 p +psfonts_t1.map
11284                 p +psclean.map
11285                 p +typeface.map
11286
11287 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11288
11289         * scm/music-functions.scm (music-pretty-string): fix bug with
11290         string argument.
11291
11292 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
11293
11294         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
11295
11296 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11297
11298         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
11299         only process options if they're there.
11300         (write_file_map): add version-seen? to snippet-map.ly
11301
11302 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
11303
11304         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
11305         formatting cleanups.
11306
11307         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
11308         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
11309
11310 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11311
11312         * scm/framework-ps.scm (ps-font-command): don't hash, just use
11313         name directly.
11314
11315         * lily/main.cc (setup_paths): either add mf/out to search path or 
11316         fonts/{otf,type1,etc}
11317         
11318         * lily/font-config.cc (init_fontconfig): either add mf/out to
11319         FontConfig or fonts/{otf,type1,etc}
11320
11321         * GNUmakefile.in: don't put mf/ link in share/ dir.
11322
11323         * lily/staff-spacing.cc: move same-direction-correction to
11324         note-spacing-interface
11325
11326         * scm/lily.scm (lilypond-main): use variable argument count for
11327         exception handler.
11328
11329         * lily/font-config.cc (init_fontconfig): add operator pacification
11330         message.
11331
11332         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
11333
11334         * buildscripts/gen-emmentaler-scripts.py (i): generate
11335         PFAEmmentaler as well.
11336
11337         * scm/framework-ps.scm (munge-lily-font-name): new function
11338         (write-preamble): hack: insert PFA equivalent of CFF into
11339         .PS. This makes LilyPond output printable on normal PS printers
11340         again.
11341
11342         * buildscripts/gen-emmentaler-scripts.py (i): generate
11343         PFAEmmentaler.pfa aswell.
11344
11345 2005-04-06  John Williams <williams@tni.com>  
11346         
11347         * scripts/lilypond-book.py: refactor the compose_ly procedure.
11348         
11349 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11350
11351         * scm/page-layout.scm (default-page-make-stencil): always combine
11352         the header stencil, even if empty. This prevents the body text to
11353         reach up to the margins.
11354
11355         * po/rw.po (Module): new file, for Kinyarwanda.
11356
11357         * input/test/spacing-optical.ly (Module): new file.
11358
11359         * lily/staff-spacing.cc: add same-direction-correction
11360
11361 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11362
11363         * Documentation/user/introduction.itely (Engraving): Comment-out
11364         non-existent file.
11365
11366 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11367
11368         * scm/define-grob-properties.scm (all-user-grob-properties): add
11369         same-direction-correction
11370
11371         * VERSION: release 2.5.18
11372
11373 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11374
11375         * lily/grob.cc (mark_smob): Check pscore->layout_ before
11376         dereferencing.  Fixes make web.
11377
11378         * lily/midi-stream.cc: Handle unwritable midi file.  Include
11379         errno.h.
11380
11381         * Documentation/user/: Fix links.
11382
11383 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11384
11385         * lily/text-interface.cc (Module): rename from text-item.cc
11386
11387         * input/regression/apply-output.ly (texidoc): function naming fix.
11388
11389         * lily/time-signature-performer.cc (derived_mark): new function.
11390
11391         * lily/lily-parser-scheme.cc:  print mapped file name for progress
11392
11393         * scripts/lilypond-book.py (find_linestarts): new function.
11394         (find_toplevel_snippets): keep track of line numbers.
11395
11396         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
11397         all key changes.
11398
11399         * ly/declarations-init.ly (partCombineListener): use
11400         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
11401
11402         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
11403
11404 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11405
11406         * lily/text-item.cc: Fix link.
11407
11408         * Documentation/user/changing-defaults.itely (Changing defaults):
11409         Fix programs reference links.
11410
11411         * Documentation/user/music-glossary.tely: Convert to utf-8.
11412
11413 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11414
11415         * make/lilypond-vars.make: remove TEXMF from variables.
11416         remove DEB_BUILD pk font variables.
11417         remove GUILE_LOAD_PATH
11418         remove TeX memory vars.
11419
11420 2005-04-04  Werner Lemberg  <wl@gnu.org>
11421
11422         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
11423
11424 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11425
11426         * ps/lilyponddefs.ps: remove reencode-font
11427
11428         * lily/simple-spacer.cc (add_columns): also compare
11429         directly. Column rank doesn't distinguish between broken and
11430         unbroken columns. This fixes large spaces before time sig changes.
11431
11432         * Documentation/user/point-and-click.itely: document ly:set-option.
11433
11434         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
11435         point_and_click_global is set.
11436
11437         * lily/scm-option.cc (LY_DEFINE): add point-and-click
11438         ly:set-option argument.
11439
11440 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11441
11442         * GNUmakefile.in: Include symlinks in webball.
11443
11444         * Documentation/user/GNUmakefile (source-links): Add symlinks to
11445         source dir for split and non-split manuals.
11446
11447         * Documentation/user/*y: Fix @uref/@inputfile links for
11448         split/non-split HTML documents.
11449
11450         * Documentation/user/GNUmakefile (local-WWW): Do not generate
11451         .ps.gz.
11452         
11453 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11454
11455         * GNUmakefile.in: Add newline.
11456
11457 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
11458
11459         * tex/lilyponddefs.tex: use color instead of xcolor
11460         * scm/output-tex.scm: minor editing
11461
11462 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11463
11464         * scm/music-functions.scm (display-scheme-music): pretty printer
11465         for music expressions.
11466
11467 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11468
11469         * buildscripts/install-info-html.sh (index_file): Fix link.
11470
11471 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11472
11473         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
11474
11475         * Documentation/index.html.in: Add size estimates with some big pages.
11476
11477         * Documentation/user/tutorial.itely (Running LilyPond for the
11478         first time): Add/replace some @rglos links.  TODO: add more
11479         @rglos links in tutorial, test non-intrusiveness (.css).
11480
11481         * stepmake/bin/add-html-footer.py (do_file): Remove info's
11482         annoying's indication of referencing external document.
11483
11484         * Documentation/user/GNUmakefile: Split version of glossary too.
11485         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
11486         links, not only for html.
11487
11488         * Documentation/user/introduction.itely: Fix some links for other
11489         than html, do not use `here' as link name.
11490
11491 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
11492
11493         * scm/documentation-generate.scm (string-append): Fix @usermanref,
11494         @glossaryref.
11495
11496 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11497
11498         * scm/page-layout.scm (default-page-make-stencil): only add header
11499         if existing and not empty. Fixes spurious programming error.
11500
11501         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
11502
11503 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
11504
11505         * scm/output-tex.scm: implement {re,}setcolor
11506         * tex/lilyponddefs.tex: use color package
11507
11508 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
11509
11510         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
11511         additions to website.
11512
11513         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
11514
11515         * Documentation/user/macros.itexi: Fix @usermanref html links in
11516         split documents: use @inforef.
11517
11518 2005-03-30  Graham Percival  <gperlist@shaw.ca>
11519
11520         * Documentation/user/programming-interface.itely: minor fix.
11521
11522         * Documentation/user/advanced-notation.itely: added info to
11523         Metronome markings.
11524
11525 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11526
11527         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
11528         use box-stencil.  Remove y-padding argument.
11529         (make-stencil-circler): New function.
11530
11531         * buildscripts/lilypond-words.py (F): 
11532         * elisp/SConscript (a): 
11533         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
11534         * vim/SConscript (a): 
11535         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
11536
11537         * lily/general-scheme.cc: Build fix.
11538
11539         * scm/markup.scm:
11540         * input/regression/markup-scheme.ly: 
11541         * input/regression/markup-syntax.ly: Drop 'new-' from name.
11542
11543         * scm/stencil.scm (make-circle-stencil): New function.
11544
11545         * scm/define-markup-commands.scm (draw-circle): Use it.  New
11546         name (was cicle).  Update callers.
11547         (circle): New markup command, similar to box.
11548
11549         * scm/stencil.scm (circle-stencil): New function.
11550
11551 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
11552
11553         * configure.in: Detect libutf8/wchar.h variant.
11554
11555         * stepmake/aclocal.m4: Modify shared size test.
11556
11557 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11558
11559         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
11560
11561 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11562
11563         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
11564         
11565         * VERSION (PACKAGE_NAME):  release 2.5.17
11566
11567 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11568
11569         * scm/backend-library.scm (postscript->png): Fix comment and png
11570         message.
11571
11572         * GNUmakefile.in (link-tree): Fix locales.
11573
11574 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11575
11576         * lily/stencil-scheme.cc (LY_DEFINE): change to
11577         ly:stencil-aligned-to, non mutating.
11578
11579         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
11580
11581         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
11582
11583         * lily/quote-iterator.cc (derived_mark): call
11584         Music_wrapper_iterator::derived_mark() too.
11585
11586         * lily/grace-engraver.cc (derived_mark): change signature, add
11587         const.
11588
11589 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11590
11591         * SConstruct (symlink): 
11592         * GNUmakefile.in (link-tree): Add scripts to prefix.
11593
11594         * lily/general-scheme.cc (ly:effective-prefix): New function.
11595
11596         * scm/backend-library.scm (postscript->png): Use it.
11597
11598 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11599
11600         * lily/paper-score.cc (process): don't delete grobs after
11601         producing stencils. 
11602
11603         * scm/part-combiner.scm (determine-split-list): switch off
11604         debugging info.
11605
11606         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
11607         if available.
11608
11609         * scm/define-context-properties.scm
11610         (all-user-translation-properties): add stringNumberOrientations.
11611
11612         * lily/new-fingering-engraver.cc (position_scripts): make generic,
11613         so fingering and string-numbers are separately controlled.
11614
11615 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11616
11617         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
11618         not use debugging.
11619
11620 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11621
11622         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
11623
11624         * config.hh.in: add HAVE_FONTCONFIG.
11625
11626         * Documentation/user/instrument-notation.itely (String number
11627         indications): new node.
11628
11629         * input/regression/new-markup-syntax.ly (texidoc): add circle.
11630
11631         * lily/new-fingering-engraver.cc (add_string): new function. 
11632         (acknowledge_grob): accept string-number-event as well.
11633
11634         * scm/define-markup-commands.scm (circle): new markup command.
11635
11636         * scm/output-lib.scm (print-circled-text-callback): new function.
11637
11638         * lily/GNUmakefile: move ifeq after include stepmake.make.
11639
11640 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11641
11642         * config.make.in (HAVE_LIBKPATHSEA_SO):
11643         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
11644
11645         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
11646         add KPATHSEA_LIBS.
11647
11648         * debian/watch: 
11649         * debian/control: Update.
11650
11651 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11652
11653         * input/test/title-markup.ly (spaceTest): remove.
11654
11655         * input/test/embedded-tex.ly (Module): remove.
11656
11657         * input/test/music-box.ly: use 'name property, not ly:music-name.
11658
11659         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
11660
11661         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
11662
11663 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11664
11665         * Documentation/topdocs/INSTALL.texi (Top): Remove information
11666         about xdeltas.  Add information about CVS.
11667
11668         * scm/lily.scm (lilypond-main): Fix invocation of handler,
11669         gracefully handle failed files.
11670
11671         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
11672
11673         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
11674         small fixes.
11675
11676         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
11677         No unnecessarily specific i18n messages.  Remove stray `1'.
11678
11679 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11680
11681         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
11682         documentencoding
11683
11684         * scm/documentation-lib.scm (texi-file-head): set utf-8
11685         documentencoding.
11686
11687         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
11688         Delta, not the Symbol one. 
11689
11690         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
11691         for the .map file.
11692
11693         * Documentation/topdocs/INSTALL.texi (Top): add running
11694         requirement as compilation requirement.
11695
11696 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11697
11698         * buildscripts/mutopia-index.py (headertext): add h1 header and
11699         utf-8 charset meta field.
11700
11701         * input/GNUmakefile: prune example list.
11702
11703         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
11704         options.
11705
11706         * lily/slur-scoring.cc (get_base_attachments): only look at stem
11707         extent for visible stems.
11708
11709         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
11710
11711 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11712
11713         * Documentation/topdocs/INSTALL.texi (Top): Updates.
11714
11715         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
11716
11717 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11718
11719         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
11720         pass inf/nan into slur scoring.
11721
11722         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
11723         page.
11724
11725         * scripts/abc2ly.py (dump_voices): use alphabet().
11726
11727 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
11728         
11729         * mf/GNUmakefile (depth): use $(FONTFORGE). 
11730
11731 2005-03-27 Matthias Neeracher <neeracher@mac.com>
11732         
11733         * flower/include/virtual-methods.hh: simplify. Patch by
11734
11735 2005-03-25  John Williams <williams@tni.com>  
11736
11737         * scripts/lilypond-book.py (main): add png for HTML too, guess
11738         only if necessary. 
11739
11740 2005-03-25  Graham Percival  <gperlist@shaw.ca>
11741
11742         * Documentation/topdocs/INSTALL.texi: now recommends
11743         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
11744
11745         * Documentation/user/basic-notation.itely,
11746         Documentation/user/tutoria.itely: warn about
11747         only one (phrasing) slur at once.
11748
11749 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
11750
11751         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
11752
11753 2005-03-23  Graham Percival  <gperlist@shaw.ca>
11754
11755         * Documentation/user/basic-notation.itely: fixed info about
11756         ending a (de)cresc.
11757
11758         * Documentation/user/lilypond-book.itely: fixed
11759         lilypond-book filter example and warned about not doing
11760         --filter and --process at the same time.
11761
11762 2005-03-23  Mats Bengtsson  <mabe@s3.kth.se>
11763
11764         * lily/parser.yy (bass_number),
11765         Documentation/user/instrument-notation.itely (Figured bass): 
11766         Add the possibility to use text markup in figured bass. 
11767
11768 2005-03-19  Graham Percival  <gperlist@shaw.ca>
11769
11770         * Documentation/user/global.itely: added info about naming
11771         identifiers and breakbefore.
11772
11773         * Documentation/user/invoking.itely: added info about batch
11774         processing files with convert-ly, removed references to TeX
11775         in the jail section.
11776
11777         * Documentation/user/examples.itely: possibly fixed piano
11778         dynamics.
11779
11780         * Documentation/user/advanced-notation.itely: added info
11781         about removing other types of Staff.
11782
11783         * Documentation/user/instrument-notation.itely: possibly
11784         fixed piano staff line switch.
11785
11786         * Documentation/user/changing-defaults.itely: added info
11787         about using normal font in titles.
11788
11789 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11790
11791         * VERSION (PATCH_LEVEL): release 2.5.16
11792
11793         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
11794         explicitly.
11795
11796 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11797
11798         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
11799         whitespace.
11800
11801         * python/lilylib.py (make_ps_images):
11802         * scm/backend-library.scm (postscript->pdf, postscript->png):
11803         Quote file name.  Use format rather than string-append juggling.
11804
11805 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11806
11807         * python/lilylib.py (make_ps_images): add x to -g argument. 
11808
11809         * lily/key-performer.cc (create_audio_elements): don't use
11810         scm_eval_string. Check for minor 3rd directly.
11811   
11812         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
11813         (sarabandeCelloGlobal): key is D minor, not F major.
11814
11815 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
11816
11817         Fix truncated --png output (Peter Danenberg).
11818         
11819         * python/lilylib.py (make_ps_images):
11820         * scripts/ps2png.py (copyright): Grok --papersize option.
11821
11822         * scm/backend-library.scm (postscript->png): Add parameter
11823         PAPERSIZE.  Update callers.
11824
11825         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
11826         Fixes symbol placement.
11827
11828         * lily/spanner.cc: 
11829         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
11830         <libc-extension.hh>).
11831
11832 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11833
11834         * Nitpick run.
11835
11836         * buildscripts/fixcc.py: Update.
11837
11838         Builddir run fixes.
11839
11840         * HACKING (datadir): Add VERSION.
11841
11842         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
11843         higher up.
11844
11845 2005-03-15  Werner Lemberg  <wl@gnu.org>
11846
11847         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
11848         diagonal stem doesn't become thinner.
11849
11850 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11851
11852         * buildscripts/fixcc.py: Fixes (Werner).
11853
11854 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11855
11856         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
11857         Emmentaler/Aybabtu.
11858
11859         * GNUmakefile.in: fix lilypond-words path.
11860
11861         * po/tr.po: update to 2.3.21
11862
11863         * lily/new-fingering-engraver.cc (position_scripts): take priority
11864         from head position.
11865
11866         * input/regression/finger-chords-order.ly (texidoc): new file.
11867
11868 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11869
11870         * make/ly-rules.make: 
11871         * stepmake/aclocal.m4: 
11872         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
11873
11874         * buildscripts/fixcc.py (rules): Leave space after operator.
11875
11876 2005-03-14  Werner Lemberg  <wl@gnu.org>
11877
11878         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
11879         top of the glyph with smooth curve.
11880
11881 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11882
11883         * Documentation/user/global.itely (Page layout): remove
11884         printpagenumber.
11885
11886 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
11887
11888         * input/regression/mensural-ligatures.ly: new file (with examples
11889         compiled by Pal Benko).
11890
11891         * Documentation/user/instrument-notation.itely: Bugfix: yet some
11892         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
11893         musicglyph access.  Many small beautifications in ancient
11894         examples.
11895
11896         * input/test/divisiones.ly: fixed indentation; small
11897         beautifications
11898
11899         * ly/engraver-init.ly: added FIXME comment
11900
11901         * scripts/lilypond-book.py,
11902         Documentation/user/lilypond-book.itely: added music fragment
11903         option "packed" to lilypond-book
11904
11905         * Documentation/user/instrument-notation.itely: Bugfix: added
11906         missing LedgerLineSpanner color setting in several places.  Added
11907         music fragment option "packed" to VaticanaContext example.
11908
11909 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11910
11911         * scm/define-grobs.scm (all-grob-descriptions): switch off
11912         Hyphen_spanner::set_spacing_rods 
11913
11914         * lily/lyric-hyphen.cc (print): add padding between syllable and
11915         hyphen.
11916         (print): shorten hyphen in tight situations (determine using
11917         minimum-length)
11918
11919         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
11920         0.4pt.
11921
11922 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
11923
11924         * ly/titling-init.ly (bookTitleMarkup): Refinements.
11925
11926         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
11927         header/footer markings for regression-test.
11928
11929         * scm/backend-library.scm (output-scopes, header-to-file): Move
11930         from framework-tex.scm.
11931
11932         * scm/framework-ps.scm (output-framework)
11933         (output-preview-framework):
11934         * scm/framework-eps.scm (output-classic-framework)
11935         (output-framework): Use it.  Fixes collated files.
11936
11937 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
11938
11939         * input/sakura-sakura.ly: 
11940         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
11941
11942         * buildscripts/guile-gnome.sh: Update.
11943
11944         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
11945
11946         * mf/aybabtu.pe.in: Capitalize Aybabtu.
11947
11948 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11949
11950         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
11951         culprit: always exit the loop if we find a rod, even if it has
11952         distance < 0. 
11953
11954         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
11955         algorithm.
11956
11957         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
11958         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
11959
11960         * scm/output-svg.scm (dashed-line): new  function body.
11961         
11962         * GNUmakefile.in: create .htaccess.
11963
11964 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11965
11966         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
11967
11968 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11969
11970         * VERSION (PACKAGE_NAME): release 2.5.15
11971
11972         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
11973
11974         * scm/framework-svg.scm (output-framework): put scaling in
11975         document header. Apply scaling only once.
11976         (output-framework): dump page size in px, not mm. 
11977
11978         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
11979         from font-size.
11980
11981         * lily/paper-outputter-scheme.cc (LY_DEFINE):
11982         ly:outputter-output-scheme, new function.
11983
11984         * scm/output-svg.scm (pango-description-to-svg-font): new function
11985
11986 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11987
11988         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
11989         target.
11990
11991         * input/typography-demo.ly: new file.
11992
11993 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11994
11995         * Documentation/user/global.itely (File structure): Add markup blocks
11996         to toplevel expressions.
11997         (Multiple movements, Creating titles): Add markup blocks.
11998
11999         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
12000         <libc-extension.hh>).
12001
12002         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
12003
12004         * flower
12005         * lily
12006         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
12007
12008 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12009
12010         * lily/accidental.cc: special bboxes for natural. 
12011
12012         * mf/feta-toevallig.mf: make stems heavier.
12013
12014         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
12015         texts as well.
12016
12017         * mf/feta-klef.mf: revise. 
12018
12019         * mf/feta-schrift.mf: make thinning of accent less pronounced.
12020
12021         * mf/feta-klef.mf: add rounded curve at top. 
12022         make thinnib a little heavier.
12023
12024 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
12025
12026         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
12027
12028         * buildscripts/fixcc.py: New file.
12029
12030         * input/regression/utf8.ly: Update Debian font description.
12031
12032 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12033
12034         * stepmake/aclocal.m4: Fix test.
12035
12036 2005-03-09  Graham Percival  <gperlist@shaw.ca>
12037
12038         * Documentation/user/invoking.itely: added Sebastino Vigna's
12039         docs for the --jail option.
12040
12041 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12042
12043         * lily/stem.cc (print): only produce stemlets if there are no
12044         noteheads on this stem.
12045
12046         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
12047         don't crash on stemlet (visible stem without heads).
12048
12049         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
12050         unbroken situations. 
12051
12052         * scm/output-lib.scm (center-invisible): new function.
12053
12054         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
12055         wishes to determine loose column space.
12056
12057         * lily/font-config.cc (init_fontconfig): add
12058         fonts/{otf,type1,cff}  to path.
12059
12060         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
12061
12062         * mf/GNUmakefile (Module): install all fonts under otf/
12063
12064         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
12065         replace /fonts/otf/ by /ps/ 
12066
12067         
12068 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12069
12070         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
12071
12072         * lily/book.cc (process): Oops, add score_.header_.
12073
12074         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
12075
12076         * lily/parser.yy: Handle toplevel and book texts as score.
12077
12078         * scm/page-layout.scm (default-page-make-stencil):
12079         Bugfix: (page-properties rename.
12080
12081         * scm/backend-library.scm (ly:system): Typo.
12082
12083 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12084
12085         * stepmake/stepmake/executable-targets.make (installexe): don't
12086         strip installed executables
12087
12088         * lily/font-select.cc (get_font_by_design_size): revert
12089         pango_description_string as well.
12090
12091         * lily/system.cc (set_loose_columns): put loose column just left
12092         of next column.
12093
12094         * lily/include/group-interface.hh (extract_grob_array): rename
12095         from Pointer_group_interface__extract_grobs
12096
12097         * input/regression/ledger-line-minimum.ly (texidoc): new file.
12098
12099         * lily/ledger-line-spanner.cc (set_spacing_rods): new
12100         function. Keep ledgered note heads at a minimum distance.
12101         Introduce minimum-length-fraction
12102         (print): introduce length-fraction property.
12103
12104 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12105
12106         * tex/GNUmakefile: remove latin1.enc rules.
12107
12108 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12109
12110         * scm/titling.scm: Typo.
12111
12112         * input/regression/score-text.ly: Really add.
12113
12114         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
12115
12116 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12117
12118         * lily/open-type-font-scheme.cc:  new file.
12119
12120 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12121
12122         * scm/titling.scm (layout-extract-page-properties): Rename from
12123         page-properties.  Update callers.
12124
12125         * lily/lexer.ll (Lily_lexer):
12126         * lily/parser.yy: Junk lyric_markup state.
12127
12128         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
12129
12130         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
12131         Add texts parameter.
12132
12133 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
12134
12135         * lily/lexer.ll (lyric_markup): New mode.
12136         (Lily_lexer::push_lyric_markup_state): New method.
12137         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
12138
12139         * lily/parser.yy (book_body):
12140         (toplevel_expression): Grok \markup texts.
12141
12142         * lily/score-scheme.cc (ly:music-scorify): 
12143         * scm/lily-library.scm (collect-music-for-book): Take texts
12144         parameter.
12145
12146         * lily/score.cc (texts_): New member.
12147
12148         * lily/paper-book.cc (systems): Format score texts.
12149
12150         * score-text.ly: New file.
12151
12152         * ttftool/SConscript:
12153         * kpath-guile/SConscript: New file.
12154
12155         * lily/SConscript:
12156         * SConstruct: Update.
12157
12158 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12159
12160         * VERSION (PACKAGE_NAME): release 2.5.14
12161
12162 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
12163
12164         * lily/main.cc: Add dummy xgettext markers.
12165
12166 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12167
12168         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
12169         requirements
12170
12171         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
12172         executable is < 40k
12173
12174         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
12175         hack.
12176
12177 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
12178
12179         * flower/libc-extension.cc:
12180         * flower/include/libc-extension.hh: [Open]BSD simply cast
12181         cookie/funopen declarations.
12182
12183         * stepmake/aclocal.m4: Check for libkpathsea.so.
12184
12185         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
12186         dl_kpse_find_file.
12187
12188 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12189
12190         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
12191         (open_library): alternative for static library.
12192
12193 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
12194
12195         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
12196
12197         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
12198
12199         Drop run-time dependency on teTeX.
12200
12201         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
12202
12203         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
12204         KPATHSEA_LIBS in LIBS.
12205         (STEPMAKE_DLOPEN): New function.
12206
12207         * lily/font-config.cc (init_fontconfig): Use dir for directory,
12208         not path.
12209
12210         * flower/file-path.cc (directories): Rename from paths, as this
12211         return an array of directories (a single path).
12212
12213 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12214
12215         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
12216
12217         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
12218         new ly:kpathsea-find-file
12219
12220         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
12221
12222         * kpath-guile/GNUmakefile: new file
12223
12224         * buildscripts/gen-emmentaler-scripts.py (i): generate
12225         emmentaler-X.fontname as well.
12226
12227         * buildscripts/ps-embed-cff.py: new script
12228
12229         * scm/lily-library.scm: remove ps-embed-cff.
12230
12231         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
12232         font loading. 
12233
12234         * scm/font.scm (add-music-fonts): load dynamics/numbers through
12235         fontconfig as well.
12236
12237         * lily/font-config.cc (init_fontconfig): add cff/ too.
12238
12239         * ly/generate-embedded-cff.ly: capitalize.
12240
12241         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
12242         so as to register the pango font.
12243
12244         * lily/font-config.cc (init_fontconfig): add
12245         prefix/{otf,type1,mf/out} to fontconfig path.
12246
12247         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
12248         overrides all. 
12249
12250         * configure.in (gui_b): remove ec mftrace check
12251
12252         * config.hh.in: use lilypond-Major.Minor as data directory.
12253
12254         * scm/framework-ps.scm (dump-page): use output-units for landscape.
12255
12256         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
12257         name.
12258
12259 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
12260
12261         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
12262         error messages.
12263
12264         * flower/libc-extension.cc:
12265         * flower/include/libc-extension.hh: [Open]BSD fixes for
12266         cookie/funopen declarations.
12267
12268 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12269
12270         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
12271         emmentaler.
12272
12273         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
12274         lcrm10.
12275
12276         * scm/define-markup-commands.scm (fontsize): new markup
12277         command. Also set baseline-skip
12278
12279 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
12280         
12281         * lily/main.cc (do_chroot_jail): paranoia security for webserver
12282         use.
12283
12284 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12285
12286         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
12287
12288         * lily/pdf.cc: remove PDF related files
12289
12290 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12291
12292         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
12293         <hamamatsu@gmx.de>
12294
12295 2005-03-05  Graham Percival  <gperlist@shaw.ca>
12296
12297         * Documentation/user/advanced-notation.itely: first draft
12298         of reorg done.
12299
12300         * Documentation/user/global.itely: fixed (sub)section
12301         bits of MIDI.
12302
12303 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
12304
12305         * cygwin/mknetrel (extras): Bufix (Bertalan).
12306
12307         * Documentation/user/basic-notation.itely (Chords): @ref fix.
12308         * Documentation/user/instrument-notation.itely (Introducing chord
12309         names): Compile fix: must have unique name.
12310
12311 2005-03-02  Graham Percival  <gperlist@shaw.ca>
12312
12313         * Documentation/user/instrument-notation.itely: reorg.
12314
12315 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
12316
12317         * scm/output-gnome.scm:
12318         * scm/output-svg.scm: Fix font scaling.
12319
12320 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
12321
12322         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
12323         what link to use best.
12324
12325         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
12326         * Documentation/user/tutorial.itely (Automatic and manual beams):
12327         Fix @ref.
12328
12329         * lily/tweak-registration.cc (replace_grob_tweak): New function.
12330         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
12331         * scm/framework-gnome.scm (tweak): Use it.
12332
12333 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12334
12335         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
12336
12337         * scm/output-ps.scm (white-text): reinstate white-text
12338
12339 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
12340
12341         * scm/output-ps.scm (offset-add): Remove.
12342
12343         * scm/lily-library.scm (offset-flip-y): New function.
12344         * scm/framework-gnome.scm (tweak): Use it.
12345
12346         * scm/output-gnome.scm (grob-cause): Add parameter.
12347
12348         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
12349         * scm/output-ps.scm (url-link): Move.
12350         (white-text): Warn user about brokenness.
12351
12352         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
12353         wrt ghostscript.
12354
12355 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12356
12357         * lily/slash-repeat-engraver.cc (try_music): always make slashes
12358         if body length smaller than measure length.
12359
12360         * scm/define-markup-commands.scm (with-url): oops. use Y extent
12361         for Y.
12362
12363         * ly/titling-init.ly (tagline): put default tagline in \paper
12364
12365 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
12366
12367         * lily/kpath.cc: 
12368         * lily/pdf.cc (Pdf_file): Use more generic error messages.
12369
12370         * scm/lily-library.scm (version-not-seen-message): New function.
12371         * ly/init.ly: Use it.
12372
12373         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
12374         breaks as progess.
12375
12376         * scripts/lilypond-book.py (do_process_cmd): Do not lump
12377         whitespace with l10n message.
12378
12379         * scm/framework-tex.scm (convert-to-ps):
12380         (convert-to-dvi): Do not use overly specific l10n messages.
12381
12382         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
12383
12384         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
12385         merge stderr with stdout.  
12386
12387 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
12388
12389         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
12390         Neeracher).
12391
12392 2005-02-29  Graham Percival  <gperlist@shaw.ca>
12393
12394         * Documentation/user/instrument-notation.teily: moved
12395         \arpeggio to Basic.
12396
12397         * Documentation/user/advanced-notation.itely: Articulation to
12398         Basic, a bunch of stuff from Basic moved to Advanced.
12399
12400         * Documentation/user/basic.itely: swapped various sections,
12401         reorganized Basic.
12402
12403 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12404
12405         * flower/memory-stream.cc: 
12406         * flower/libc-extension.cc: Remove obsolete #undefs.
12407
12408         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
12409         more carefully.
12410
12411 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12412
12413         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
12414         dependency.
12415
12416         * VERSION (PACKAGE_NAME): release 2.5.13
12417
12418         * GNUmakefile.in (web-ext): don't ship ps.gz
12419
12420         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
12421         stdout
12422
12423 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12424
12425         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
12426         without libintl.  Now it compiles too.
12427
12428 2005-02-28  Graham Percival  <gperlist@shaw.ca>
12429
12430         * Documentation/user/basic-notation.itely,
12431         instument-notation.itely, advanced-notation.itely:
12432         split up contents of notation.itely.
12433
12434         * Documentation/user/notation.itely: file removed.
12435
12436         * Documentation/user/invoking.itely, converters.itely:
12437         moved convert-ly info to invoking.itely.
12438
12439         * Documentation/user/global.itely, changing-defaults.itely,
12440         sound-output.itexi: moved global settings, file layout, and
12441         sound into global.itely.
12442
12443         * Documentation/user/sound-output.itexi: file removed.
12444
12445         * Documentation/user/lilypond.tely: removed links to
12446         notation.itely and sound.itely.
12447
12448 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12449
12450         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
12451
12452         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
12453  
12454         * THANKS: add sponsor.
12455
12456         * scm/define-markup-commands.scm (with-url): new markup command.
12457
12458         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
12459         tagline.
12460         
12461         * scm/output-tex.scm (url-link): stub.
12462
12463         * scm/output-ps.scm (url-link): new function.
12464
12465         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
12466         ly:set-point-and-click
12467
12468 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
12469
12470         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
12471         based on pdf-viewer setting.
12472
12473         * scm/framework-ps.scm (write-preamble): Find and set preferred
12474         pdf-viewer.
12475
12476 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12477
12478         * Documentation/user/point-and-click.itely: update for PDF point &
12479         click.
12480
12481         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
12482         editors based on EDITOR setting.
12483
12484 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
12485
12486         * scm/*: Oops, more grand 2005 replace bits.
12487
12488 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12489
12490         * ps/music-drawing-routines.ps: new routine: insert PDF mark
12491
12492         * scm/output-ps.scm (grob-cause): point & click support for
12493         PostScript
12494
12495 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12496
12497         * lily/input-scheme.cc (LY_DEFINE): rename to
12498         ly:input-file-line-column
12499
12500 2005-02-26  Graham Percival  <gperlist@shaw.ca>
12501
12502         * Documentation/user/examples.itely: small fix from Steve Doonan.
12503
12504         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
12505
12506         * THANKS: added Yuval Harel.
12507
12508         * Documentation/user/{various}: inserted two spaces after a period.
12509
12510         * Documentation/user/lilypond.tely: added framework for reorg.
12511
12512         * Documentation/user/basic-notation.itely, instrument-notation.itely,
12513         advanced-notation.itely, global.itely: new files, placeholder for
12514         future reorg.
12515
12516 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
12517
12518         * Documentation/user/notation.itely: revamped Polyphony section
12519         
12520 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12521
12522         * Documentation/user/lilypond-book.itely (Music fragment options):
12523         doc fontload.
12524
12525         * Documentation/user/changing-defaults.itely (Text encoding): add
12526         fontload option to utf8 include
12527
12528         * scripts/lilypond-book.py (compose_ly): add fontload option
12529
12530         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
12531         force-eps-font-include option.
12532
12533         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
12534         black triangle
12535
12536         * Documentation/user/invoking.itely (Editor support): remove
12537         lilypond-latex section.
12538
12539         * scripts/lilypond-latex.py (Module): remove script.
12540
12541         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
12542         overwrite .log. 
12543
12544         * lily/main.cc: remove -m, --no-layout
12545
12546         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
12547         to define. We don't want to override fprintf everywhere.
12548
12549 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
12550
12551         * cygwin/lilypond.hint: 
12552         * cygwin/README.in: Update dependencies.
12553
12554         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
12555         Bugfix: do not pollute CPPFLAGS, LIBS.
12556
12557         * cygwin/mknetrel (extras): Cross compile fixes.
12558
12559         * ttftool/util.c: 
12560         * ttftool/ttfps.c: 
12561         * ttftool/ps.c: #include libc-extension.hh
12562
12563         * flower/include/libc-extension.hh:
12564         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
12565         wrapper using funopen.
12566         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
12567         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
12568
12569         * config.hh.in:
12570         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
12571         (AC_CHECK_HEADERS): Add libio.h
12572
12573         * scripts/convert-ly.py: Uniformize, internationalize.
12574         (2.5.2): Remove fatal encoding rule.
12575         (2.5.13): Handle latin1 encoding gracefully.
12576
12577 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
12578
12579         * HACKING: Fix line breaks.
12580
12581 2005-02-23  Werner Lemberg  <wl@gnu.org>
12582
12583         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
12584         contains those two files.
12585
12586 2005-02-21  Werner Lemberg  <wl@gnu.org>
12587
12588         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
12589         to improve overlap removal process.
12590
12591         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
12592         left and right ending.  This ensures better overlapping.
12593         Update all callers.
12594         ("lineprall"): Don't use draw_gridline to get better overlapping.
12595
12596 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12597
12598         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
12599
12600         * Documentation/topdocs/NEWS.tely (Top): oops.
12601
12602 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
12603
12604         * HACKING: new file.
12605
12606         * input/regression/utf8.ly (portuguese): added a portuguese example
12607         to show latin1 accents.
12608
12609 2005-02-21  Pal Benko  <benkop@freestart.hu>
12610
12611         * lily/mensural-ligature-engraver.cc:
12612         * lily/mensural-ligature.cc:
12613         * lily/include/mensural-ligature.hh: new algorithm implemented
12614
12615         * scm/define-grob-properties.scm: join-left killed (add-join may
12616         be used); join-left-amount changed to join-right-amount
12617
12618 2005-02-21  Graham Percival  <gperlist@shaw.ca>
12619
12620         * Documentation/user/notation.itely: small but urgent fix.
12621
12622 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
12623
12624         * lily/duration-scheme.cc: bugfix: correct parameters to
12625         SCM_ASSERT_TYPE.
12626
12627         * THANKS: added Pal.
12628
12629         * Documentation/user/notation.itely: bugfix: unTeXified
12630         $\\backslash$.  Bugfix: yet another glyph renaming victim:
12631         "timesig.*x/y" -> "timesig.*xy".
12632
12633 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12634         
12635         * VERSION (PACKAGE_NAME): release 2.5.12
12636
12637 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12638
12639         * ly/engraver-init.ly: set tieWaitForNote to #t by default
12640
12641         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
12642
12643         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
12644
12645         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
12646
12647 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12648
12649         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
12650         latin1..utf-8.
12651
12652         * input/regression/stanza-number.ly:
12653         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
12654
12655         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
12656
12657 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12658
12659         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
12660         NEWS. Refer to website for older news.  
12661
12662         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
12663         .HTML. This should be done for specific servers only.
12664
12665         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
12666         .ly image examples.
12667
12668         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
12669         in layer 0 too.
12670
12671         * scm/define-context-properties.scm
12672         (all-user-translation-properties): add tieWaitForNote
12673
12674         * scm/define-grobs.scm (all-grob-descriptions): add
12675         Tie_column::before_line_breaking
12676
12677         * lily/tie.cc (get_column_rank): new function
12678
12679         * lily/tie-column.cc (before_line_breaking): new function.
12680         (werner_directions): take into account ties that start on
12681         different columns.  
12682
12683         * lily/score-engraver.cc (set_columns): move add_column() so we
12684         have column rank available.
12685
12686         * lily/tie.cc (get_column_rank): new function.
12687
12688         * input/regression/utf8.ly (japanese): add japanese lyrics.
12689
12690         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
12691
12692         * THANKS: add Steve D
12693
12694         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
12695         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
12696
12697 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
12698
12699         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
12700         to show harmonic notes
12701         * scm/define-markup-commands.scm: in \markup-by-number
12702         "dots-dot" -> "dots.dot" to show dotted notes
12703
12704 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12705
12706         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
12707
12708         * flower/memory-stream.cc (writer): new file.
12709
12710         * configure.in: add endian test.
12711
12712 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
12713
12714         * Documentation/user/examples.itely: small
12715         simplification/beautification
12716
12717         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
12718         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
12719         notation manual.
12720
12721         * lily/mensural-ligature.cc: bugfix: another few victims of the
12722         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
12723
12724         * ly/gregorian-init.ly: commit some experimental code for hi-level
12725         ligature input language lying around here for several months.
12726
12727         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
12728         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
12729
12730         * lily/vaticana-ligature-engraver.cc: bugfix: another few
12731         "x-y-z"->"x.y.s-z" fixes.
12732
12733 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12734
12735         * scm/framework-pdf.scm (scm): new file
12736
12737         * lily/include/pdf.hh (class Pdf_file): new file.
12738
12739         * lily/pdf.cc (write_trailer): new file.
12740
12741 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
12742
12743         * input/regression/color.ly: new file
12744
12745         * lily/stencil.cc (interpret_stencil_expression):
12746         when a color expression is encountered: save current color,
12747         process the rest of the expression, and restore previous color.
12748
12749         * lily/system.cc (get_line): check all grobs for color property and
12750         prepare the stencil scheme expressions for further processing.
12751         Fix layer-loop.
12752
12753         * scm/define-grob-properties.scm: introduce the color property.
12754
12755         * scm/output-lib.scm: color helper functions.
12756
12757         * scm/output-ps.scm: introduce setcolor/resetcolor.
12758
12759 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
12760
12761         * ly/*.ly, input/regression/*.ly: Added missing \version
12762         statements in some files.
12763
12764 2005-02-15  Graham Percival  <gperlist@shaw.ca>
12765
12766         * Documentation/user/notation.itely: minor editing.
12767
12768         * Documentation/user/converters.itely: updated convert-ly bugs.
12769
12770         * Documentation/user/lilypond-book.itely: add info about using
12771         feta characters in latex.
12772
12773 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12774
12775         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
12776
12777 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12778
12779         * scm/define-grob-properties.scm (all-user-grob-properties):
12780         removed 'dashed property.
12781
12782 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12783
12784         * scm/lily.scm (define-safe-public): new macro for defining
12785         variables that can be used in --safe mode. Use it in *.scm
12786         instead of manually setting safe-objects in safe-lily.scm.
12787
12788 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12789         
12790         * lily/slur.cc: Slur-dash patch by Bertalan.
12791
12792         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
12793
12794         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
12795
12796 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
12797
12798         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
12799
12800 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12801
12802         * mf/GNUmakefile: teTeX-3.0 install fix.
12803
12804         * Cygwin patch from Bertalan.
12805
12806         * stepmake/stepmake/metafont-rules.make: Remove bashism.
12807
12808 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12809
12810         * GNUmakefile.in: 
12811         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
12812
12813         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
12814         2.0.x compatibility.
12815
12816 2005-02-08  Werner Lemberg  <wl@gnu.org>
12817
12818         * mf/feta-din-code.mf: Format; clean up code.
12819         Replace `---' with `--' plus explicit path directions.
12820         (linethickness#, stafflinethickness#): Remove.
12821         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
12822         ("dynamic s"): Improve shape.
12823         ("dynamic p"): Improve shape.
12824         Replace `draw' with better outline approximation.
12825         ("dynamic r"): Improve shape.
12826         Don't call `fill' and `draw' at the same time.
12827
12828 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12829
12830         * SConstruct (symlink):
12831         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
12832         build fix: add enc symlink.
12833
12834         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
12835
12836         Support for DESTDIR besides prefix=/foo
12837
12838         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
12839
12840         * stepmake/stepmake/*.make:
12841         * */GNUmakefile:
12842         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
12843
12844         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
12845
12846         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
12847         mawk in fontforge (date) test.
12848
12849 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12850
12851         * scm/font.scm (make-century-schoolbook-tree): add NCS as
12852         font-family=roman. Add Luxi Sans as sans
12853
12854 2005-02-07  Graham Percival  <gperlist@shaw.ca>
12855
12856         * Documentation/user/notation.itely: add warning about
12857         percent repeats and Voice contexts.
12858
12859         * Documentation/user/lilypond-book.itely: clarified the
12860         necessity of dvips -u arguments.
12861
12862 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
12863
12864         * THANKS: Added a bunch of bug hunters.
12865
12866 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12867
12868         * scm/framework-ps.scm (output-preview-framework): bugfix.
12869
12870         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
12871         o/ for chord modifier..
12872
12873         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
12874
12875         * lily/drum-note-performer.cc:  remove unused (thanks Michael
12876         Welsh Duggan). 
12877
12878 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
12879
12880         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
12881
12882         * ly/titling-init.ly: Do not also print intstrument in header on
12883         first page.  Do not print page number on first and only page.
12884
12885 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12886
12887         * input/regression/*.ly: remove old-relative everywhere
12888
12889         * lily/music-sequence.cc (simultaneous_relative_callback): do
12890         what-if analysis on copy, not on original. Fixes old-relative
12891         compatibility.
12892
12893         * scm/backend-library.scm (postscript->png): space before
12894         --verbose.
12895         
12896 2005-02-05  Werner Lemberg  <wl@gnu.org>
12897
12898         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
12899         is defined.
12900
12901         * mf/feta-alphabet.mf: Define `staffsize#'.
12902         Include `feta-params.mf'.
12903         s/staffheight/design_size/.
12904
12905         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
12906
12907         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
12908
12909         * mf/feta-nummer-code.mf: Reformatted.
12910         (draw_six): Use outline intersection to avoid a self-intersecting
12911         path.
12912         ("Numeral comma"): Fix serious outline glitches.  This slightly
12913         changes the glyph shape.
12914         ("Numeral dash"): Use `draw_rounded_block'.
12915         ("Numeral dot"): Use `drawdot'.
12916         ("Numeral 1"): Assure identical tangent directions for the
12917         intersection points of paths.  The glyph shape improvement is only
12918         visible at very high magnifications.
12919         ("Numeral 2"): Use `solve' macro to make the lower right part of
12920         the glyph outline touch the x axis exactly.  This changes the
12921         glyph shape.
12922         Minor fixes for better overlap removal support.
12923         ("Numeral 4"): Make lefter corner `rounder'.
12924         ("Numeral 5"): Assure identical tangent directions for the
12925         intersection points of paths.  This improves the glyph shape at
12926         high magnifications.
12927         ("Numeral 7"): Use `solve' macro to make the upper right part of
12928         the glyph outline touch the metrics box exactly.  This changes the
12929         glyph shape.
12930         Avoid corner in the upper left part of the glyph (causing a minor
12931         shape change).
12932
12933         * mf/feta-ital-*.mf: Removed.  Unused.
12934
12935 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12936
12937         * VERSION (PATCH_LEVEL): release 2.5.11
12938
12939         * input/regression/fill-line-test.ly: new file.
12940
12941         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
12942         emmentaler name, eg. emmentaler-23. 
12943
12944 2005-02-04  Christian Hitz  <chhitz@gmx.net>
12945
12946         * scm/scm/define-markup-commands.scm (fill-line): rework for better
12947         alignment with centered texts
12948
12949         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
12950         list of paddings
12951
12952 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12953
12954         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
12955
12956         * lily/note-column.cc (translate_rests): call flush_extent_cache()
12957         of parents when translating rests. Fixes: c-chord-rest.ly 
12958
12959         * lily/include/dimension-cache.hh (struct Dimension_cache): add
12960         dimension_callback_ member.
12961
12962         * lily/grob.cc (flush_extent_cache): new function. Force recompute
12963         of extents.
12964
12965 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
12966
12967         * all but lily/*: The grand 2004/2005 replace.
12968
12969 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12970
12971         * lily/*: add space after ,  
12972
12973         * scm/music-functions.scm (has-request-chord): don't use
12974         ly:music-name anywhere. Fixes <<\\>> notation. 
12975
12976         * scm/define-markup-commands.scm (box): use font-size for
12977         padding. Fixes boxed-rehearsal-marks.ly
12978
12979         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
12980         identifier definition too, so foo = \lyrics { ...   } bar = #1
12981         doesn't complain about "bar" being LYRICS_STRING.
12982
12983         * lily/paper-def.cc (find_pango_font): new routine; Store
12984         pango_fonts in hash tab too. This is necessary for retrieving
12985         Pango_fonts::physical_font_tab() later on.
12986  
12987         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
12988         crash if psname is null.
12989
12990         * lily/lily-guile.cc (ly_hash2alist): new function
12991
12992         * Documentation/user/changing-defaults.itely (Text encoding):
12993         rewrite. 
12994
12995         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
12996         -> font_filename mapping.
12997
12998         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
12999         ly_pango_font_physical_fonts
13000
13001         * scm/framework-ps.scm (supplies-or-needs): extract names from
13002         physical Pango_fonts.
13003
13004         * utf8.ly: new file.
13005
13006 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13007
13008         * Documentation/user/changing-defaults.itely (Page layout): add
13009         doco about systemSeparatorMarkup.
13010
13011         * scm/page-layout.scm (default-page-make-stencil): add-to-page
13012         function.
13013         (default-page-make-stencil): insert system separators.
13014
13015         * scm/define-markup-commands.scm (hcenter): add
13016         (beam): add.
13017
13018 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13019
13020         * scm/output-ps.scm (ez-ball): reinstate ez notation.
13021
13022 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
13023
13024         * lily/main.cc: Spell backend consistently.  Sort options.
13025
13026 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13027
13028         * scripts/lilypond-book.py (Module): revert @include.
13029         
13030 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
13031
13032         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
13033         Bugfix: @include .tex (not .texi).  Small cleanups.
13034
13035         * stepmake/bin/add-html-footer.py (i18n): New function.
13036
13037 2005-01-31  Werner Lemberg  <wl@gnu.org>
13038
13039         * mf/feta-nummer.mf: Removed.  Unused.
13040
13041 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13042
13043         * lily/ : 2004 -> 2005 s&r
13044
13045         * scm/file-cache.scm (cached-file-contents): add file. Read each
13046         file only once.
13047
13048         * scm/font.scm (add-pango-fonts): change order. Medium weight is
13049         now default.
13050
13051         * VERSION: release 2.5.10
13052         
13053         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
13054
13055         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
13056
13057         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
13058         that both X and Y extents of bbox are non-nil.
13059
13060 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13061
13062         * scm/chord-name.scm (alteration->text-accidental-markup): change
13063         - to . 
13064
13065         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
13066
13067         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
13068
13069         * Documentation/user/invoking.itely (Invoking lilypond): add note
13070         about EPS backend.
13071
13072         * scm/framework-eps.scm: new file: create per-system/per-page EPS
13073         files for inclusion in lilypond-book document.
13074
13075         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
13076
13077         * input/tutorial/lbook-texi-test.texi: new file.
13078
13079         * scm/safe-lily.scm (safe-objects): add
13080         {begin,end}-of-line-(in)?visible as safe.
13081  
13082 2005-01-30  Graham Percival  <gperlist@shaw.ca>
13083
13084         * Documentation/user/changing-defaults.itely: fixed example
13085         of (dynamics).
13086
13087 2005-01-29  Graham Percival  <gperlist@shaw.ca>
13088
13089         * lily/main.cc: fix info about -o=FILE.
13090
13091 2005-01-29  Werner Lemberg  <wl@gnu.org>
13092
13093         * mf/feta-toevallig.mf ("Natural"): Completely changed the
13094         construction to assure smooth transition from straight to curved
13095         lines.
13096
13097 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13098
13099         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
13100         stencils.
13101
13102         * ps/lilyponddefs.ps: add start-page, start-system doesn't
13103         translate to top of page. Fixes alignment problems of
13104         lilypond-generated EPS files.
13105
13106 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13107
13108         * scm/part-combiner.scm (analyse-spanner-states): trigger on
13109         crescendo-end as well, since Decrescendo maybe ended with Stop
13110         Crescendo.). Fixes: partcombine-diminuendo.ly
13111
13112         * scm/script.scm (default-script-alist): swap portato symbols.
13113
13114         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
13115
13116         * lily/paper-outputter-scheme.cc (LY_DEFINE):
13117         ly:outputter-port. New function.
13118
13119         * scm/framework-ps.scm (output-classic-framework): dump a
13120         -systems.texi too
13121         (output-classic-framework): dump multiple systems on an "infinite"
13122         page EPS including fonts. 
13123
13124         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
13125         .eps files for both texi and tex formats. Use PNG coming from
13126         lilypond.
13127         
13128 2005-01-28  Graham Percival  <gperlist@shaw.ca>
13129
13130         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
13131
13132         * scripts/lilypond-latex.py: fix info about -o=FILE.
13133
13134 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13135
13136         * ly/generate-embedded-cff.ly: write .cff.ps files.
13137
13138         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
13139
13140         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
13141         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
13142
13143 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
13144
13145         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
13146
13147 2005-01-28  Werner Lemberg  <wl@gnu.org>
13148
13149         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
13150         macros.
13151         (draw_bulb): Improved.
13152
13153         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
13154         metapost bug.
13155         (draw_pedal_P): Use soft_end_penstroke.
13156         (draw_pedal_d): Use soft_start_penstroke.
13157
13158         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
13159         path.
13160         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
13161         doesn't change the glyph shape.
13162
13163         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
13164         changing the shape) to avoid fontforge warnings.
13165
13166         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
13167         soft_end_penstroke and fix glyph shape.
13168
13169 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13170
13171         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
13172
13173 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13174
13175         * scm/define-markup-commands.scm (line): filter out empty stencils
13176         from line command.
13177
13178         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
13179         amount.
13180
13181 2005-01-27  Graham Percival  <gperlist@shaw.ca>
13182
13183         * Documentation/user/notation.itely: added info about what
13184         \voiceFoo does.  Also rewrote warning about marks at
13185         a line break.
13186
13187         * Documentation/user/changing-defaults.itely: added info
13188         about putting dynamics in parenthesis and brackets.
13189
13190 2005-01-27  Werner Lemberg  <wl@gnu.org>
13191
13192         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
13193
13194 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13195
13196         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
13197         portato-direction.ly
13198
13199         * lily/beam.cc (consider_auto_knees): add beam height to
13200         threshold. Fixes: knee-multiple-beam.ly
13201
13202         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
13203         pedal line spanners. Fixes: instrument-center-pedal.ly
13204
13205         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
13206         if encountering barline. Fixes: auto-beam-repeat.ly
13207
13208 2005-01-26  Werner Lemberg  <wl@gnu.org>
13209
13210         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
13211         overlapping.
13212
13213         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
13214         with inflections for the 1/2 sharp glyph.
13215
13216         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
13217         connection between `t' and `r'.
13218         Unify bulb with the rest of `r' to avoid grazing outlines which
13219         confuses the overlap removal algorithm of fontforge.
13220
13221         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
13222         inflections.
13223         (draw_cross): Fix shape to have uniform thickness in corners.
13224
13225         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
13226         to avoid an uneven number of self-intersections; this confuses
13227         fontforge.
13228         Fix a slight bug in the shape at left bottom (which is visible only
13229         at high magnifications).
13230         `Center' the stem horizontally to avoid overlapping.
13231
13232 2005-01-24  Werner Lemberg  <wl@gnu.org>
13233
13234         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
13235         to `asis'.
13236         (fet_begingroup): Save group name in string `feta_group'.
13237         (fet_endgroup): Updated.
13238         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
13239
13240         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
13241
13242         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
13243         in metapost.
13244
13245 2005-01-24  Graham Percival  <gperlist@shaw.ca>
13246
13247         * Documentation/user/notation.itely: really minor editing.
13248
13249 2005-01-22  Graham Percival  <gperlist@shaw.ca>
13250
13251         * Documentation/user/examples.itely: minor editing.
13252
13253         * Documentation/user/changing-defaults.itely: minor editing.
13254
13255         * Documentation/user/notation.itely: clarified info on polyphony
13256         and \addlyrics.
13257
13258 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
13259
13260         * scm/output-gnome.scm: 
13261         * scm/output-svg.scm:
13262         * scm/lily-library.scm (font-name-style): Update font name
13263         kludging for fontconfig use.
13264
13265 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
13266
13267         * scm/define-markup-commands.scm: Document right-align and
13268         larger markup commands. Remove "TODO" from the topmost comment
13269         "each markup function should have a doc string." More consistent
13270         use of new-lines.
13271
13272 2005-01-22  Graham Percival  <gperlist@shaw.ca>
13273
13274         * Documentation/user/changing-defaults: removed info about
13275         copyright symbol, since it's likely to change soon.
13276         Added info about betweensystemspace.
13277
13278         * Documentation/user/notation.itely: minor fixes.
13279
13280         * Documentation/user/lilypond.tely,
13281         Documentation/user/music-glossary.tely: changed copyright
13282         date to 2005 instead of 2004.
13283
13284         * input/test/volta-chord-names.ly: added old example back.
13285
13286 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13287
13288         * mf/feta-beugel.mf: use design size 20 (not 15).
13289
13290         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
13291         change name to aybabtu completely
13292
13293 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13294
13295         * buildscripts/gen-emmentaler-scripts.py (outdir): add
13296         design_size to fontname
13297
13298 2005-01-19  Werner Lemberg  <wl@gnu.org>
13299
13300         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
13301         mf/feta-schrift.mf: s/p/pat/ if a path variable.
13302
13303         * mf/feta-autometric.mf (set_char_box): Add code which emits
13304         specials for mf2pt1 if run with metapost.
13305         (to_bp): New macro for mf2pt1.
13306
13307 2005-01-18  Graham Percival  <gperlist@shaw.ca>
13308
13309         * Documentation/user/changing-defaults: added info on
13310         creating a copyright symbol.
13311
13312 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13313
13314         * VERSION: release 2.5.9
13315         
13316 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
13317
13318         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
13319
13320         * Documentation/user/notation.itely: Document
13321         score-override-auto-beam-setting Fix documentation for
13322         revert-auto-beam-setting.
13323
13324 2005-01-18  Werner Lemberg  <wl@gnu.org>
13325
13326         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
13327         (procset): New function to define a procset resource.
13328         (ps-embed-pfa): New function to define a font resource.
13329         (setup): New function to define a `Setup' environment.
13330         (preamble): Use new functions.
13331
13332         * ps/lilypond.defs (init-lilypond-parameters): New function to
13333         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
13334
13335 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13336
13337         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
13338
13339 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
13340
13341         * scm/define-markup-commands.scm: Change number->markletter-string
13342         to take two arguments (vector number). Add number->mark-alphabet-vector
13343         and markalphabet markup command.
13344
13345         * scm/translation-functions.scm: Add format-mark-box-alphabet,
13346         format-mark-alphabet, format-mark-box-barnumbers and
13347         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
13348
13349 2005-01-17  Graham Percival  <gperlist@shaw.ca>
13350
13351         * Documentation/user/examples.itely: add SATB automatic piano
13352         reduction template.
13353
13354         * Documentation/user/notation.itely: added info about changing
13355         partcombine texts.  Also adds examples of alternate lyrics.
13356
13357         * Documentation/user/changing-defaults.itely: added warning
13358         about \RemoveEmptyStaffContext overriding previous changes.
13359
13360 2005-01-17  Werner Lemberg  <wl@gnu.org>
13361
13362         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
13363         feta-alphabet*.
13364
13365 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13366
13367         * python/lilylib.py (make_ps_images): don't do final showpage for
13368         multi-page documents.
13369         
13370         * VERSION (MY_PATCH_LEVEL): release 2.5.8
13371
13372 2005-01-16  Graham Percival  <gperlist@shaw.ca>
13373
13374         * Documentation/user/lilypond.tely: changed order of appendices;
13375         unified index should be last.
13376
13377         * Documentation/user/notation.itely: add example of key signatures
13378         and info about Staff.printKeyCancellation.
13379
13380 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13381
13382         * lily/include/repeated-music.hh (class Repeated_music): change
13383         into "namespace" class.
13384
13385         * lily/event.cc: remove Key_change_event.
13386
13387         * lily/include/transposed-music.hh (class Transposed_music): remove.
13388
13389         * lily/transposed-music.cc: remove
13390
13391         * lily/include/relative-music.hh: remove.
13392
13393         * lily/include/music-sequence.hh (struct Music_sequence): change
13394         into "namespace" class.
13395
13396         * lily/untransposable-music.cc (Module): remove
13397
13398         * lily/include/un-relativable-music.hh (Module): remove
13399
13400         * lily/include/untransposable-music.hh (Module): remove
13401
13402         * lily/include/music-list.hh (Module): remove file
13403
13404         * lily/un-relativable-music.cc: remove file.
13405
13406 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
13407
13408         * lily/parser.yy: Compile fix.
13409
13410 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13411
13412         * lily/include/music.hh (class Music): unvirtualize transpose().
13413
13414         * lily/sequential-music.cc: remove file.
13415
13416         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
13417
13418         * lily/slur-scoring.cc (get_best_curve): only switch on
13419         DEBUG_SLUR_SCORING for non NDEBUG builds.
13420
13421         * lily/include/music.hh (class Music): replace Music::start_mom()
13422         by start-callback property
13423
13424         * lily/include/grace-music.hh: remove file. 
13425
13426         * lily/stem.cc (height): robustness fix.
13427
13428         * lily/time-scaled-music.cc: remove file.
13429
13430         * lily/include/music.hh (class Music): include SCM init argument.
13431         (class Music): replace Music::get_length() virtual by
13432         length-callback property everywhere.
13433
13434         * scripts/convert-ly.py (conv): add  # to \property scalar value.
13435
13436         * mf/GNUmakefile: don't install *list.ly
13437
13438 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
13439
13440         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
13441
13442 2005-01-12  Werner Lemberg  <wl@gnu.org>
13443
13444         This patch addresses the following problems in the feta sources
13445         files which contribute to the fetaXX fonts.
13446
13447         . Many fixes for rasterization at low resolutions (consistent use of
13448           `vround' and `hround', integer shift values for paths, applying
13449           `eps' for mirrored paths, use of `define_whole_pixels' and
13450           friends, etc.) -- while this probably looks like a waste of time
13451           it has revealed deficiencies in some glyph shapes.  See comment at
13452           the end of feta-params.mf how vertical symmetry is achieved.
13453
13454         . The `---' operator has been replaced everywhere with `--'; this
13455           both improves and considerably reduces the font size after
13456           conversion with mf2pt1.
13457
13458         These change aren't explicitly mentioned below since virtually all
13459         glyphs are affected.
13460
13461         Other notable differences:
13462
13463         . Glyphs from feta-accordion.mf now have charboxes around the
13464           outline.
13465
13466         . Fixed incorrect charbox for `accDot'.
13467
13468         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
13469
13470         . Fixed position of the bow in the `upprall' glyph and its siblings.
13471
13472         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
13473           dependent on the staff line thickness to avoid touching the middle
13474           staff line at smaller sizes.
13475
13476         . Largely extended output for feta-testXX: Where useful, glyphs
13477         are shown both between and on staff lines.
13478
13479
13480         * mf/feta-params.mf (staff_space_rounded,
13481         stafflinethickness_rounded, linethickness_rounded,
13482         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
13483         Update all code which uses them where appropriate.
13484         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
13485         New variables used to control rasterization at low resolutions.  Set
13486         to zero if feta code is processed with metapost.
13487
13488         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
13489         (draw_rounded_block, draw_square_block): Updated to use `--' only.
13490         (flare_path): Updated.
13491         Make it work with `filldraw' (but only circular pens).
13492         (hfloor, vfloor, hceiling, vceiling): New macros.
13493
13494         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
13495         Use `draw' again in mf mode to have good pixel dropout control.
13496         Fix intersection points of horizontal lines with circle.
13497         ("accDot"): Fix parameters for set_char_box.
13498         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
13499         control.
13500
13501         * mf/feta-banier.mf: Updated.
13502
13503         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
13504         testing.
13505         (undraw_inside_ellipse): Remove `center' argument.  Update all
13506         callers.
13507         (draw_brevis): New macro, called by "Brevis notehead".
13508         (draw_whole_triangle_head): New macro, called by "Whole
13509         trianglehead".
13510         (draw_small_triangle_head): Use `filldraw'.
13511
13512         * mf/feta-eindelijk.mf: Remove useless global group.
13513         Updated.
13514
13515         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
13516         `filldraw'.
13517
13518         * mf/feta-pendaal.mf: Updated.
13519
13520         * mf/feta-puntje.mf: Updated.
13521
13522         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
13523         less points.
13524         ("Flageolet"): Use `draw' again in mf mode to have good pixel
13525         dropout control.
13526         ("Varied Coda"): Use `draw_block'.
13527         (draw_comma): Fix typo.
13528         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
13529         pixel dropout control.
13530
13531         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
13532         position of bow.
13533
13534         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
13535         sizes.
13536
13537         * mf/feta-toevallig.mf (remember_pic): New variable, used for
13538         testing.
13539         (draw_meta_sharp): Much simplified.
13540         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
13541
13542         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
13543
13544 2005-01-13  Mats Bengtsson  <mabe@s3.kth.se>
13545
13546         * Documentation/user/notation.itely (Ancient rests): Fix typo
13547         (thanks Anthony)
13548
13549 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
13550
13551         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
13552
13553         * lily/main.cc (setup_paths): Add cff.
13554
13555         * mf/GNUmakefile (foe): Include actual target %.cff.
13556         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
13557
13558 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13559
13560         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
13561         suffix for main_input_b_.
13562
13563         * scm/music-functions.scm (toplevel-music-functions):
13564         precompute music lengths for music expressions.  
13565
13566 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13567
13568         * lily/include/input.hh (class Input): new `end_' slot for end of
13569         input. Renamed defined_str0_ to start_.
13570
13571         * lily/input.cc (Input): Add Input::Input (Input const &) and
13572         remove Input::Input (Source_file*, char const *). Use the new
13573         slots.
13574         (set_location): method used by bison to propagate input
13575         locations (YYLLOC_DEFAULT).
13576         (end_line_number, end_column_number, step_forward): new methods
13577         
13578         * lily/input-scheme.cc (ly:input-both-locations): new function,
13579         similar to ly:input-location, but also return the end line and
13580         column.
13581
13582         * lily/include/includable-lexer.hh: 
13583         * lily/includable-lexer.cc: 
13584         * lily/include/lily-lexer.hh (class Lily_lexer): 
13585         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
13586         Includable_lexer to Lily_lexer, in order to update lexloc (the
13587         yylloc), a new slot of Lily_lexer.
13588         (here_input, LexerError): simplify by using the lexloc slot (aka
13589         yylloc)
13590
13591         * lily/lexer.ll: #define yylloc to use input locations (it may
13592         be useless here?). Fixed the #embedded_scm rule (step the location
13593         forward in order to skip the sharp sign before parsing the scheme
13594         expression)
13595
13596         * lily/include/lily-parser.hh (class Lily_parser): 
13597         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
13598         here_input()
13599         (parser_error): overload for more precise locations of errors.
13600
13601         * lily/parser.yy (YYLTYPE): set location type to Input
13602         (YYLLOC_DEFAULT): use Input::set_location()
13603         (yylex): add the YYLTYPE* location parameter.
13604         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
13605         Give an Input parameter to THIS->parser-error() for more accurate
13606         messages.
13607
13608 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13609
13610         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
13611
13612         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
13613         on BEAMQUANTING for non-NDEBUG builds.
13614
13615         * lily/stem.cc (head_count): performance: avoid String::String()
13616         inside oft called function.
13617
13618 2005-01-09  Graham Percival  <gperlist@shaw.ca>
13619
13620         * Documentation/user/examles.itely: attempted fix for broken
13621         string quartet template.
13622
13623         * Documentation/user/notation.itely: remove unnecessary broken
13624         link.
13625
13626 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13627
13628         * VERSION (PACKAGE_NAME): release 2.5.7
13629
13630 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
13631
13632         * config.make.in (METAFONT): Append -progname=mf, fixes use with
13633         mf-nowin for teTeX-3.0.  Backportme.
13634
13635         * scm/output-svg.scm (utf8-string): New function.
13636
13637         * scm/output-gnome.scm (utf8-string): New function.
13638         (otf-name-mangling): Remove.
13639
13640         * lily/pango-font.cc (Pango_font): Use font string iso font
13641         filename for utf8-text.
13642
13643         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
13644         name.
13645
13646 2005-01-08  Graham Percival  <gperlist@shaw.ca>
13647
13648         * Documentation/user/notation.itely: add info about
13649         Staff.extraNatural = ##f in Pitches section.  Also
13650         fixed some minor issues in the Vocal music section.
13651
13652 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13653
13654         * scm/output-ps.scm (white-text): comment out Helvetica font,
13655         which is broken for my GS install.
13656
13657         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
13658         which provides a tighter bbox.
13659
13660         * scm/define-grobs.scm (all-grob-descriptions): remove all
13661         extra-offsets from definitions.
13662
13663 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
13664
13665         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
13666         add tuning for 4-string bass and some common 4/5-string banjo
13667         tunings.  New function (four-string-banjo) turns a 5-string tuning
13668         into a 4-string tuning.  New function
13669         (fret-number-tablature-format-banjo) computes correct fret numbers
13670         on 5-string banjos.
13671
13672         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
13673         Add beam correction to TabVoice.
13674
13675         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
13676         using bold font; makes tabs more readable.
13677
13678 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13679
13680         * lily/font-select.cc (get_font_by_design_size): don't make
13681         Modified_font_metric; this causes trouble, since we don't know the
13682         font magnification from inside Pango_font::text_stencil()
13683
13684         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
13685
13686         * Documentation/user/notation.itely (The Lyrics context): comment out
13687         broken {Small ensembles} link.
13688
13689         * scm/framework-svg.scm (output-framework): change calling convention.
13690
13691         * lily/object-key-dumper-scheme.cc: new file.
13692
13693         * lily/object-key-undumper-scheme.cc: new file.
13694
13695         * lily/tweak-registration-scheme.cc: new file.
13696
13697         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
13698
13699         * Documentation/user/examples.itely (String quartet): uncomment
13700         broken example.
13701
13702         * lily/font-config.cc: new file.
13703
13704 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
13705
13706         * scm/output-svg.scm: 
13707         * scm/output-gnome.scm: s/bigcheese/emmentaler.
13708
13709         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
13710
13711 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
13712
13713         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
13714         Add headers.
13715
13716         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
13717
13718 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13719
13720         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
13721
13722         * lily/include/main.hh: lose _b hungarian suffixes for global
13723         variables.
13724
13725         * lily/include/lily-guile-macros.hh: new file.
13726
13727         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
13728
13729         * lily/general-scheme.cc: new file. 
13730
13731         * lily/font-select.cc (get_font_by_design_size): retrieve
13732         PangoFont for (designsize . "pango-descr") entries.
13733
13734         * lily/lily-parser-scheme.cc: new file.
13735
13736         * lily/output-def-scheme.cc: new file.
13737
13738         * lily/paper-book-scheme.cc: new file.
13739
13740         * lily/duration-scheme.cc (LY_DEFINE): new file.
13741
13742         * lily/pitch-scheme.cc:  new file.
13743
13744         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
13745
13746 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13747
13748         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
13749
13750 2005-01-06  Graham Percival  <gperlist@shaw.ca>
13751
13752         * Documentation/user/notation.itely: minor editing.
13753
13754         * Documentation/user/changing-defaults: minor editing.
13755
13756         * Documentation/user/examples.itely: add template for
13757         string quartet part extraction; demonstrates tag.
13758
13759 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
13760
13761         * Documentation/user/notation.itely: documents
13762         format-mark-box-letters and format-mark-box-numbers
13763
13764         * scm/define-context-properties.scm: change comment.
13765
13766 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13767
13768         * scm/framework-ps.scm (output-classic-framework): new function:
13769         dump systems as separate .eps files (without fonts) and write a
13770         single collecting .tex file.
13771
13772 2005-01-05  Mats Bengtsson  <mabe@s3.kth.se>
13773
13774         * Documentation/user/notation.itely (Setting simple songs):
13775         Correct several errors in the equivalent formulation of
13776         \addlyrics. 
13777         (The Lyrics context): Corrected link to the SATB example.
13778
13779 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13780
13781         * scm/lily.scm (completize-formats): new function
13782         (postprocess-output): new function
13783
13784         * lily/paper-book.cc (classic_output): change calling
13785         convention. Give basename as first argument. 
13786         remove Paper_book::post_processing().
13787
13788         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
13789
13790 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13791
13792         * lily/paper-outputter.cc (LY_DEFINE): new function
13793         ly:outputter-close.
13794
13795         * lily/main.cc: change --format,-f to --backend,-b
13796
13797         * lily/include/main.hh: rename format to backend.
13798
13799         * scm/translation-functions.scm (format-mark-box-numbers): add.
13800         patch by Erlend Aasland
13801
13802 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13803
13804         * lily/pango-font.cc (text_stencil): dump string as
13805         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
13806
13807 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
13808
13809         * configure.in (gui_b): Remove handy developer-only
13810         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
13811         CVS source installations (but break other non-default but correct
13812         PKG_CONFIG_PATH setups), as this is no longer developer-only.
13813
13814         * SConstruct: 
13815         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
13816         compatibility (backportme).
13817
13818         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
13819
13820 2005-01-03  Werner Lemberg  <wl@gnu.org>
13821
13822         Prepare glyph shapes for mf2pt1 conversion.
13823
13824         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
13825         (accDiscant, accFreebase, accStdbase): Replace `draw' with
13826         `penstroke'.
13827         (accDot): Use `drawdot'.
13828         (accBayanbase): Replace `draw' with `draw_gridline'.
13829         (print_penpos): Moved to feta-macros.mf.
13830         (accOldEE): Replace `filldraw' with `penstroke'.
13831         Replace `draw' with `penstroke' and `drawdot'.
13832
13833         * mf/feta-banier.mf: Code clean-up.
13834         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
13835         `fill'.
13836
13837         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
13838
13839         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
13840         paremeter to control drawing of labels.  Update all callers.
13841
13842         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
13843         (new_bulb): Return a bulb as a single path.  To do that, it now
13844         takes some more parameters.  Updated all callers.
13845         (draw_gclef): Major clean-up.  `draw' has been replaced with
13846         `penstroke', unnecessary outlines have been removed.
13847         Remove (unused) gnome-canvas code.
13848
13849         * mf/feta-macros.mf (print_penpos): New macro (from
13850         feta-accordion.mf).
13851         Other minor fixes.
13852
13853         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
13854         ("Pedal dot"): Use `drawdot'.
13855         (draw_pedal_P): Add parameter to control drawing of labels.  Update
13856         all callers.
13857         Fix shape at top.
13858         (draw_pedal_e): Add parameter to control drawing of labels.  Update
13859         all callers.
13860         (draw_pedal_d): Add parameter to control drawing of labels.  Update
13861         all callers.
13862         Revert drawing direction.
13863
13864         * mf/feta-schrift.mf (draw_fermata): Use single path.
13865         (draw_short_fermata): Replace `filldraw' with `fill'.
13866         (draw_long_fermata, draw_very_long_fermata): Replace calls to
13867         `draw_rounded_block' with a single path.
13868         ("Thumb"): Draw full circle instead of mirroring segments.
13869         (draw_accent): New macro.
13870         ("> accent", "espr"): Use it.
13871         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
13872         ("open (unstopped)"): Draw full circle instead of mirroring
13873         segments.
13874         (draw_vee): Removed.
13875         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
13876         ("Downbow"): Replace calls to `draw_rounded_block' with a single
13877         path.
13878         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
13879         partial pieces drawn with `fill' -- these do still overlap with the
13880         stem of the `t' but just once, not multiple times so that fontforge
13881         can handle it gracefully.
13882         Change other parts of the glyph so that fontforge's overlapping
13883         algorithm reliably works.
13884         (draw_heel): Replace `draw' with `fill'.
13885         (draw_toe): Use `draw_accent' instead of `draw_vee'.
13886         ("Flageolet"): Replace `draw' with `penstroke'.
13887         ("Segno"): Replace `filldraw' with `penstroke'.
13888         Replace `draw' with `drawdot'.
13889         ("Coda"): Replace `fill' with `penstroke', using a single path.
13890         ("Varied Coda"): Use less overlapping paths.
13891         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
13892         single path.
13893
13894         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
13895         group to better control the `labels' command.
13896         Rename argument to `offset' and use it actually.  Update all
13897         callers.
13898         Replace `filldraw' with `fill'.
13899         ("mordent", "prallmordent", "upmordent", "downmordent",
13900         "lineprall"): Replace `draw' with `draw_gridline'.
13901         ("upprall", "downprall"): Replace `draw' with `fill'.
13902
13903         * mf/feta-timesig.mf: Formatting.
13904
13905         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
13906         to...
13907         ("Flat"): Here.
13908         (draw_paren): Move code to draw labels to...
13909         ("Right Parenthesis"): Here.
13910
13911 2005-01-02  Graham Percival <gperlist@shaw.ca>
13912
13913         * Documentation/user/notation.itely: add example of \setTextDecresc
13914         and \setTextDim.
13915
13916 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
13917
13918         * scm/define-markup-commands.scm :  fix glyph-strings of
13919         accidentals and \note-by-number
13920
13921 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13922
13923         * VERSION: 2.5.6 released.
13924         
13925         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
13926
13927         * input/regression/new-markup-scheme.ly: oops. font-family=music
13928         -> font-encoding fetaMusic.  
13929
13930         * lily/main.cc: put default to PS.
13931
13932         * lily/tfm.cc: idem.
13933
13934         * lily/afm.cc: idem.
13935
13936         * lily/include/modified-font-metric.hh (struct
13937         Modified_font_metric): remove coding_scheme() method.
13938
13939         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
13940
13941         * scripts/convert-ly.py (conv): crash on encountering \encoding.
13942
13943         * input/les-nereides.ly: convert to utf8
13944
13945         * lily/modified-font-metric.cc (text_dimension): idem.
13946
13947         * lily/parser.yy (TODO): idem.
13948
13949         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
13950
13951         * lily/lexer.ll: remove encoding
13952
13953         * scm/framework-ps.scm (output-variables): separately scale the
13954         page to mm 
13955
13956         * lily/pango-font.cc (Pango_font): fix scaling.
13957
13958         * lily/font-metric.cc (design_size): design_size returns a
13959         dimension now as well.
13960
13961 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13962
13963         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
13964         brace generation. 
13965
13966         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
13967
13968 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
13969
13970         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
13971         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
13972
13973 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13974
13975         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
13976         in first run as well.
13977
13978         * scm/paper.scm (layout-set-staff-size): use text-font-size in
13979         dimension less points (ie. 12 = 12 point)
13980
13981         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
13982
13983         * lily/all-font-metrics.cc (find_pango_font): set description_
13984
13985         * lily/pango-font.cc (text_stencil): export size as well.
13986         (text_stencil): fix scaling and extents box.
13987
13988 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13989
13990         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
13991
13992         * Documentation/user/invoking.itely (Invoking lilypond): document
13993         texstr
13994
13995         * scripts/convert-ly.py (conv): add ancient rules.
13996
13997         * scm/clef.scm (c0-pitch-alist): replace - with .
13998
13999         * scripts/lilypond-book.py (process_snippets): add texstr support.
14000
14001         * scm/framework-texstr.scm (header): change extension to .textmetrics
14002
14003         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
14004         -f tex.
14005
14006         * lily/text-metrics.cc: new file.
14007         (try_load_text_metrics): new function
14008
14009         * lily/include/text-metrics.hh: new file.
14010
14011 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14012
14013         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
14014         ly_scheme_function to ly_lily_module_constant.
14015
14016         * lily/modified-font-metric.cc (text_dimension): try
14017         lookup_tex_text_dimension() first.
14018
14019         * lily/tfm.cc: new function ly:load-text-dimensions
14020
14021 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14022
14023         * scm/output-texstr.scm (text): use \lilygetmetrics
14024
14025         * scm/framework-texstr.scm (header): dump in new format.
14026
14027         * tex/lilypond-tex-metrics: new file.
14028         
14029 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
14030
14031         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
14032         mapping.
14033         (index_to_charcode): New method.
14034
14035         * scm/output-ps.scm (glyph-string): 
14036         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
14037
14038 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
14039
14040         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
14041         implement fully, need FONT to get to charcode.
14042
14043         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
14044
14045         * scm: Cleanups.
14046
14047         * Documentation/user/changing-defaults.itely: Fix internalsrefs
14048         {Tunable context properties},
14049         {All layout objects},
14050         {Music definitions}.
14051
14052 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14053
14054         * VERSION: release 2.5.5
14055         
14056         * lily/main.cc: use TeX as default output format.
14057
14058         * flower/file-path.cc (find): try to open directly as well, so we
14059         find absolute path files. 
14060
14061         * lily/pango-select.cc: new file.
14062
14063         * scm/framework-ps.scm: remove all encoding code. 
14064         load pfb/pfa for PangoFont too.
14065         
14066         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
14067
14068 2004-12-22  Werner Lemberg  <wl@gnu.org>
14069
14070         Prepare glyph shapes for mf2pt1 conversion.
14071
14072         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
14073
14074         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
14075         (define_triangle_shape): Use it to replace `draw' with `fill' and
14076         `unfill'.  Update all callers.
14077         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
14078         (draw_cross): Ditto.
14079         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
14080         Use penrazor for better conversion with mf2pt1.
14081         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
14082         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
14083         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
14084         draw_la_head, draw_ti_head): Replace `filldraw' with
14085         `fill'.  Update all callers.
14086
14087 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14088
14089         * lily/paper-book.cc (output): revert: only allow a single output
14090         format.
14091
14092         * lily/include/pango-font.hh: new file.
14093
14094         * lily/pango-font.cc: new file.
14095
14096         * lily/font-metric.cc (text_stencil): new routine
14097
14098         * lily/all-font-metrics.cc (find_pango_font): new routine.
14099
14100         * lily/include/font-metric.hh (struct Font_metric): add
14101         text_stencil()
14102
14103         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
14104
14105 2004-12-22  Werner Lemberg  <wl@gnu.org>
14106
14107         Prepare glyph shapes for mf2pt1 conversion.
14108
14109         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
14110
14111         * mf/feta-toevallig.mf: Formatting.
14112         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
14113         ("Natural"): Fix paths to allow better postprocessing.
14114         (draw_meta_flat): Use `z3l' as additional point in path to get
14115         better conversion with mf2pt1.
14116         Other minor cleanups.
14117         ("3/4 Flat"): Add auxiliary points and modify path to replace
14118         `draw' with `fill'.
14119         ("Double Sharp"): Mirror path segments instead of picture elements
14120         to get a single outline.
14121         Modify path to replace `filldraw' with `fill'.
14122
14123 2004-12-22  Graham Percival  <gperlist@shaw.ca>
14124
14125         * input/test/unfold-all-repeats.ly: added file back.
14126
14127         * Documentation/user/notation.itely,
14128         Documentation/user/programming-interface.itely
14129         Documentation/user/changing-defaults.itely: fixed misc broken
14130         links to input/test/ files.
14131
14132 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
14133
14134         * tex/texinfo.tex: Update.  We should not be distributing this,
14135         but since we do, use latest version.
14136
14137         * Documentation/user/macros.itexi: Comment-out \fetaflat,
14138         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
14139         macros for feta glyphs.
14140
14141 2004-12-22  Graham Percival  <gperlist@shaw.ca>
14142
14143         * Documentation/user/changing-defaults.itely: fix index for set.
14144
14145         * Documentation/user/converters.itely: added convert-ly bugs list
14146         from CVS.
14147
14148 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
14149
14150         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
14151         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
14152         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
14153         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
14154
14155         * mf/GNUmakefile (pfa_warning): Use less broken check.
14156
14157         * python/lilylib.py (setup_environment): Remove cruft from
14158         GS_FONTPATH.
14159
14160         * configure.in: Bump mftrace requirement to 1.1.1.
14161
14162 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
14163
14164         * scm/output-svg.scm (beam): Use polygon.
14165
14166         * scm/lily-library.scm: Bugfix.
14167
14168         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
14169
14170         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
14171
14172 2004-12-19  Werner Lemberg  <wl@gnu.org>
14173
14174         Prepare glyph shapes for mf2pt1 conversion.
14175
14176         * mf/feta-eindelijk: Some formatting.
14177         (multi_rest_x, multi_beam_height): Removed.  Unused.
14178         ("Quarter rest"): Use `intersectiontimes' to create a single
14179         outline.
14180         (rest_crook): Removed.  Unused.
14181         (draw_rest_bulb): Return path (without filling).  Update callers.
14182         Simplified.
14183         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
14184         "128th rest"): Simplify `pat'.
14185         Create single outline.
14186
14187 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
14188
14189         * mf/GNUmakefile (ALL_GEN_FILES):
14190         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
14191
14192         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
14193         function.
14194
14195 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14196
14197         * scm/output-texstr.scm (placebox): add routine
14198
14199         * VERSION (PACKAGE_NAME): release 2.5.4
14200
14201         * scm/framework-texstr.scm (output-framework): new file.  
14202
14203         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
14204         processing.
14205
14206         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
14207
14208         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
14209         rule.
14210
14211         * configure.in (gui_b): bump mftrace requirement to 1.1.0
14212
14213         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
14214
14215         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
14216
14217 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
14218
14219         * scm/framework-svg.scm (dump-page): Implement landscape.
14220
14221 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
14222
14223         * lily/main.cc (setup_paths): Add svg to search path.
14224
14225         * scm/output-svg.scm:
14226         * scm/framework-svg.scm: Add pageSet.  Update.
14227         (dump-fonts): New function.
14228         (output-framework): Use it.
14229
14230         * mf/GNUmakefile: 
14231         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
14232
14233 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14234
14235         * tex/lilyponddefs.tex: comment out new ifpdf code.
14236
14237 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
14238
14239         * GNUmakefile.in: 
14240         * SConstruct (symlink): Replace afm by otf.
14241
14242         * scm/framework-gnome.scm (gnome-main): Remove invocation of
14243         ly:pango-add-afm-decoder.
14244
14245         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
14246
14247 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14248
14249         * scm/output-ps.scm (new-text): don't access t glyph for getting
14250         space dimension.
14251
14252         * ly/init.ly: warn about \version
14253
14254         * lily/lexer.ll: set version-seen?
14255
14256 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
14257
14258         * scm/output-svg.scm (string->entities): Update.
14259
14260 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14261
14262         * lily/main.cc (setup_paths): replace afm by otf for path. 
14263
14264         * lily/pangofc-afm-decoder.cc: remove.
14265
14266         * lily/include/pangofc-afm-decoder.hh: remove.
14267
14268         * scm/framework-scm.scm (output-framework): new file.
14269
14270         * mf/GNUmakefile: remove SAUTER_FONTS.
14271         remove SVG/sodipodi hacks.
14272
14273         * scm/lily-library.scm (stderr): move stderr.
14274
14275         * mf/GNUmakefile: remove AFM support.
14276
14277         * buildscripts/mf-to-table.py (base): remove AFM support.
14278
14279         * lily/open-type-font.cc (design_size): use design_size
14280
14281 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
14282
14283         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
14284
14285 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
14286
14287         * mf/GNUmakefile: Generate combined aybabtu info.
14288         * mf/aybabtu.pe.in (i): Load it.
14289
14290         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
14291         are not symbols.
14292
14293         * lily/include/open-type-font.hh (count): New method.
14294
14295         * mf/aybabtu.pe.in: Typo.
14296
14297         * Documentation/user/out/lilypond-internals.nexi (Scheme
14298         functions): Typo.
14299
14300         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
14301
14302 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14303
14304         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
14305         subfonts.
14306
14307         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
14308
14309         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
14310         (tex-font-command-raw): new function.
14311
14312         * lily/include/virtual-font-metric.hh (Module): remove file
14313
14314         * lily/virtual-font-metric.cc (Module): remove file.
14315         
14316
14317         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
14318         (get_indexed_char): read bbox from lily table if present.
14319
14320 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14321
14322         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
14323         aybabtu.subfonts
14324
14325         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
14326         global glyphname. Enables more than 64 glyphs in the OTF.
14327
14328 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
14329
14330         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
14331         braces.
14332
14333         * lily/open-type-font.cc (design_size): Use 12 as default for
14334         design size.
14335
14336         * mf/aybabtu.pe.in: New file.  Merge all our braces.
14337
14338         * mf/GNUmakefile: Generate aybabtu.
14339
14340         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
14341
14342 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
14343
14344         * scm/lily-library.scm (char->unicode-index): Remove.
14345
14346         * scm/output-gnome.scm (text): Bugfix for plain string input.
14347         Updates.
14348
14349         * scm/output-svg.scm (svg-font): Add weight to font selection.
14350
14351 2004-12-14  Mats Bengtsson  <mabe@s3.kth.se>
14352
14353         * Documentation/topdocs/INSTALL.texi (Top): Point to
14354         buildscripts/out/clean-fonts instead of
14355         buildscripts/clean-fonts.sh. 
14356
14357 2004-12-13  Graham Percival  <gperlist@shaw.ca>
14358
14359         * input/regression/figured-bass.ly: attempt to clarify text.
14360
14361         * Documentation/user/notation.tely: add cindex for tag, attempt to
14362         add figured bass example.
14363
14364         * Documentation/user/changing-defaults: basic editing.
14365
14366 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14367
14368         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
14369
14370         * lily/open-type-font.cc (LY_DEFINE): new function
14371         ly:font-sub-fonts
14372
14373         * lily/include/font-metric.hh (struct Font_metric): new method
14374         sub_fonts()
14375
14376         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
14377         . with - in add.stem.
14378         
14379 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
14380
14381         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
14382         and fetaDynamic.
14383
14384         * lily/rest.cc (glyph_name): Change - to . .
14385
14386         * scm/output-gnome.scm (text): Hello world, again.
14387
14388         * scm/output-svg.scm (named-glyph): New function.  Hello world!
14389
14390         * lily/modified-font-metric.cc (index_to_charcode): New method.
14391
14392         * lily/include/font-metric.hh (index_to_charcode): New function.
14393
14394         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
14395         new function.
14396         (ly:font-glyph-to-index): Remove.
14397
14398 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14399
14400         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
14401
14402         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
14403
14404         * lily/open-type-font.cc (load_scheme_table): new function
14405
14406         * lily/dots.cc (print): replace - 
14407
14408         * lily/open-type-font.cc (attachment_point): new function.
14409         (load_table): read LILC table
14410
14411         * buildscripts/gen-bigcheese-scripts.py (Module): new
14412         file. Generate FF scripts.
14413
14414         * mf/feta-din10.mf: idem.
14415
14416         * mf/feta-nummer10.mf: remove mf files.
14417
14418         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
14419
14420 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
14421
14422         * lily/lily-guile.cc: Use scm_from_locale_stringn.
14423
14424         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
14425         compatibility.
14426
14427 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14428
14429         * lily/open-type-font.cc (get_indexed_char): scale metrics by
14430         design-size and units_per_EM.
14431
14432         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
14433
14434 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
14435
14436         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
14437         does not crash fontforge.
14438
14439         * scm/lily-library.scm (char->unicode-index): Hack to map onto
14440         PUA.
14441
14442 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14443
14444         * scm/framework-ps.scm (ps-embed-cff): new function.
14445
14446         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
14447
14448 2004-12-12  Werner Lemberg  <wl@gnu.org>
14449
14450         * mf/bigcheese.pe.in: Add PUA mapping.
14451         Don't create Type 42 but bare CFF font.
14452
14453 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
14454
14455         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
14456         within canvas boundaries.
14457
14458         * mf/merge.pe.in: Set font names, version, license GPL.
14459
14460         * make/substitute.make: Add FONTFORGE.
14461
14462         * config.make.in (FONTFORGE): Add.
14463
14464         * configure.in (gui_b): Use PATH_PROG for fontforge.
14465
14466 2004-12-11  Graham Percival  <gperlist@shaw.ca>
14467
14468         * scm/define-markup-commands.scm: add baseline-skip to info
14469         about \column.
14470
14471 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14472
14473         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
14474
14475         * scm/output-gnome.scm (named-glyph): Use it.
14476
14477         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
14478
14479         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
14480         (upper_string, lower_string, reverse_string): Remove.
14481
14482         * configure.in (fontforge): Reinstate version check.
14483
14484         * ly/engraver-init.ly: Fix clef glyph names.
14485
14486         * lily/time-signature.cc (special_time_signature): Fix fraction
14487         glyph names.
14488
14489 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14490
14491         * mf/merge.pe: new file.
14492
14493         * lily/freetype.cc: new file.
14494
14495         * lily/include/open-type-font.hh (class Open_type_font): new file.
14496
14497         * lily/include/freetype.hh: new file.
14498
14499         * lily/open-type-font.cc: new file.
14500
14501         * lily/all-font-metrics.cc (find_otf): new function.
14502
14503 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14504
14505         * lily/time-signature.cc (special_time_signature): Fix.
14506
14507         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
14508         GTK2 before checking for pango.  Fixes -fgnome.
14509
14510         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
14511         Scheme name.
14512
14513         * scm/define-markup-commands.scm:
14514         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
14515
14516         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
14517
14518         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
14519         date versions.  Fixes configure.
14520         (STEPMAKE_CHECK_VERSION): Support optional actual program version
14521         argument.
14522
14523 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14524
14525         * buildscripts/mf-to-table.py (write_ps_encoding): write real
14526         names in .enc
14527
14528         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
14529
14530 2004-12-09  Graham Percival  <gperlist@shaw.ca>
14531
14532         * Documentation/user/changing-defaults.itely: add info about
14533         make-dynamic-script
14534
14535         * Documentation/user/notation.itely: add link in dynamics to
14536         section about make-dynamic-script.
14537
14538 2004-12-09  Christian hitz  <chhitz@gmx.net>
14539
14540         * lily/lily-guile.cc: change MACOS_X to __APPLE__
14541
14542 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14543
14544         * buildscripts/mf-to-table.py (parse_logfile): use . for
14545         concatting name and group.
14546         (parse_logfile): use M for Minus (negative.)
14547
14548         * lily/include/type-swallow-translator.hh
14549         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
14550
14551         * lily/*.cc: cosmetics around = sign.
14552
14553         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
14554         lyric spacing on the penultimate column.
14555
14556 2004-12-05  Christian Hitz  <chhitz@gmx.net>
14557
14558         * configure.in:
14559         * lily/accidental-placement.cc:
14560         * lily/bar-line.cc:
14561         * lily/beam-concave.cc:
14562         * lily/beam-quanting.cc:
14563         * lily/beam.cc:
14564         * lily/bezier-bow.cc:
14565         * lily/bezier.cc:
14566         * lily/break-align-interface.cc:
14567         * lily/custos.cc:
14568         * lily/dimension-cache.cc:
14569         * lily/dot-column.cc:
14570         * lily/font-metric.cc:
14571         * lily/font-select.cc:
14572         * lily/gourlay-breaking.cc:
14573         * lily/grob-property.cc:
14574         * lily/grob.cc:
14575         * lily/lily-guile.cc:
14576         * lily/line-spanner.cc:
14577         * lily/lookup.cc:
14578         * lily/lyric-extender.cc:
14579         * lily/lyric-hyphen.cc:
14580         * lily/mensural-ligature.cc:
14581         * lily/midi-def.cc:
14582         * lily/misc.cc:
14583         * lily/note-collision.cc:
14584         * lily/note-column.cc:
14585         * lily/note-head.cc:
14586         * lily/paper-outputter.cc:
14587         * lily/percent-repeat-item.cc:
14588         * lily/rest-collision.cc:
14589         * lily/side-position-interface.cc:
14590         * lily/simple-spacer.cc:
14591         * lily/slur-configuration.cc:
14592         * lily/slur-scoring.cc:
14593         * lily/slur.cc:
14594         * lily/spaceable-grob.cc:
14595         * lily/spacing-spanner.cc:
14596         * lily/spanner.cc:
14597         * lily/staff-symbol-referencer.cc:
14598         * lily/stem.cc:
14599         * lily/stencil.cc:
14600         * lily/system-start-delimiter.cc:
14601         * lily/system.cc:
14602         * lily/text-item.cc:
14603         * lily/tie.cc:
14604         * lily/tuplet-bracket.cc:
14605         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
14606         <cmath> beacause isinf/isnan is undefined in <cmath>
14607
14608 2004-12-03  Mats Bengtsson  <mabe@s3.kth.se>
14609
14610         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
14611
14612 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14613
14614         * VERSION: release 2.5.3
14615         
14616 2004-11-29  Arno Waschk <arno@arnowaschk.de>
14617
14618         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
14619
14620 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14621
14622         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
14623
14624         * lily/note-head.cc (internal_print): always try the "s" head if
14625         u/d not found.
14626
14627         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
14628
14629 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14630
14631         * mf/parmesan-heads.mf (overdone_heads): typos.
14632
14633 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
14634
14635         * lily/parser.yy (markup): in markups, { .. } without command
14636         before are also flattened, ie \line must be explicitely used.
14637
14638         * Documentation/user/changing-defaults.itely:
14639         * Documentation/user/notation.itely: 
14640         * input/wilhelmus.ly: 
14641         * input/regression/instrument-name-markup.ly: 
14642         * input/regression/markup-score.ly: 
14643         * input/regression/new-markup-scheme.ly: 
14644         * input/regression/new-markup-syntax.ly: 
14645         * input/test/coriolan-margin.ly: use \line in markups where
14646         appropriate
14647         
14648 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
14649
14650         * scm/new-markup.scm (map-markup-command-list): helper function
14651         used in parser.yy to map markup commands on a markup list.
14652
14653         * lily/parser.yy: get rid off < > in markups by treating { } as
14654         real lists.
14655
14656         * lily/lexer.ll: remove < > from markup lexer mode.
14657
14658         * scripts/convert-ly.py (conv): add rule for converting 
14659         \markup < > to \markup { }
14660
14661         * ly/titling-init.ly: 
14662         * input/test/coriolan-margin.ly: 
14663         * input/regression/new-markup-syntax.ly: 
14664         * input/regression/new-markup-scheme.ly: 
14665         * input/regression/multi-measure-rest-text.ly: 
14666         * input/regression/markup-stack.ly: 
14667         * input/regression/markup-score.ly: 
14668         * input/regression/instrument-name-markup.ly: 
14669         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
14670         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
14671         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
14672         * input/wilhelmus.ly: 
14673         * Documentation/user/notation.itely: 
14674         * Documentation/user/music-glossary.tely: 
14675         * Documentation/user/changing-defaults.itely: change < > to { } in
14676         markups
14677
14678 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14679
14680         * lily/accidental-placement.cc (position_accidentals): shortcut if
14681         no accidentals to place.
14682
14683 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
14684
14685         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
14686         typo s/ly:dimension ?/ly:dimension?/
14687
14688         * input/regression/lily-in-scheme.ly: 
14689         * input/regression/music-function.ly: 
14690         * ly/spanners-init.ly (assertBeamSlope): 
14691         * scm/music-functions.scm (def-grace-function): add the paper
14692         argument to music function definitions.
14693
14694 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14695
14696         * lily/moment.cc (LY_DEFINE):
14697         ly:moment-main-{denominator,numberator}, new function.
14698
14699         * lily/score-engraver.cc (typeset_all): assign to column on basis
14700         of axis-group-parent-X setting.
14701
14702         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
14703         add_element() on basis of axis-group-parent-Y setting.
14704
14705         * lily/grob.cc: add axis-group-parent-{XY} properties.
14706
14707         * input/regression/spacing-stick-out.ly: new file.
14708
14709         * lily/simple-spacer.cc (add_columns): use binary search for
14710         setting column rods. Changes O(n^2) to O(n log(n)) for
14711         constructing spacing problem from columns.
14712         (add_columns): read allow-outside-line to make sure no texts stick
14713         out.
14714         (solve): Simple_spacer::is_active() only determines
14715         satisfies_constraints_ for non-ragged typesetting.
14716
14717         * lily/simultaneous-music.cc (to_relative_octave): only set
14718         old_relative_used if return pitch actually changed.
14719
14720         * scm/define-context-properties.scm
14721         (all-user-translation-properties): change to match implementation.
14722
14723         * python/lilylib.py: Replace re.match by re.search and adds "-c
14724         showpage" to the gs command line (Johannes Schindelin)
14725
14726         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
14727         before processing. Prevents crash when inf is in the extent.
14728
14729         * scm/define-markup-commands.scm (note-by-number): add "s" to
14730         "noteheads-" glyphname.
14731  
14732         * lily/parser.yy (Generic_prefix_music): supply parser argument to
14733         music function as well.
14734         
14735 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14736
14737         * VERSION: release 2.5.2
14738
14739         * Documentation/user/changing-defaults.itely (Creating titles):
14740         add breakbefore variable.
14741
14742         * lily/paper-book.cc (set_system_penalty): new function. Set
14743         penalty_ based on breakBefore setting
14744
14745         * lily/context-specced-music-iterator.cc (construct_children):
14746         interpret special context id $uniqueContextId 
14747
14748         * lily/context.cc (create_unique_context): new method. Move
14749         creation of unique (\new) contexts into interpreting phase. This
14750         makes
14751
14752           foo= \new Staff ..
14753           << \foo \foo >>
14754
14755         produce 2 staves.
14756         
14757
14758         * scm/define-music-properties.scm (all-music-properties): add
14759         quoted-voice-direction
14760
14761         * ly/music-functions-init.ly: killCues function.
14762
14763         * scm/music-functions.scm (cue-substitute): move creation of voice
14764         contexts further to the back. 
14765
14766 2004-11-25  Werner Lemberg  <wl@gnu.org>
14767
14768         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
14769         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
14770
14771 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
14772
14773         * buildscripts/guile-gnome.sh: Fixed typo.
14774
14775 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14776
14777         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
14778
14779         * scripts/abc2ly.py (dump_slyrics): add ord(). 
14780
14781         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
14782         to regular engraver. 
14783
14784 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14785
14786         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
14787
14788 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
14789
14790         * scm/define-markup-commands.scm (fill-line): Typo.
14791
14792         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
14793         and newer.
14794
14795 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
14796
14797         * ly/dynamic-scripts-init.ly: Fixed typo.
14798
14799 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14800
14801         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
14802         note-head, to have different attachment points for up and down.
14803
14804         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
14805
14806         * mf/feta-generic.mf (else): remove solfa.
14807
14808         * mf/feta-bolletjes.mf (tishape): remove unicode test.
14809
14810         * scm/define-context-properties.scm
14811         (all-user-translation-properties): add shapeNoteStyles property.
14812
14813         * lily/shape-note-heads-engraver.cc (process_music): new file.
14814
14815         * lily/event.cc (transpose): call Event::transpose() for
14816         transposing the tonic.
14817
14818 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
14819
14820         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
14821         Unicode/OpenType and AFM.
14822
14823         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
14824
14825 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14826
14827         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
14828
14829         * lily/context.cc (Context): unprotect key from ctor.
14830
14831         * scm/stencil.scm (stack-lines): return empty-stencil if argument
14832         is '()
14833         (stack-stencils): idem.
14834
14835         * Documentation/user/changing-defaults.itely (Creating titles):
14836         document new title layout options.
14837
14838         * lily/parser.yy (lilypond_header_body): copy previous
14839         $globalheader if present.
14840
14841         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
14842         ly:module-copy
14843         
14844         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
14845
14846         * scm/titling.scm: remove old titling functions
14847
14848         * lily/stencil.cc (translate): remove absolute dimension.
14849
14850         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
14851         via markup.
14852
14853         * scm/page-layout.scm (marked-up-headfoot): create header/footer
14854         field from user-supplied markup
14855
14856         * scm/define-markup-commands.scm (on-the-fly): new markup
14857         command. Enter SCM markup procedure directly in Scheme.
14858         (fromproperty): new markup command. Read markup from props argument.
14859
14860         * scm/titling.scm (marked-up-title): create title via
14861         user-specified markup. 
14862
14863         * scm/define-markup-commands.scm (column): remove empty stencils
14864         from column.
14865
14866         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
14867         not have side-effect of creating variable stub.
14868
14869         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
14870
14871 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
14872
14873         * scm/encoding.scm (coding-alist): 
14874         * scm/font.scm (add-ec-fonts):
14875         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
14876         Extended-TeX-Font-Encoding---Latin.
14877
14878         * lily/side-position-interface.cc (general_side_position): Add
14879         actual offset to error message (avoid constant error messages).
14880
14881         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
14882         block.
14883
14884         * lily/font-select.cc (select_encoded_font)
14885         (get_font_by_mag_step, get_font_by_design_size): 
14886         * lily/modified-font-metric.cc (Modified_font_metric): 
14887         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
14888
14889         * scm/encoding.scm (coding-alist): Add fetaDynamic.
14890         (read-encoding-file): Bugfix: do not require space after bracket.
14891
14892         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
14893         these do not exist.
14894
14895 2004-11-20  Graham Percival  <gperlist@shaw.ca>
14896
14897         * Documentation/user/notation.itely: added info about typesetting
14898         boxed bar numbers.
14899
14900 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14901
14902         * flower/interval.cc (T_to_string): gcc4 fixes.
14903
14904         * scm/define-markup-commands.scm (fill-line): use
14905         stack-stencils. This fixes problems with putting already centered
14906         stencils in a line.
14907
14908         * VERSION: release 2.5.1
14909
14910         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
14911
14912 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14913
14914         * input/example-[1-3].ly: simplify.
14915
14916         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
14917
14918         * scm/output-ps.scm (new-text): new function. Use glyphshow to
14919         show glyphs.
14920
14921         * scm/encoding.scm (decode-byte-string): new function.
14922
14923         * scripts/convert-ly.py (conv): add warning about
14924         set-global-staff-size.
14925
14926         * Doxyfile: add. 
14927
14928         * scripts/convert-ly.py (conv): add raggedlastbottom rule
14929         (conv): warn for TextSpanner split.
14930         (conv): warn for textheight.
14931
14932 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
14933
14934         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
14935         building the documentation, info with images are installed.
14936         (final-install): Fix description.  Mention sourcing of login
14937         scripts (instead of running).
14938
14939 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
14940
14941         * Debian lmodern support.  Note that LilyPond will issue warnings
14942         
14943             no such encoding: "FontSpecific"
14944
14945           The font selection mechanism wants to get the encoding from the
14946           font itself, but the idea of lmodern is that it is usable with
14947           different encodings, ie, Lily should get the encoding from the
14948           font tree, rather than the font itself.  This would require some
14949           more work.
14950         
14951         * configure.in: Test for and accept lmodern if EC fonts not found.
14952
14953         * scm/framework-tex.scm (font-load-command): TeX font name
14954         mangling for latin1 encoded cork-lm fonts.
14955         (convert-to-ps): Load lm.map if available.
14956
14957         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
14958         available.
14959
14960         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
14961
14962         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
14963         available.
14964
14965         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
14966         path for absolute file name, that is silly.
14967
14968         * lily/score-engraver.cc (initialize): 
14969
14970         * Documentation/user/GNUmakefile (local-install-info): Invoke
14971         install-info --remove first.
14972
14973         * #include cleanup (Andreas Scherer).
14974
14975 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
14976
14977         * input/test/script-abbreviations.ly: fix typos.
14978
14979 2004-11-17  Werner Lemberg  <wl@gnu.org>
14980
14981         * python/lilylib.py (options_help_str): Support pretty-printing of
14982         newlines in fourth element of option description.
14983
14984         * scripts/lilypond-book.py (option_definitions): Use new lilylib
14985         feature.
14986         Sort options.
14987
14988         * Documentation/user/lilypond-book.itely: Finish update.
14989
14990 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
14991
14992         * Documentation/user/macros.itexi: Add comment about \command.
14993
14994         * Documentation/user/lilypond.tely:
14995         * Documentation/user/lilypond-book.itely: Fix names of lilypond
14996         and lilypond-book nodes, so that `info lilypond' visits the manual
14997         at top level, and `info lilypond-book' visits the lilypond-book
14998         section.
14999
15000         * Documentation/user/GNUmakefile (local-install-info): Fix rules
15001         and packager messages.
15002
15003         * lily/pangofc-afm-decoder.cc: Update test.
15004
15005 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
15006
15007         * scm/lily-library.scm (char->unicode-index): New function.
15008
15009         * scm/output-gnome.scm: 
15010         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
15011
15012         * Proper naming of file name throughout; s/filename/file[-_]name/.
15013
15014         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
15015
15016         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
15017
15018 2004-11-16  Werner Lemberg  <wl@gnu.org>
15019
15020         * scripts/lilypond-book.py: The Lord has commanded me to use only
15021         tabs for indentation.  Your humble servant obeys.
15022
15023 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
15024
15025         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
15026         including font, if LilyPond-feta font is only feta font in path.
15027
15028         * scm/output-gnome.scm (text): Revert to file name of font if font
15029         has no name.  Fixes ec font selection.
15030         (char): Bugfix: do not utf8 twice.  Fixes clefs.
15031
15032         * scm/framework-svg.scm:
15033         * scm/output-svg.scm: New file.  TODO: figure out how to
15034         do character by index in font.
15035
15036         * scm/output-sodipodi.scm: Remove.
15037
15038         * scm/output-ps.scm (stem): Remove.
15039
15040 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
15041
15042         * scm/output-gnome.scm (beam): New function.
15043         (slur): Round corners.
15044         (round-filled-box): Round corners.
15045
15046 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15047
15048         * scm/output-gnome.scm (beam): add function.
15049         (draw-line): new routine.
15050         (dashed-line): stub; call draw-line
15051         (polygon): new routine.
15052
15053 2004-11-15  Werner Lemberg  <wl@gnu.org>
15054
15055         * Documentation/user/lilypond-book.itely: Revise section on
15056         lilypond-book options.
15057         Other minor fixes.
15058
15059         * scripts/lilypond-book.py: Change indentation to 4.
15060         Minor formatting.
15061
15062 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15063
15064         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
15065         grobs that have tweaks specced.
15066         
15067 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
15068
15069         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
15070
15071 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
15072
15073         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
15074         actual char #, not 0 based index.
15075
15076         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
15077
15078         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
15079         Warning: do make -C mf clean.
15080
15081         * lily/context-property.cc: Compile fix.
15082
15083         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
15084         Grok ec-fonts, braces and dynamics.
15085
15086         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
15087
15088 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15089
15090         * lily/include/tweak-registration.hh: new file.
15091
15092         * lily/tweak-registration.cc: new file.
15093
15094         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
15095         saving tweaks.
15096
15097         * scm/output-gnome.scm (text): comment dribble.
15098
15099 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
15100
15101         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
15102
15103         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
15104         path-def before using.  Fixes muchtomany slurs in wrong places
15105         bug.
15106
15107 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15108
15109         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
15110
15111         * lily/include/object-key-undumper.hh (Module): new file.
15112
15113         * lily/object-key-undumper.cc (Module): New file. Deserialize
15114         keys. SCM bindings
15115
15116         * lily/object-key-dumper.cc (Object_key_dumper): idem.
15117         Provide SCM bindings.
15118
15119         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
15120         new file. Serialize object keys.
15121         
15122         * lily/object-key.cc (dump): new function.
15123         (as_scheme): new virtual function
15124         (undump): new function
15125         (undumpers): new table.
15126
15127         * lily/include/global-context.hh (Context): take \score key upon init.
15128
15129         * lily/object-key-dumper.cc (serialize_key): new file.
15130
15131         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
15132
15133         * lily/lily-lexer.cc: remove \quote.
15134
15135         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
15136
15137         * lily/context.cc (Context): take key argument in ctor.
15138         (create_context): new function
15139
15140         * lily/grob.cc (Grob): take key argument in ctor.  
15141
15142         * lily/lilypond-key.cc (do_compare): new file.
15143
15144         * lily/object-key.cc (Object_key): new file.
15145
15146         * lily/include/object-key.hh (class Object_key): new file.
15147
15148         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
15149
15150 2004-11-13  Graham Percival  <gperlist@shaw.ca>
15151
15152         * Documentation/user/lilypond-book.itely: add small warning about
15153         noindent default in lilypond-book.
15154
15155         * Documentation/user/converters.itely: add examples for convert-ly.
15156
15157         * Documentation/user/examples.itely: change version string in templates
15158         to 2.4.0.
15159
15160 2004-11-12  Karl Hammar  <karl@aspodata.se>
15161
15162         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
15163         cmdline, use xargs instead (backportme)
15164
15165 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
15166         
15167         * Documentation/user/: Numerous fixes in the user manual.
15168
15169 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15170
15171         * lily/parser.yy (re_rhythmed_music): search music expression for
15172         context-id, surround by \new Voice if not found. Fixes:
15173         addlyrics-second-staff.ly
15174
15175         * VERSION: 2.5.0 released.
15176         
15177 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
15178
15179         * Documentation/index.html.in: Fix url to one big page.  (backportme)
15180
15181         * Documentation/user/GNUmakefile: Separate rules for split and
15182         unsplit html documents.  Remove perl massaging.  (backportme)
15183
15184 2004-11-11  Graham Percival  <gperlist@shaw.ca>
15185
15186         * Documentation/user/lilypond-book.itely: add short warning about
15187         \lilypond{} in LaTeX docs.
15188
15189 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15190
15191         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
15192         found.  (backportme)
15193
15194         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
15195         version requirement.  (backportme)
15196
15197         * configure.in: Be explicit about old versions of
15198         ec-fonts-mtraced.  (backportme)
15199
15200         * lily/context-selector.cc (set_tweaks): New function.
15201         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
15202         web with -DTWEAK.
15203
15204         * Documentation/user/introduction.itely (Automated engraving):
15205         Remove fragment option.  Fixes web.
15206
15207         * lily/context-property.cc (make_item_from_properties):
15208         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
15209         #ifdef.
15210
15211         * scm/define-context-properties.scm
15212         (all-internal-translation-properties): Add tweakRank and tweakCount.
15213
15214         * lily/grob.cc: 
15215         * scm/define-grob-properties.scm (all-internal-grob-properties):
15216         Add tweak-rank and tweak-count.
15217
15218 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
15219
15220         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
15221         New function.
15222         (text): Use them.
15223
15224         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
15225         animated/opaque grob dragging tweaks.
15226
15227         * buildscripts/guile-gnome.sh: Update.
15228
15229 2004-11-10  Mats Bengtsson  <mabe@s3.kth.se>
15230
15231         * scm/define-grobs.scm (all-grob-descriptions): Added
15232         line-interface to the LigatureBracket object.
15233
15234 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
15235
15236         * scm/framework-gnome.scm (item-event): Support non-animated mouse
15237         dragging tweaks.
15238
15239         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
15240
15241         * lily/context-selector.cc (store_context): New function.
15242
15243         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
15244         (store_grob): New function.
15245         (identify_grob): Add Moment parameter.
15246
15247         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
15248         exists.
15249
15250         * scm/framework-gnome.scm (save-tweaks): Write as alist.
15251
15252 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
15253
15254         * scm/framework-gnome.scm (item-event): Print grob id.
15255         (save-tweaks): New function.
15256         (tweak): New funtion.
15257         (item-event): Use it, bound to arrow keys.
15258
15259         * lily/context-property.cc (make_item_from_properties): Register grob.
15260         * lily/context.cc (add_context): Register context.
15261
15262         * lily/include/context-selector.hh:
15263         * lily/include/grob-selector.hh:
15264         * lily/context-selector.cc:
15265         * lily/grob-selector.cc: New file.
15266
15267 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15268
15269         * lily/slur.cc: add 'positions to interface
15270
15271         * lily/main.cc: reinstate PS as standard output format. 
15272
15273         * scm/framework-tex.scm (output-preview-framework): print systems
15274         up to first non title system.
15275
15276         * lily/grace-engraver.cc (start_translation_timestep): split
15277         scm_cadddr
15278         
15279 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15280
15281         * lily/quote-iterator.cc (Module): remove old quote-iterator
15282
15283         * scm/define-music-types.scm (music-descriptions): move
15284         NewQuoteMusic over QuoteMusic
15285
15286         * Documentation/user/notation.itely (Formatting cue notes): use
15287         \cueDuring.
15288
15289         * lily/new-quote-iterator.cc (quote_ok): new function.
15290
15291         * input/regression/quote-cue-during.ly: new file.
15292
15293         * input/regression/quote-grace.ly: new file.
15294
15295         * scm/define-context-properties.scm (Module): change definition of
15296         graceSettings
15297
15298         * lily/context-property.cc (Module): rename from
15299         translator-property.cc
15300
15301         * lily/context.cc (context_name_symbol): new function
15302
15303         * lily/grace-engraver.cc: new file. Set properties for grobs based
15304         on the grace-ness of now_moment().
15305
15306         * scm/music-functions.scm (add-grace-property): use list
15307         iso. vector for graceSettings
15308         remove set-{start,stop}-grace-properties. 
15309
15310         * lily/new-quote-iterator.cc (construct_children): set
15311         quote_outlet_ if no quoted-context-{id,type} specified.
15312
15313         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
15314
15315         * lily/parser.yy (command_element): remove \quote.
15316
15317         * ly/music-functions-init.ly (location): add quoteDuring music
15318         function. 
15319
15320         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
15321         optional semicolon. (backportme)
15322
15323 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
15324
15325         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
15326         need to link to GUILE et al.
15327
15328 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15329
15330         * scm/define-music-properties.scm (all-music-properties): add
15331         quoted-context-type, quoted-context-id.
15332
15333         * scm/lily.scm (type-check-list): new function.
15334         
15335         * scm/lily-library.scm: new file. Generic library routines.
15336
15337         * lily/parser.yy (Generic_prefix_music): move typechecking out of
15338         parser.
15339
15340         * ly/music-functions-init.ly: add quoteDuring function.
15341
15342         * lily/include/music-iterator.hh (class Music_iterator): rename
15343         set_translator -> set_context
15344
15345         * lily/parser.yy (Generic_prefix_music_scm): add
15346         MUSIC_FUNCTION_SCM_SCM_MUSIC
15347
15348         * scm/lily.scm (sanitize-command-option): new function. (backportme)
15349
15350         * scm/framework-tex.scm (header): sanitize TeX paper size.
15351         (backportme)
15352
15353 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
15354
15355         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
15356
15357         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
15358
15359         * scm/framework-tex.scm (font-load-command): Use T1 if no
15360         font-encoding set.  (backportme)
15361
15362         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
15363         exists before converting.  (backportme)
15364
15365         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
15366         exists before converting.  (backportme)
15367         (convert-to-ps): Remove .ps file if it exists before
15368         converting.  (backportme)
15369
15370         * lily/lexer.ll: Remove extra progress newline, use present tense.
15371
15372         * scm/paper.scm (paper-alist): public.
15373         * scm/framework-tex.scm (convert-to-ps):
15374         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
15375         command line.
15376
15377 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15378
15379         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
15380
15381         * lily/recording-group-engraver.cc (derived_mark): mark
15382         now_events_. (backportme)
15383
15384 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15385
15386         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
15387
15388         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
15389         invoking latex. (backportme.)
15390
15391         * lily/stem.cc (off_callback): center stems for all rest stems.
15392
15393 2004-11-05  Werner Lemberg  <wl@gnu.org>
15394
15395         * Documentation/user/lilypond.tely: Add more guidelines for writing
15396         lilypond texinfo documents.
15397
15398 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
15399
15400         * Documentation/index.html.in: remove <hr>.
15401
15402         * THANKS: change 2.3 to 2.4.
15403
15404 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
15405
15406         * scm/output-gnome.scm: More fontconfig comment.
15407
15408 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
15409
15410         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
15411         <package> directory in $(builddir)/share according with
15412         PACKAGE_NAME defined in the VERSION file.
15413
15414 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15415
15416         * lily/beam.cc (rest_collision_callback): use local beam
15417         multiplicity.
15418
15419         * input/regression/stem-stemlet.ly: new file.
15420
15421         * lily/stem.cc (add_head): store rests as well.
15422
15423         * scm/define-grob-properties.scm (all-user-grob-properties): add
15424         stemlet-length
15425
15426         * lily/stem.cc: store rests as well.
15427         
15428         * input/regression/new-slur.ly: mention forcing.
15429
15430 2004-11-04  Werner Lemberg  <wl@gnu.org>
15431
15432         * Documentation/user/*: A new round of layout fixes and document
15433         structure cleanup.
15434
15435 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
15436
15437         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
15438
15439 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
15440
15441         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
15442
15443 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
15444
15445         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
15446
15447         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
15448
15449         * lily/main.cc (main): Invoke identify.
15450
15451         * scm/lily.scm (postscript->pdf): Remove progress newline.
15452         Write progress to stderr.
15453
15454         * lily/paper-book.cc (output): Remove progress newline.
15455
15456         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
15457         gettext on user messages, and remove whitespace.
15458
15459         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
15460
15461         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
15462         argv[0] (Thomas Scharkowski).
15463
15464         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
15465         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
15466         for ec-fonts-mtraced.
15467
15468         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
15469         --srcdir build (Bertalan).
15470
15471         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
15472         headers and library too (Laura Conrad).
15473
15474         * Documentation/topdocs/INSTALL.texi (Top): Mention development
15475         package for guile too (Laura Conrad).
15476
15477         * lily/main.cc (usage): Typo.
15478
15479 2004-11-02  Werner Lemberg  <wl@gnu.org>
15480
15481         * Documentation/user/notation.ly: More fixes to improve appearance.
15482
15483         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
15484         better output for multicolumn tables.
15485
15486 2004-11-01  Mats Bengtsson  <mabe@s3.kth.se>
15487
15488         * lily/main.cc (dir_info): Fixed typo in the printouts.
15489
15490 2004-11-01  Werner Lemberg  <wl@gnu.org>
15491
15492         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
15493         of output.
15494         Set `per_line' to 2; replace hard-coded value with it.
15495
15496         * Documentation/user/*: Many fixes to improve appearance of
15497         printed manual.
15498
15499 2004-11-01  Werner Lemberg  <wl@gnu.org>
15500
15501         * Documentation/user/changing-defaults.itely,
15502         Documentation/user/notation.ly,
15503         Documentation/user/programming-interface.itely: Use @/.
15504         Fix formatting of some lilypond snippets and tables.
15505
15506         * scripts/lilypond-book.py (compose_ly): Provide useful default
15507         for LINEWIDTH in `override'.
15508
15509 2004-10-31  Graham Percival  <gperlist@shaw.ca>
15510
15511         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
15512
15513 2004-10-31  Werner Lemberg  <wl@gnu.org>
15514
15515         Resetting @exampleindent to `5' gives ugly results with texinfo's
15516         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
15517         (if not quoting) to change @exampleindent only locally.
15518
15519         * scripts/lilypond-book.py (NOQUOTE): New variable.
15520         (output) [LATEX]: Remove AFTER and BEFORE.
15521         [TEXINFO]: Remove AFTER and BEFORE.
15522         Fix QUOTE and VERBATIM pattern.
15523         Add NOQUOTE pattern.
15524         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
15525         and BEFORE.
15526         [output_texinfo]: Use NOQUOTE.
15527
15528 2004-10-31  Graham Percival  <gperlist@shaw.ca>
15529
15530         * Documentation/user/changing-defaults.itely: clarify paper
15531         size commands with correct info.
15532
15533         * Documentation/user/lilypond-book.itely: add more docs for
15534         filename extensions.
15535
15536 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15537
15538         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
15539         (PATCH_LEVEL): start 2.5.0.
15540
15541 #Local variables:
15542 #coding: utf-8
15543 #End:
15544