]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
66a2ce59fc36d1347008f4289a737cdcaba54a06
[lilypond.git] / ChangeLog
1 2006-09-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
2
3         * lily/*.cc: idem.
4
5         * lily/slur.cc (get_curve): always use scm_is_pair() looping
6         scheme lists.  Backportme.
7
8 2006-09-18  Graham Percival  <gpermus@gmail.com>
9
10         * Documentation/user/basic-notation.itely: add bug
11         warning about ties and octavation/clef.
12
13 2006-09-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
14
15         * VERSION (PACKAGE_NAME): release 2.9.18
16
17 2006-08-29  Milan Zamazal  <pdm@brailcom.org>
18
19         * elisp/lilypond-mode.el (LilyPond-command-alist): Don't try to
20         figure out midi file names right here.
21         
22 2006-09-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
23
24         * scm/framework-ps.scm (dump-stencil-as-EPS): naming pad-eps-boxes.
25
26         * scm/backend-library.scm: option naming:  gs-font-load*s*
27
28         * scm/framework-eps.scm (dump-stencils-as-EPSes): rename option to
29         include-eps-fonts
30
31 2006-09-17  Joe Neeman  <joeneeman@gmail.com>
32
33         * scm/define-music-types.scm (music-descriptions): remove
34         BreakEvent and fix {Page,Line}{Break,Turn}Event so
35         Music::to_event doesn't complain.
36
37         * lily/accidental-placement.cc (ape_compare):
38         * lily/semi-tie.cc (compare): 
39         * lily/note-column.cc (shift_compare): replace by XXX_less
40
41         * lily/tie-formatting-problem.cc (set_chord_outline): 
42         * lily/tie-column.cc (calc_positioning_done): 
43         * lily/system.cc (post_processing)
44         (get_paper_system): 
45         * lily/stem.cc (note_head_positions)
46         (calc_positioning_done): 
47         * lily/spanner.cc (do_break_processing)
48         (find_broken_piece): 
49         * lily/span-bar.cc (print): 
50         * lily/semi-tie-column.cc (calc_positioning_done): 
51         * lily/rest-collision.cc (calc_positioning_done): 
52         * lily/program-option.cc (get_help_string): 
53         * lily/note-collision.cc (get_clash_groups):
54         * lily/new-fingering-engraver.cc (position_scripts):
55         * lily/keyword.cc (Keyword_table):
56         * lily/hara-kiri-group-spanner.cc (request_suicide):
57         * lily/grob-pq-engraver.cc (stop_translation_timestep):
58         * lily/accidental-placement.cc (calc_positioning_done):
59         (stagger_apes):
60         * lily/beam.cc (get_beam_segments):
61         * lily/grob-array.cc (remove_duplicates):
62         use new vector_sort
63         
64         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily:
65         ragged-last-bottom = ##f (test the new page breaker)
66
67         * flower/include/std-vector.hh (vector_sort): use STL sort stuff
68
69         * scm/define-context-properties.scm
70         (all-internal-translation-properties): remove properties that
71         were used to communicate page-turn stuff to the paper-column
72         engraver.
73
74         * lily/lily-guile.cc (robust_scm2string): new function
75
76         * lily/paper-column-engraver.cc: Clean up page turn stuff
77
78         * lily/page-turn-engraver.cc: Re-write the page turn logic here
79         instead of cluttering up paper-column-engraver.cc
80
81 2006-09-17  Nicolas Sceaux  <nicolas.sceaux@free.fr>
82
83         * scm/layout-page-dump.scm (scm): export utility function names,
84         to allow user writing cutsom dumping functions.
85
86         * scm/layout-page-layout.scm: export utility function names to
87         enable custom page breaking function writing. Tabify.
88         (line-next-space): use ?-suffix only for predicates
89         (page-maximum-space-to-fill): new function. Return the space
90         between first and bottom system of a page, to give to
91         space-systems.
92         (space-systems): use a space-to-fill argument (for instance as
93         computed by page-maximum-space-to-fill) instead of computing
94         internaly this space with the page height. That way, the caller
95         can adjust the space to use.
96         (make-page-from-systems, walk-paths): compute space to fill before
97         calling space-systems.
98
99 2006-09-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
100
101         * scm/script.scm (default-script-alist): set paddings for every
102         type here, increase for portato mark.
103
104         * scm/lily.scm (define-scheme-options): typo: add s, so it is 
105         -dinclude-eps-fonts
106
107 2006-09-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
108
109         * scm/define-grobs.scm (all-grob-descriptions): oops, typo:
110         use spanner::set-spacing-ronds
111
112         * lily/note-column.cc: reformat.
113
114         * lily/rest-collision.cc (calc_positioning_done): fix whole/half
115         step positioning for note/rest combinations.
116
117         * input/regression/rest-note-collision.ly: new file.
118
119         * scm/define-grobs.scm (all-grob-descriptions): add
120         springs-and-rods
121
122         * flower/include/std-vector.hh: switch off again.
123
124         * VERSION (PATCH_LEVEL): bump to 2.9.18
125
126         * flower/include/std-string.hh: idem.
127
128         * flower/include/std-vector.hh (_GLIBCXX_DEBUG): set if NDEBUG not set.
129
130 2006-09-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
131
132         * ly/engraver-init.ly: Make FiguredBass accepted in GrandStaff and
133         PianoStaff. 
134
135 2006-09-08  Joe Neeman  <joeneeman@gmail.com>
136
137         * Documentation/user/page.itely: update page breaking documentation
138
139 2006-09-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
140
141         * lily/note-collision.cc (calc_positioning_done): only access
142         first head if available.
143
144         * lily/tuplet-engraver.cc: add tupletFullLengthNote to description.
145
146         * scm/framework-ps.scm (output-preview-framework): use new name.
147
148         * lily/program-option.cc (internal_set_option): use new names.
149
150         * Documentation/user/SConscript (lilypond_book_flags): update -d
151         variable names.
152
153         * Documentation/user/lilypond-book.itely (Inserting LilyPond
154         output into other programs): new variable names.
155
156         * scm/lily.scm (define-scheme-options): uniformize var names.
157
158         * lily/tuplet-engraver.cc (listen_tuplet_span): verify that
159         tuplets_ is non-empty before popping.
160
161 2006-09-07  Joe Neeman  <joeneeman@gmail.com>
162
163         * lily/spanner.cc (find_broken_piece): 
164         * lily/spacing-spanner.cc (get_columns): 
165         * lily/source-file.cc (get_line): 
166         * lily/simple-spacer.cc (get_column_description): 
167         * lily/keyword.cc (lookup): 
168         use the new binary search.
169
170         * flower/include/std-vector.hh: replace binary_search with
171         a more STL-like version
172
173 2006-09-04  Michael Welsh Duggan  <md5i@cs.cmu.edu>
174
175         * lily/tie-performer.cc: remove unused last_event_ property.
176         (class Tie_performer): add now_tied_heads_ property for
177         partially-tied heads.
178         (acknowledge_audio_element): when adding an Audio_note, put the
179         note in now_tied_heads_ if the audio note is partially tied.
180         (stop_translation_timestep): always include entries in
181         now_tied_heads_ in heads_to_tie_.
182
183         * lily/drum-note-performer.cc (process_music): look for tie-events
184         in the articulations; pass to Audio_note constructor.
185
186         * lily/note-performer.cc (process_music): look for tie-events in
187         the articulations; pass to Audio_note constructor.
188
189         * lily/audio-item.cc (Audio_note): Initialize tie_event_ in
190         constructor.
191
192         * lily/include/audio-item.hh (class Audio_note): add tie_event_.
193         include initializer in constructor.
194
195 2006-09-02  Joe Neeman  <joeneeman@gmail.com>
196
197         * lily/simple-spacer.cc (get_line_forces): Ignore loose columns
198         unless they are breakable. This fixes discrepancies between the forces
199         calculated here and the forces calculated in get_line_configuration.
200
201         * lily/grob.cc (pure_relative_y_coordinate): fix some
202         mis-estimation that was happening with piano staves.
203
204         * lily/constrained-breaking.cc (resize): don't choke if we get a
205         measure that won't fit on a line.
206         (combine_demerits): don't consider uniformity when ragged
207
208         * lily/page-spacing.cc (solve): why the f* were there two of these?
209         (calc_subproblem): properly handle the case where a system is taller
210         than the page.
211
212         * lily/system.cc (get_paper_system): ensure that all the permissions
213         and penalties are passed to the paper systems.
214
215         * lily/page-breaking.cc (create_system_list): support system-count.
216
217         * scm/define-grobs.scm (pure-print-callbacks): add
218         ly:script-interface::print
219
220         * lily/page-spacing.cc (min_page_count): fix calculation of min
221         pages if we are ragged and there are non-zero springs.
222
223         * scm/layout-page-layout.scm: if the pure-height estimates are under
224         the real height, allow space-systems to ignore padding if it is
225         needed in order to fit the systems on one page
226
227         * lily/optimal-page-breaking.cc (try_page_spacing): fix reading
228         ragged properties
229         (solve): fix performance problem. Make sure we always get at least
230         one solution
231
232         * lily/page-breaking.cc (make_pages): include write-page-breaks
233         and page-stencil
234
235         * lily/paper-score.cc (calc_breaking): remove Gourlay breaker
236
237         * scm/define-grobs.scm: add the new slur-callback
238         fix pure-relevant to not exclude grobs whose extent is already
239         calculated
240
241         * ly/paper-defaults.ly: make ly:optimal-breaking the new default
242         page breaker
243
244         * lily/slur.cc (pure_height): new callback to estimate the height
245         of a slur
246
247 2006-09-02  Graham Percival  <gpermus@gmail.com>
248
249         * Documentation/user/invoking.itely: small update on
250         MacOS X notes; thanks Trevor!
251
252 2006-09-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
253
254         * VERSION (MY_PATCH_LEVEL): release 2.9.17
255
256         * lily/lexer.ll: accept EOF in all states.
257
258         * lily/tempo-performer.cc (Tempo_performer): initialize last_tempo_.
259
260         * lily/source-file.cc (Source_file): always 0-terminate character
261         array, to prevent Flex from barfing.
262
263         * lily/global-context.cc (get_output): robustness: don't crash if
264         no Score context found.
265
266         * lily/include/book.hh (class Book): idem.
267
268         * lily/include/context-def.hh (struct Context_def): idem.
269
270         * lily/include/score.hh (class Score): don't derive from Input.
271
272         * lily/book.cc (Book): add a copy ctor. 
273
274         * buildscripts/output-distance.py (FileLink.calc_distance): count
275         orphans in distance too.
276
277         * python/midi.c (midi_parse_track): robustness: don't read past
278         end of string.
279
280         * ly/performer-init.ly: add Control_track_performer, move
281         Tempo_performer and Time_signature_performer to Score.        
282
283         * lily/score-performer.cc (acknowledge_audio_elements): override
284         from base class: add to audio-columns
285
286         * lily/control-track-performer.cc (add_text): new file: generate
287         the control track.
288
289         * lily/performance.cc: move output_header_track to
290         Control_track_performer ()
291
292         * lily/midi-walker.cc (Midi_walker): get channel in constructor.
293
294         * lily/include/midi-item.hh (class Midi_channel_item): insert
295         class into hierarchy, for items that can have a channel setting. Dehungarify.
296
297         * lily/include/performer.hh (class Performer): remove
298         play_element();  move functionality into announce/acknowledge.
299
300         * lily/audio-staff.cc (output): remove channel_ from Midi_track.
301
302         * lily/tie-engraver.cc (stop_translation_timestep): only wipe
303         heads_to_tie_ if there are new heads to tie.  Fixes polyphony in ties.
304
305 2006-08-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
306
307         * lily/tie-engraver.cc (stop_translation_timestep): robustness for
308         ambituses.
309
310         * lily/all-font-metrics.cc: remove TFM support.
311
312         * lily/include/tfm.hh: remove TFM support, TFM reader.
313
314         * lily/include/binary-source-file.hh: remove Binary_source_file.
315
316 2006-08-27  Graham Percival  <gpermus@gmail.com>
317
318         * Documentation/topdocs/NEWS.itely: add @c marker for
319         stuff I've processed.
320
321         * Documentation/user/ various: info from NEWS.
322
323 2006-08-27  Joe Neeman  <joeneeman@gmail.com>
324
325         * lily/paper-column-engraver.cc (finalize): Oops, this change
326         should have gone in on 2006-08-23
327
328 2006-08-26  Mats Bengtsson  <mabe@s3.kth.se>
329
330         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use double
331         quotes to quote arguments. Fixes Windows problem.
332
333         * python/lilylib.py (progress): idem
334
335 2006-08-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
336
337         * scripts/musicxml2ly.py: fix for importing
338         minor key signatures from MusicXML.  (Phillip Kirlin)
339
340 2006-08-24  Phillip Kirlin  <pkirlin@acm.org>
341
342         * python/musicxml.py: 
343         (Attributes.get_key_signature): now correctly retrieves mode from 
344         MusicXML. 
345
346 2006-08-25  Han-Wen Nienhuys  <hanwen@lilypond.org>
347
348         * lily/parser.yy (output_def_body): take ownership of identifier
349         back to C++.
350
351         * Documentation/user/advanced-notation.itely (Metronome marks):
352         update use of \tempo in \midi.
353
354         * VERSION: release 2.9.16
355         
356 2006-08-24  Erik Sandberg  <mandolaerik@gmail.com>
357
358         * input/mutopia/*: upgrade to new midi tempo syntax (repairs make
359         web partially)
360
361 2006-08-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
362
363         * input/regression/tie-chord-partial.ly: clarify example.
364
365         * scm/define-music-properties.scm (all-music-properties): remove
366         untied.
367
368         * ly/music-functions-init.ly: remove \untied.
369
370         * lily/tie-engraver.cc (struct Head_event_tuple): store both
371         stream events and music events.
372         (stop_translation_timestep): search acknowledged heads for
373         tie-event.
374
375         * input/regression/tie-chord-partial.ly: new file.
376
377         * scm/define-markup-commands.scm (char): use ly:wide-char->utf-8
378         for \char markup command.
379
380         * scm/define-event-classes.scm (unlistened-music-event-classes): idem.
381
382         * scm/define-music-types.scm (music-descriptions): consistency:
383         Use solo-{one,two}-event iso. solo-[12]-event.
384
385         * lily/part-combine-engraver.cc (process_music):
386         Use solo-{one,two}-event iso. solo-[12]-event.
387
388         * ly/declarations-init.ly (partCombineListener): add Timing as
389         alias
390
391         * flower/std-string.cc (string_copy): use copy ()
392
393         * lily/source-file.cc (Source_file): use copy(). Remove contents_str0()
394
395 2006-08-24  Graham Percival  <gpermus@gmail.com>
396
397         * Documentation/user/changing-defaults.itely, global.itely,
398         lilypond-book.itely, page.itely: minor changes from mailist.
399
400 2006-08-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
401
402         * buildscripts/mutopia-index.py (allfiles): filter lily-XXX and
403         snippet-map
404
405         * scm/define-context-properties.scm
406         (translator-property-description): robustness: detect type errors
407         in property definitions.
408
409         * lily/parser.yy (score_body): protect SCORE_IDENTIFIER result
410         after getting it from SCM. 
411
412         * lily/smobs.cc (protect_smob): switch off fancy smob protection
413         for now. 
414
415         * lily/include/performer.hh (class Performer): strip get_tempo()
416         method.
417
418         * lily/midi-def.cc: strip file.
419
420         * lily/lexer.ll (Lily_lexer): don't protect hash key separately.
421
422         * lily/include/context-def.hh (struct Context_def): use
423         VIRTUAL_COPY_CONSTRUCTOR().
424
425         * lily/source-file.cc: smobification.
426
427         * lily/include/source-file.hh (class Source_file): smobify
428         Source_file. Trim redundant members.
429
430         * lily/parser.yy (Lily_lexer::try_special_identifiers): unprotect
431         clones after creation. This plugs a huge memory leak.
432
433         * python/convertrules.py (FatalConversionError.sub_tempo):
434         complete rule for \midi{ \tempo }
435
436         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): idem.
437
438         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): update tempo.
439
440 2006-08-23  Joe Neeman  <joeneeman@gmail.com>
441
442         * input/regression/optimal-page-breaking-hstretch.ly: test for
443         ragged-last-bottom also
444
445         * lily/paper-column-engraver.cc (finalize): make the end of a score
446         breakable by default. This is to balance out a change in behaviour
447         of the page-turn-breaker which no longer makes the end of a score
448         breakable.
449
450         * lily/paper-book.cc (pages): set the systems_ once the pages are
451         broken
452
453         * lily/page-turn-page-breaking.cc (calc_subproblem): use the new
454         Page_breaking interface.
455
456         * lily/page-breaking.cc (class Page_breaking): make the interface
457         more consistent and provide abstractions for dealing with
458         Line_divisions.
459
460         * lily/optimal-page-breaking.cc (solve): use a more straightforward
461         algorithm. Use the new interface to Page_breaking.
462
463         * lily/page-spacing.cc: better support for ragged-bottom and
464         ragged-last-bottom
465
466 2006-08-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
467
468         * python/convertrules.py (conv): warning on \tempo{}
469
470         * ly/performer-init.ly: set tempoWholesPerMinute.
471
472         * ly/midi-init.ly: remove \midi
473
474         * lily/tempo-performer.cc: look at tempoWholesPerMinute to set
475         MIDI tempo.
476
477         * lily/metronome-engraver.cc (process_music): use tempoUnitCount
478         tempoUnitDuration for determining what to print.
479
480         * lily/lyric-extender.cc: typo.
481
482         * lily/parser.yy (output_def_body): disallow \tempo in \midi{}
483
484         * lily/duration-scheme.cc (LY_DEFINE): ly:duration-length: new
485         function.
486
487         * scm/lily.scm (define-scheme-options): alphabetize, add eps-pad-boxes.
488
489         * scm/framework-ps.scm (dump-stencil-as-EPS): only pad boxes if
490         eps-pad-boxes is set.
491
492         * scripts/lilypond-book.py (main): use -deps-pad-boxes.
493
494         * THANKS: update sponsors.
495
496         * ly/english.ly: quarter tone naming (thanks, Trevor Baca)
497
498         * Documentation/topdocs/NEWS.tely (Top): doc new feature.
499
500         * input/regression/tie-chord-untied.ly: new file.
501
502         * lily/tie-engraver.cc (acknowledge_note_head): check 'untied property.
503
504         * scm/define-music-properties.scm (all-music-properties): add
505         'untied property.
506
507         * buildscripts/mutopia-index.py (allfiles): look for .ly rather
508         than .ly.txt.
509         (headertext_nopics): sanitize no-examples text.
510
511         * scm/page.scm (make-page-stencil): don't rely on extents of
512         page-stencil. This fixes spurious space around .EPS files produced
513         with the EPS backend.
514
515 2006-08-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
516
517         * lily/stencil-scheme.cc (LY_DEFINE): make extent arguments optional.
518
519         * lily/hara-kiri-engraver.cc (process_music): remember
520         keepAliveInterfaces after processing \set
521
522         * lily/lyric-extender.cc (print): support left/right-padding for
523         extenders.
524
525         * scm/documentation-generate.scm (string-append): revert lilypond/
526         path, doc why.
527
528 2006-08-20  Graham Percival  <gpermus@gmail.com>
529
530         * Documentation/user/lilypond.tely: clarification to
531         license presentation (not to actual license).
532
533         * Documentation/user/basic-notation.itely,
534         instrument-notation.itely: minor changes.
535
536         * input/ {regression, test}/+.ly: clarification to
537         text (you can click on examples).  Thanks, Mats!
538
539         * input/manual/bar-lines.ly: adds ||: repeats.
540
541 2006-08-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
542
543         * make/ly-vars.make (OMF_FILES): strip ps.gz from OMF_FILES 
544
545         * scm/documentation-lib.scm (texi-file-head): category LilyPond.
546
547         * Documentation/user/lilypond.tely: strip lilypond/ from info
548         links, rename to category LilyPond
549
550         * lily/pango-font.cc (description_string): new function.
551
552         * VERSION: release 2.9.15
553
554         * lily/spacing-engraver.cc (stop_translation_timestep): use
555         Dscho's fix for spacing spanner. 
556
557         * scm/define-music-types.scm (music-descriptions): use
558         apply-output-event for ApplyOutputEvent
559
560         * lily/output-property-engraver.cc (listen_apply_output): rename
561         from listen_layout_instruction.
562
563         * lily/piano-pedal-engraver.cc (struct Pedal_type_info): new
564         function protect()
565
566 2006-08-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
567
568         * scm/lily.scm (lilypond-all): option read-file-list: substitute
569         commandline args with contains, split by \n.
570
571         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system):
572         write snippet-names file, call with -dread-file-list. Fixes
573         command limitations on 64-bit systems.
574
575         * input/regression/stencil-color-rotation.ly: new file.
576
577         * lily/include/translator.hh (struct Acknowledge_information):
578         revert: don't use Protected_scm in global objects, as GUILE can't
579         handle gc_unprotect from automated destructors on MacOS X.
580  
581         * lily/grob.cc (get_print_stencil): use retval.expr() as base for
582         color, not the original stencil. Fixes combinations of
583         color/transparency/rotation. Backportme.
584
585         * scripts/lilypond-book.py (main): add --formats=eps for
586         texinfo/latex.
587
588         * lily/spacing-engraver.cc (stop_translation_timestep): don't
589         crash if spacing_ is nonexistent.
590
591 2006-08-14  Mats Bengtsson  <mabe@s3.kth.se>
592
593         * scripts/lilypond-book.py (output): Remove obsolete(!?)
594         \catcode`\@=12 in the LaTeX output.
595
596 2006-08-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
597
598         * scm/define-music-types.scm (music-descriptions):
599         use sustain-event iso. sustain-pedal-event.
600
601 2006-08-11  Joe Neeman  <joeneeman@gmail.com>
602
603         * scripts/convert-ly.py: honour the -n command-line switch
604
605 2006-08-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
606
607         * scm/output-lib.scm (bar-line::calc-glyph-name): add dashed liine
608         break specification.
609
610 2006-08-10  Joe Neeman  <joeneeman@gmail.com>
611
612         * Documentation/user: convert-ly the user manual
613
614 2006-08-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
615
616         * stepmake/aclocal.m4: version check patch (thanks MWD)
617
618         * ly/music-functions-init.ly: robustness. Don't crash if
619         currentBarNumber is not a number.
620
621         * VERSION (PATCH_LEVEL): bump.
622
623 2006-08-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
624
625         * stepmake/aclocal.m4: better version check; handle fooX.Y
626         binaries too.
627
628         * ly/performer-init.ly: instrument name fixup.
629
630         * input/manual/chord-names-jazz.ly (banterProperties):
631         instrumentName update
632
633         * scm/define-event-classes.scm (lambda): use ly:is-listened-event-class
634
635         * lily/ly-module.cc (ly_module_symbols): use ly_hash_table_keys
636
637         * lily/translator.cc (LY_DEFINE): ly:is-listened-event-class: new
638         function. Use hash tables to check membership.
639
640         * lily/general-scheme.cc (LY_DEFINE): new function.
641
642         * lily/piano-pedal-engraver.cc (struct Pedal_type_info): idem
643
644         * lily/include/translator.hh (struct Acknowledge_information): add
645         Protected_scm
646
647         * ly/music-functions-init.ly: change name to BreathingEvent
648
649         * input/regression/*.ly: apply it.
650
651         * python/convertrules.py (conv): better instrumentName conversion
652         rule.
653
654         * scm/define-music-types.scm (music-descriptions): add
655         line-break-event to LineBreakEvent music
656
657         * lily/music.cc (to_event): don't crash if music type not set.
658
659         * lily/spacing-loose-columns.cc (set_loose_columns): don't barf if
660         spacing not set.
661
662         * lily/spacing-engraver.cc (stop_translation_timestep): set
663         spacing for proportional notation too.
664
665         * scm/translation-functions.scm (format-bass-figure): inspect
666         stream-event.
667
668         * scripts/lilypond-book.py (bindir): add bindir to $PATH.
669
670 2006-08-08  Joe Neeman  <joeneeman@gmail.com>
671
672         * lily/include/constrained-breaking.hh: add Line_details (Prob*)
673
674         * scm/page.scm (make-page): make it friendlier to call (esp. from C++)
675
676         * scm/layout-page-layout.scm (make-page-from-systems): new function
677         (optimal-page-breaks): use the new page-breaking calling convention
678
679         * scm/define-context-properties.scm (all-user-translation-properties):
680         add revokePageTurns
681
682         * lily/paper-column-engraver.cc (stop_translation_timestep): add
683         revokePageTurns  functionality. If there is a special barline within
684         the breakable region, break there instead of at the end of the region.
685
686         * lily/paper-book.cc (pages): use the new page-breaking calling
687         convention
688
689 2006-08-07  Erik Sandberg  <mandolaerik@gmail.com>
690
691         * lily/lexer.ll, lily/source-file.cc: Add \sourcefileline command
692
693         * scripts/lilypond-book.py: insert \sourcefileline command in
694         output, so lilypond error messages refer to the spot in the
695         original .lytex / .itely sourcefile.
696
697 2006-08-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
698
699         * lily/spacing-loose-columns.cc (set_loose_columns): oops: use
700         space to next column for distance to fixed col.
701
702         * VERSION (PACKAGE_NAME): release 2.9.14
703
704         * lily/pitched-trill-engraver.cc (make_trill): do set_parent also
705         if no accidental.
706
707         * lily/accidental-engraver.cc (process_acknowledged): don't create
708         accidental for trill span event. This fixes spurious accidentals
709         on trills.
710
711 2006-08-04  Mats Bengtsson  <mabe@s3.kth.se>
712
713         * scm/define-grob-properties.scm (all-user-grob-properties):
714         Clarify documentation of side-axis and direction. Thanks to Paul
715         for the inspiration.
716
717         * lily/bar-line.cc: Add documentation for "||:" also in the
718         interface documentation.
719
720 2006-08-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
721
722         * lily/spacing-loose-columns.cc (set_loose_columns): bugfix.
723
724         * lily/paper-column.cc (set_system): new function.
725
726         * lily/spacing-engraver.cc (stop_translation_timestep): store
727         SpacingSpanner refs in Paper_column.
728
729         * lily/spacing-loose-columns.cc (set_loose_columns): rewrite
730         compute loose clique spacing using GraceSpacing/SpacingSpanner.
731
732 2006-08-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
733
734         * lily/beam-engraver.cc (listen_beam): add method for
735         Grace_beam_engraver too.
736
737 2006-08-03  Mats Bengtsson  <mabe@s3.kth.se>
738
739         * python/convertrules.py: Fix indentation bug that broke
740         conversion of files older than 1.3.117.
741         Fix escape error in the description for 2.9.6.
742
743 2006-08-02  Erik Sandberg  <mandolaerik@gmail.com>
744
745         * lily/*-engraver.cc: convert all try_music functions to listen_*
746         functions.
747
748         * lily/piano-pedal-engraver.cc: some additional cleanups: use
749         enums to represent pedal types, and calculate more data statically.
750
751         * scm/part-combiner.scm (recording-group-emulate): create a
752         softcoded substitute for recording-group-engraver.cc.
753
754         * lily/music.cc: make a common transpose function for events and
755         music
756
757         * ly/declarations-init.ly: change melisma/melismaEnd. Eliminates
758         ManualMelismaEvent, and obsoletes Melisma_translator.
759
760 2006-08-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
761
762         * input/test/instrument-name-align.ly: update version.
763
764 2006-08-02  Mats Bengtsson  <mabe@s3.kth.se>
765
766         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
767         Doc the --pdf flag to lilypond-book.
768
769 2006-07-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
770
771         * Documentation/topdocs/NEWS.tely (Top): add description.
772
773         * input/regression/tuplet-full-length-note.ly: add file.
774
775         * lily/instrument-name-engraver.cc (acknowledge_axis_group):
776         always store axis group.
777
778 2006-07-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
779
780         * input/regression/instrument-switch.ly: new file.
781
782         * lily/instrument-switch-engraver.cc (process_music): new file.
783
784         * ly/engraver-init.ly: add Instrument_switch_engraver
785
786         * ly/music-functions-init.ly: \instrumentSwitch
787
788         * scm/define-context-properties.scm
789         (all-user-translation-properties): add instrumentCueName
790
791         * scm/define-grobs.scm (all-grob-descriptions): add InstrumentSwitch
792
793 2006-07-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
794
795         * ly/music-functions-init.ly: music function \transposition.
796
797         * lily/parser.yy (command_element): softcode \transposition.
798
799         * lily/fall-engraver.cc (process_music): delta-pitch -> delta-step.
800         (process_music): oops.
801
802         * lily/instrument-name-engraver.cc (start_spanner): new
803         function. Create spanner when property changes.
804         (stop_spanner): new function.
805
806         * python/convertrules.py (conv): add rule.
807
808         * lily/instrument-name-engraver.cc: shortVocalName iso. vocNam,
809         shortInstrumentName iso. instr.
810
811         * scm/output-ps.scm (dashed-line): add phase argument to
812         dashed-line.
813
814         * lily/bar-line.cc (dashed_bar_line): new function.
815         (compound_barline): support \bar "dashed". 
816
817         * lily/lily-parser-scheme.cc (LY_DEFINE): only write
818         --output=DIR to DIR/BASE if it is a dir. 
819
820         * flower/file-name.cc (file_part): new function
821         (dir_part): new function
822
823         * lily/lily-parser-scheme.cc (LY_DEFINE): 
824
825         * DEDICATION: update
826
827 2006-07-25  Han-Wen Nienhuys  <hanwen@lilypond.org>
828
829         * lily/instrument-name-engraver.cc: formatting.
830
831         * python/convertrules.py (conv): bugfix for \epsfile.
832
833 2006-07-25  Joe Neeman  <joeneeman@gmail.com>
834
835         * lily/grob.cc:
836         
837         * lily/gourlay-breaking.cc: Oops, these should have been included
838         in my last commit
839
840 2006-07-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
841
842         * scripts/*.py (program_name): cleanup relocation snippets.
843
844         * scripts/convert-ly.py (datadir): remove LILYPONDPREFIX support.
845
846 2006-07-24  Joe Neeman  <joeneeman@gmail.com>
847
848         * scm/define-grobs.scm (all-grob-descriptions): make NonMusicalPaperColumn
849         page-breakable by default
850
851         * scm/layout-page-layout.scm (space-systems): fix bug where the force isn't
852         correctly calculated for a single-system page
853
854         * scm/lily-library.scm (interval-sane?): also check that the first number is no
855         bigger than the second number
856
857         * lily/simple-spacer.cc (solve): allow compression even when ragged (but we
858         acknowledge that we aren't satisfying constraints)
859
860         * lily/hara-kiri-group-spanner.cc (request_suicide): give equal treatment to
861         non-Items
862
863         * lily/grob.cc (pure_height): add minimum-Y-extent
864
865         * lily/gourlay-breaking.cc (solve): don't ignore a compression force, even if we're
866         ragged
867
868         * lily/constrained-breaking.cc: convert code to use new Matrix class
869         (get_best_solution): new function
870
871         * scm/page.scm (make-page-stencil): don't crash if we annotate-layout when there
872         is a page with no systems
873
874 2006-07-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
875
876         * VERSION (PACKAGE_NAME): release 2.9.13
877
878         * scm/define-grobs.scm (all-grob-descriptions): remove stray
879         assignment.
880
881 2006-07-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
882
883         * Documentation/topdocs/NEWS.tely (Top): doc new features.
884
885         * scm/output-lib.scm (grace-spacing::calc-shortest-duration): new
886         function.
887
888         * scm/define-grob-properties.scm (all-user-grob-properties):
889         remove grace-space-factor.
890
891         * scm/define-grob-interfaces.scm (grace-spacing-interface): add
892         grace-spacing-interface
893         (spacing-options-interface): add.
894
895         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add Grace_spacing_engraver
896
897         * lily/spacing-options.cc (get_duration_space): move function from spacing-basic.cc
898
899         * lily/spacing-basic.cc (note_spacing): do init_from_grob on
900         GraceSpacing object.
901
902         * lily/note-spacing.cc: fix prop list formatting
903
904         * lily/beaming-pattern.cc (de_grace): new function. Sensible
905         beaming for grace notes too.
906
907         * input/regression/spacing-grace.ly: update.
908
909         * lily/grace-spacing-engraver.cc: new file.
910
911         * lily/spacing-spanner.cc: add strict-grace-spacing.
912
913 2006-07-20  Graham Percival  <gpermus@gmail.com>
914
915         * lily/parser.yy: compile fix.
916
917 2006-07-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
918
919         * scm/define-grobs.scm (all-grob-descriptions): typo.
920
921         * scm/framework-eps.scm (dump-stencils-as-EPSes): just strip
922         .eps extension from includegraphics.
923
924         * scripts/lilypond-book.py (main): add support for --pdf. 
925
926         * lily/spacing-spanner.cc (calc_common_shortest_duration): use
927         callback to compute common shortest duration.
928         (set_springs): typo.
929
930         * scm/define-grob-properties.scm (all-user-grob-properties): add
931         strict-grace-spacing.
932
933         * lily/spacing-determine-loose-columns.cc (is_loose_column):
934         support float_grace_columns_.
935
936         * lily/spacing-options.cc (init_from_grob): new file.
937
938         * Documentation/topdocs/NEWS.tely (Top): doc tupletFullLengthNote.
939
940         * input/regression/spacing-loose-grace.ly: new file.
941
942         * Documentation/topdocs/NEWS.tely (Top): document new feature.
943
944         * lily/tuplet-engraver.cc (struct Tuplet_description): read
945         tupletFullLengthNote too. Choose right bound depending on value.
946
947         * input/regression/tuplet-full-length-note.ly: new file.
948
949 2006-07-19  Erik Sandberg  <mandolaerik@gmail.com>
950
951         * lily/*-performer.cc: Converted try_music to listen_*
952
953         * lily/grob-info.cc, lily/engraver.cc: represent the cause of grob
954         as a stream-event internally. Introduce event_cause (), deprecate
955         music_cause ().
956
957         * scm/define-music-types.scm: Removed BusyPlayingEvent
958         
959 2006-07-19  Mats Bengtsson  <mabe@s3.kth.se>
960
961         * Documentation/user/advanced-notation.itely (Font selection):
962         Document how to get a list of available fonts using 'lilypond
963         -dshow-available-fonts blabla'.
964
965 2006-07-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
966
967         * GNUmakefile.in: filter lily-XXX.pdf files.
968
969         * scm/define-grob-interfaces.scm (bend-after-interface): add thickness.
970
971         * scm/define-grob-properties.scm (all-internal-grob-properties):
972         remove delta-pitch. Use delta-position everywhere.
973
974         * scm/output-lib.scm (fall::print): use new order.
975
976         * scm/output-ps.scm (path): reorder arguments.
977
978         * scm/output-svg.scm (path): support for path primitive.
979
980         * input/regression/bend-after.ly: new file.
981
982         * Documentation/user/GNUmakefile ($(outdir)/%.pdf): foolproof
983         recipe for eps -> pdf conversion.
984
985 2006-07-19  Erik Sandberg  <mandolaerik@gmail.com>
986
987         * lily/parser.yy, lily/lexer.ll: added some simplifications by
988         Angelo Contardi.
989
990 2006-07-19  Graham Percival  <gpermus@gmail.com>
991
992         * input/manual/screech-boink.ly: moved to here.
993
994         * input/screech-boink.ly: deleted.
995
996         * scm/define-grob-properties.scm: clarify doc string.
997
998 2006-07-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
999
1000         * Documentation/topdocs/NEWS.tely (Top): doc new feature.
1001
1002         * scm/output-ps.scm (path): define path.
1003
1004         * scm/define-stencil-commands.scm
1005         (ly:register-stencil-expression): add path.
1006
1007         * scm/define-music-properties.scm (all-music-properties): add delta-pitch.
1008
1009         * ly/engraver-init.ly: add Fall_engraver
1010
1011         * lily/parser.yy (music_function_event): allow musicfunction
1012         without music arg as music_function_event.
1013
1014         * lily/grob-scheme.cc (LY_DEFINE):
1015         ly:grob-robust-relative-extent. New function.
1016
1017         * scm/define-grobs.scm (all-grob-descriptions): add BendAfter
1018
1019         * scm/define-music-types.scm (music-descriptions): add BendAfterEvent.
1020
1021         * scm/output-lib.scm (fall::print): new function
1022
1023         * lily/fall-engraver.cc (stop_fall): new file.
1024
1025         * ly/music-functions-init.ly: alphabetise.
1026
1027         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): pdf iso. eps as
1028         base.
1029
1030 2006-07-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
1031
1032         * VERSION (PATCH_LEVEL): bump version. Release 2.9.12
1033
1034         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
1035         doc pdftex usage.
1036
1037         * lily/translator-group.cc (connect_to_context): non const error message.
1038
1039         * Documentation/user/GNUmakefile ($(outdir)/%.pdf): update to use PDF
1040
1041         * scm/paper.scm (internal-set-paper-size): define landscape to #f
1042         if unset.
1043
1044         * scm/framework-ps.scm (convert-to-pdf): swap h and w in case of landscape. 
1045
1046         * stepmake/stepmake/texinfo-rules.make: strip DVI support.
1047
1048         * scm/framework-eps.scm (dump-stencils-as-EPSes): generate
1049         systems.pdftex too.
1050
1051         * scm/backend-library.scm (postscript->pdf): use -dEPSCrop for PDF.
1052
1053         * make/lilypond-vars.make (TEXINPUTS): add pdf output format.
1054
1055         * Documentation/topdocs/NEWS.tely (Top): add pdftex note.
1056
1057         * scm/output-ps.scm (resetrotation): use gsave/grestore for rotation.
1058
1059         * lily/main.cc (parse_argv): don't overwrite previous --formats string.
1060
1061         * scm/backend-library.scm (postscript->pdf): strip .eps too. 
1062
1063 2006-07-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1064
1065         * scm/layout-page-layout.scm: Define module, tidy code, use more
1066         functions iso. a single big one.
1067
1068         * scm/layout-page-dump.scm: move page dump functions used in two
1069         pass spacing to this file. Define module.
1070
1071         * scm/lily.scm (ly:load): don't load layout-page-layout.scm
1072          (separate module)
1073
1074         * ly/paper-defaults.ly: use module layout-page-layout.
1075
1076 2006-07-14  Erik Sandberg  <mandolaerik@gmail.com>
1077
1078         * lily/music.cc: Revised MusicEvent event class. It now contains
1079         event data directly instead of encapsulating it in music. The
1080         previously used class is renamed to OldMusicEvent.
1081
1082         * lily/stream-event.cc: Stream events are now probs.
1083         
1084         * lily/translator-group.cc, lily/translator.cc: Translators can
1085         now listen directly to stream events, by using macros
1086         [DECLARE,IMPLEMENT]_TRANSLATOR_LISTENER.
1087
1088         * lily/arpeggio-engraver.cc: Converted to use new event system
1089
1090         * THANKS: Corrected spelling mistake.
1091
1092 2006-07-12  Graham Percival  <gpermus@gmail.com>
1093
1094         * Documentation/user/SConscript, make/lilypond-vars.make,
1095         input/GNUmakefile: doc build looks in input/manual instead
1096         of input/test/
1097
1098         * input/manual/ GNUmakefile, SConscript: build files for
1099         input/manual/
1100
1101         * input/test/ various: some files moved to input/manual/ 
1102
1103         * Documentation/user/basic-notation.itely: small updates;
1104         thanks Kieren and Charles!
1105
1106 2006-07-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
1107
1108         * VERSION (PACKAGE_NAME): release 2.9.11
1109
1110         * Documentation/topdocs/NEWS.tely (Top): update prop value 
1111
1112         * Documentation/user/basic-notation.itely (Tuplets): new property
1113         value.
1114
1115 2006-07-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
1116
1117         * python/convertrules.py (conv): tweaks. 
1118
1119         * VERSION (PATCH_LEVEL): bump version.
1120
1121         * python/convertrules.py (conv): add rule for
1122         tupletNumberFormatFunction.
1123
1124         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
1125         tupletNumberFormatFunction.
1126
1127         * scm/define-grobs.scm (all-grob-descriptions): calc TupletNumber
1128         text through 'text callback.
1129
1130         * lily/time-scaled-music-iterator.cc (construct_children): copy
1131         tweaks generated events.
1132
1133         * scm/define-context-properties.scm
1134         (all-user-translation-properties): remove tupletNumberFormatFunction
1135
1136         * lily/tuplet-engraver.cc (process_music): don't read
1137         tupletNumberFormatFunction
1138
1139         * scm/output-lib.scm (tuplet-number::calc-fraction-text): new
1140         function.
1141
1142 2006-07-11  Erik Sandberg  <mandolaerik@gmail.com>
1143
1144         * lily/global-context-scheme.cc: Separated ly:run-translator into
1145         smaller pieces.
1146
1147         * lily/score-engraver.cc, lily/score-performer.cc,
1148         scm/define-context-properties.scm: Make paper/midi output
1149         accessable as a context property.
1150
1151         * lily/score-translator.cc, lily/score-context.cc: Removed.
1152
1153 2006-07-07  Guido Amoruso  <guidonte@katamail.com>
1154
1155         * scm/ps-to-png.scm (Module): 
1156         * scm/framework-tex.scm (Module): 
1157         * scm/framework-ps.scm (Module): 
1158         * scm/backend-library.scm (Module): 
1159         * scm/framework-ps.scm: invoke gs with "-dDEVICEWIDTHPOINTS" and
1160         "dDEVICEHEIGHTPOINTS".
1161
1162 2006-07-04  Graham Percival  <gpermus@gmail.com>
1163
1164         * Documentation/user/ various: general improvements to
1165         "working with lilypond files" section.
1166
1167 2006-07-03  Erik Sandberg  <mandolaerik@gmail.com>
1168
1169         * lily/sequential-iterator.cc: Change the default get_music_list
1170         to read elements-callback music property
1171
1172         * scm/define-music-types.scm, scm/music-functions.scm: Cleaner
1173         processing of multimeasure rests. Softcoded
1174         sequential-music-iterator.
1175
1176         * lily/sequential-music-iterator.cc: Removed.
1177
1178 2006-06-28  Graham Percival  <gpermus@gmail.com>
1179
1180         * Documentation/user/basic-notation.itely: clarify \repeatTie.
1181
1182 2006-06-27  Erik Sandberg  <mandolaerik@gmail.com>
1183
1184         * lily/parser.yy: Wrap non-post-events in EventChords before
1185         assigning them to identifiers.
1186
1187 2006-06-27  Mats Bengtsson  <mabe@s3.kth.se>
1188
1189         * lily/bar-line.cc (compound_barline): Fix parenthesis error,
1190         gives correct vertical placement of \bar ":" in all staff
1191         sizes. Thanks Martial!
1192
1193 2006-06-26  Graham Percival  <gpermus@gmail.com>
1194
1195         * Documentation/user/invoking.itely : minor update from mailist.
1196
1197 2006-06-26  Erik Sandberg  <mandolaerik@gmail.com>
1198
1199         * lily/ various: Introduce stream events of types Prepare,
1200         OneTimeStep, CreateContext, AnnounceNewContext, RemoveContext,
1201         ChangeContext, SetProperty, RevertProperty, Override and Revert.
1202
1203         * lily/global-context*.cc: Time is now -inf before iteration
1204         starts.
1205
1206         * lily/include/context.hh: Removed unique_, init_
1207
1208         * Documentation/topdocs/NEWS: Make the feathered beam example
1209         avoid triggering a bug.
1210
1211 2006-06-24  Graham Percival  <gpermus@gmail.com>
1212
1213         * Documentation/user/ various: small additions from mailist.
1214
1215 2006-06-22  Mats Bengtsson  <mabe@s3.kth.se>
1216
1217         * ly/performer-init.ly: Add some missing links in the context
1218         hierarchy for MIDI output. There are probably some more missing!
1219
1220 2006-06-21  Graham Percival  <gpermus@gmail.com>
1221
1222         * Documentation/user/ various: minor spelling fixes;
1223         thanks Dave Luttinen!
1224
1225         * Documentation/user/ various: small clarifications;
1226         thanks Anthony Youngman!
1227
1228 2006-06-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
1229
1230         * po/fr.po: add \n appropriately.
1231
1232         * lily/lexer.ll: remove ? from version-seen?  
1233
1234 2006-06-19  John Mandereau  <john.mandereau@free.fr>
1235
1236         * po/fr.po; update translation, by Jean-Charles Malahieude and
1237         John Mandereau.
1238
1239 2006-06-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
1240
1241         * THANKS: add Markus Schneider.
1242
1243         * lily/tab-staff-symbol-engraver.cc: derive from Engraver, not
1244         Staff_symbol_engraver
1245
1246         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): don't
1247         replace staff_engraver
1248
1249         * lily/staff-symbol-engraver.cc (stop_spanner): announce end of
1250         spanner.
1251
1252         * lily/staff-collecting-engraver.cc
1253         (acknowledge_end_staff_symbol): new function
1254
1255         * lily/volta-engraver.cc (acknowledge_end_staff_symbol): new function. 
1256
1257         * lily/staff-collecting-engraver.cc
1258         (acknowledge_end_staff_symbol): new function.
1259
1260         * lily/main.cc: switch on relocation by default.
1261
1262 2006-06-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
1263
1264         * lily/spacing-spanner.cc (musical_column_spacing): set
1265         compound_fixed_note_space to 0.0. Document why.
1266
1267         * lily/simple-spacer.cc (is_sane): also have a kludge for numeric
1268         range of inverse_hooke_
1269         (Simple_spacer): init completely.
1270         (fits): const
1271         (get_line_configuration): don't use cols.resize(); it introduces
1272         initialized data.
1273
1274         * scm/framework-ps.scm (dump-page): add setstrokeadjust. Backportme.
1275
1276         * ps/music-drawing-routines.ps: remove selectfont L1 hack.
1277
1278         * lily/beaming-pattern.cc (best_splitpoint_index): urg, 2nd
1279         try. Divide by beatlength.
1280
1281         * input/regression/beaming-ternary-metrum.ly: update doc.
1282         add beatLength hack.
1283
1284         * scm/music-functions.scm (make-time-signature-set): add
1285         standard-beat-grouping. 
1286
1287 2006-06-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
1288
1289         * input/regression/tie-whole.ly: new file.
1290
1291         * lily/tie-formatting-problem.cc (set_column_chord_outline): don't
1292         cross center of note head in case of invisible stem. 
1293
1294 2006-06-16  Graham Percival  <gpermus@gmail.com>
1295
1296         * Documentation/user/ various: small fixes from mailist.
1297
1298 2006-06-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
1299
1300         * lily/breathing-sign.cc (offset_callback): idem.
1301
1302         * lily/align-interface.cc (align_to_fixed_distance): remove
1303         hungarian suffix.
1304
1305         * lily/beaming-pattern.cc (count_factor_twos): oops. We want
1306         x%2==0.
1307
1308 2006-06-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
1309
1310         * VERSION (PACKAGE_NAME): release 2.9.9
1311
1312         * ly/lilypond-book-preamble.ly: add \version
1313
1314 2006-06-14  Han-Wen Nienhuys  <hanwen@lilypond.org>
1315
1316         * scripts/lilypond-book.py (PREAMBLE_LY): include
1317         lilypond-book-preamble.ly
1318
1319         * lily/stem.cc (get_beaming): return max of 0 and
1320         scm_ilength. Fixes slurring from/to beams.
1321
1322         * ly/lilypond-book-preamble.ly: new file.
1323
1324         * lily/slur.cc: add inspect-index feature.
1325
1326 2006-06-13  Graham Percival  <gpermus@gmail.com>
1327
1328         * Documentation/user/tutorial.itely: trivial fix.
1329
1330 2006-06-13  Erik Sandberg  <mandolaerik@gmail.com>
1331
1332         * lily/parser.yy, scm/ly-syntax-constructors.scm: Produce almost
1333         all non-event music in the parser via MAKE_SYNTAX.
1334
1335         * lily/parser-scheme.cc: Add ly:parser-error function
1336
1337         * scm/paper.scm: fix typo
1338
1339 2006-06-13  Han-Wen Nienhuys  <hanwen@lilypond.org>
1340
1341         * THANKS: add RT.
1342
1343         * lily/font-config.cc (init_fontconfig): add warning if cache_file
1344         is null.
1345
1346         * buildscripts/output-distance.py (test_compare_signatures):
1347         timing routines.
1348         (read_signature_file): use new signature format.
1349
1350         * scm/stencil.scm (write-system-signature): simpler signature
1351         format.
1352
1353         * lily/stem.cc (calc_stem_end_position): calc quantized-positions
1354         for beamed case. 
1355
1356         * lily/note-spacing.cc (stem_dir_correction): don't inspect
1357         stem_end_position, but estimate instead. 
1358
1359         * lily/tuplet-bracket.cc (calc_positions): look at
1360         stem-end-position for tuplet bracket slope. Fixes sloped tuplet
1361         brackets narrower than beams. 
1362
1363         * lily/lexer.ll: set version-seen? even if version is
1364         INVALID. 
1365
1366         * lily/rest.cc (y_offset_callback): bugfix: decide position
1367         override based on scm_is_number(). Fixes \rest on center staff
1368         line. 
1369
1370         * lily/beaming-pattern.cc (best_splitpoint_index): fix beaming
1371         patterns for 16th triplets.
1372
1373 2006-06-10  Graham Percival  <gpermus@gmail.com>
1374
1375         * Documentation/user/ page.itely, global.itely: editing
1376         and reorg.
1377
1378         * Documentation/user/ various: findex -> funindex.
1379
1380 2006-06-10  Erik Sandberg  <mandolaerik@gmail.com>
1381
1382         * lily/time-scaled-music-iterator.cc: Use tupletSpannerDuration to
1383         insert extra tuplet events.
1384
1385 2006-06-10  Graham Percival  <gpermus@gmail.com>
1386
1387         * Documentation/user/programming-interfaces.itely: add
1388         info from NEWS.
1389
1390         * python/convertrules.py: add annotatefoo -> annotate-foo
1391         rules.
1392
1393         * Documentation/user/global.itely: start editing.
1394
1395         * Documentation/user/page.itely: major editing, new spacing
1396         docs.
1397
1398 2006-06-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
1399
1400         * scm/define-markup-commands.scm (wordwrap-markups): use
1401         output-def 'line-width if undefined.
1402
1403         * HACKING: trim outdated info.
1404
1405 2006-06-09  Mats Bengtsson  <mabe@s3.kth.se>
1406
1407         * scm/define-grobs.scm (all-grob-descriptions): Add
1408         line-spanner-interface to all grobs that already have
1409         text-spanner-interface or dynamic-text-spanner-interface
1410
1411         * scm/page.scm: Rename annotate{headers,systems,page}->
1412         annotate-*
1413
1414         * input/regression/page-spacing.ly,
1415         input/regression/page-layout-manual-position.ly: idem
1416
1417 2006-06-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
1418
1419         * lily/line-spanner.cc: cleanup property list.
1420
1421         * scripts/lilypond-book.py (find_toplevel_snippets): don't use
1422         generator expressions (2.3 compat). 
1423
1424 2006-06-09  Mats Bengtsson  <mabe@s3.kth.se>
1425
1426         * lily/vertical-align-engraver.cc: Make sure that the
1427         align{Above,Below}Context properties are included in the automatic
1428         documentation.
1429
1430 2006-06-08  Joe Neeman  <joeneeman@gmail.com>
1431
1432         * scm/paper-system.scm (paper-system-annotate): also annotate the
1433         estimated pure-Y-extent
1434
1435         * scm/define-grobs.scm: add pure-Y-extent and pure-Y-offset functions
1436
1437         * lily/system.cc (break_into_pieces): set the estimated height
1438         of each child system
1439
1440         * lily/stem.cc (pure_height): new pure-Y-extent callback
1441
1442         * lily/staff-symbol-referencer.cc (callback): don't destroy
1443         the staff-position property
1444
1445         * lily/hara-kiri-group-spanner.cc (request_suicide): split
1446         consider_suicide into two functions
1447
1448         * lily/constrained-breaking.cc (resize): use the new pure
1449         callbacks to estimate the height of a system
1450
1451         * lily/axis-group-interface.cc (pure_group_height): new
1452         side-effect-free VerticalAxisGroup height-callback
1453
1454         * lily/align-interface.cc (get_extents_aligned_translates):
1455         split align_elements_to_extents into two functions
1456         (get_pure_child_y_translation): new function
1457
1458         * lily/grob.cc: new functions for pure-Y-extent and pure-Y-offset
1459
1460         * lily/item.cc: new functions pure_is_visible and spanned_rank_iv
1461
1462         * lily/paper-score.cc: cache break_indices and columns
1463
1464         * lily/side-position-interface.cc: new pure-Y-extent callbacks
1465         
1466 2006-06-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
1467
1468         * lily/font-config.cc (init_fontconfig): do the init if
1469         cache_file, but don't look at cache_file.
1470
1471         * input/regression/quote-tie.ly: new file.
1472
1473         * lily/tie-engraver.cc (struct Head_event_tuple): add end_moment_
1474         to Head_event_tuple, so we deal gracefully with ties on
1475         cue-endings.
1476
1477         * lily/pango-font.cc (pango_item_string_stencil): type correctness
1478         for FcChar8*
1479
1480 2006-06-08  Graham Percival  <gpermus@gmail.com>
1481
1482         * input/test/ smart-transpose.ly, reverse-music.ly:
1483         \applyMusic to music functions update, thanks Michael!
1484
1485 2006-06-07  Graham Percival  <gpermus@gmail.com>
1486
1487         * input/test/ add-staccato.ly, add-text-script.ly,
1488         unfold-all-repeats.ly, music-box.ly: \applyMusic to
1489         music functions update, thanks to Michael Meixner.
1490
1491         * Documentation/user/music-glossary.tely: small fix
1492         from Francisco.
1493
1494         * Documentation/user/ various: minor additions from mailist.
1495
1496         * Documentation/user/lilypond.tely, basic-notation.itely:
1497         small test of @funindex.  (works here)
1498
1499         * input/test/font-table.ly: reduce size to partially
1500         de-ugly version in manual.
1501
1502         * Documentation/user/page.itely: new file (split former
1503         "global issues" into "page settings" and "non-musical
1504         output".
1505
1506         * Documentation/user/ various: fix @ref{}s to match
1507         new chapter names (above).
1508
1509 2006-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1510
1511         * SConstruct (LILYPONDPREFIX): Bootstrap fix.
1512
1513 2006-06-06  Graham Percival  <gpermus@gmail.com>
1514
1515         * Documentation/user/advanced-notation.itely: add example
1516         for segno/coda on barline.
1517
1518         * tex/texinfo.tex: merge from upstream.
1519
1520 2006-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1521
1522         * scripts/lilypond-book.py (process_snippets): Argument fix.
1523
1524         * SConstruct:
1525         * buildscripts/builder.py:
1526         * lily/SConscript: 
1527         * mf/SConscript: 
1528         * Documentation/user/SConscript:  More SCons fixes.
1529
1530 2006-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1531
1532         * lily/font-config.cc (init_fontconfig): Only initialize if
1533         global cache_file is found.
1534
1535 2006-06-06  Erik Sandberg  <mandolaerik@gmail.com>
1536
1537         * ly/music-functions-init.ly: Updated \overrideProperty to use the
1538         new \applyOutput.
1539
1540 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
1541
1542         * VERSION (PACKAGE_NAME): release 2.9.8
1543
1544         * lily/ledger-line-engraver.cc (stop_translation_timestep): new
1545         function. Delay ledger modifying ledgered grobs to
1546         stop_translation_timestep(), to ensure that we're ledgering
1547         according to the new spanner.
1548         (acknowledge_staff_symbol): don't check for non-NULL
1549         staff_sym->get_bound()
1550
1551         * lily/staff-symbol-engraver.cc (start_spanner): set left bound on
1552         creation.
1553
1554         * Documentation/pictures/GNUmakefile (XPM_FILES): src-wildcard for
1555         pictures too.
1556
1557         * GNUmakefile.in (dist-toplevel-txt-files): dist aclocal.m4
1558         directly from srcdir/stepmake/aclocal.m4
1559         
1560         * Documentation/misc/GNUmakefile (TEXTS): use src-wildcard for
1561         disting MISC files.
1562
1563         * lily/simple-spacer.cc (get_column_desc): desc -> description.
1564
1565 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
1566
1567         * lily/simple-spacer.cc (get_line_configuration): add
1568         keep-inside-line rods
1569         (struct Column_desc): add constructor
1570         (struct Rod_desc): add constructor
1571         (get_line_forces): check for forced page breaks here too
1572
1573         * lily/instrument-name-engraver.cc (acknowledge_axis_group): prevent
1574         support/elements cycles between InstrumentNames and AxisGroups
1575
1576 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
1577
1578         * config.make.in (METAFONT): remove MAKEINFO_VERSION
1579
1580         * stepmake/stepmake/topdocs-targets.make (make-txt-files): define
1581         make-txt-files target.
1582
1583         * stepmake/stepmake/toplevel-targets.make (do-top-doc): use
1584         make-txt-files target.
1585
1586         * configure.in (LINK_GXX_STATICALLY): $srcdir for readlink.py
1587
1588         * stepmake/stepmake/generic-vars.make (distdir): create dist in
1589         top-build-dir.
1590
1591 2006-06-06  Jürgen Reuter  <reuter@ipd.uka.de>
1592
1593         * Documentation/user/instrument-notation.itely,
1594         input/regression/breathing-sign-ancient.ly,
1595         input/test/divisiones.ly: Removed redundant property settings for
1596         vaticana contexts.
1597
1598         * ly/gregorian-init.ly: Rewrote \versus and \responsum in order to
1599         fix lyrics alignment problems.  They are implemented now as scheme
1600         functions that add the appropriate unicode char to the first lyric
1601         event rather than adding a separate lyric event.  Minor edit of
1602         comments.
1603
1604 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
1605
1606         * GNUmakefile.in (dist-toplevel-txt-files): new target. Don't
1607         pollute src dir with built .txt files, but install directly from
1608         Documentation/topdocs/out/
1609
1610         * buildscripts/output-distance.py
1611         (ComparisonData.create_html_result_page): put version/directories
1612         in table header.
1613
1614         * Documentation/topdocs/NEWS.tely (Top): document spacing section
1615         feature.
1616
1617         * configure.in (LINK_GXX_STATICALLY): use readlink.py to resolve links.
1618         Patch by Karl Hammar
1619         
1620         * buildscripts/readlink.py: add  file.
1621         Patch by Karl Hammar
1622
1623 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
1624
1625         * lily/tuplet-number.cc (print): prevent stencil from being
1626         garbage collected.
1627
1628 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
1629
1630         * scm/stencil.scm (write-system-signature): explicitly 
1631         -well, superfluously- close output port.
1632
1633         * buildscripts/output-distance.py (main): oops. Add extra argument.
1634
1635 2006-06-05  Graham Percival  <gpermus@gmail.com>
1636
1637         * Documentation/user/music-glossary.tely: clarified example
1638         from Francisco Vila, thanks!
1639
1640 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
1641
1642         * input/regression/spacing-section.ly: new file.
1643
1644         * lily/input.cc (programming_error): new function.
1645
1646         * lily/spacing-engraver.cc (try_music): new function. Accept
1647         spacing-section-event
1648
1649         * lily/spacing-spanner.cc (set_springs): take slices of all
1650         columns for spacing.
1651
1652         * lily/include/paper-column.hh (class Paper_column): add
1653         Paper_column::compare.
1654
1655         * ly/spanners-init.ly (newSpacingSection): add newSpacingSection.
1656
1657         * scm/define-music-types.scm (music-descriptions): add
1658         SpacingSectionEvent
1659
1660         * lily/music-iterator.cc (report_event): use programming_error for
1661         sending non-event error.
1662
1663         * lily/input.cc (programming_error): new function
1664
1665         * buildscripts/output-distance.py (main): use compare-XXX for
1666         compare files.
1667         (main): --threshold option, default at 0.30
1668
1669         * output-distance.py (main): add --threshold option.
1670
1671 2006-06-04  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1672
1673         * scm/paper-system.scm (paper-system-annotate): fix problem when
1674         annotating an empty system
1675
1676 2006-06-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
1677
1678         * GNUmakefile.in: reinstate old web tar/copying.
1679
1680 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
1681
1682         * lily/lyric-combine-music-iterator.cc (find_voice): return 0 if
1683         nothing changes. (Erik S) 
1684
1685         * lily/percent-repeat-iterator.cc (get_music_list): fix repeat
1686         count. (Erik S)
1687
1688 2006-05-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1689
1690         * scm/define-markup-commands.scm (whiteout): do not force
1691         foreground color of argument markup to black.
1692
1693         * scm/stencil.scm (annotate-y-interval): put arrow dimension at
1694         the left of the arrow, instead of below the arrow name, so that,
1695         when two little arrows are vertically stacked, their dimensions
1696         and name should not overlap. Add a color key parameter.
1697
1698         * scm/paper-system.scm (paper-system-annotate): Annotate
1699         next-space+next-padding instead of next-space. Annotate space
1700         between next-padding and next-space+padding, respectively, and
1701         following system extent and refpoint-Y-extent. Use colors.
1702
1703         * scm/page.scm (annotate-page): translate annotations slightly to
1704         the right.
1705
1706 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
1707
1708         * lily/figured-bass-position-engraver.cc (acknowledge_end_slur):
1709         fix for x-staff slurs. Thanks Joe!
1710
1711         * buildscripts/output-distance.py
1712         (SystemLink.output_expression_change_count): keep track of changed
1713         details, and dump in details html page.
1714  
1715         * input/regression/figured-bass-staff.ly: add note about setting
1716         properties in Staff context.
1717
1718         * lily/figured-bass-position-engraver.cc (acknowledge_slur):
1719         add slurs and ties to support too.
1720
1721         * buildscripts/output-distance.py (main): set dest_dir
1722         argument. Add --max-count option.
1723
1724 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
1725
1726         * ly/gregorian-init.ly: Converted to utf-8.  Added memorable
1727         shortcuts for special unicode chars that are useful in chant
1728         notation.  Revised exisiting and added new comments.
1729
1730 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
1731
1732         * make/mutopia-rules.make: remove duplicate recipe.
1733
1734 2006-06-02  Werner Lemberg  <wl@gnu.org>
1735
1736         * tex/texinfo.cnf: Fix typo (\euro -> \minus).
1737         Add support for U+0132 (IJ) and U+0133 (ij).
1738
1739 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
1740
1741         * buildscripts/output-distance.py (FileLink): new class. collect
1742         info systems from one .ly file. 
1743         (FileLink.link_files_for_html): further tweaks.
1744
1745 2006-06-02  Graham Percival  <gpermus@gmail.com>
1746
1747         * tex/texinfo.tex: partial fix for @funindex.
1748
1749         * Documentation/user/macros.tely: uncomment @funindex (doesn't
1750         break anything).
1751
1752 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
1753
1754         * make/mutopia-vars.make (ly_examples): replace .ly.txt with .ly
1755
1756         * tex/texinfo.tex (sectionheading, q.v.): call \quoteexpand for
1757         @example too. Backportme.
1758
1759 2006-06-02  Graham Percival  <gpermus@gmail.com>
1760
1761         * tex/texinfo.cnf: added UTF-8 support for texinfo; patch
1762         from Werner Lemberg.
1763
1764 2006-06-02  Paco (Francisco Vila)  <fravd@ya.com>
1765
1766         * Documentation/user/music-glossary.tely: additional spanish
1767         updates and a lyrics fix in an example.
1768
1769 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
1770
1771         * scm/define-grob-properties.scm: Previous patch contained
1772         spurious line from another patch not yet committed.  Fixed.
1773
1774         * scm/define-grob-properties.scm: Add missing doc strings for
1775         ancient notation.
1776
1777 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
1778
1779         * buildscripts/output-distance.py
1780         (ComparisonData.write_text_result_page): separate the scores, sort
1781         by geo_score.
1782
1783         * scm/framework-eps.scm (output-classic-framework): start at 1 for
1784         system signatures.
1785
1786         * buildscripts/output-distance.py (me_path): use argv[0] for
1787         sys.path extension
1788         (ComparisonData.img_cell): use colored borders.
1789
1790         * scm/stencil.scm (write-system-signature): escape newlines too.
1791         (write-system-signature): use (1,-1) interval for empty interval
1792
1793 2006-01-01  Graham Percival  <gpermus@gmail.com>
1794
1795         * Documentation/user/music-glossary.tely: Spanish updates
1796         from Francisco Vila.
1797
1798         * Documentation/user/lilypond-book.itely: addition from
1799         Vaclav Smilauer.
1800
1801         * Documentation/user/ various: edits, small additions
1802         from mailist, etc.
1803
1804 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1805
1806         * GNUmakefile.in (tree-lib-prefix-current):
1807         (tree-share-prefix-current): Use version number in tree, add
1808         `current' symlinks.
1809
1810 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
1811
1812         * GNUmakefile.in: write VERSION, again.
1813
1814         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
1815         $(outdir)/%.ly $(outdir)/%.ps): dump sigs for normal files too.
1816
1817         * stepmake/aclocal.m4: robuster version detection.
1818
1819         * buildscripts/output-distance.py
1820         (ComparisonData.create_html_result_page): copy only if file
1821         exists, fixup src paths.
1822
1823         * stepmake/bin/add-html-footer.py (built): junk gulp_file()
1824
1825 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1826
1827         * stepmake/aclocal.m4: Robustification for (gcc) version detection.
1828         Another datarootdir reto.
1829
1830         * cygwin/postinstall-lilypond.sh: Do not fail if info docs aren't
1831         available.  This should be moved to postinstall-lilypond-doc.
1832
1833 2006-05-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
1834
1835         * GNUmakefile.in: simplify local-WWW-post. 
1836         remove -type l from find.
1837
1838         * buildscripts/output-distance.py (ComparisonData.compare_trees):
1839         fixes. Don't follow symlinks.
1840         (ComparisonData.create_html_result_page): remove previous results.
1841         insert ../python in path.
1842
1843         * scripts/lilypond-book.py (PREAMBLE_LY): spacing fixes.
1844
1845 2006-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1846
1847         * config.make.in (datadir): Add datarootdir to silence autoconf.
1848
1849         * stepmake/aclocal.m4: Update for autoconf-2.59d.
1850
1851 2006-05-31  Erlend Aasland  <erlenda@gmail.com>
1852
1853         * dynamic-engraver.cc: fix bug (dynamics collide with accidentals)
1854
1855         * scm/output-ps.scm (repeat-slash): fix a bug that made repeat
1856         slash beams too wide.
1857
1858 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
1859
1860         * VERSION: release 2.9.7
1861         
1862 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1863
1864         * lily/relocate.cc (read_relocation_dir): Do not blindly
1865         dereference DIR.
1866
1867 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
1868
1869         * lily/parser.yy: replace THIS by PARSER
1870
1871         * Documentation/index.html.in: add link to test-results.html page.
1872
1873         * Documentation/topdocs/NEWS.tely (Top): update NEWS entry.
1874
1875         * scm/translation-functions.scm (format-bass-figure): translate
1876         digits over 10 to the left
1877
1878         * scm/define-markup-commands.scm (translate-scaled): new markup.
1879
1880         * mf/feta-nummer-code.mf (code): overshoot the topright tip of the
1881         7 glyph. 
1882
1883         * ly/engraver-init.ly: add Figured_bass_engraver
1884
1885         * lily/engraver-group.cc (acknowledge_grobs): use start/stop drul.
1886
1887         * lily/figured-bass-engraver.cc (clear_spanners): use everywhere.
1888
1889         * lily/score-engraver.cc (announce_grob): only note START announces.
1890
1891         * lily/include/engraver-group.hh (Translator_group):
1892         acknowledge_hash_table_ is now drul.
1893
1894         * lily/engraver.cc (announce_end_grob): new method.
1895
1896         * lily/include/grob-info.hh (class Grob_info): add start_end_ member.
1897
1898         * lily/translator-dispatch-list.cc (create): take start_end argument.
1899
1900         * lily/include/translator.hh (TRANSLATOR_DECLARATIONS): change
1901         acknowledge_static_array_ to drul
1902
1903         * lily/include/translator.icc (ADD_END_ACKNOWLEDGER): new macro.
1904
1905         * scm/define-grob-interfaces.scm
1906         (bass-figure-alignment-interface): add bass-figure-alignment-interface
1907
1908         * scm/define-grobs.scm (all-grob-descriptions): add
1909         BassFigureAlignmentPositioning
1910
1911         * ly/Welcome-to-LilyPond-MacOS.ly: include in LilyPond, so version
1912         number stays up to date. Backportme.
1913
1914 2006-05-30  Mats Bengtsson  <mabe@s3.kth.se>
1915
1916         * Documentation/user/basic-notation.itely (Bar lines): Document
1917         the "||:" bar type. 
1918
1919 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1920
1921         * buildscripts/builder.py: Remove --ly option/target from mf-to-table.
1922
1923         * scripts/lilypond-book.py: Bugfix: do not blindly attempt
1924         .../current hack if LILYPONDPREFIX is fine.  Fixes `scons doc'
1925         build.
1926
1927         * Resurrect `scons lily' build.
1928
1929         * SConstruct (symlink_tree): Bugfix: link
1930         music-drawing-routines.ps to file iso directory.
1931
1932         * lily/SConscript: Remove kpath-guile from LIBS.
1933
1934         * SConstruct (libdir_package_version): Typo.
1935         (configure): Comment-out fontforge for lack of fontforge.pc .
1936         Also add libdir* to environment.
1937
1938 2006-05-30  Graham Percival  <gpermus@gmail.com>
1939
1940         * Documentation/user/ various: minor additions from mailist and
1941         editing.
1942
1943 2006-05-30  Paco <fravd@ya.com>
1944
1945         * Documentation/user/music-glossary.tely: numerous corrections and
1946         some new translations.
1947
1948 2006-05-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
1949
1950         * BackportmeStart.
1951         
1952         * buildscripts/output-distance.py
1953         (ComparisonData.create_html_result_page): new routine: summarise
1954         results in HTML page with images. 
1955         (ComparisonData.create_text_result_page): create summary text files too.
1956
1957         * GNUmakefile.in (web-ext): package .signature files too. They
1958         compress well. 
1959
1960         * scm/stencil.scm (write-system-signature): typo.
1961
1962         * GNUmakefile.in: create web-root/VERSION to help upload scripts.
1963
1964         * scm/stencil.scm (write-system-signature): better escaping.
1965         only write signature for music systems, not for markup systems.
1966
1967         * scm/framework-ps.scm (output-framework): dump-signatures support
1968         for plain output.
1969
1970         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): add -ddump-signatures.
1971
1972         * scm/framework-ps.scm (write-preamble): redefine mark_URI to nop
1973         for -dno-point-and-click
1974
1975         * lily/grob.cc (get_print_stencil): don't read
1976         point_and_click_global to determine whether to set grob-cause.
1977
1978 2006-05-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
1979
1980         * buildscripts/output-distance.py (main): new function.
1981         (ComparisonData): new class.
1982
1983         * lily/ledger-line-engraver.cc (acknowledge_staff_symbol): be more
1984         careful with generating new LedgerLineSpanners.
1985
1986         * lily/ledger-line-spanner.cc (set_spacing_rods): suicide if no staff.
1987
1988         * ly/engraver-init.ly: remove Ledger_line_engraver from Voice
1989         context. This fixes double ledger lines in output. 
1990
1991         * lily/system.cc (get_paper_system): remove 3 layer limit.
1992
1993         * buildscripts/output-distance.py (SystemLink.distance): new
1994         file. Compare signatures.
1995
1996         * python/safeeval.py (SafeEval.visitUnarySub): new file.
1997
1998         * lily/grob-array.cc (remove_duplicates): rename from
1999         uniq(). Sort before calling uniq() so it actually works.
2000
2001 2006-05-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
2002
2003         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): strip
2004         \version from lilypond file snippet.
2005         (Lilypond_file_snippet.ly): oops. typo.
2006         (find_toplevel_snippets): urgh. again.
2007
2008         * lily/system.cc (get_paper_systems): uniq all_elements_ , to
2009         prevent duplicated broken items in output.
2010
2011         * scm/framework-eps.scm (output-classic-framework): only dump if
2012         dump-signatures is set.
2013
2014         * scm/lily.scm (define-scheme-options): add dump-signatures option.
2015
2016         * scm/stencil.scm (write-system-signature): new routine: write
2017         python parseable signature of a separate paper system.
2018         BackportmeEnd.
2019         
2020 2006-05-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
2021
2022         * lily/stanza-number-engraver.cc (process_music): use is_markup()
2023         iso is_string().
2024         include header.
2025
2026 2006-05-25  Erik Sandberg  <mandolaerik@gmail.com>
2027
2028         * translator-group.cc: send music events to engravers in
2029         non-bottom contexts.
2030
2031         * tuplet-engraver.cc: process tuplet brackets in correct order.
2032
2033 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
2034
2035         * stepmake/aclocal.m4: STEPMAKE_PYTHON(): clear cached value since
2036         arg 2 might point us to a new binary (patch by Karl Hammar)
2037         
2038 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
2039
2040         * VERSION (PACKAGE_NAME): release 2.9.6
2041
2042         * Documentation/topdocs/NEWS.tely (Top): trim explanation. 
2043
2044         * Documentation/user/*.itely: 2nd
2045         attempt: replace funindex -> findex globally.
2046
2047 2006-05-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2048
2049         * input/no-notation/display-lily-tests.ly: fix \applyOutput
2050         test. Add \break, \pageBreak, \pageTurn, etc, tests.
2051
2052         * scm/define-music-display-methods.scm: display methods for
2053         breaks. Fix \applyOutput.
2054
2055 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
2056
2057         * Documentation/user/macros.itexi: comment out funindex expansion. 
2058
2059         * Documentation/user/music-glossary.tely: junk \oldaddlyrics
2060         everywhere.
2061
2062         * GNUmakefile.in: fix wildcarding for scrips/out/ links. Thanks
2063         Karl Hammar. Backportme.
2064  
2065         * Documentation/user/advanced-notation.itely (Balloon help): idem.
2066
2067         * Documentation/user/changing-defaults.itely (Creating contexts): idem.
2068
2069         * Documentation/user/programming-interface.itely (Running a
2070         function on all layout objects): idem.
2071
2072         * Documentation/user/introduction.itely (Automated engraving):
2073         update \applyOutput syntax
2074
2075         * lily/lyric-combine-music-iterator.cc (start_new_syllable):
2076         remove debugging hook.
2077
2078         * configure.in (LINK_GXX_STATICALLY): use "" to allow $
2079         expansion. 
2080
2081         * Documentation/user/GNUmakefile (TEXI2DVI_FLAGS): add -E.
2082
2083         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
2084         TEXI2DVI_FLAGS to texi2dvi invocation. 
2085
2086 2006-05-24  Erik Sandberg  <mandolaerik@gmail.com>
2087
2088         * lily/chord-tremolo-*.cc: Reworked how \repeat "tremolo"
2089         works. More work is done by iterator now, and engraver has been
2090         very much simplified.
2091
2092         * lily/translator-group.cc: try_music is now invoked through a
2093         listener
2094
2095         * lily/*-iterator.cc: Massive cleanups. Junked
2096         try_music_in_children globally. Renamed try_music to report_event,
2097         and made that method descend to a bottom context automatically.
2098
2099         * lily/event-iterator.cc: New file.
2100
2101         * lily/output-property-iterator.cc,
2102         lily/old-lyric-combine-music-iterator.cc: Removed.
2103
2104         * python/convert-rules.py: Modified the syntax for \applyOutput.
2105
2106 2006-05-23  Graham Percival  <gpermus@gmail.com>
2107
2108         * stepmake/stepmake/texinfo-rules.make: added -E, allows pdf doc
2109         creation.
2110
2111         * Documentation/user/ various: stuff that might have helped
2112         to fix the pdf creation, plus some minor doc additions.
2113
2114         * Documentation/user/changing-defaults.itely: remove @b from
2115         @b{ @internasref{foo}}; this breaks texi2dvi -E.
2116
2117 2006-05-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
2118
2119         * lily/beaming-pattern.cc (beamify): deal with negative start
2120         moments for beaming patterns.
2121
2122 2006-05-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
2123
2124         * lily/beaming-info.cc (beamify): new function: read beatLength
2125         and beatGrouping from context. 
2126
2127         * input/regression/beam-beat-grouping.ly (Module): new file.
2128
2129         * input/regression/beam-unconnected-beamlets.ly (Module): new file.
2130
2131         * lily/beam.cc (get_beam_segments): generate events for
2132         max_connect_ case too.
2133         (get_beam_segments): read Stem::max-beam-connect.
2134
2135         * input/regression/beam-single-stem.ly: new file.
2136
2137         * lily/stem.cc (set_beaming): use #f as signaling value for
2138         beamcount 0.
2139
2140         * lily/beam-engraver.cc (typeset_beam): set right bound if unset.
2141
2142         * lily/beam.cc (set_beaming): read clip-edges property.
2143         (calc_direction): don't suicide for single stem.
2144
2145         * lily/beaming-info.cc (best_splitpoint_index): take bool*
2146         argument, remove 1<<15 hack. Remove clip_edges() 
2147
2148         * lily/hairpin.cc (print): only do padding for nonmusical bounds
2149
2150 2006-05-21  Graham Percival  <gpermus@gmail.com>
2151
2152         * Documentation/user/basic-notation.itely: reorg.
2153
2154         * Documentation/user/ various: minor fixes.
2155
2156 2006-05-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
2157
2158         * lily/stencil-expression.cc (register_stencil_head): opps, append
2159         to cdr of static SCM object.
2160
2161 2006-05-19  Graham Percival  <gpermus@gmail.com>
2162
2163         * Documentation/user/README.txt, lilypond.tely, macros.itexi:
2164         update framework for command index.  DOC WRITERS: use @funindex
2165         instead of @cindex @code{}.
2166
2167         * Documentation/user/ various: replace @cindex @code{} => @funindex
2168
2169 2006-05-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
2170
2171         * lily/beam.cc (set_stem_lengths): trigger 'beaming callback, in
2172         case positions is set manually. 
2173
2174 2006-05-18  Erik Sandberg  <mandolaerik@gmail.com>
2175         
2176         * scm/ly-syntax-constructors.scm: New file. Converted a few syntax
2177         rules to Scheme.
2178
2179 2006-05-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
2180
2181         * Documentation/user/changing-defaults.itely (Contexts explained):
2182         use absolute dimension for @image.
2183
2184         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): generate PNG
2185         out image for illustration too.
2186         ($(outdir)/%.png): add more png <-> eps rules. 
2187
2188 2006-05-17  Graham Percival  <gpermus@gmail.com>
2189
2190         * Documentation/user/ various: remove trailing whitespace, cosmetic
2191         change to reduce changes produced by diff.
2192
2193 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
2194
2195         * lily/main.cc (do_chroot_jail): correctness tweak.
2196
2197         * python/lilylib.py (system): import subprocess in system () only.
2198
2199         * scripts/*.py: use TARGET_PYTHON iso PYTHON. Backportme.
2200
2201         * make/substitute.make (ATVARIABLES): add TARGET_PYTHON as subst
2202         variable. Backportme.
2203
2204 2006-05-17  Erik Sandberg  <mandolaerik@gmail.com>
2205         
2206         * lily/parser.yy: Change all syntax rules of type Music to SCM type
2207
2208 2006-05-17  Werner Lemberg  <wl@gnu.org>
2209
2210         * lily/lexer.ll (init_signature_has_table): Add
2211         `scm-scm-music-music'.
2212
2213         * lily/parser.yy (MUSIC_FUNCTION_SCM_SCM_MUSIC_MUSIC): New token.
2214         (Generic_prefix_music_scm): Add rule for it.
2215
2216         * lily/quote-iterator.cc (Quote_iterator::process): Handle
2217         `quoted-transposition' property.
2218
2219         * ly/music-functions-init.ly (transposedCueDuring): New function.
2220
2221         * scm/define-music-properties.scm (all-music-properties): Updated.
2222
2223         * Documenation/topdocs/NEWS.itely: Document it.
2224
2225 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
2226
2227         * python/lilylib.py (system): move import subprocess to system()
2228         definition. 
2229
2230         * python/convertrules.py (conv): fix convert-ly rules for 2.9.4
2231
2232         * VERSION (PATCH_LEVEL): release 2.9.5
2233         
2234         * Documentation/topdocs/INSTALL.texi (Top): update versions and
2235         build instructions. 
2236
2237         * ly/engraver-init.ly: switch on hairpinToBarline by default.
2238
2239 2006-05-16  Graham Percival  <gpermus@gmail.com>
2240
2241         * Documentation/user/basic-notation.itely: editing from Dave, thanks!
2242
2243         * Documentation/user/ various: minor fixes.
2244
2245 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
2246
2247         * Documentation/topdocs/NEWS.tely (Top): add hairpinToBarline feature.
2248
2249 2006-05-16  Mats Bengtsson  <mabe@s3.kth.se>
2250
2251         * Documentation/user/advanced-notation.itely (Instrument names):
2252         Modified obsolete instruction on how to move instrument names away
2253         from the staves. Hmm, at second thought the bug probably has been
2254         solved, so the full bug description should probably be removed.
2255
2256 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
2257
2258         * lily/dynamic-engraver.cc (typeset_all): hang ending on
2259         currentCommandColumn. 
2260
2261         * lily/hairpin.cc (print): also add padding for non-neighbor
2262         hairpin bounds.
2263
2264         * scm/define-context-properties.scm
2265         (all-user-translation-properties): add hairpinToBarline
2266
2267         * input/regression/hairpin-to-barline.ly: new file.
2268
2269         * lily/context.cc (internal_send_stream_event): thinko fix.
2270
2271         * lily/tie.cc (set_default_control_points): robustness fix.
2272
2273         * python/musicxml.py (Part.interpret): don't complain about
2274         incomplete measures.
2275
2276         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): only add
2277         new music if last_event_chord() returned None.
2278
2279         * python/musicxml.py (Part.interpret): skip back over chord notes.
2280
2281 2006-05-16  Erik Sandberg  <mandolaerik@gmail.com>
2282         
2283         * lily/percent-repeat-engraver.cc, lily/parser.yy,
2284         lily/define-music-types.cc, lily/percent-repeat-iterator.cc,
2285         lily/slash-repeat-engraver.cc,
2286         lily/include/percent-repeat-iterator.hh: Rework percent repeats:
2287         iterator sends PercentEvents
2288
2289         * lily/time-scaled-music-iterator.cc, lily/tuplet-engraver.cc:
2290         rework tuplets: send start/stop events to engraver
2291
2292         * lily/context.cc, lily/music.cc, lily/context-scheme.cc: Add
2293         dispatchers event-source and events-below to Context
2294         
2295 2006-05-15  Graham Percival  <gpermus@gmail.com>
2296
2297         * Documentation/user/README.txt: update info for doc writers.
2298
2299         * Documentation/user/programming-interface.itely: integrate
2300         Nicolas' fixes for chapter rewrite.
2301
2302         * Documentation/user/ various: minor fixes.
2303
2304 2006-05-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
2305
2306         * lily/clef-engraver.cc: cleanup.
2307
2308         * Documentation/user/GNUmakefile: dist context-example.eps too.
2309
2310         * lily/key-engraver.cc (create_key): use
2311         explicitKeySignatureVisibility for cancellation too. 
2312
2313         * lily/font-config.cc (init_fontconfig): don't close file if
2314         f==NULL. 
2315
2316 2006-05-15  Erlend Aasland  <erlenda@gmail.com>
2317
2318         * Documentation/topdocs/NEWS.tely: niente and rotation news
2319
2320 2006-05-14  Erlend Aasland  <erlenda@gmail.com>
2321
2322         * lily/include/stencil.hh
2323         * lily/stencil.cc (rotate): new function. Makes it possible
2324         to rotate a stencil around a given offset.
2325
2326         * lily/grob.cc (get_print_stencil): add rotation support
2327
2328         * lily/stencil-interpret.cc (interpret_stencil_expression):
2329         add rotation support
2330
2331         * lily/stencil-scheme.cc (ly:stencil-rotate): new function
2332
2333         * scm/define-grob-properties.scm: add 'rotation property
2334
2335         * scm/define-markup-commands.scm: add rotate markup command
2336         
2337         * scm/output-ps.scm: add rotation support in PostScript backend
2338
2339         * scm/output-svg.scm: add rotation support in SVG backend
2340
2341 2006-05-13  Graham Percival  <gpermus@gmail.com>
2342
2343         * Documentation/user/music-glossary.itely: French correction.
2344
2345         * Documentation/user/programming-interface.itely: major
2346         new docs, some reorg, some info from Nicolas.
2347
2348         * Documentation/user/ various: small fixes.
2349
2350 2006-05-12  Mats Bengtsson  <mabe@s3.kth.se>
2351
2352         * Documentation/user/programming-interface.itely (Markup
2353         programmer interface): Remove duplicate text.
2354
2355 2006-05-12  Graham Percival  <gpermus@gmail.com>
2356
2357         * Documentation/user/context-example.eps: new file.
2358
2359         * Documentation/user/changing-defaults.itely: set up file to
2360         use eps image.
2361
2362         * Documentation/user/programming-interface.itely: changes
2363         from mailist.
2364
2365 2006-05-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
2366
2367         * configure.in (LINK_GXX_STATICALLY): python 2.4 req.
2368
2369 2006-05-11  Graham Percival  <gpermus@gmail.com>
2370
2371         * Documentation/user/programming-interface.itely: first round of
2372         editing and merging emails from Nicolas.
2373
2374         * Documentation/user/scheme-tutorial: minor edit.
2375
2376 2006-05-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
2377
2378         * python/musicxml.py (Xml_node.__init__): _attribute_dict stores
2379         XML attributes.
2380         (Xml_node.message): use it.
2381
2382         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): 
2383         oops. Add duration argument.
2384
2385 2006-05-10  Joe Neeman  <joeneeman@gmail.com>
2386
2387         * lily/paper-column-engraver.cc (make_columns):
2388         * scm/define-grobs.scm: Revert my previous change and set the default
2389         in define-grobs.scm instead.
2390
2391 2006-05-09  Graham Percival  <gpermus@gmail.com>
2392         
2393         * Documentation/user/changing-defaults.itely: general editing,
2394         info about \set and \override.
2395
2396         * Documentation/user/tweaking.itely, advanced-notation.itely:
2397         fixes from Dave Luttinen, thanks!
2398
2399 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
2400
2401         * lily/paper-column-engraver.cc (make_columns): By default, a column
2402         needs to be breakable.
2403
2404 2006-05-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
2405
2406         * scripts/musicxml2ly.py (musicxml_clef_to_lily): use new
2407         Attributes methods
2408         (musicxml_time_to_lily): idem
2409         (musicxml_key_to_lily): idem
2410         (instrument_drumtype_dict): dict for supported drumtypes.
2411         (LilyPondVoiceBuilder.__init__): new class: sanely keep track of
2412         moments and pending mm rests
2413         (musicxml_voice_to_lily_voice): rewrite to use LilyPondVoiceBuilder
2414         (musicxml_voice_to_lily_voice): strip KeyChangeEvents for drums.
2415         (musicxml_voice_to_lily_voice): add mode change.
2416         (option_parser): lxml.etree (http://codespeak.net/lxml/) for more
2417         speed and less memory usage (factor 5 to 10).
2418         (convert): write -defs.ly  and driver file separately so people
2419         can script their own part extraction.
2420
2421         * python/musicxml.py (minidom_demarshal_node): new function:
2422         separate minidom handling.
2423         (lxml_demarshal_node): new function: support lxml.etree too.
2424         (Xml_node.message): new function: verbose error message, with XML
2425         path to offending node.
2426         (Attributes.get_measure_length): sane interface to MusicXML attributes.
2427         (Part_list.generate_id_instrument_dict): new method: collect
2428         instrument names, to be able to set drum_type.
2429         (Part.interpret): handle underfull measures
2430         (Part.interpret): assign instrument names.
2431
2432         * python/musicexp.py (Output_printer.close): new method
2433         (MusicWrapper.print_ly): new class: support other modes,
2434         eg. \drummode
2435         (BarCheck.print_ly): new class. Support bar checks, with comments
2436         and fancy barchecks. 
2437         (NoteEvent.__init__): also set drum_type for drum notes.
2438         (MultiMeasureRest.lisp_expression): dump mm rests.
2439
2440         * lily/paper-column-engraver.cc (stop_translation_timestep): set
2441         line-break-permission if forbidBreak is not set.
2442
2443 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
2444
2445         * scm/define-context-properties.scm:
2446         * scm/define-grob-properties.scm:
2447         * scm/define-grobs.scm:
2448         * scm/define-music-display-methods.scm:
2449         * scm/define-music-properties.scm:
2450         * scm/define-music-types.scm:
2451         * scm/music-functions.scm:
2452         * ly/declarations-init.ly:
2453         * lily/include/constrained-breaking.hh:
2454         * lily/system.cc:
2455         * lily/spaceable-grob.cc:
2456         * lily/simple-spacer.cc:
2457         * lily/paper-score.cc:
2458         * lily/paper-column.cc:
2459         * lily/paper-column-engraver.cc:
2460         * lily/item.cc:
2461         * lily/gourlay-breaking.cc:
2462         * lily/constrained-breaking.cc:
2463         * python/convertrules.py:
2464         Change "penalty", "page-penalty" and "breakable" to "line-break-penalty",
2465         "page-break-penalty" and "line-break-permission".
2466         Add "page-break-permission", "page-turn-permission" and "page-turn-penalty".
2467         Replace BreakEvent with LineBreakEvent, PageBreakEvent and PageTurnEvent.
2468
2469         * lily/bar-engraver.cc:
2470         * lily/beam-engraver.cc:
2471         * lily/forbid-break-engraver.cc:
2472         * lily/ligature-engraver.cc:
2473         * lily/paper-column-engraver.cc:
2474         * lily/percent-repeat-engraver.cc:
2475         * lily/score-engraver.cc:
2476         * lily/score-engraver.hh:
2477         * lily/paper-column-engraver.hh:
2478         Inter-engraver communication regarding line breaks is done through context
2479         properties (Score.forbidBreak) instead of function calls.
2480
2481 2006-05-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
2482
2483         * VERSION (PACKAGE_NAME): release 2.9.4
2484
2485 2006-05-08  Graham Percival  <gpermus@gmail.com>
2486
2487         * Documentation/user/working.itely: proofreading from Dave
2488         Luttinen, thanks.
2489
2490         * Doucmentation/user/README.txt: updated with manual style info.
2491
2492         * Documentation/user/ various: trim linewidth to 78 chars.
2493
2494 2006-05-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
2495
2496         * scm/define-grob-properties.scm (all-internal-grob-properties):
2497         remove chord-tremolo property.
2498
2499         * lily/beam.cc (get_beam_segments): don't use stem position as
2500         base for broken ends.
2501
2502 2006-05-06  Graham Percival  <gpermus@gmail.com>
2503
2504         * Documentation/user/putting.itely: proofreading from Dave
2505         Luttinen, thanks!
2506
2507         * Documentation/user/ various: more reorg and clarifications.
2508
2509 2006-05-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
2510
2511         * scm/lily.scm (TEX_STRING_HASHLIMIT): move from framework-texstr.scm.
2512
2513         * ly/music-functions-init.ly: new function featherDurations
2514
2515         * lily/beam.cc: read grow-direction for feathered beaming.
2516
2517         * Documentation/topdocs/NEWS.tely (Top): typo.
2518
2519 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
2520
2521         * lily/include/beam.hh (struct Beam_stem_segment): add gapped_ for
2522         tremolo beams.
2523
2524 2006-05-05  Erik Sandberg  <mandolaerik@gmail.com>
2525         * lily/context.cc, lily/global-context.cc: Added 'unique' member,
2526         used by music streams.
2527
2528         * lily/dispatcher.cc, lily/dispatcher-scheme.cc,
2529         lily/stream-event.cc, lily/stream-event-scheme.cc,
2530         lily/listener.cc, lily/scheme-listener.cc,
2531         lily/scheme-listener-scheme.cc, lily/include/dispatcher.hh,
2532         lily/include/stream-event.hh, lily/include/listener.hh,
2533         lily/include/scheme-listener.hh, scm/define-event-classes.scm:
2534         Created data structures for music streams.
2535         
2536 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
2537
2538         * lily/beam.cc (get_beam_segments): new function. Reorganise the
2539         construction of a beam. 
2540         (print): rewrite. 
2541
2542         * flower/include/std-vector.hh (default_compare): use only one comparison.
2543
2544         * scm/define-markup-commands.scm (note-by-number): remove debug display.
2545         (note-by-number): further attachment fixes.
2546
2547         * scm/lily-library.scm (ordered-cons): new function.
2548         (interval-index): new function
2549
2550         * lily/note-head-scheme.cc (LY_DEFINE): new file.
2551
2552         * lily/note-head.cc (get_stem_attachment): new function.
2553
2554         * scm/define-markup-commands.scm (note-by-number): read 'style
2555         property. 
2556
2557         * input/regression/markup-note.ly: show note-head style option.
2558
2559         * mf/feta-bolletjes.mf (overdone_heads): fix attachment points for
2560         triangle head.
2561
2562 2006-05-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
2563
2564         * mf/GNUmakefile (NCSB_OTFS): remove old ncsb detection further.
2565
2566         * configure.in (LINK_GXX_STATICALLY): fix for ncsb detection.
2567
2568         * lily/include/constrained-breaking.hh: GCC 4 fix.
2569
2570 2006-05-04  Joe Neeman  <joeneeman@gmail.com>
2571
2572         * lily/simple-spacer.cc: Remove class Simple_spacer_wrapper.
2573         Replace it with functions get_line_forces and get_line_configuration.
2574         (class Simple_spacer): Make data private.
2575         Rewrite compression algorithm to be faster and simpler.
2576
2577         * lily/simple-spacer-scheme.cc (ly_solve_rod_and_spring_problem):
2578         * lily/gourlay-breaking.cc (solve):
2579         * lily/constrained_breaking.cc (space_line):
2580         Change it to the new simple-spacer code.
2581
2582         * lily/paper-score.cc (get_paper_systems):
2583         (Paper_score):
2584         (process):
2585         Delay breaking the systems until they are requested.
2586         (find_break_indices):
2587         Use vsize for indices.
2588         (calc_breaking):
2589         Move the "Calculating line breaks" message here.
2590
2591         * lily/system.cc (pre_processing):
2592         Move the "Calculating line breaks" message away from here.
2593         (break_into_pieces):
2594         Allow multiple calls to this function in sequence (with touching-but-
2595         not-overlapping breakpoints).
2596
2597         * lily/constrained-breaking.cc:
2598         Replace most of the get_XXXX functions with get_line_details.
2599         Only calculate the force for each line. Calculate configurations only
2600         for the lines we will actually use.
2601         Replace cols_ with lines_.
2602
2603 2006-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2604
2605         * mf/GNUmakefile (depth): remove FC_FIND.
2606
2607         * config.make.in (NCSB_SOURCE_FILES): subst NCSB_SOURCE_FILES
2608
2609         * configure.in (LINK_GXX_STATICALLY): call fc-match from within configure.
2610
2611         * scm/framework-ps.scm (write-preamble): new function.
2612         (write-preamble): load mac fonts via fondu, even if gs-font-load
2613         is set.
2614
2615 2006-05-03  Werner Lemberg  <wl@gnu.org>
2616
2617         * mf/GNUmakefile (FC_FIND): Fix typo.
2618
2619 2006-05-03  Erlend Aasland  <erlenda@gmail.com>
2620
2621         * stepmake/stepmake/generic-targets.make (cvs-clean): also remove out-www dirs.
2622
2623 2006-05-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
2624
2625         * stepmake/aclocal.m4: run python-config for crosscompiling
2626         flags. 
2627
2628         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system): add
2629         -f png for HTML, TEXINFO formats. 
2630
2631         * input/tutorial/lbook-html-test.html: new file.
2632
2633         * lily/include/tie-formatting-problem.hh (class
2634         Tie_formatting_problem): index Chord_outline_map by Tuple2 for
2635         [column, direction]. This fixes laissez vibrer ties.
2636  
2637         * flower/include/tuple.hh (struct Tuple2): new file.
2638
2639         * mf/GNUmakefile (FC_FIND): new function. Find ncsb using
2640         $(FCMATCH), only if $(NCSB_DIR) not set. 
2641
2642         * configure.in (LINK_GXX_STATICALLY): only warn if $NCSB_DIR set.
2643
2644         * config.make.in (DOCUMENTATION): set FCMATCH.  
2645
2646         * autogen.sh (srcdir): don't set --with-ncsb-dir. 
2647
2648 2006-05-03  Graham Percival  <gpermus@gmail.com>
2649
2650         * Documentation/user/ various: final round of reorg.
2651
2652         * Documentation/user/instrument-notation.itely: some more
2653         fixes from Eduardo, thanks!
2654
2655 2006-05-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
2656
2657         * VERSION (PACKAGE_NAME): release 2.9.3
2658
2659         * flower/file-path.cc (is_dir): canonicalize file name before stat'ing.
2660
2661         * lily/relocate.cc (framework_relocation): remove old relocation stuff.
2662
2663 2006-05-01  Mats Bengtsson  <mabe@s3.kth.se>
2664
2665         * scm/define-grob-properties.scm (all-user-grob-properties):
2666         Correct typo, thanks to Eduardo.
2667
2668 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
2669
2670         * scripts/GNUmakefile (SEXECUTABLES): remove lilypond-ps2png.scm
2671
2672         * buildscripts/lilypond-words.py (F): indent fix.
2673
2674         * input/regression/tie-arpeggio-collision.ly: new file.
2675
2676         * lily/tie-formatting-problem.cc (set_column_chord_outline): new
2677         function: store outlines per column rank.
2678
2679         * lily/include/tie-configuration.hh (class Tie_configuration): add
2680         column_ranks_ to specification and configuration, to distinguish
2681         between ties for different heads in arpegiated chords.
2682
2683         * lily/relocate.cc (framework_relocation): use INSTALLER_PREFIX.
2684
2685         * *.py: more 4 space indents.
2686
2687         * autogen.sh (conf_flags): set sensible default for with-ncsb-dir
2688
2689 2006-05-01  Joe Neeman  <joeneeman@gmail.com>
2690
2691         * scm/lily-library.scm: Fix guile 1.6 compatibility in inf? and nan?
2692
2693 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
2694
2695         * buildscripts/pfx2ttf.fontforge (err): create OTF files.
2696
2697         * scripts/abc2ly.py (dump_score): indent of 4 for python code. 
2698
2699         * configure.in (LINK_GXX_STATICALLY): remove locate() call.
2700
2701 2006-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2702
2703         * python/convertrules.py (conv): indent 4 for python files.
2704
2705 2006-04-29  Mats Bengtsson  <mabe@s3.kth.se>
2706
2707         * Documentation/user/changing-defaults.itely (Creating contexts):
2708         Clarify \new semantics.
2709
2710 2006-04-28  Graham Percival  <gpermus@gmail.com>
2711
2712         * Documentation/user/ various: major new sections in the
2713         Learning manual, slight reorg elsewhere.
2714
2715 2006-04-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
2716
2717         * mf/GNUmakefile (MFTRACE_FLAGS): add $(outdir) to $(ENCODING_FILE) 
2718
2719         * scm/framework-ps.scm (output-framework): remove PageMedia
2720
2721 2006-04-27  Graham Percival  <gpermus@gmail.com>
2722
2723         * Documentation/user/ tweaks.itely, working.itely: new
2724         files, being more advanced "learning manual" chapters.
2725
2726         * Documentation/user/ tutorial, putting, lilypond: reorg.
2727
2728 2006-04-26  Graham Percival  <gpermus@gmail.com>
2729
2730         * input/regression/lyric-combine-polyphonic.ly: fixed test
2731         (no more "can't find context `one'" error).
2732
2733 2006-04-25  Joe Neeman <joeneeman@gmail.com>
2734
2735         * lily/stem-tremolo.cc (print): fix whole note tremolo placement
2736
2737         * input/regression/stem-tremolo.ly: add 2 more whole note examples
2738         
2739 2006-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2740
2741         * lily/relocate.cc (read_relocation_dir): new function.
2742
2743 2006-04-26  Graham Percival  <gpermus@gmail.com>
2744
2745         * Documentation/user/instrument-notation.itely: a few more fixes
2746         from Eduardo, thanks!
2747
2748         * Documentation/user/README.txt: new file; contains info on
2749         style that used to be in lilypond.tely.
2750
2751         * Documentation/user/ various: first round of doc reorg.
2752
2753         * Documentation/user/baer-flat-bw.png: remove alpha bit from
2754         graphic; this probably causes problems on some pdf
2755         viewers, notably Adobe Acrobat.
2756
2757 2006-04-24  Graham Percival  <gpermus@gmail.com>
2758
2759         * Documentation/user/instrument-notation.itely: many alterations
2760         to Vocal music, from Eduardo Viera.
2761
2762 2006-04-23  Graham Percival  <gpermus@gmail.com>
2763
2764         * Documentation/user/instrument-notation.itely: fix \new
2765         instead of \context problem.
2766
2767 2006-04-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2768
2769         * lily/relocate.cc (expand_environment_variables): new function.
2770         (read_line): id.
2771         (read_relocation_file): id.
2772
2773         * scm/stencil.scm (eps-file->stencil): fix EPS PS embedding code 
2774
2775 2006-04-21  Erlend Aasland  <erlenda@gmail.com>
2776
2777         * ly/engraver-init.ly: remove old comments from TabVoice
2778
2779 2006-04-20  Graham Percival  <gpermus@gmail.com>
2780
2781         * Documentation/user/instrument-notation.itely: added Erlend's
2782         latest doc patch, thanks!
2783
2784 2006-04-19  Erlend Aasland <erlenda@gmail.com>
2785
2786         * lily/include/slur.hh:
2787         * lily/slur.cc:
2788         * lily/phrasing-slur-engraver.cc:
2789         * lily/slur-engraver.cc: Fix 'cut & paste' code by merging
2790         acknowledge_extra_object () from Phrasing_slur_engraver:: and
2791         Slur_engraver:: and putting it in
2792         Slur::auxiliary_acknowledge_extra_object ().
2793
2794         * ps/music-drawing-routines.ps (draw_dashed_slur): fix another bug
2795
2796         * lily/note-collision.cc: fix a comment
2797
2798 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
2799
2800         * stepmake/bin/add-html-footer.py: fix footer position in
2801         generated html files: before </body> and </html> tags.
2802
2803 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
2804
2805         * scripts/GNUmakefile: revert last "fix", which rather broke make.
2806         Earlier successive `make' commands finally compiled ok.
2807
2808         * Documentation/topdocs/INSTALL.texi: require mftrace 1.1.19.
2809
2810 2006-04-18  Erlend Aasland <erlenda@gmail.com>
2811
2812         * lily/include/stem-tremolo.hh:
2813         * lily/stem-tremolo.cc: move rotated_box () to Lookup:: and update
2814         callers.
2815
2816         * lily/lookup.cc:
2817         * lily/include/lookup.hh: add rotated_box ()
2818
2819 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
2820
2821         * scripts/GNUmakefile: bugfix: run help2man only after scripts have 
2822         been generated. Fixes "can't get `--help'" bug after make clean.
2823
2824         * THANKS: alphabetize contributors.
2825
2826 2006-04-17  Graham Percival  <gpermus@gmail.com>
2827
2828         * Documentation/user/instrument-notation.itely: added Erlend's
2829         tabs and banjo doc patch.  Thanks!
2830
2831 2006-04-17  Erlend Aasland  <erlenda@gmail.com>
2832
2833         * scm/define-grobs.scm: fix stem-attachment for tablature note heads.
2834
2835         * ps/music-drawing-routines.ps (draw_dashed_line): fix dash pattern bug.
2836
2837         * scm/output-lib.scm: add some more predefined string tunings.
2838
2839         * Documentation/user/instrument-notation.itely: and doc them.
2840
2841 2006-04-16  Jürgen Reuter  <reuter@ipd.uka.de>
2842
2843         * ly/engraver.ly: Remove obsolete comments.
2844
2845         * ly/gregorian-init.ly: Define default layout block.
2846
2847         * input/puer-fragment.ly: Updated and extended.
2848
2849 2006-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2850
2851         * lily/lily-parser-scheme.cc: Use them to fix --output=DIR/BASE
2852         pdf conversion behaviour.
2853
2854         * flower/file-name.cc (dir_name)
2855         (get_working_directory): Move from relocate.cc.
2856
2857         * lily/relocate.cc (setup_paths): Remove rogue stat calls.
2858         
2859         * lily/relocate.cc: Encapsulate sys/stat.h in
2860         HAVE_STAT_H.
2861
2862 2006-04-14  Graham Percival  <gpermus@gmail.com>
2863
2864         * Documentation/user/ various: small updates from Cameron
2865         and Juergen, thanks!
2866
2867         * Documentation/user/ various: small updates of my own.
2868
2869         * THANKS: 2.7 -> 2.8.
2870
2871 2006-04-11  Graham Percival  <gpermus@gmail.com>
2872
2873         * scm/define-context-properties.scm: typo.
2874
2875         * Documentation/user/ : many more small updates.
2876
2877 2006-04-13  Jürgen Reuter  <reuter@ipd.uka.de>
2878
2879         * scm/define-music-types.scm: disposed "docme".
2880
2881 2006-04-11  Erlend Aasland  <erlenda@gmail.com>
2882
2883         * lily/hairpin.cc: make niente circles a bit smaller.
2884
2885 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
2886
2887         * mf/GNUmakefile: remove redundant mftrace check. Also remove
2888         get-pfa and get-*-fonts targets.
2889
2890 2006-04-10  Graham Percival  <gpermus@gmail.com>
2891
2892         * THANKS, Documentation/user/ basic-notation, advanced-notation,
2893         music-glossary, programming-interface: more minor fixes
2894         from mailist.
2895
2896         * scm/define-grob-properties.scm: clarified direction, thanks Mats!
2897
2898         * scm/define-context-properties.scm: another old \property update.
2899         This time tested for compiling!
2900
2901 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
2902
2903         * mf/GNUmakefile: fix for mftrace version >= 1.2.0
2904
2905 2006-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2906
2907         * scm/define-context-properties.scm (all-user-translation-properties): 
2908         * Documentation/user/global.itely (Page formatting): Compile fix.
2909
2910 2006-04-09  Mats Bengtsson  <mabe@s3.kth.se>
2911
2912         * Documentation/user/advanced-notation.itely (Polymetric
2913         notation): Update the example to use the "+" symbol and add link
2914         to input/test/compound-time.ly.
2915
2916 2006-04-08  Graham Percival  <gpermus@gmail.com>
2917
2918         * scm/define-grob-properties.scm: clarify docs for #'direction.
2919
2920         * scm/define-context-properties.scm: update old \property override.
2921
2922         * Documentation/user/ advanced-notation, global, lilypond-book:
2923         more minor doc updates.
2924
2925 2006-04-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
2926
2927         * lily/parser.yy (Generic_prefix_music_scm): append lists, not objects.
2928
2929         * scm/backend-library.scm (search-gs): oops.
2930
2931 2006-04-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
2932
2933         * scripts/lilypond-book.py (output): use base, not filename for href.
2934
2935         * scm/backend-library.scm: only look for gs.
2936
2937         * scripts/lilypond-book.py (output): fix printfilename.
2938
2939         * lily/parser.yy (music_function_musicless_prefix): fold together
2940         definitions of signature (SCM*) (Music|post_event|chord_body_element)
2941
2942         * lily/slur.cc (print): only set font-size if not set yet.
2943
2944         * lily/slur-configuration.cc (add_score): improved layout of debug
2945         scoring output.
2946
2947 2006-04-05  David Feuer  <David.Feuer@gmail.com>
2948
2949         * music-drawing-routines.ps (draw_round_box): removed testing artifact.
2950         (draw_circle): Hopefully fixed regression.
2951         Improved documentation for several procedures.
2952         
2953 2006-03-04  Werner Lemberg  <wl@gnu.org>
2954
2955         * ly/engraver-init.ly (\Score): Add beam-event to quotedEventTypes.
2956
2957 2006-04-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
2958
2959         * scripts/musicxml2ly.py (bindir): add dynamic
2960         relocation. 
2961
2962 2006-04-04  Graham Percival  <gpermus@gmail.com>
2963
2964         * Documentation/user/ basic-notation, advanced-notation, putting,
2965         instrument-notation, invoking, lilypond, THANKS: another ream of small
2966         fixes from the Doc Helpers.
2967
2968 2006-04-03  David Feuer  <David.Feuer@gmail.com>
2969
2970         * music-drawing-routines.ps: remove superfluous gsave/grestore pairs.
2971
2972         * lilyponddefs.ps (set-ps-scale-to-lily-scale): Fixed code duplication.
2973
2974         * Cleaned up interfaces between PostScript and Scheme, and moved
2975         computations from PostScript to Scheme:
2976
2977         * music-drawing-routines.ps
2978         (*SF, stroke_and_fill): new procedures.  Replaced stroke and fill
2979         with stroke_and_fill throughout.
2980         (euclidean_length, print_letter, draw_box): Deleted unused
2981         procedures.  If someone needs draw_box, implement it using
2982         draw_round_box; don't duplicate code.
2983         (print_glyphs, draw_round_box, draw_polygon, draw_repeat_slash):
2984         Refactored/cleaned up interfaces.
2985         (mark_URI): Moved.
2986
2987         * output-ps.scm: reordered arguments to PostScript functions to
2988         match new interfaces
2989         (glyph-string): Rewrote glyph-string.
2990         (grob-cause): Replaced string-append with format.
2991         (repeat-slash): Rewrote to do computation here.
2992         (round-filled-box): Rewrote to do computation here.
2993
2994 2006-04-04  Erlend Aasland  <erlenda@gmail.com>
2995
2996         * stepmake/stepmake/generic-targets.make: add cvs-clean target
2997
2998         * stepmake/stepmake/toplevel- targets.make: print help info about
2999         cvs-clean
3000
3001 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
3002
3003         * input/regression/hairpin-circled.ly: new file
3004
3005 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
3006
3007         * lily/hairpin.cc (print): add support for circled tip
3008
3009         * scm/define-grob-properties.scm: add circled-tip parameter
3010
3011         * scm/define-grobs.scm: init circled-tip to false
3012         
3013 2006-04-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
3014
3015         * scm/music-functions.scm (quote-substitute): set
3016         iterators-ctor. 
3017
3018 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
3019
3020         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): set
3021         BSTINPUTS. 
3022
3023         * Documentation/topdocs/AUTHORS.texi (Top): add David Feuer.
3024
3025         * scm/output-ps.scm (glyph-string): revert cid selectfont.
3026
3027 2006-03-31  David Feuer  <david.feuer@gmail.com>
3028         
3029         * scm/framework-ps.scm:
3030         
3031         * scm/output-ps.scm: glyph-string now produces smaller, more
3032         readable, and probably faster PostScript.  Several findfont
3033         scalefont setfont instances changed to selectfont
3034         Hacked-up string-appends changed to formats.
3035
3036         * ps/music-drawing-routines.ps: add print_letter, print_glyphs.
3037         
3038 2006-03-30  Graham Percival  <gpermus@gmail.com>
3039
3040         * scm/lily-library.scm: make "no version" warning message more polite.
3041
3042         * lily/music.cc: add double quotes to failed octave check.
3043
3044         * Documentation/user/ advanced-notation, changing-defaults,
3045         instrument-notation, invoking, music-glossary: whole bunch of minor
3046         fixes from mailist.
3047
3048 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
3049
3050         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): use
3051         $(buildscriptdir) iso. depth.
3052
3053         * VERSION (PACKAGE_NAME): release 2.9.1
3054
3055 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
3056
3057         * lily/pango-font.cc (pango_item_string_stencil): more robustness.
3058
3059         * VERSION (PATCH_LEVEL): bump version number.
3060
3061         * flower/include/guile-compatibility.hh (scm_from_uint32): add
3062         scm_from_uint32 ()
3063
3064         * lily/pango-font.cc (pango_item_string_stencil): use
3065         scm_from_uint32 ()
3066
3067         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
3068         $(outdir)/emmentaler-%.svg): remove canary.
3069
3070         * lily/pango-font.cc (pango_item_string_stencil): only use uXXX
3071         glyphnames if we have a ttf font.
3072
3073 2006-03-30  Mats Bengtsson  <mabe@s3.kth.se>
3074
3075         * Documentation/user/advanced-notation.itely (Font selection):
3076         Corrected reference to the font-family-override.ly example.
3077
3078 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
3079         
3080         * lily/chord-tremolo-engraver.cc (acknowledge_stem): set the
3081         stem-tremolo object in the stem (or else the stem might not be
3082         long enough).
3083
3084 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
3085
3086         * lily/ttf.cc (print_trailer): only print existing glyphs.
3087
3088 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
3089
3090         * lily/stem-tremolo.cc (print): for whole notes (and breves, etc.)
3091         position the tremolo based on the position of the notehead.
3092
3093         * input/regression/stem-tremolo.ly: add example of unbeamed eighth
3094         notes and update the texidoc line with the new positioning rules.
3095         
3096 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
3097
3098         * lily/ttf.cc (print_trailer): don't always use uXXX glyphname.
3099
3100         * scripts/lilypond-book.py (Module): set default for linewidth if
3101         preamble not found.
3102
3103 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
3104
3105         * VERSION (PACKAGE_NAME): release 2.9.0.
3106
3107         * input/regression/stem-tremolo-position.ly: new file.
3108
3109         * lily/stem-tremolo.cc: remove Stem_tremolo::dim_callback
3110
3111 2006-03-28  Joe Neeman  <joeneeman@gmail.com>
3112
3113         * lily/stem-tremolo.cc (print): position
3114         the tremolo depending only on the end of the stem
3115         and not on the notehead
3116         (raw_stencil): center, on the middle staff line, the
3117         flag that is closest to the end of the stem (previously
3118         the bottom flag)
3119         (calc_width): add this callback to shorten a tremolo when
3120         it is beamed or it is stemup with a flag
3121         (style): add this callback to make a tremolo rectangular when
3122         it is beamed or it is stemup with a flag
3123         (rotated_box): this is like Lookup::beam but makes a rotated
3124         rectangle instead of a parallelogram
3125
3126         * lily/stem.cc (calc_stem_info): make sure the stem
3127         is long enough to fit the tremolo
3128         (calc-length): reduce the length of tremolo stems since the
3129         tremolo code is now capable of better positioning
3130
3131         * scm/define-grobs.scm: make calc_width the default beam-width
3132         callback for stem-tremolo and add the style callback
3133                 
3134 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
3135
3136         * lily/tuplet-bracket.cc (calc_control_points): handle suicide
3137         case. 
3138
3139 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
3140
3141         * lily/ttf.cc (make_index_to_charcode_map): restore old
3142         cmap. 
3143
3144 2006-03-28  Werner Lemberg  <wl@gnu.org>
3145
3146         * lily/pango-font.cc (get_unicode_name): Fix `uXXXXX' glyph names.
3147
3148 2006-03-28  Graham Percival  <gpermus@gmail.com>
3149
3150         * THANKS: update for 2.9, add section for Documentation helpers.
3151
3152         * Documentation/topdocs/NEWS.tely: compile fix.
3153
3154         * Documentation/user/ basic-notation, global, advanced-notation,
3155         examples.itely: minor fixes from mailist.
3156
3157 2006-03-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
3158
3159         * mf/feta-bolletjes.mf: match width of solfa notes with normal
3160         note heads. 
3161
3162         * lily/ttf.cc (print_trailer): use it.
3163
3164         * lily/pango-font.cc (get_unicode_name): new function.
3165
3166         * lily/ttf.cc (make_index_to_charcode_map): move function from
3167         open-type-font.cc
3168         (print_trailer): substitute uniXXXX name if applicable. 
3169
3170         * lily/pango-font.cc (get_index_to_charcode_map): new function.
3171         (pango_item_string_stencil): use it to generate uniXXXX names.
3172
3173         * mf/feta-bolletjes.mf (overdone_heads): add small style (ugly)
3174         note heads, for uniform widths in shape note output.
3175         (overdone_heads): hmm. remove them again.
3176
3177         * scripts/lilypond-book.py (output): add links to filenames.
3178
3179         * Documentation/topdocs/INSTALL.texi (Top): update versions.
3180
3181         * lily/note-collision.cc (get_clash_groups): only consider when
3182         Note_column::dir <> CENTER. 
3183
3184         * scripts/lilypond-book.py (get_option_parser): init output_name
3185         to ''. 
3186
3187 2006-03-24  Graham Percival  <gpermus@gmail.com>
3188
3189         * Documentation/topdocs/NEWS.tely: add @end itemize
3190
3191         * Documentation/user/ global, advanced-notation: minor
3192         stuff from mailist.
3193
3194 2006-03-23  Graham Percival  <gpermus@gmail.com>
3195
3196         * Documentation/user/ lilypond.tely, music-glossary,
3197         preface: housekeeping; 2005->2006, remove "notes for 2.6"
3198
3199 2006-03-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
3200
3201         * mf/GNUmakefile: don't install .enc files.
3202
3203         * Documentation/topdocs/NEWS.tely: clear for 2.9 cycle.
3204
3205         * VERSION (PATCH_LEVEL): bump to 2.9.0
3206
3207 2006-03-22  Graham Percival  <gpermus@gmail.com>
3208
3209         * Documentation/user/advanced-notation.itely: minor fixes
3210         from mailist.
3211
3212 2006-03-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
3213
3214         * Documentation/topdocs/AUTHORS.texi (Top): add Joe Neeman.
3215
3216         * branch lilypond_2_8
3217
3218 2006-03-22  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
3219
3220         * scripts/lilypond-book.py (samefile): new function, for windoze
3221         compatibility.
3222
3223 2006-03-21  Graham Percival  <gpermus@gmail.com>
3224
3225         * ly/engraver-init.ly: add info about StaffGroup.
3226
3227 2006-03-21  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
3228
3229         * input/regression/stem-direction-context.ly: idem.
3230
3231         * Documentation/topdocs/NEWS.tely (Top): fix interpolation example.
3232
3233         * THANKS: add Mats.
3234
3235         * input/regression/page-layout-twopass.ly: comment out \markup so
3236         tweak-file is left.
3237
3238         * lily/instrument-name-engraver.cc (finalize): add to instrument
3239         name global System. This also fixes chopped instrument names, but
3240         doesn't crash when there are slurs/beams.
3241
3242         * lily/slur-configuration.cc (add_score): disallow negative slur
3243         scores.
3244         
3245 2006-03-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3246
3247         * scm/framework-ps.scm (dump-stencil-as-EPS): remove debugging code.
3248
3249         * lily/instrument-name-engraver.cc (process_music): kludge: add
3250         InstrumentName spanner to axis group of left bound. Fixes chopped
3251         off instrument names in EPS images.
3252
3253         * input/regression/lyric-hyphen-retain.ly: elaborate explanation.
3254
3255         * scripts/abc2ly.py (option_parser): update to 2.7.40
3256
3257 2006-03-20  Graham Percival  <gpermus@gmail.com>
3258
3259         * THANKS: move small doc contributors to SUGGESTIONS.
3260
3261         * Documentation/user/ basic-notation, advanced-notation,
3262         global: small changes from mailist.
3263
3264 2006-03-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3265
3266         * Documentation/user/advanced-notation.itely (Text marks): update
3267         for new rehearsalMarkAlignSymbol convention.
3268
3269         * VERSION (PATCH_LEVEL): bump version.
3270
3271         * input/test/instrument-name-align.ly: new file.
3272
3273         * scm/define-markup-commands.scm (hcenter-in): add hcenter-in.
3274
3275         * input/test/instrument-name-align.ly: new file. Document how to
3276         align instrument names.
3277
3278         * lily/mark-engraver.cc: remove properties.
3279
3280         * scm/define-context-properties.scm
3281         (all-user-translation-properties): remove align symbol properties
3282         for barnumber/reh. mark.
3283
3284         * lily/break-align-interface.cc (self_align_callback): new
3285         interface, new function. Look at complete alignment. This handles
3286         tunable break alignments in case break-align-symbols are missing.
3287
3288         * lily/bar-number-engraver.cc (acknowledge_break_alignment): new function
3289
3290         * lily/mark-engraver.cc (acknowledge_break_alignment): new function.
3291
3292         * python/convertrules.py (conv): mark/bar number alignment rule.
3293
3294         * lily/break-align-interface.cc (calc_positioning_done): also
3295         store offset from last visible break-alignment to its
3296         neighbor. This makes alignment on non-visible objects more reliable.
3297
3298         * po/lilypond.pot (Module): ran po-replace.
3299
3300         * input/regression/tie-single-manual.ly (Module): new file.
3301
3302         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
3303         look at has_manual_position_.
3304         (from_ties): set has_manual_position_ if tie has staff-position set.
3305
3306         * lily/tuplet-bracket.cc (calc_positions): idem.
3307
3308         * lily/tuplet-number.cc (print): don't print tupletnumber if it
3309         doesn't span time.
3310
3311 2006-03-19  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3312
3313         * scm/define-markup-commands.scm (smallCaps): new markup command
3314         for turning a text to small caps using smaller font size and upper
3315         casing.
3316
3317 2006-03-17  Graham Percival  <gpermus@gmail.com>
3318
3319         * Documentation/user/ examples, instrument-notation,
3320         advnaced-notation: minor fixes from mailist.
3321
3322 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3323
3324         * Documentation/user/tutorial.itely (First steps): change example
3325         to verbatim.  
3326
3327 2006-03-17  Graham Percival  <gpermus@gmail.com>
3328
3329         * Documentation/user/ examples, advanced: minor changes from mailist.
3330
3331         * THANKS: add Geoff Horton, for documentation stuff.
3332
3333 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3334
3335         * python/lilylib.py (system): revert have_select kludge.
3336
3337         * Documentation/user/tutorial.itely (Commenting input files):
3338         update version numbers in doc. 
3339
3340         * scm/define-grob-interfaces.scm (multi-measure-interface): add
3341         bound-padding to multi-measure-interface
3342
3343 2006-03-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3344
3345         * input/test/engraver-example.ily: update version number.
3346
3347         * VERSION (PACKAGE_NAME): release 2.7.39
3348
3349         * lily/note-spacing.cc (get_spacing): heighten threshold where
3350         accidentals/arpeggios influence previous spacing fully.
3351
3352         * lily/rest.cc (y_offset_callback): only use direction if
3353         staff-position wasn't set before.
3354
3355         * lily/bar-number-engraver.cc: add support for
3356         barNumberAlignSymbol. 
3357         add ADD_ACKNOWLEDGER() call for break_aligned. Fixes bar-number-breathe
3358
3359         * lily/pointer-group-interface.cc (set_ordered): new function. 
3360         (add_unordered_grob): new function.
3361
3362         * lily/grob-array.cc (Grob_array): grob-arrays are always assumed
3363         to ordered, unless the opposite has been proved.  This fixes
3364         random reordering of large object groups across linebreaks,
3365         eg. beams.
3366
3367         * lily/main.cc (do_chroot_jail): printf format fix.
3368
3369         * lily/tie-formatting-problem.cc (generate_configuration):
3370         multiply y-shift for dot with direction.
3371  
3372         * scm/define-markup-commands.scm (note-by-number): put (magstep
3373         size) in y-attach too.
3374
3375         * Documentation/topdocs/NEWS.tely (Top): show override.
3376
3377         * scm/define-grobs.scm (all-grob-descriptions): reinstate neutral
3378         direction for stems.
3379         
3380 2006-03-15  Graham Percival  <gpermus@gmail.com>
3381
3382         * Documentation/user/ changing-defaults, global: minor
3383         fixes from mailist.
3384
3385 2006-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3386
3387         * lily/lexer.ll (Lily_lexer): bump required version to 2.7.38
3388
3389         * lily/spacing-spanner.cc (musical_column_spacing): crude fix for
3390         breakable items after uniformly stretched notes.
3391
3392         * lily/tie-formatting-problem.cc (set_chord_outline): initialize
3393         outline with outer edge of note heads. This prevents infinity
3394         problems with tied whole notes.
3395
3396         * scripts/lilypond-book.py (do_file): use os.popen
3397
3398         * python/convertrules.py (conv): add rule for Stem #'beamed-*
3399
3400 2006-03-14 Erik Sandberg  <mandolaerik@gmail.com>
3401
3402         * Documentation/user/invoking.itely: Add ragged-right to bug report
3403         guidelines.
3404
3405 2006-03-14  Graham Percival  <gpermus@gmail.com>
3406
3407         * Documentation/user/global.itely: small fix from mailist.
3408
3409 2006-03-14  Mats Bengtsson  <mabe@s3.kth.se>
3410
3411         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use the
3412         file descriptor returned by tempfile.mkstemp() when writing
3413         to tmpfile and closing it. Solves problem with unlink(tmpfile)
3414         on mingw.
3415
3416 2006-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3417
3418         * po/fi.po: newline bugfix.
3419
3420 2006-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3421
3422         * scm/paper.scm (paper-alist): Rounding fixes.
3423
3424 2006-03-13  Graham Percival  <gpermus@gmail.com>
3425
3426         * Documentation/user/ changing-defaults, instrument-notation,
3427         tutorial: small fixes from mailist, mostly from Mats.  Thanks!
3428
3429 2006-03-13 Heikki Junes  <hjunes@cc.hut.fi>
3430
3431         * po/fi.po: update.
3432
3433 2006-03-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3434
3435         * stepmake/bin/add-html-footer.py (mail_address_url): don't add
3436         mailto: to http:// 
3437
3438         * python/lilylib.py (print_environment): move ps_page_count to
3439         lilypond-book.py
3440
3441 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3442
3443         * Documentation/user/music-glossary.tely (G clef): fix clef alignments.
3444
3445         * scm/framework-ps.scm (embed-document): new function. Use to
3446         embed PFA files.
3447
3448         * ly/engraver-init.ly: init rehearsalMarkAlignSymbol to staff-bar.
3449
3450 2006-03-12  Mats Bengtsson  <mabe@s3.kth.se>
3451
3452         * Documentation/user/instrument-notation.itely (Setting simple
3453         songs): Added \book{...} around the full example, so the separate
3454         markups are included in the printed example. 
3455
3456 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3457
3458         * scripts/lilypond-book.py (get_latex_textwidth): explicitly close
3459         tmphandle.
3460
3461         * python/lilylib.py (system): rewrite system() using
3462         subprocess. Remove >& redirection trickery.
3463
3464 2006-03-11  Graham Percival  <gpermus@gmail.com>
3465
3466         * Documentation/user/ changing-defaults, global, scheme-tutorial,
3467         notation-appendices.itely: minor fixes from mailist.
3468
3469 2006-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3470
3471         * Documentation/user/GNUmakefile ($(outdir)/lilypond.html):
3472         unsplit man also needs images.
3473
3474         * tex/texinfo.tex (sectionheading, q.v.): relax after \char'15.
3475
3476         * VERSION (PACKAGE_NAME): 2.7.38 released.
3477
3478 2006-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3479
3480         * scripts/lilypond-book.py (get_latex_textwidth): look for latex
3481         log in output dir.
3482
3483 2006-03-08  Johannes Schindelin  <Johannes.Schindelin@gmx.de>
3484
3485         * lily/audio-column.cc, lily/score-performer.cc: MIDI output now
3486         respects the Score.skipTypesetting property.
3487         
3488 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3489
3490         * scm/framework-ps.scm (ps-embed-cff): no Setup section in
3491         Prolog. No %%EOF after CFF file.
3492
3493 2006-03-08  Joe Neeman  <joeneeman@gmail.com>
3494         
3495         * lily/constrained-breaking.cc (get_max_systems): used to return a
3496         much too big value
3497         (combine_demerits): use pointers to reduce copying data
3498         (calc_subproblem): idem
3499         (get_page_penalty): add page turn penalties
3500         
3501 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3502
3503         * Documentation/user/invoking.itely (Invoking lilypond): better
3504         explanation of -e usage.
3505
3506         * lily/main.cc (main_with_guile): don't append to
3507         init_scheme_code_string
3508
3509         * tex/texinfo.tex (sectionheading, q.v.): don't center @image.
3510
3511         * Documentation/user/invoking.itely: add note about MacOS X scripts.
3512
3513         * scripts/convert-ly.py (do_options): don't print help for
3514         --show-rules rule.
3515
3516         * tex/texinfo.tex: patch texinfo.tex to leave single quotes in
3517         @code and @example. Update from texinfo.tex from CVS.
3518
3519 2006-03-08  Graham Percival  <gpermus@gmail.com>
3520
3521         * Documentation/user/scheme-tutorial.itely: clarifies distances
3522         measured in staff-spaces.
3523
3524 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3525
3526         * lily/slur.cc (outside_slur_callback): only calculate offsets if
3527         consider[k] is true.
3528
3529         * scm/output-ps.scm (grob-cause): put numbers to ~$ (Thanks Johannes!)
3530
3531         * lily/spacing-basic.cc (standard_breakable_column_spacing): also
3532         consider columns that have originals.  Unifies spacing for mm
3533         rests around line breaks.
3534
3535         * lily/multi-measure-rest.cc (set_spacing_rods): read bound-padding.
3536         (set_text_rods): idem.
3537         (calculate_spacing_rods): new function: share code between
3538         set_text_rods and set_spacing_rods.
3539         (set_text_rods): take extents of bounds into account.  
3540
3541 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3542
3543         * Documentation/user/basic-notation.itely (Writing music in
3544         parallel): don't use relative.
3545
3546 2006-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3547
3548         * ly/music-functions-init.ly (Module): add shiftDurations
3549
3550         * ly/drumpitch-init.ly (drumPitchNames): add tamtam.
3551
3552         * scm/paper.scm (paper-alist): no decimals for Ax paper sizes. 
3553
3554         * ly/engraver-init.ly: init vocalName to nil.
3555
3556 2006-03-05 Erik Sandberg  <mandolaerik@gmail.com>
3557
3558         * scm/music-functions.scm (music->make-music): bugfix,
3559         KeyChangeEvents are now handled correctly.
3560
3561         * scripts/lilypond-book.py: Add --debug option.
3562
3563 2006-03-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3564
3565         * python/lilylib.py: add tempfile.
3566
3567 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3568
3569         * VERSION (PACKAGE_NAME): release 2.7.37
3570
3571         * python/lilylib.py (ps_page_count): remove make_ps_images().
3572         (ps_page_count): remove mkdir_p
3573         (system): remove cleanup_temp.
3574         (exit): remove lilypond_version_(check)
3575         (error_log): remove pseudo_filter_p
3576         remove read_pipe
3577         remove cp_to_dir
3578         remove identify
3579
3580         * scripts/lilypond-book.py (Lilypond_snippet.compose_ly): don't
3581         use __main__
3582
3583         * lily/accidental-engraver.cc (make_standard_accidental): only add
3584         support for side-axis is X_AXIS. Fixes text-spacing-accidental.ly
3585
3586         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
3587         $(outdir)/emmentaler-%.svg): rewrite without functions; too many
3588         Make incompatibilities.
3589
3590         * scm/output-ps.scm (grob-cause): replace backslashes by /
3591         (glyph-string): use ~$ for less decimals for glyph-string and grob-cause.
3592
3593 2006-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3594
3595         * cygwin/GNUmakefile: Install fixes.
3596
3597         * scripts/GNUmakefile (SEXECUTABLES): Install fix: remove mup2ly.
3598
3599         * lily/note-head.cc (head::get_balltype): Compile fix.
3600
3601         * flower/file-name.cc (dos_to_posix): Flower string fix.
3602
3603 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3604
3605         * python/lilylib.py: pychecker cleanups.
3606
3607         * scripts/lilypond-book.py
3608         (Lilypond_snippet.output_print_filename): pychecker cleanups
3609
3610         * scripts/midi2ly.py (Key.dump): pychecker cleanups.
3611
3612         * python/lilylib.py (underscore): remove identify() , warranty()
3613
3614         * ps/music-drawing-routines.ps: change Border routine for GSView
3615         compatibility.
3616
3617         * lily/stem.cc (height): use quantize-positions.  This triggers
3618         set_stem_lengths, so scripts on beamed stems are handled correctly.
3619
3620         * lily/side-position-interface.cc (aligned_side): check if edges
3621         of script are inside staff. Fixes accent of edge of the staff.
3622
3623         * input/regression/staccato-pos.ly: more examples.
3624
3625         * stepmake/aclocal.m4 (depth): fix bashism.
3626
3627         * lily/lyric-combine-music-iterator.cc: move from
3628         new-lyric-combine-iterator.cc
3629         (process): add pending_grace_lyric_ member to delay lyrics on
3630         grace notes.
3631
3632         * lily/system-start-text.cc (print): suicide if we don't have any
3633         elements. Fixes hara kiri'd instrument names.
3634
3635         * scripts/mup2ly.py (Module): remove.
3636
3637 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3638
3639         * Documentation/user/global.itely (A single music expression):
3640         close @lilypond properly
3641
3642         * lily/volta-bracket.cc (modify_edge_height): change from
3643         after_line_breaking_callback. Suicide last bracket if appropriate.
3644  
3645         * python/lilylib.py: strip getopt support
3646
3647         * scripts/etf2ly.py (do_options): use optparse
3648
3649         * scripts/midi2ly.py: optparse, strip lilylib copy. 
3650
3651         * scripts/abc2ly.py (voices): use optparse.
3652
3653         * stepmake/stepmake/generic-vars.make: new function absdir.
3654
3655         * scripts/convert-ly.py (bindir): use optparse, argv[0] relocation.
3656
3657         * scripts/lilypond-book.py (find_file): use global_options for
3658         include path
3659
3660         * scm/ps-to-png.scm (ps-page-count): prevent null characters
3661         entering C code.
3662
3663 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3664
3665         * python/lilylib.py (get_global_option): ughness for extracting
3666         global options from lilylib.
3667         (NonDentedHeadingFormatter.format_heading): move from musicxml2ly
3668
3669         * scripts/lilypond-book.py (get_option_parser): use optparse for
3670         option handling.  Put options in global_options variable.
3671
3672 2006-02-28  Heikki Junes  <hjunes@cc.hut.fi>
3673
3674         * Documentation/index.html.in: clarify.
3675
3676 2006-02-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3677
3678         * scm/layout-page-layout.scm (write-page-breaks): add a
3679         music-system-heights property to the page layout output.
3680
3681         * scm/page.scm (make-page-stencil): take footer into account when
3682         computing the 'space-left page property
3683         (annotate-space-left): take footer into account when annonating
3684         space left.
3685
3686 2006-02-28  Graham Percival  <gpermus@gmail.com>
3687
3688         * Documentation/user/ advanced-notation, global: more (final)
3689         docs for music expressions, removed special fermatas.
3690
3691 2006-02-27  Graham Percival  <gpermus@gmail.com>
3692
3693         * Documentation/user/ basic-notation, global: minor changes
3694         from mailist.
3695
3696 2006-02-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3697
3698         * scm/framework-ps.scm:         
3699         * scm/lily-library.scm (nan?, inf?): Move guile 1.6 compatibility
3700         layer for inf? and nan? from framework-ps to lily-library.
3701
3702 2006-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3703
3704         * mf/GNUmakefile ($(outdir)/emmentaler-$(1).otf
3705         $(outdir)/emmentaler-$(1).svg): remove backslashes from define endef.
3706
3707         * buildscripts/substitute-encoding.py (Module): remove file.
3708
3709         * mf/GNUmakefile: more PFA strippage.
3710
3711         * mf/aybabtu.pe.in (i): remove PFAaybabtu generation
3712
3713         * buildscripts/gen-emmentaler-scripts.py (i): remove PFAemmentaler
3714         generation
3715
3716         * scm/framework-ps.scm: remove font name munging.
3717
3718         * Documentation/topdocs/INSTALL.texi (Top): bump GS requirement.
3719
3720 2006-02-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3721
3722         * scm/markup.scm (define-markup-command): change
3723         def-markup-command to define-markup-command
3724
3725         * scm/music-functions.scm (define-music-function): change
3726         def-music-function to define-music-function.
3727
3728         * python/convertrules.py (conv): rules for def-music-function
3729         and def-markup-commands
3730
3731         * Documentation/user/programming-interface.itely,
3732         input/no-notation/display-lily-tests.ly,
3733         input/regression/lily-in-scheme.ly,
3734         input/regression/markup-user.ly,
3735         input/regression/music-function.ly, input/regression/tie-chord.ly,
3736         scm/fret-diagrams.scm, ly/music-functions-init.ly,
3737         ly/gregorian-init.ly: use new macro names (define-music-function,
3738         define-markup-command).
3739
3740 2006-02-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3741
3742         * scripts/lilypond-book.py (main): write Makefile dependencies file. 
3743         (output): add comments to lp-book latex output.
3744
3745         * GNUmakefile.in (footifymail): use gmane address for webpage bug
3746         address.
3747
3748 2006-02-23  Graham Percival  <gpermus@gmail.com>
3749
3750         * Documentation/user/ tutorial, global: minor changes.
3751
3752 2006-02-23  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3753
3754         * mf/GNUmakefile: add '\' in multi-line "define ... endef"
3755         blocks (for make 3.80)
3756
3757         * scm/parser-ly-from-scheme.scm (ly:parse-string-result): add
3758         \notemode so that user should not have to explicitely type it.
3759
3760         * scm/define-music-display-methods.scm: various
3761         fixes (ApplyOutputEvent, ApplyContext; \new, \context and derived
3762         constructs)
3763
3764         * input/no-notation/display-lily-tests.ly: new tests for
3765         \applyOutput and \applyContext
3766
3767 2006-02-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3768
3769         * lily/constrained-breaking.cc: patch by Joe Neeman: "I have
3770         changed it slightly so that the number of systems returned by
3771         solve () will be the same as the last value passed to resize
3772         (). I've also added more documentation, removed casts, fixed style
3773         problems and put in some recovery if constraints aren't satisfied."
3774
3775 2006-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3776
3777         * elisp/lilypond-mode.el (count-matches-as-number): New funtion
3778         for emacs < 22 compatibility.
3779         (count-rexp): Use it.
3780         (LilyPond-string-current-midi, LilyPond-string-all-midi): Remove
3781         substring juggling (Milan Zamazal).
3782
3783 2006-02-23  Graham Percival  <gpermus@gmail.com>
3784
3785         * Documentation/user/ basic-notation, advanced-notation,
3786         global.itely, invoking.itely, tutorial,itely:
3787         minor fixes from mailist.
3788
3789         * scm/define-markup-commands.scm: improve docs of \filled-box.
3790
3791 2006-02-23  Heikki Junes  <hjunes@cc.hut.fi>
3792
3793         * Documentation/index.html.in: changes concern the previous release.
3794
3795         * input/regression/+.ly: cultivate typographical terminology.
3796
3797 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3798
3799         * scm/define-grob-interfaces.scm (parentheses-interface): add
3800         padding to parentheses-interface.
3801
3802         * Documentation/user/GNUmakefile: remove $(CROSS) support from
3803         Documentation/user/GNUmakefile. Use --disable-documentation for that.
3804
3805         * VERSION (PATCH_LEVEL): release 2.7.36
3806
3807         * lily/slur.cc: add avoid-slur (ugh.)
3808         
3809         * lily/slur-configuration.cc (fit_factor): oops, skip point if
3810         intersection gets smaller. This fixes slurs over extreme points.
3811
3812         * lily/melody-engraver.cc (stop_translation_timestep): ignore
3813         stems with neutral-direction set.
3814
3815         * lily/piano-pedal-engraver.cc (create_text_grobs): idem.
3816
3817         * lily/open-type-font.cc (load_table): format error.
3818
3819         * lily/change-iterator.cc (process): format fix.
3820
3821         * flower/include/international.hh (_f): idem.
3822
3823         * flower/include/std-string.hh: add format printf attribute.
3824
3825         * scm/define-grobs.scm (all-grob-descriptions): height of all
3826         PedalLineSpanner is Y-extent property. Fixes pedal-ped.ly
3827
3828         * lily/ambitus-engraver.cc (finalize): use grob_array. This fixes
3829         ambitus lines.
3830
3831         * input/regression/beam-cross-staff-slope.ly: remove decrescendo.
3832
3833 2006-02-22 Erik Sandberg  <mandolaerik@gmail.com>
3834
3835         * input/regression/: upgraded syntax for some files.
3836
3837         * THANKS: Add bughunters.
3838
3839 2006-02-22  Graham Percival  <gpermus@gmail.com>
3840
3841         * Documentation/user/ invoking.itely, advanced-notation.itely,
3842         global.itely: long-awaited "let's make chapter 10 not suck"
3843         update.  Rearrange chapter 10; now called "global issues",
3844         addresses file structure, etc.  Some info from other files
3845         moved into global.itely.
3846
3847 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3848
3849         * lily/accidental-engraver.cc (acknowledge_rhythmic_head): also
3850         catch trill-span-event notes.
3851
3852         * Documentation/user/examples.itely (Ancient notation templates): typo.
3853         (Jazz combo): typo.
3854
3855         * scripts/lilypond-book.py (main): scrap invokes_lilypond(). 
3856
3857         * Documentation/user/basic-notation.itely (Ties): document \repeatTie.
3858
3859         * Documentation/topdocs/NEWS.tely (Top): document \repeatTie.
3860
3861         * scm/define-music-types.scm (music-descriptions): add RepeatTieEvent
3862
3863         * lily/repeat-tie-engraver.cc (acknowledge_note_head): new file. cut & paste
3864         froum Laissez_vibrer_engraver.
3865
3866         * ly/declarations-init.ly (repeatTie): add \repeatTie
3867
3868         * scm/define-grobs.scm (all-grob-descriptions): add RepeatTie, RepeatTieColumn
3869
3870         * scm/define-grob-properties.scm (all-user-grob-properties): add
3871         head-direction property.
3872
3873         * lily/tie-formatting-problem.cc (from_semi_ties): rename from
3874         from_lv_ties. Take head direction argument.
3875
3876         * lily/semi-tie-column.cc: rename from
3877         laissez-vibrer-tie-column.cc. Rename class too.
3878
3879         * lily/semi-tie.cc: rename from laissez-vibrer-tie.cc. Rename
3880         class too.
3881
3882         * lily/paper-score.cc (find_break_indices): move from Break_algorithm.
3883
3884         * lily/break-algorithm.cc (find_break_indices): remove linewidth <
3885         0 case.
3886         (find_breaks): idem.
3887
3888 2006-02-21  Graham Percival  <gpermus@gmail.com>
3889
3890         * Documentation/user/advanced-notation.itely: fixed make-moment]
3891         example.
3892
3893         * Documentation/user/basic-notation.itely: more clarification to
3894         transpose.
3895
3896 2006-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3897
3898         * lily/include/constrained-breaking.hh (class
3899         Constrained_breaking): new file.
3900
3901         * lily/constrained-breaking.cc (resize): new file.
3902
3903         * lily/gourlay-breaking.cc (do_solve): ragged-last iso raggedlast
3904
3905         * Documentation/user/advanced-notation.itely (Clusters): insert
3906         end ignore too.
3907
3908         * lily/tie-column.cc (calc_positioning_done): support for
3909         tie-score debugging
3910
3911         * lily/tie-formatting-problem.cc
3912         (generate_extremal_tie_variations): factor out.
3913         (score_ties_configuration): annotate all tie 
3914         (print_ties_configuration): new routine.
3915         (generate_configuration): nudge extremal ties outside of the head
3916         Y extents.
3917         (score_ties_configuration): oops. convert to staff-space before
3918         determining position symmetry.
3919
3920 2006-02-20  Graham Percival  <gpermus@gmail.com>
3921
3922         * Documentation/user/*-notation.itely: misc minor editing,
3923         shifting doc sections around.
3924
3925         * Documentation/user/*-notation-itely, global.itely,
3926         changing-defaults.itely: added new stuff from NEWS.
3927
3928 2006-02-20  Heikki Junes  <hjunes@cc.hut.fi>
3929
3930         * po/fi.po: update.
3931
3932 2006-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3933
3934         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): don't run
3935         lilypond --verbose for lp-book.
3936
3937         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
3938         $(outdir)/%.ly $(outdir)/%.ps): use $(srcdir) iso $(shell pwd).
3939
3940         * make/lysdoc-rules.make ($(outdir)/collated-files.tely): use
3941         $(buildscript-dir) iso. absolute depth.
3942
3943         * buildscripts/genicon.py (dir): thinko.
3944
3945         * Documentation/pictures/GNUmakefile ($(outdir)/%.ico): typo.
3946
3947 2006-02-19 Erik Sandberg  <mandolaerik@gmail.com>
3948
3949         * scm/output-lib.scm: swap darkcyan/darkyellow
3950
3951         * THANKS: Add bughunters.
3952
3953 2006-02-19  Graham Percival  <gpermus@gmail.com>
3954
3955         * Documentation/user/programming-interfaces.itely: fixed example.
3956
3957         * Documentation/user/instrument-notation.itely: fix @{ @}.
3958
3959         * scm/script.scm: add avoid-slur for \open.
3960
3961 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3962
3963         * lily/tie-formatting-problem.cc (score_configuration): use
3964         sliding score for min-length. 
3965
3966         * Documentation/pictures/GNUmakefile (local-dist): loose the rule
3967         spaghetti for icons.
3968
3969         * buildscripts/genicon.py (program_name): new file.
3970
3971         * lily/tie-formatting-problem.cc (set_chord_outline): put dots
3972         in outline too.  
3973         (generate_configuration): for small ties, also look for collisions
3974         at Y + DIR*h + DELTA_Y.
3975         (get_variations): consider variation for dot positions too.
3976
3977         * lily/side-position-interface.cc (aligned_side): take abs for
3978         quantized rounded position. Fixes tenuto below staff.
3979
3980         * scm/stencil.scm (annotate-y-interval): robustify: print nan/inf
3981         markers when necessary.
3982
3983         * lily/program-option.cc (internal_set_option): add
3984         strict_infinity_checking option.
3985
3986         * scm/output-lib.scm (cyan): swap yellow and cyan.
3987
3988 2006-02-19  Graham Percival  <gpermus@gmail.com>
3989
3990         * darwin.patch: trivial linenumber update.
3991
3992         * Documentation/user/ {various}: `\context foo = named' changed
3993         to `\new foo = "name"' in docs.
3994
3995 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3996
3997         * scm/stencil.scm (annotate-y-interval): use it.
3998
3999         * scm/lily-library.scm (interval-sane?): new function.
4000
4001         * buildscripts/mf-to-table.py (Char_metric.__init__): remove
4002         tfm_checksum stuff.
4003
4004         * lily/tie-formatting-problem.cc (from_lv_ties): add heads for
4005         common refpoint.
4006
4007         * flower/include/std-vector.hh (iterof): add iterof macro.
4008
4009         * lily/enclosing-bracket.cc (width): new function.
4010
4011         * lily/align-interface.cc (align_elements_to_extents): reinstate
4012         warning.
4013
4014 2006-02-18  Heikki Junes  <hjunes@cc.hut.fi>
4015
4016         * Documentation/index.html.in: fix spelling: thankyous.
4017
4018 2006-02-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4019
4020         * lily/lyric-hyphen.cc: typo.
4021
4022 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4023
4024         * stepmake/stepmake/c++-rules.make ($(outdir)/%.cc
4025         $(outdir)/%.hh): generate h and c in one rule; otherwise -jX
4026         builds don't work. 
4027
4028         * VERSION: release 2.7.35
4029
4030         * lily/beam.cc (get_default_dir): oops. Take abs () for
4031         extremes[DOWN].
4032         (get_default_dir): use extreme position criterion only in absence
4033         of forced stem directions.
4034
4035         * VERSION (PATCH_LEVEL): bump VERSION.
4036
4037         * mf/GNUmakefile: explicit rules for emmentaler/aybabtu
4038         dependencies. Necessary for -jX builds.  
4039
4040 2006-02-17  Jan Nieuwenhuizen  <janneke@gnu.org>
4041
4042         * lily/relocate.cc (setup_paths): Yet another const fix.
4043
4044 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4045
4046         * configure.in (HOST_ARCH): determine HOST_ARCH in configure.
4047
4048         * lily/relocate.cc (setup_paths): oops.
4049
4050 2006-02-17  Heikki Junes  <hjunes@cc.hut.fi>
4051
4052         * Documentation/index.html.in: order links: html before PDF.
4053
4054 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4055
4056         * lily/tie-column-format.cc (Module): remove.
4057
4058         * lily/relocate.cc (setup_paths): GCC 4.2 fixes: const correctness.
4059
4060         * lily/text-spanner.cc (print): idem.
4061
4062         * lily/dynamic-text-spanner.cc (print): only print line if longer
4063         than dash-period.
4064
4065         * lily/auto-change-iterator.cc (change_to): formatting.
4066
4067         * lily/beam.cc (get_default_dir): take extreme note head as input
4068         for stem direction.
4069
4070         * lily/tie.cc (get_default_dir): only look directions for visible
4071         stems. 
4072
4073         * lily/side-position-interface.cc (aligned_side): oops. Don't
4074         mutiply with direction. This fixes quantized (staccato, tenuto)
4075         scripts below notes.
4076
4077         * lily/lyric-hyphen.cc (set_spacing_rods): oops. Multiply with
4078         direction. Fixes c-lyrics-center-align.ly
4079
4080 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
4081
4082         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Add copy
4083         constructor.
4084
4085         * lily/std-string.cc:
4086         * lily/include/std-vector.hh (split_string): Move and rename from
4087         lily/include/misc.hh, lily/misc.cc.  Update callers.
4088
4089 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4090
4091         * lily/include/pango-font.hh: HAVE_PANGO_FT2 iso. HAVE_PANGO_16
4092
4093 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
4094
4095         * flower/test-file.cc: New file.
4096
4097         * stepmake/stepmake/test-vars.make (TEST_MODULE_LIBES): Fixes for
4098         libraries.
4099
4100         * flower/GNUmakefile (TEST_MODULE_LIBS): Link to flower lib.
4101
4102 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4103
4104         * flower/include/file-storage.hh: remove file.
4105
4106         * lily/include/midi-item.hh (class Midi_track): idem.
4107
4108         * lily/include/source.hh (class Sources): idem.
4109
4110         * lily/include/performance.hh (class Performance): use vector
4111         iso. Cons<>
4112
4113         * flower/include/cons.hh (class Cons): remove file.
4114
4115         * flower/include/flower-proto.hh: remove template cruft.
4116
4117         * lily/include/font-metric.hh: use size_t not vsize for indices.
4118
4119         * flower/include/flower-proto.hh (Module): remove std-vector.hh
4120         from proto.
4121
4122         * lily/include/all-font-metrics.hh: use HAVE_PANGO_FT2
4123
4124         * lily/include/paper-book.hh (class Paper_book):
4125         make get_system_specs() public.
4126
4127         * scm/layout-page-layout.scm (optimal-page-breaks): only consider
4128         the force=10000 case if we don't have a current-best. 
4129
4130         * lily/tuplet-bracket.cc (get_bounds): don't do (size() - 1) for
4131         vsize 
4132
4133         * flower/include/flower-proto.hh: remove outdated templates.
4134
4135         * scm/page.scm: use annotate-spacing
4136
4137 2006-02-15  Graham Percival  <gpermus@gmail.com>
4138
4139         * scm/translation-functions.scm: circle patch from Erlend, thanks!
4140
4141         * THANKS: moved Erlend Aasland to contributors.
4142
4143 2006-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4144
4145         * config.hh.in: remove HAVE_PANGO_16
4146
4147         * lily/tuplet-bracket.cc (calc_positions): multiply with
4148         staff-space for beam case. This fixes tuplets+beams on scaled
4149         staves.
4150
4151         * config.hh.in: remove all Kpathsea related defines.
4152
4153         * lily/dot-column.cc (side_position): reach stem via dots->
4154         head->stem. Inspect all stems for dot collisions. 
4155
4156         * lily/dot-column-engraver.cc (class Dot_column_engraver): excise
4157         stem handling.
4158
4159         * lily/bar-number-engraver.cc (process_music): document function
4160         of whichBar.
4161
4162         * lily/score.cc (default_rendering): add pscore, not systems
4163         themselves.
4164
4165         * lily/paper-book.cc (get_system_specs): separate generation of
4166         titles and systems.
4167
4168         * flower/include/std-vector.hh: don't include config.hh
4169
4170 2006-02-15  Jan Nieuwenhuizen  <janneke@gnu.org>
4171
4172         * flower/include/std-vector.hh: Better wrapper compatibility with
4173         std::vector.
4174
4175         * flower/include/flower-proto.hh: Remove cheap forward declaration
4176         attempts.
4177
4178         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): Bugfix.
4179
4180 2006-02-14  Graham Percival  <gpermus@gmail.com>
4181
4182         * Documentation/user/invoking.itely: add warning about command line.
4183
4184 2006-02-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4185
4186         * lily/include/lily-proto.hh: add Prob, rm Page.
4187
4188         * flower/include/std-vector.hh (VPOS): use 64 bit-proof version.
4189
4190         * VERSION: release 2.7.34
4191
4192         * lily/relocate.cc (framework_relocation): show canary if
4193         GHOSTSCRIPT_VERSION undefined.
4194
4195         * GNUmakefile.in: remove $(VERSION) symlink.
4196
4197         * lily/relocate.cc (setup_paths): add + 
4198
4199 2006-02-13  Heikki Junes  <hjunes@cc.hut.fi>
4200
4201         * Documentation/index.html.in: specify sizes for all big HTML pages.
4202
4203 2006-02-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4204
4205         * config.hh.in: remove @FRAMEWORKDIR@
4206
4207         * lily/system-start-text.cc (get_stencil): new file: separate out
4208         system-start-delimiter text support.
4209
4210         * input/**ly: replace \context with \new where appropriate.
4211         
4212         * THANKS: add Don.
4213
4214         * lily/slur-scoring.cc (get_base_attachments): use
4215         robust_relative_extent. This fixes problems with empty paper-columns. 
4216
4217 2006-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4218
4219         * Documentation/topdocs/NEWS.tely (Top): document \new syntax.
4220
4221         * scm/define-music-properties.scm (all-music-properties):
4222         create-new property.
4223
4224         * lily/context-specced-music-iterator.cc (construct_children):
4225         inspect 'create-new property iso. magical $uniqueContextId context
4226         id.
4227
4228         * lily/parser.yy (optional_id): allow \new "Bar" = "foo" too.
4229
4230         * lily/context-key-manager.cc (Module): new file. Encapsulate
4231         object key generation.
4232
4233         * lily/include/context-key-manager.hh (Module): new file.
4234
4235 2006-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4236
4237         * scm/define-grobs.scm (all-grob-descriptions): center instrument
4238         names vertically
4239
4240         * configure.in (LINK_GXX_STATICALLY): strip -DSTRING_UTILS_INLINED
4241         options.
4242         (reloc_b): excise --enable-framework-dir
4243
4244         * lily/relocate.cc (framework_relocation): use getenv
4245         LILYPOND_GS_VERSION or -DGHOSTSCRIPT_VERSION to set GS version.
4246
4247 2006-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4248
4249         * flower/include/std-string.hh: 
4250         * flower/include/std-vector.hh: Finish std:: conversion; move
4251         flower extensions from std:: namespace.  Update users.
4252
4253         * lily/include/lily-proto.hh: Replace Link_array__*_ macros by
4254         their expansion to vector<*>.  Update users.
4255
4256 2006-02-10  Graham Percival  <gpermus@gmail.com>
4257
4258         * Documentation/user/invoking.itely: add example to File structure.
4259
4260         * Documentation/user/ instrument-notation.itely, cheatsheet.itely,
4261         examples.itely, putting.itely: {\new|\context} Lyrics \lyricsto.
4262
4263 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4264
4265         * ly/paper-defaults.ly: typo.
4266
4267         * lily/parenthesis-engraver.cc (acknowledge_grob): don't do
4268         set_parent() for parentheses. This will make it show up in bbox
4269         calculations.
4270
4271         * scm/output-lib.scm (parentheses-item::print): rewrite, using
4272         ly:grob-common* functions.
4273
4274         * lily/grob-scheme.cc (LY_DEFINE):
4275         ly:grob-common-refpoint-of-array: new function 
4276         ly:grob-common-refpoint: new function 
4277         ly:grob-relative-coordinate: new function 
4278
4279         * lily/instrument-name-engraver.cc (process_music): use
4280         Text_interface::is_markup(). This fixes \markup on instrument names.  
4281
4282         * scm/define-grobs.scm (all-grob-descriptions): set line-thickness
4283         for ties and slurs.
4284
4285         * lily/slur.cc (print): idem.
4286
4287         * lily/tie.cc: add line-thickness for ties. 
4288
4289 2006-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4290
4291         * scm/output-svg.scm: Document diversion from GNU coding standards
4292         as a workaround for a bug in Microsoft Internet Explorer.
4293
4294 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4295
4296         * lily/instrument-name-engraver.cc (process_music): use
4297         is_markup() iso. is_string()
4298
4299         * Documentation/user/changing-defaults.itely (Module): add menu entry.
4300
4301         * lily/percent-repeat-engraver.cc (process_music): only look at
4302         main_part_ for % repeats.
4303
4304         * lily/stem-tremolo.cc (get_beam_translation): new function.
4305         (calc_slope): new function.
4306         (height): don't use real slope.
4307
4308 2006-02-10  Jürgen Reuter  <reuter@ipd.uka.de>
4309
4310         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: add
4311         new connect-to-neighbor, control-points and staff-padding
4312         properties to make ligature brackets showing up again.
4313
4314 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4315
4316         * VERSION: release 2.7.33
4317
4318         * lily/relocate.cc (prefix_relocation): oops. One TOPLEVEL_VERSION
4319         too many.
4320
4321         * Documentation/user/changing-defaults.itely (Difficult tweaks):
4322         remove applyOutput example.
4323         (Objects connected to the input): document \tweak, \parenthesize
4324
4325         * lily/relocate.cc (prefix_relocation): allow "current"
4326         iso. TOPLEVEL_VERSION for share/lilypond/ suffix. This makes
4327         changing VERSION in a lily tree less painful.
4328
4329         * input/regression/parenthesize.ly: new file. 
4330
4331         * scm/output-lib.scm (parenthesize-element): new function.
4332
4333         * scm/define-grobs.scm (all-grob-descriptions): add ParenthesesItem.
4334
4335         * lily/parenthesis-engraver.cc (acknowledge_grob): new file.
4336
4337         * lily/accidental-engraver.cc (make_standard_accidental): reroute
4338         cause: accidentals are caused by note heads, not note events. 
4339
4340 2006-02-08  Graham Percival  <gpermus@gmail.com>
4341
4342         * darwin.patch: small patch from Erlend, thanks!
4343
4344         * Documentation/user/basic-notation.itely: add stem-neutral example.
4345
4346         * Documentation/user/putting.itely: clarifications.
4347
4348 2006-02-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4349
4350         * Documentation/topdocs/NEWS.tely (Top): remove internal cleanup
4351         note, add more guidelines to what should go into NEWS.
4352
4353         * input/sakura-sakura.ly: document how to override font.
4354
4355         * input/regression/font-family-override.ly:  doc -dshow-available-fonts
4356
4357 2006-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4358
4359         * lily/midi-item.cc (to_string): truncate time sig at 255 beats.
4360
4361 2006-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
4362
4363         * scripts/convert-ly.py (lilypond_version_re_str): Move from
4364         convertrules.  Add explicit grouping, needed for python2.2.
4365
4366 2006-02-07  Jan Nieuwenhuizen  <janneke@gnu.org>
4367
4368         * Documentation/topdocs/NEWS.tely (Top): Mention code cleanup.
4369
4370 2006-02-07  Graham Percival  <gpermus@gmail.com>
4371
4372         * Documentation/user/global.itely: fix line-width in (text) docs.
4373
4374         * Documentation/user/lilypond-book.itely: same.
4375
4376 2006-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4377
4378         * VERSION (PACKAGE_NAME): release 2.7.32
4379
4380         * Documentation/topdocs/NEWS.tely (Top): document new variable
4381         naming.
4382
4383         * flower/include/array.icc (Message): remove file.
4384
4385         * flower/include/std-vector.hh: make sure vsize and VPOS are
4386         defined for binary_search_bounds().
4387
4388         * flower/std-string.cc (std): add to_string(long unsigned).
4389
4390         * configure.in (gui_b): excise std_string option.
4391         (gui_b): excise std_vector option.
4392
4393         * flower/string.cc (Module): excise flower array & string
4394
4395         * flower/include/std-string.hh: excise flower string.
4396
4397         * {ly,lily,scm}/*: use dashes in \paper and \layout variables
4398
4399         * python/convertrules.py (lilypond_version_re_str): require
4400         only numbers and dots in \version string.
4401
4402 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4403
4404         * lily/system-start-delimiter.cc (print): allow style = text too.
4405
4406         * lily/system-start-delimiter-engraver.cc
4407         (acknowledge_system_start_text): new function, also add add to
4408         support of system-start-text (instrument names). This fixes
4409         instrument names on piano staves.
4410
4411         * lily/instrument-name-engraver.cc: rewrite. Use
4412         system-start-delimiter approach. This save memory and cpu.
4413
4414         * scm/define-grobs.scm (all-grob-descriptions): remove
4415         instrument-name from break-alignment.
4416
4417         * mf/GNUmakefile ($(NCSB_TTFS)): depend on pfx2ttf script too.
4418
4419 2006-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4420
4421         * stepmake/stepmake/generic-vars.make (LOOP): Add PLUS to keep -j
4422         jobserver going.
4423
4424         * configure.in (std_vector): On by default.
4425
4426         * lily/include/font-metric.hh:
4427         * lily/include/tfm-reader.hh: 
4428         * lily/include/spanner.hh: Use unsigned for indices and sizes.
4429         Update users.
4430
4431         * Documentation/user/changing-defaults.itely: Fix link v2.5, out-www.
4432
4433 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4434
4435         * VERSION (PACKAGE_NAME): 2.7.31
4436
4437         * scm/framework-ps.scm (dump-stencil-as-EPS): don't hardcode left
4438         EPS edge at 0, but take minimum with left-overshoot. This fixes
4439         cut off system start delims. 
4440
4441         * lily/instrument-name-engraver.cc (stop_translation_timestep):
4442         hack: add to axis group if not added yet. This fixes hara kiri'd
4443         piano staves.
4444
4445         * lily/hara-kiri-group-spanner.cc
4446         (force_hara_kiri_in_y_parent_callback): fix signatures.
4447
4448         * lily/hairpin.cc (print): check next hairpin to see whether or
4449         not to be continuing.
4450
4451 2006-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4452
4453         * Remove trailing whitespace from makefiles.
4454         
4455         * flower/include/std-vector.hh: Add binary_search_bounds workaround
4456         for earlier gcc.
4457
4458         * .cvsignore: Add out*, out-www, config-*.  Remove lots of cruft.
4459
4460         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Workaround.
4461
4462         * config.hh.in (HAVE_STL_DATA_METHOD): Add.
4463
4464         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): New function.
4465
4466         * configure.in: Use it.
4467
4468 2006-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4469
4470         * scm/music-functions.scm (pitch-of-note): new function.
4471
4472         * ly/music-functions-init.ly: add \octave and \addquote
4473
4474         * lily/parser.yy (music_function_chord_body): softcode \octave.
4475         (lilypond_header): softcode \addquote
4476
4477 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4478
4479         * flower/include/std-vector.hh[STD_VECTOR]: Do not include
4480         array.hh, parray.hh at all.  Getting ready to flip the
4481         configure default.
4482
4483         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
4484
4485         * lily/source-file.cc (file::get_line): Help binary_search_bounds
4486         a bit.
4487
4488         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
4489
4490 2006-02-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4491
4492         * flower/include/array.hh: typo. 
4493
4494 2006-02-02  Graham Percival  <gpermus@gmail.com>
4495
4496         * Documentation/user/advanced-notation.itely: doc "\#" in text.
4497
4498 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4499
4500         * flower/include/pqueue.hh: Derive from std::vector.
4501
4502         * flower/include/parray.hh: Conform to std::vector interface.
4503         Update users.
4504
4505 2006-02-02  Graham Percival  <gpermus@gmail.com>
4506
4507         * Documentation/topdocs/NEWS.itely: grammar fix from Laura.
4508
4509 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4510
4511         * flower/file-path.cc (is_file): remove if 0 section.
4512
4513         * buildscripts/pfx2ttf.fontforge (err): robustness fix for
4514         selecting afii61352.
4515
4516 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4517
4518         * flower/include/std-vector.hh (boundary): Oops, reverse.
4519
4520         * flower/string-convert.cc (convert::unsigned_string): Bugfix:
4521         remove superfluous `d'.
4522
4523         * flower/include/std-vector.hh (boundary, top): Detach from class.
4524         Remove empty vector shell.
4525
4526         * flower/include/array.hh (reverse, swap): Detach from class.
4527         Update users.
4528         
4529         * flower/include/std-vector.hh
4530         * flower/include/array.hh (concat): Globally change to insert ().
4531
4532         
4533         * flower/include/std-vector.hh
4534         * flower/include/parray.hh
4535         * flower/include/array.hh (elem, elem_ref): Globally replace by
4536         at ().
4537
4538 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4539
4540         * Documentation/topdocs/NEWS.tely (Top): use ly: prefix for members.
4541
4542         * python/convertrules.py (FatalConversionError.sub_cxx_id):
4543         anticipate on identifier substitutions.
4544
4545 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4546
4547         * flower/include/std-vector.hh (insert): Remove, replace by
4548         std::vector interface.  Update callers.
4549
4550         * flower/include/array.icc (insert): Change signature to
4551         match std::vector interface.
4552         
4553         * flower/include/array.icc (vector_sort): Bugfix.
4554
4555 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4556
4557         * lily/parser.yy (output_def_head_with_mode_switch): new
4558         production. Result: dashes and underscores may be used in the
4559         \paper block.
4560
4561         * lily/lexer.ll: add DASHED_WORD.  Accept in INITIAL mode.
4562
4563         * python/convertrules.py (conv): oops. One slash too much.
4564
4565 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4566
4567         * flower/include/std-vector.hh (sort): Remove, replace by
4568         ::vector_sort.  Update callers.
4569
4570         * flower/include/std-vector.hh (slice): Remove.  Update callers.
4571         (sort): Bugfix.
4572
4573         * flower/test-std.cc (vector_sort): New test.
4574
4575 2006-02-01  Graham Percival  <gpermus@gmail.com>
4576
4577         * Documentation/user/putting.itely: fixes from Erik.
4578
4579 2006-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4580
4581         * flower/test-std.cc: Add simple unit test for vector migration.
4582
4583         * stepmake/stepmake/test*: Unit test support.
4584
4585         * flower/include/std-vector.hh (del): Remove.  Use erase (),
4586         update callers.
4587
4588         * flower/include/array.hh (begin, end): Add.
4589         (del, get): Remove.
4590
4591 2006-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4592
4593         * lily/include/lily-guile-macros.hh (MAKE_SCHEME_CALLBACK): use
4594         std::string not String. 
4595
4596         * lily/context-def.cc (path_to_acceptable_context): use INT_MAX
4597         iso UINT_MAX.
4598
4599         * lily/prob.cc (Prob): copy type_ too.
4600
4601         * lily/lily-guile.cc (mangle_cxx_identifier): new
4602         function. Class_bla::foo_bar_[px] ->
4603         ly:class-bla::foo-bar[?!]. Changes throughout
4604
4605 2006-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4606
4607         * flower/include/guile-compatibility.hh (scm_from_unsigned): add scm_from_unsigned().
4608
4609         * lily/beam.cc (calc_direction): take dir from visible stem in
4610         degenerate case.
4611
4612 2006-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4613
4614         * lily/melody-spanner.cc (spanner::calc_neutral_stem_direction):
4615         Fix -1, >=0 boundary checks for unsigned vsize.
4616
4617         * lily/separating-group-spanner.cc (spanner::find_rods): Fix >=0
4618         loop for unsigned vsize.
4619
4620         * configure.in (--enable-std-vector): New option.
4621         (--enable-std-string): On by default.
4622
4623         * flower/include/std-vector.hh: New file.  Enable switch to
4624         std::vector, update client code.
4625
4626 2006-01-30  Graham Percival  <gpermus@gmail.com>
4627
4628         * scm/document-translation.scm: clarify "this context is also
4629         known as".  Thanks, Werner!
4630
4631         * Documentation/user/putting.itely: small fixes from Don Blaheta.
4632
4633         * Documentation/user/invoking.itely: small fix from Don.
4634
4635 2006-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4636
4637         * scm/lily.scm (define-scheme-options): rename option
4638         preview-include-book-title to book-title-preview
4639         (define-scheme-options): move force-eps-font-include (from paper
4640         block) to eps-font-include -d option.
4641
4642         * VERSION (PATCH_LEVEL): release 2.7.30
4643
4644         * input/bach-schenker.ly (staffPiano): new file.
4645
4646         * buildscripts/pfx2ttf.fontforge: remove No. glyph from TTF file.
4647
4648         * Documentation/topdocs/NEWS.tely (Top): simplify NEWS entry, add
4649         credits to Nicolas.
4650
4651         * scm/define-markup-commands.scm (epsfile): add scaling to \epsfile.
4652
4653         * ps/lilyponddefs.ps: remove start-system, stop-system,
4654         start-page fluff. This saves putting { } code on the stack, fixing
4655         stack overflows when including EPS files.
4656
4657 2006-01-29  Graham Percival  <gpermus@gmail.com>
4658
4659         * Documentation/user/putting.itely: minor fixes (comments on -devel).
4660
4661 2006-01-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4662
4663         * Documentation/topdocs/NEWS.tely (Top): add \parallelMusic news.
4664
4665 2006-01-28  Graham Percival  <gpermus@gmail.com>
4666
4667         * Documentation/user/putting.itely: minor fixes (mostly tab->space).
4668
4669 2006-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4670
4671         * input/mutopia/claop.py: Update.
4672
4673 2006-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4674
4675         * input/regression/completion-heads.ly (texidoc): fix.
4676
4677         * lily/staff-symbol-referencer.cc (on_staff_line): idem.
4678
4679         * lily/tie-formatting-problem.cc
4680         (set_ties_config_standard_directions): use abs iso fabs for ints.
4681
4682         * Documentation/topdocs/INSTALL.texi (Top): document ncsb requirement.
4683
4684         * mf/feta-bolletjes.mf (overdone_heads): solfa_noteheight, a
4685         little less than noteheight, to prevent overlaps in chords.
4686
4687         * lily/note-collision.cc (check_meshing_chords): wipe upper FA
4688         head, and fudge stem-attachment.
4689
4690         * scm/lily-library.scm (not): define hash-for-each for guile 1.6
4691
4692         * lily/slur-scoring.cc (get_best_curve): handle opt_idx < 0 case.
4693
4694 2006-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4695
4696         * lily/main.cc (main): Debugging aid: catch exceptions.
4697
4698         * flower/std-string.cc (to_string): Robustification.  Fixes midi
4699         output with std::string.
4700
4701 2006-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4702
4703         * Documentation/topdocs/INSTALL.texi (Top): remove libkpathsea notes.
4704
4705 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4706
4707         * Fix -DSTRING_UTILS_INLINED.
4708
4709 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4710
4711         * VERSION (PATCH_LEVEL): release 2.7.29
4712
4713         * lily/relocate.cc (setup_paths): mingw uses std string too.
4714
4715         * lily/*.cc: various fixes for substr(ARG).
4716
4717         * lily/sustain-pedal.cc (print): 
4718
4719         * flower/file-name.cc (slashify): use std strings.
4720
4721         * flower/string-convert.cc: remove publib.h
4722
4723         * scm/define-markup-commands.scm (verbatim-file): new markup
4724         command \verbatim-file
4725
4726         * Documentation/topdocs/NEWS.tely: fixup URLs
4727
4728         * input/regression/alignment-vertical-manual-setting.ly (Module):
4729         new file.
4730
4731         * lily/align-interface.cc (align_elements_to_extents): overwrite
4732         translations with numbers in alignment-offsets from left bound
4733
4734         * scm/page.scm (make-page-stencil): read X-offset from paper-system.
4735         (page-translate-systems): new function: take into account Y-offset.
4736
4737         * Documentation/topdocs/NEWS.tely (Top): document new features.
4738
4739         * input/regression/page-layout-manual-position.ly (Module): new
4740         file.
4741
4742 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4743
4744         * flower/file-path.cc (path::parse_path): Oops.
4745
4746         * Finish std::string interface.  For now, use std:: marker
4747         throughout for easy s/r.
4748
4749 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4750
4751         * Documentation/user/putting.itely (Score is a single musical
4752         expression): typo.
4753         (Score is a single musical expression): more typos.
4754
4755         * scm/page.scm (annotate-space-left): thinko.
4756         (annotate-page): more thinkos.
4757
4758 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4759
4760         * scm/layout-page-layout.scm (write-page-breaks): record tweaks
4761         for different \score blocks separately.
4762         (post-process-pages): put write-page-layout into paper block.
4763
4764         * lily/output-def.cc (get_parser): new file.
4765
4766         * lily/output-def-scheme.cc (LY_DEFINE): ly:output-def-parser, new
4767         file.
4768
4769         * lily/include/output-def.hh (class Output_def): add parser_ member.
4770
4771         * input/regression/page-layout-twopass.ly (Module): new file.
4772
4773         * scm/lily.scm: remove cpp hack.
4774
4775         * lily/lyric-engraver.cc (get_voice_to_lyrics): use NPOS everywhere.
4776
4777 2006-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4778
4779         * GNUmakefile.in (c-clean): New target.
4780
4781         * flower/include/std-string.hh: String/std::string compatibility:
4782         Use NPOS for `not found' (iso -1), use ssize for length () and pos
4783         type.
4784
4785         * flower/rational.cc: 
4786         * flower/include/rational.hh: 
4787
4788         * flower/offset.cc: 
4789         * flower/include/offset.hh: 
4790
4791         * flower/interval.cc: 
4792         * flower/include/interval.hh: 
4793
4794         * flower/string-convert.cc: 
4795         * flower/include/string-convert.hh: Use std::string [interface].
4796         Update callers.
4797
4798 2006-01-25  Heikki Junes  <hjunes@cc.hut.fi>
4799
4800         * Documentation/index.html.in: clean up.
4801
4802 2006-01-25  Graham Percival  <gpermus@gmail.com>
4803
4804         * Documentation/user/putting.itely: another new untested doc section.
4805
4806 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4807
4808         * scm/layout-page-layout.scm (write-page-breaks): write
4809         \spacingTweaks #ALIST. Handle grace timing.
4810
4811         * scm/: more imports.
4812
4813         * scm/page.scm (make-page): add footer/header.
4814         (annotate-space-left): revise: only take page argument.
4815         (layout->page-init): new function.
4816
4817         * scm/layout-page-layout.scm (write-page-breaks): preliminary
4818         version of the system/spacing/linebreak hack writing to the output
4819
4820         * lily/prob-scheme.cc (LY_DEFINE): take optional 'key val args in
4821         ly:make-prob.
4822
4823         * lily/grob-scheme.cc (LY_DEFINE): ly:spanner-get-bound ->
4824         ly:spanner-bound
4825
4826 2006-01-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4827
4828         * scm/stencil.scm (annotate-y-interval): move from layout-page-layout.scm
4829
4830         * scm/paper-system.scm (paper-system-annotate): new file. Handle paper-system.
4831
4832         * scm/layout-page-layout.scm (optimal-page-breaks): move all page
4833         handling to page.scm
4834
4835         * lily/prob-scheme.cc (LY_DEFINE): new file.
4836         (LY_DEFINE): functions ly:make-prob , ly:prob-type? , ly:prob-(set-)property(!)
4837
4838         * lily/music-scheme.cc (LY_DEFINE): rewrite get/set property using
4839         prob functions.
4840
4841         * lily/music.cc (derived_mark): derive Music from Prob.
4842
4843         * lily/paper-system.cc (LY_DEFINE): derive from Prob.
4844
4845         * lily/prob.cc (Module): Implement Prob (Property Object), object
4846         with shared and r/w property alists.  
4847
4848         * lily/include/prob.hh (Module): new file. Declare Prob.
4849
4850         * flower/string.cc: remove is_empty().
4851
4852         * flower/include/string.hh (class String): remove String:: qualifier.
4853
4854         * buildscripts/analyse-cxx-log.py: new file. Read compile log to
4855         substitute appropriate functions.
4856
4857         * flower/include/string.hh (class String): remove to_str0 and
4858         is_empty(). S&R everywhere.
4859
4860 2006-01-23  Graham Percival  <gpermus@gmail.com>
4861
4862         * Documentation/user/basic-notation.itely: add hairpin
4863         after-linebreak tweak to commonprop.
4864
4865         * Documentation/user/putting.itely: added two new sections.
4866
4867 2006-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4868
4869         * flower/international.cc: 
4870         * flower/include/international.hh: 
4871
4872         * flower/getopt-long.cc: 
4873         * flower/include/getopt-long.hh: Use std::string [interface].
4874         Update callers.
4875
4876         * flower/include/std-string.hh: Oops, bugfix for --disable-std-string.
4877
4878         * stepmake/stepmake/executable-rules.make: Add dependency on
4879         module libraries.
4880
4881 2006-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4882
4883         * flower/file-path.cc: 
4884         * flower/include/file-path.hh: Use std::string [interface].
4885         Update callers.
4886
4887         * flower/direction.cc: 
4888         * flower/axis.cc: Unused.  Remove.
4889
4890         * configure.in (--enable-std-string): New option.
4891
4892         * flower/std-string.cc: 
4893         * flower/include/std-string.hh: New file.
4894
4895         * flower/file-name.cc[STD_STRING]:
4896         * flower/include/file-name.hh[STD_STRING]: Use it.  Update callers.
4897
4898 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4899
4900         * scm/output-svg.scm (placebox): no GNU coding standards in SVG output. 
4901
4902         * scm/define-markup-commands.scm (with-dimensions):
4903         with-dimensions markup command.
4904
4905         * input/test/font-table.ly: use it.
4906
4907         * lily/open-type-font.cc (glyph_list): new function.
4908
4909         * lily/open-type-font-scheme.cc (LY_DEFINE): ly:otf-glyph-list function.
4910
4911         * lily/ttf.cc: remove ly:font-glyph-list scheme function
4912
4913 2006-01-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4914
4915         * ly/music-functions-init.ly (parallelMusic): new music function
4916         for parallel music entry.
4917
4918         * scm/define-music-properties.scm (all-music-properties): new
4919         'void music property
4920
4921         * scm/music-functions.scm (ly:music-message): make public, to be
4922         used in music function definitions
4923
4924         * scm/lily-library.scm (collect-music-for-book): discard music
4925         when the 'void property is set.
4926
4927 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4928
4929         * lily/ttf.cc (LY_DEFINE): store name before destroying face.
4930
4931         * mf/GNUmakefile: idem.
4932
4933         * buildscripts/mf-to-table.py (help): excise fetaXXlist.ly support.
4934
4935         * stepmake/bin/install.py (dest): Only chmod/chown just created directories
4936
4937         * Documentation/user/notation-appendices.itely (The Feta font):
4938         use it.
4939
4940         * input/test/font-table.ly: new file. Generate font table within lily.
4941
4942         * Documentation/user/notation-appendices.itely (The Feta font):
4943         use new font-table.ly file. 
4944
4945         * stepmake/stepmake/install-out-targets.make
4946         (local-install-outfiles): only create directory if
4947         $(INSTALLATION_OUT_DIR) is defined. This fixes install on Gentoo.
4948
4949 2006-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4950
4951         * lily/ttf.cc (LY_DEFINE): new function ly:font-glyph-list.
4952
4953         * VERSION (PACKAGE_NAME): release 2.7.28
4954
4955         * scm/framework-ps.scm (write-preamble): use it to pick exactly
4956         the right font from a Mac dfont.
4957         (write-preamble): don't forget directory, only look at files.
4958
4959         This fixes problems with TTF files in dfonts that don't match
4960         their PostScript names.
4961          
4962         * lily/ttf.cc (LY_DEFINE): ly:ttf-ps-name: new routine to extract
4963         PS name from TTF font.
4964
4965         * input/regression/tie-manual.ly: document new feature.
4966
4967         * Documentation/topdocs/NEWS.tely (Top): add tie NEWS.
4968
4969         * VERSION (MY_PATCH_LEVEL): bump to .28
4970
4971         * Documentation/user/basic-notation.itely (Ties): add tie examples
4972         refs.
4973
4974         * lily/tie-formatting-problem.cc (score_ties_configuration):
4975         symmetry penalties for outer ties.
4976
4977 2006-01-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4978
4979         * lily/tie-formatting-problem.cc (generate_configuration) 
4980         (set_manual_tie_configuration): skip non-pair manual
4981         tie-configuration, so you can set individual ties as
4982
4983           #'tie-configuration = #'((7 . 1) #t (-3 . 1))
4984
4985         * input/regression/tie-chord.ly: use generateTiePattern to
4986         simplify file.
4987
4988         * lily/tie-formatting-problem.cc (peak_around): new function.
4989         (score_configuration): use sliding criterion for staff line collisions. 
4990         (score_configuration): idem for dot collisions.
4991         (generate_configuration): use separate stem_gap for gap to stem.
4992
4993         * lily/include/tie-formatting-problem.hh (struct Tie_details):
4994         separate penalty factors for x and y distance.
4995         (struct Tie_details): separate penalties for tip and center line collisions.
4996
4997 2006-01-19 Han-Wen Nienhuys  <hanwen@xs4all.nl>
4998
4999         * lily/tie-formatting-problem.cc (generate_configuration): make
5000         large ties avoid stafflines in the horizontal section.
5001         (score_configuration): use softcoded penalties
5002         (score_aptitude): idem.
5003
5004         * lily/tie-helper.cc (from_grob): softcode tie details
5005
5006         * lily/staff-symbol-referencer.cc (on_staff_line): new function
5007
5008         * lily/staff-symbol-referencer.cc (on_line): rename from
5009         on_staffline 
5010
5011 2006-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5012
5013         * ly/music-functions-init.ly: remove duplicate tag.
5014
5015         * lily/include/*.hh: GCC 4.1 fixes.
5016
5017 006-01-16  Erlend Aasland  <erlenda@gmail.com>
5018
5019         * Documentation/user/global.itely: fix typos; @bugs -> @refbugs
5020
5021         * scm/define-music-types.scm: fix bug in desc. string
5022         for OverrideProperty
5023
5024 2006-01-15 Erik Sandberg  <mandolaerik@gmail.com>
5025
5026         * scripts/lilypond-book.py: bugfix
5027
5028         * scm/define-music-types.scm: fix typos.
5029
5030 2006-01-14  Graham Percival  <gpermus@gmail.com>
5031
5032         * Documentation/user/ basic-notation.itely, global.itely,
5033         advanced-notation.itely, instrument-notation.itely: small
5034         additions (bugs and commonly tweaked properties).
5035
5036 2006-01-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5037
5038         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): generic
5039         detection of mingw build.
5040         (MINGW_BUILD): opps.
5041
5042 2006-01-12  Jan Nieuwenhuizen  <janneke@gnu.org>
5043
5044         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Add
5045         i686-mingw32.
5046
5047 2006-01-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5048
5049         * scm/music-functions.scm (skip->rest): add skip->rest
5050
5051 2006-01-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5052
5053         * lily/font-config.cc (init_fontconfig): call FcConfigBuildFonts()
5054         explicitly.
5055
5056         * lily/font-config-scheme.cc (LY_DEFINE): also display font and
5057         config dirs. Aids debugging. 
5058         (display_config): also display config files.
5059
5060 2006-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5061
5062         * VERSION: release 2.7.27
5063
5064         * lily/bar-line.cc (calc_bar_size): inspect staff->extent (Y_AXIS)
5065         for determining bar size.
5066
5067         * lily/staff-symbol.cc (print): place lines at distance line-positions
5068
5069         * scm/define-grob-properties.scm (all-user-grob-properties): add
5070         line-positions.
5071
5072         * lily/staff-symbol.cc (height): new function.
5073
5074         * input/regression/staff-line-positions.ly:  new file.
5075
5076 2006-01-06  Graham Percival  <gpermus@gmail.com>
5077
5078         * input/test/add-staccato.ly: remove reference to old file.
5079
5080 2006-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5081
5082         * scripts/lilypond-book.py (invokes_lilypond): allow . in path to
5083         lilypond binary too.
5084
5085 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5086
5087         * make/mutopia-rules.make (Module): use LILYPOND_BINARY
5088
5089 2006-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
5090
5091         * scripts/midi2ly.py: Bugfix: Declare datadir.
5092
5093         * make/ly-rules.make:
5094         * make/mutopia-rules.make: Use LILYPOND_BINARY (WAS: LILYPOND, but
5095         that seems to be gone). Fixes make web.
5096
5097         * The grand 2005-2006 replace.
5098
5099         * VERSION (MY_PATCH_LEVEL): Stay on .26 for now.
5100
5101 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5102
5103         * make/lilypond-vars.make: set LILYPOND_BINARY variable
5104         (LILYPOND_BOOK_LILYPOND_FLAGS): new variable
5105         LILYPOND_BOOK_LILYPOND_FLAGS to hold system dependent settings,
5106         like -dgs-font-load.
5107
5108         * Documentation/user/GNUmakefile ($(outdir)/interfaces.itexi):
5109         remove absolute path to lilypond binary.
5110         
5111 2006-01-05 Pedro Kroeger    <kroeger@pedrokroeger.net>
5112
5113         * configure.in (NCSB_DIR): fix --with-ncsb-dir option.
5114
5115 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5116
5117         * make/lilypond-vars.make: support LILYPOND_EXTERNAL_BINARY variable.
5118
5119         * mf/GNUmakefile: remove broken dvips map symlink.
5120
5121 2006-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
5122
5123         * lily/main.cc: 
5124         * configure.in: Cosmetic fixes.
5125
5126 2006-01-04  Mats Bengtsson  <mabe@s3.kth.se>
5127
5128         * Documentation/user/music-glossary.tely (Pitch names): Added
5129         Spanish pitch names and durations, thanks to Ernesto Gancedo
5130
5131 2006-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5132
5133         * scm/lily.scm (define-scheme-options): use quasi-quote for option
5134         init. Fixes verbose printing of .scm files.
5135
5136         * stepmake/aclocal.m4: add spaces before - options.
5137         
5138 2006-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5139
5140         * lily/relocate.cc (setup_paths): Bugfix: do not store result
5141         of path search in local block variable.
5142
5143 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5144
5145         * configure.in (NCSB_DIR): --enable-ncsb-dir
5146         (LINK_GXX_STATICALLY): denko.
5147
5148         * mf/GNUmakefile ($(NCSB_TTFS)): NCSB_DIR iso. NCSB_PATH. 
5149
5150         * configure.in (LINK_GXX_STATICALLY): --enable-ncsb-path option. 
5151         use locate to find c059033l.pfb. 
5152         
5153 2006-01-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5154
5155         * lily/tie-formatting-problem.cc
5156         (problem::generate_base_chord_configuration): Use my_round (was
5157         round).
5158
5159         * lily/source-file.cc (file::get_counts)[!HAVE_MBRTOWC]: Bugfix,
5160         do not invoke mbrtowc.
5161
5162         * lily/relocate.cc (setup_paths): Add more debugging verbosity.
5163
5164 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5165
5166         * scm/lily.scm (lilypond-all): oops. remove debugging hack.
5167
5168 2005-01-02  Heikki Junes  <hjunes@cc.hut.fi>
5169
5170         * Documentation/user/invoking.itely (svg): revise.
5171
5172 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5173
5174         * lily/lexer.ll: use sourcefilename iso. renameinput.
5175
5176 2006-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5177
5178         * mf/GNUmakefile ($(NCSB_TTFS)): revise rule. Create
5179         <PostScriptName>.ttf instead of c059XXXttf.
5180
5181         * lily/program-option.cc (LY_DEFINE): special support for
5182         --verbose, so it works before option init too.
5183  
5184         * mf/GNUmakefile (local-install): oops.
5185
5186         * lily/lyric-hyphen.cc (print): oops.
5187
5188         * buildscripts/pfx2ttf.fontforge: new file.
5189         
5190         * mf/GNUmakefile (NCSB_PATH): add vars for NCSB.
5191         ($(outdir)/%.ttf): new rule. 
5192
5193         * scm/define-grobs.scm (all-grob-descriptions): add font-interface
5194         to LyricHyphen.
5195
5196         * lily/lyric-hyphen.cc (print): multiply hyphen height by
5197         font-size
5198
5199 2005-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5200
5201         * VERSION: release 2.7.26
5202         
5203         * mf/GNUmakefile (install-fc-cache): remove old font.cache-1 files.
5204
5205 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5206
5207         * lily/font-config.cc (init_fontconfig): verbosity.
5208
5209         * THANKS: add Muziekacademie Lede. 
5210
5211         * scripts/musicxml2ly.py (print_voice_definitions): new function 
5212         (print_score_setup): new function
5213         (convert): read part definition to output staves properly.
5214
5215         * python/musicxml.py (Measure.get_notes): new class. Wrap lists of
5216         Music_xml notes.
5217
5218         * python/musicexp.py (Output_printer.__init__): use _ in data
5219         members.
5220         (Output_printer.unformatted_output): new function: no formatting,
5221         but count braces.
5222         (Duration.get_length): remove isinstance() checks for
5223         Output_printer everywhere.
5224
5225         * input/regression/lyrics-bar.ly (texidoc): add
5226         Separating_line_group_engraver.
5227
5228 2005-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5229
5230         * lily/relocate.cc (framework_relocation): New function,
5231         factored from set_relocation ().
5232         (prefix_relocation): Rename from set_relocation ().
5233         (setup_paths): Use it.
5234
5235 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5236
5237         * scm/*.scm: use LEFT/RIGHT/UP/DOWN etc. iso. magical
5238         numbers. Patch by Erlend Aasland.
5239
5240 2005-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5241
5242         * lily/font-config.cc (init_fontconfig): print warning if cache
5243         file is not existant.
5244
5245         * lily/main.cc: don't use #ifdef but #if
5246
5247 2005-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5248
5249         * lily/grob-property.cc (internal_set_property): don't abort on
5250         calculation-in-progress.
5251
5252         * lily/beam.cc (get_default_dir): robustness: don't divide by zero.
5253
5254         * lily/tuplet-bracket.cc (calc_control_points): oops: typo. Read
5255         connect-to-neighbor property not connect-to-other
5256
5257         * lily/program-option.cc (LY_DEFINE): remove Protected_scm global variable.
5258         (LY_DEFINE): oops. don't forget protection.
5259
5260         * flower/parse-afm.cc (Module): strip AFM handling completely.
5261
5262         * lily/stencil-expression.cc: idem.
5263
5264         * lily/grob-interface-scheme.cc (LY_DEFINE): idem.
5265
5266         * lily/function-documentation.cc (ly_add_function_documentation):
5267         use static member iso. Protected_scm
5268
5269         * lily/main.cc: use ifdef ARGV0_RELOCATION iso. MINGW
5270
5271         * config.make.in (prefix): remove HAVE_KPATHSEA_SO
5272
5273 2005-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5274
5275         * lily/relocate.cc (set_env_dir): New function.
5276         (set_relocation): Use it to fix setting PANGO_PREFIX.
5277
5278 2005-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5279
5280         * input/regression/stem-direction-context.ly: remove rest.
5281
5282         * lily/melody-engraver.cc (process_music): restart for bar lines.
5283         (acknowledge_slur): restart for slurs.
5284
5285 2005-12-27  Heikki Junes  <hjunes@cc.hut.fi>
5286
5287         * Documentation/user/invoking.itely: describe how to view SVG 
5288         output using Inkscape which replace embedded fonts with OTF fonts.
5289
5290 2005-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5291
5292         * lily/relocate.cc (set_relocation): set PANGO_PREFIX
5293
5294 2005-12-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5295
5296         * lily/melody-engraver.cc (class Melody_engraver): Remove lying
5297         comment.
5298
5299 2005-12-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5300
5301         * VERSION (PACKAGE_NAME): release 2.7.25
5302
5303         * Documentation/topdocs/NEWS.tely (Top): document new feature.
5304
5305         * input/regression/stem-direction-context.ly: new file.
5306
5307         * lily/relocate.cc (set_relocation): add PANGO_PREFIX
5308
5309         * lily/melody-engraver.cc (acknowledge_stem): restart MelodyItem
5310         on rest.
5311
5312         * ly/engraver-init.ly: add Melody_engraver
5313
5314         * lily/beam.cc (calc_direction): use default-direction
5315         iso. get_default_direction()
5316
5317         * scm/define-grob-properties.scm (all-user-grob-properties): add
5318         default-direction property.
5319
5320         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem.
5321
5322         * lily/stem.cc (calc_default_direction): remove
5323         Stem::get_default_direction, use default-direction with callback
5324         instead.
5325
5326         * lily/melody-spanner.cc (calc_neutral_stem_direction): 
5327
5328         * lily/melody-engraver.cc: new file. Acknowledge stems for
5329         interpolated stem directions. 
5330
5331         * lily/melody-spanner.cc: new file. Interpolate stem directions.
5332
5333         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem
5334
5335         * lily/slur-configuration.cc (fit_factor): more robust check for
5336         point in curve X-extent.
5337
5338         * lily/slur.cc (outside_slur_callback): return offset_scm, not 0.
5339         (outside_slur_callback): check for 'outside avoidance.
5340
5341         * lily/slur-configuration.cc (score_extra_encompass): don't use
5342         bound->column() == avoid->column() for checking extents, as this
5343         doesn't work for accidentals. 
5344
5345         * lily/slur-engraver.cc (acknowledge_extra_object): remove
5346         DynamicText hardcoding.
5347
5348         * lily/slur-scoring.cc (enumerate_attachments): robustness: don't
5349         crash if bound stem is NULL
5350
5351         * lily/piano-pedal-performer.cc: patch by MWD for enabling piano
5352         pedals.
5353
5354 2005-12-22  Graham Percival  <gpermus@gmail.com>
5355
5356         * scm/define-markup-commands.scm: typo.  @code{\raise}
5357         => @code{\\raise}.
5358
5359         * darwin.patch: now used again, includes a
5360         required patch from fink.
5361
5362 2005-12-21  Heikki Junes  <hjunes@cc.hut.fi>
5363
5364         * po/TODO: mention gtranslator along with kbabel.
5365         * po/fi.po: update translations.
5366
5367 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5368
5369         * lily/relocate.cc (setup_paths): Bugfix.
5370
5371 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5372
5373         * lily/slur-configuration.cc (score_extra_encompass): don't use
5374         "avoid" choice for avoid-slur.
5375
5376         * stepmake/bin/install.py (dest): don't create existing dir.
5377
5378 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5379
5380         * stepmake/bin/install.py: Remove file before copying.
5381
5382         * config.make.in: 
5383         * stepmake/aclocal.m4: Do not substitute INSTALL.
5384
5385 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5386
5387         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
5388         depend on link-tree.
5389
5390         * lily/relocate.cc (setup_paths): only check path for non-absolute
5391         dir without directory part.
5392
5393         * flower/file-name.cc (is_absolute):  new method.
5394         (is_absolute): check root_ too.
5395
5396 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5397
5398         * lily/relocate.cc (setup_paths) [__MINGW32__]: Comment-out broken
5399         relocation code.  Oops, don't comment out too much.
5400
5401         * stepmake/stepmake/generic-vars.make (INSTALL): Assign INSTALL_PY
5402         iso itself.
5403
5404         * lily/relocate.cc [HAVE_GETTEXT]: Include libintl.h.  Fixes mingw
5405         compile.
5406
5407 2005-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5408
5409         * .cvsignore: Add install-sh.
5410
5411         * autogen.sh (srcdir): Typo.
5412
5413 2005-12-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5414
5415         * autogen.sh (srcdir): urg. Touch install-sh.
5416
5417         * stepmake/bin/install-sh (Module): remove.
5418
5419         * stepmake/stepmake/generic-vars.make (INSTALL): add $(INSTALL).
5420
5421         * lily/include/relocate.hh: new file.
5422
5423         * lily/relocate.cc: new file. Contain relocation logic.
5424
5425         * lily/main.cc (setup_paths): fix: LILYPOND_RELOCATE_PREFIX.
5426         (main): read LILYPOND_VERBOSE as the first thing.
5427
5428         * stepmake/aclocal.m4: remove INSTALL variable.
5429
5430         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
5431         separate target for making font symlinks.
5432         (documentation-dir): use $(if $(findstring )) for switching off
5433         Documentation.
5434
5435         * stepmake/stepmake/help2man-vars.make (OUT_DIST_FILES): only do
5436         something if DOCUMENTATION is no.
5437
5438 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5439
5440         * VERSION: release 2.7.24
5441
5442         * lily/script-column-engraver.cc (stop_translation_timestep):
5443         delay adding to script-column.
5444
5445         * lily/tuplet-bracket.cc (print): suicide if no control-points. 
5446
5447         * python/convertrules.py (conv): rule for number-visibility
5448
5449         * lily/slur-configuration.cc (score_extra_encompass): different
5450         distance measure for avoid and inside avoidance.
5451         (score_extra_encompass): use 1/(distance+eps) as penalty.
5452
5453         * lily/slur-scoring.cc (generate_avoid_offsets): use 'inside
5454         encompass objects for generating slur curves.
5455
5456         * lily/slur.cc: use details iso. slur-details property.
5457
5458         * input/regression/slur-tuplet.ly: new file.
5459
5460         * lily/slur-engraver.cc (acknowledge_tuplet_number): new function.  
5461
5462         * flower/include/offset.hh (class Offset): new operator /=
5463
5464         * lily/tuplet-number.cc (print): new file, new interface.
5465
5466         * scm/define-grob-properties.scm (all-user-grob-properties):
5467         remove number-visibility property.
5468
5469         * lily/tuplet-bracket.cc (calc_control_points): new function
5470         (calc_connect_to_neighbors): new function.
5471         (print): remove text handling for tuplet numberdef.
5472
5473         * lily/tuplet-engraver.cc (struct Tuplet_description): create
5474         TupletNumbers too. 
5475
5476         * lily/lily-guile.cc (robust_scm2booldrul): new function
5477
5478         * scm/define-grobs.scm (all-grob-descriptions): new grob TupletNumber
5479
5480         * lily/tuplet-bracket.cc (calc_position_and_height): use
5481         staff-padding to control whether tuplet brackets are over staves.
5482
5483         * lily/grob.cc (suicide): clear dim_caches_.
5484
5485         * lily/dimension-cache.cc (clear): new function.
5486
5487         * lily/grob.cc (extent): swap order of min-extent and extent
5488         calculations. This fixes hara kiri staves. 
5489
5490 2005-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5491
5492         * lily/main.cc: Nitpick: relocation is not based on path, but on
5493         directory (location).
5494
5495 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5496
5497         * lily/main.cc (setup_paths): read LILYPOND_RELOCATE_PREFIX
5498
5499         * stepmake/stepmake/install-targets.make (local-uninstall): idem.
5500
5501         * stepmake/stepmake/install-out-targets.make (local-install-outfiles): idem.
5502
5503         * stepmake/stepmake/help2man-targets.make (install-help2man): idem.
5504
5505         * stepmake/stepmake/generic-vars.make (Module): idem.
5506
5507         * stepmake/stepmake/executable-targets.make (default): use it.
5508
5509         * stepmake/bin/install.py (create_dir): new file. Replace install-sh.
5510
5511         * make/GNUmakefile: don't install make rules.
5512
5513         * lily/main.cc (setup_paths): don't inspect $PATH for argv0 with
5514         slashes.
5515         (prepend_env_path): more verbosity.
5516
5517 2005-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5518
5519         * GNUmakefile.in: add dir argument for find command.
5520
5521         * lily/parser.yy (bass_figure): set_spot() for bass figures. This
5522         fixes weird line numbers for point & click.
5523
5524         * lily/source-file.cc (get_counts): init line/column/char counts.
5525
5526 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5527
5528         * lily/main.cc: remove ARGV0_RELOCATION, instead use --relocate.
5529
5530 2005-12-16  Graham Percival  <gpermus@gmail.com>
5531
5532         * Documentation/user/basic-notation.itely, advanced-notation.itely:
5533         minor fixes from Fredric.  Thanks!
5534
5535 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5536
5537         * ly/music-functions-init.ly: add \bar and \clef music function 
5538
5539         * lily/lily-lexer.cc: idem.
5540
5541         * lily/parser.yy (FIXME): remove BAR and CLEF.
5542
5543 2005-12-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5544
5545         * Documentation/topdocs/NEWS.tely (Top): doc string argument change.
5546
5547         * lily/parser.yy (Generic_prefix_music_scm): allow strings as
5548         function arguments too
5549
5550         * lily/main.cc (set_relocation): new function.
5551
5552         * scripts/musicxml2ly.py (convert): add \version
5553
5554         * lily/tie.cc: remove get_default_attachments()
5555
5556         * VERSION (PACKAGE_NAME): release 2.7.23
5557         
5558         * lily/chord-tremolo-engraver.cc (acknowledge_stem): use
5559         ultimate_music_cause(). This fixes core dumps in unfold-all-repeats.ly
5560
5561         * Documentation/topdocs/NEWS.tely (Top): document new feature.
5562
5563         * lily/tie-formatting-problem.cc (score_ties): new function
5564         (get_variations): new function. Try flipping dirs for collisions.
5565         (generate_optimal_chord_configuration): new function. 1-opt search
5566         for better configuration.
5567
5568         * lily/tie-configuration.cc: new file.
5569
5570         * lily/tie.cc: junk Tie::get_configuration()
5571
5572         * lily/tie-formatting-problem.cc (score_ties_aptitude): new function.
5573         (score_ties_configuration): new function.
5574         (generate_ties_configuration): new function.
5575         (generate_base_chord_configuration): new function.
5576         (set_ties_config_standard_directions): Move body from tie-column-format.cc 
5577         (set_manual_tie_configuration): Move body from tie-column-format.cc 
5578
5579         * input/regression/tie-dot.ly: new file.
5580
5581         * lily/tie-formatting-problem.cc (score_configuration): score
5582         tie/dot collisions.
5583
5584         * lily/tie-helper.cc (get_transformed_bezier): new function
5585
5586         * Documentation/topdocs/NEWS.tely (Top): strip out-www.
5587
5588         * stepmake/stepmake/python-module-vars.make (SHARED_FLAGS): use
5589         -undefined suppress iso. -framework Python 
5590
5591         * scm/define-grobs.scm (all-grob-descriptions): set
5592         springs-and-rods (thanks Joe Neeman!)
5593
5594 2005-12-12  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5595
5596         * input/no-notation/display-lily-tests.ly (test): 
5597         * scm/display-lily.scm (tag->lily-string): the syntax for tags has
5598         changed from \tag #'(a b) to \tag #'a \tag #'b
5599
5600 2005-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5601
5602         * Documentation/topdocs/NEWS.tely: strip out-www.
5603
5604         * lily/include/grob-interface.hh: include lily-guile.hh not libguile.h
5605
5606         * config.make.in (AR): add AR and RANLIB
5607
5608         * flower/libc-extension.cc: include cassert
5609
5610         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): more robust
5611         darwin check.
5612
5613 2005-12-11  Graham Percival  <gpermus@gmail.com>
5614
5615         * stepmake/stepmake/generic-vars.make: define DARWIN_BUILD.
5616
5617         * stepmake/stepmake/python-modules-vars.make: define
5618         SHARED_FLAGS for OSX.  Thanks Johannes Schindelin!
5619
5620         * THANKS: added Johannes Schindelin.
5621
5622 2005-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5623
5624         * python/midi.c (pymidi_parse): use memcmp() iso. strcmp().
5625
5626         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
5627         Span_arpeggio_engraver, add Tweak_engraver to Score context. 
5628
5629         * lily/parser.yy: reorganize file layout.
5630
5631         * ly/music-functions-init.ly: add tweak music function.
5632
5633         * lily/grob-info.cc (ultimate_music_cause): new function:
5634         recursively lookup causes. 
5635
5636         * lily/parser.yy (chord_body_element): allow music functions for
5637         post-events, allow music functions for chord elements. 
5638  
5639         * lily/font-config-scheme.cc (display_fontset): add cast.
5640
5641         * python/convertrules.py (FatalConversionError.sub_syms): \tag
5642         #'(a b) -> \tag #'a \tag #'b rule.
5643
5644         * python/musicexp.py (Output_printer.dump_version): new function
5645
5646 2005-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5647
5648         * lily/parser.yy (FIXME): remove \tag
5649         (FIXME): remove tag_music() function.
5650
5651         * lily/lily-lexer.cc: remove \tag
5652
5653         * ly/music-functions-init.ly: define music-function "tag"
5654
5655         * lily/parser.yy (chord_body_element): allow tags in chord bodies.
5656
5657 2005-12-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5658
5659         * VERSION (PATCH_LEVEL): release 2.7.22
5660
5661         * input/regression/lyric-hyphen-retain.ly: renew.
5662
5663         * scm/define-grobs.scm (all-grob-descriptions): add LyricSpace
5664         grob
5665
5666         * lily/lyric-hyphen.cc (set_spacing_rods): use minimum-distance
5667         iso. minimum-length property for rods.
5668
5669         * lily/hyphen-engraver.cc (acknowledge_lyric_syllable): create
5670         LyricSpace item to keep lyrics spaced apart.
5671
5672         * ly/engraver-init.ly: remove Separating_line_group_engraver
5673
5674         * Documentation/user/music-glossary.tely: do setfilename before
5675         music-glossary.
5676
5677 2005-12-07  Heikki Junes  <hjunes@cc.hut.fi>
5678
5679         * Documentation/user/lilypond-book.itely: use `,´ after xref:
5680         See xref documentation, for example.
5681
5682 2005-12-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5683
5684         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): use
5685         pending_skip iso. ly_voice[-1]
5686         (main): add if __main__ for debugging.
5687
5688         * python/musicxml.py (Accidental.__init__): new class.
5689
5690         * scripts/musicxml2ly.py (progress): new function
5691         (musicxml_key_to_lily): don't barf on modeless keys.
5692         (create_skip_music): new function.
5693         (musicxml_spanner_to_lily_event): new function. Handle beams too.
5694         (musicxml_note_to_lily_main_event): new function.
5695
5696         * python/musicexp.py (Music.__init__): add comment field.
5697         (NestedMusic.append): new routine.
5698         (SequentialMusic.print_ly): print comment.
5699         (ArpeggioEvent.ly_expression): new class
5700         (BeamEvent.ly_expression): new class
5701         (NoteEvent.__init__): support for cautionary/forced accs.
5702
5703         * lily/lookup.cc (slur): normal order for array loop.
5704
5705         * scm/framework-ps.scm (dump-stencil-as-EPS): set left X of bbox
5706         to 0.0.
5707
5708         * ly/engraver-init.ly: set bar-size, so bar-lines aren't
5709         collapsed.
5710
5711 2005-12-06 Erik Sandberg  <mandolaerik@gmail.com>
5712
5713         * scm/music-functions.scm: Make phrasing slurs follow voice direction
5714
5715         * scripts/lilypond-book.py: Introduce option
5716             --preserve-line-breaks, for usage with srcltx
5717
5718 2005-12-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5719
5720         * scm/output-lib.scm (print-circled-text-callback): draw circle
5721         around text using make-circle-markup.
5722
5723         * Documentation/user/*: strip out-www from file names.
5724
5725 2005-12-05  Heikki Junes  <hjunes@cc.hut.fi>
5726
5727         * Documentation/user/lilypond.tely (direntry): remove empty lines;
5728         fixes invalid info entry issue with makeinfo 4.8 in debian sid.
5729
5730 2005-12-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5731
5732         * Documentation/user/GNUmakefile: idem.
5733
5734         * Documentation/user/macros.itexi: strip out-www
5735
5736         * python/rational.py: python 2.3 compat.
5737
5738         * VERSION (PATCH_LEVEL): release 2.7.21
5739
5740         * scripts/musicxml2ly.py (NonDentedHeadingFormatter.format_headi):
5741         option formatting, lilypond style.
5742
5743         * python/musicexp.py: grab from Ikebana: a library for composing
5744         ly music expressions. 
5745         (Output_printer): class for advanced .ly printing.
5746         (eg. tupletting) 
5747
5748         * python/musicxml.py: new file. Read MusicXML MiniDOM tree, and
5749         convert to pythonesque structure.
5750
5751         * python/rational.py: PD rational number class.
5752
5753         * Documentation/user/converters.itely (Invoking musicxml2ly):  new node.
5754
5755 2005-12-04  Erik Sandberg  <mandolaerik@gmail.com>
5756
5757         * lily/part-combine-iterator.cc: Minor bugfix
5758         
5759         * THANKS: Update bughunters
5760
5761 2005-12-02  Werner Lemberg  <wl@gnu.org>
5762
5763         * mf/README: Document process for proper mf2pt1 conversion.
5764
5765         * mf/feta-beugel.mf (draw_brace): Fix path to assure clean
5766         overlapping.
5767
5768         * mf/feta-harmonica.mf: Removed.  Unused.
5769
5770 2005-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5771
5772         * scripts/lilypond-book.py (do_file): fix thinkos.
5773
5774 2005-12-01  Jan Nieuwenhuizen  <janneke@gnu.org>
5775
5776         * lily/GNUmakefile ($(outdir)/FlexLexer.h):
5777         ($(outdir)/parser.cc): 
5778         ($(outdir)/lexer.cc): Bugfix: depend on config.h.
5779
5780 2005-11-30  Pedro Kröger  <kroeger@pedrokroeger.net>
5781
5782         * ly/titling-init.ly (tagline): it should be a space between
5783         "Music engraving by LilyPond" and the version number.
5784
5785 2005-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5786
5787         * VERSION (PACKAGE_NAME): release 2.7.20
5788
5789 2005-11-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5790
5791         * scm/define-markup-commands.scm (pad-to-box): new markup command.
5792
5793         * scm/define-grobs.scm (all-grob-descriptions): set thickness to
5794         1.0.
5795         (all-grob-descriptions): don't shift RehearsalMark arbitrarily.
5796
5797 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5798
5799         * configure.in (LINK_GXX_STATICALLY): remove kpathsea checks.
5800
5801         * kpath-guile/: remove directory
5802
5803         * scm/kpathsea.scm (ly:kpathsea-expand-variable): new
5804         file. Encapsulate kpathsea using commandline tools.
5805
5806         * lily/all-font-metrics.cc (kpathsea_find_file): use (scm
5807         kpathsea) module.
5808
5809 2005-11-29  Mats Bengtsson  <mabe@s3.kth.se>
5810
5811         * Documentation/user/advanced-notation.itely (Setting automatic
5812         beam behavior): Correct a few typos. Thanks to David Bobroff.
5813
5814         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use
5815         \usepackage instead of \RequirePackage. Thanks to Bernard Hurley.
5816
5817 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5818
5819         * scripts/*.py: gmane address for bugs.
5820
5821 2005-11-28 Pal Benko <benkop@freestart.hu>
5822         
5823         * make/ly-rules.make: add -f switch to mv
5824
5825         * scm/output-libs.scm: add new bar symbol "." for punctus divisionis
5826
5827         * lily/bar-line.cc: interpret it
5828
5829 2005-11-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5830
5831         * configure.in (--disable-documentation): New switch.
5832
5833         * GNUmakefile.in: Use it.
5834
5835         * stepmake/aclocal.m4: Use AC_ARG_ENABLE for kpatsea.
5836
5837 2005-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5838
5839         * scripts/lilypond-book.py (do_file): search chunks for
5840         \\begin{document}
5841
5842         * GNUmakefile.in: add copy step in between so we can lose the
5843         out-www directories.
5844
5845 2005-11-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5846
5847         * lily/pango-font.cc (pango_item_string_stencil): put
5848         geometry.width into glyph-string too.
5849
5850 2005-11-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5851
5852         * scm/define-music-display-methods.scm (RevertProperty):
5853         (OverrideProperty): Use grob-property-path property, a list of
5854         symbols, instead of grob-property, which used to be a single
5855         symbol.
5856         (BassFigureEvent): a figure can be a plain number, not necessarily a
5857         markup.
5858
5859 2005-11-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5860
5861         * VERSION: release 2.7.19
5862         
5863         * lily/figured-bass-engraver.cc (process_music): check
5864         figuredBassCenterContinuations first.
5865
5866         * scm/translation-functions.scm (format-bass-figure): make double
5867         sharp larger. 
5868
5869         * lily/mark-engraver.cc: read rehearsalMarkAlignSymbol to
5870         determine X-parent.
5871
5872         * lily/system-start-delimiter-engraver.cc: move from
5873         Nested_system_start_delimiter_engraver, rename
5874         Nested_system_start_delimiter_engraver ->
5875         System_start_delimiter_engraver.
5876
5877         * lily/nested-system-start-delimiter-engraver.cc (from_list): read
5878         bracket type from hierarchy.
5879
5880 2005-11-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5881
5882         * lily/rest.cc (y_offset_callback): read staff-position.
5883
5884         * scm/define-grob-properties.scm (all-user-grob-properties): don't
5885         mark after-line-breaking-callback as internal.
5886
5887         * lily/self-aligment-interface.cc: remove self-[XY]-offset.
5888
5889 2005-11-25  Werner Lemberg  <wl@gnu.org>
5890
5891         * mf/feta-banier.mf ("d3"): Make `flare' equal to `staff_space'.
5892
5893 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5894
5895         * stepmake/bin/add-html-footer.py (do_file): add google
5896
5897         * lily/staff-symbol-engraver.cc (process_music): bugfix: stop
5898         staff if first_start_ is true.
5899
5900 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5901
5902         * scripts/midi2ly.py (split_track): add __repr__ members.
5903         (track_first_item): only return Item if not None. This fixes a
5904         problem when dumping a track that starts with an empty channel.
5905
5906         * python/midi.c: doc module.
5907
5908 2005-11-22  Mats Bengtsson  <mabe@s3.kth.se>
5909
5910         * Documentation/user/global.itely (Creating MIDI files): Fix
5911         compilation problem.
5912
5913 2005-11-22  Graham Percival  <gpermus@gmail.com>
5914
5915         * Documentation/user/basic-notation.itely: clarify dynamic
5916         padding text.
5917
5918         * Documentation/user/advanced-notation.itely: add unicode
5919         escape control example, whatever that is.  :)
5920
5921         * Documentation/user/global.itely: added "removing dynamics
5922         from MIDI" code.
5923
5924 2005-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5925
5926         * VERSION (PATCH_LEVEL): release 2.7.18
5927
5928         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): replace
5929         System_start_delimiter_engraver by
5930         Nested_system_start_delimiter_engraver.
5931
5932         * lily/nested-system-start-delimiter-engraver.cc (struct
5933         Bracket_nesting_node): new class.
5934         (struct Bracket_nesting_group): new class
5935         (struct Bracket_nesting_staff): new class.
5936         (process_music): create hierarchy of grobs. This allows separate
5937         tuning of different SSDs. 
5938
5939         * scm/define-grobs.scm (all-grob-descriptions): new Grob SystemStartSquare
5940         (all-grob-descriptions): remove old NestedSystemStartDelimiter.
5941
5942 2005-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5943
5944         * lily/side-position-interface.cc (aligned_side): multiply
5945         staff_radius by 2.
5946
5947         * lily/script-engraver.cc (make_script_from_event): allow setting
5948         values to '()
5949
5950 2005-11-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5951
5952         * lily/system-start-delimiter.cc (line_bracket): don't shorten height.
5953
5954         * scm/define-grobs.scm (all-grob-descriptions): new grob
5955         NestedSystemStartDelimiter.
5956
5957         * input/regression/system-start-heavy-bar.ly: new file.
5958
5959         * lily/nested-system-start-delimiter-engraver.cc: new file.
5960
5961         * lily/nested-system-start-delimiter.cc: new file.
5962
5963         * input/regression/system-start-nesting.ly: new file.
5964
5965         * scm/define-grobs.scm (all-grob-descriptions): use X side
5966         positioning for positioning braces for nested contexts.
5967
5968         * lily/system-start-delimiter.cc (print): don't divide extent by
5969         staff_space.
5970         (print): use style iso. glyph.
5971         (staff_bracket): translate glyph inside routine already.
5972
5973 2005-11-18  Michael Welsh Duggan <md5i@cs.cmu.edu>
5974
5975         * lily/vaticana-ligature-engraver.cc: fixed 2 typos in glyph
5976         names.
5977
5978 2005-11-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5979
5980         * scm/define-context-properties.scm
5981         (all-user-translation-properties): rename figuredBassFormatter
5982         from newFiguredBassFormatter.
5983
5984         * scm/define-grobs.scm (all-grob-descriptions): move from NewBassFigure
5985
5986         * lily/figured-bass-engraver.cc: move from new-figured-bass-engraver.cc
5987
5988         * lily/stem.cc (calc_stem_info): trigger beaming calculation.
5989
5990         * lily/beam.cc (calc_beaming): new function.
5991         (calc_shorten): new function.
5992
5993         * THANKS: add Edward Neeman.
5994
5995         * input/regression/accidental-clef-change.ly: new file.
5996
5997         * lily/note-collision.cc (check_meshing_chords): don't merge fa heads.
5998
5999         * scm/define-grobs.scm (all-grob-descriptions): add Y-offset property.
6000
6001         * lily/clef-engraver.cc (inspect_clef_properties): reset
6002         localKeySignature for clef changes.
6003
6004 2005-11-17  Mats Bengtsson  <mabe@s3.kth.se>
6005
6006         * python/midi.c: PyMIDINIT_FUNC isn't defined in Python < 2.3 
6007         add dummy definition that works in Linux and add information in
6008         INSTALL.texi on the specific Python requirements for Cygwin/Mingw.
6009
6010         * Documentation/user/changing-defaults.itely (Modifying context
6011         plug-ins): Add index for \with.
6012
6013         * Documentation/user/music-glossary.tely (dal segno): Updated
6014         example to version >=2.6.
6015
6016 2005-11-16  Mats Bengtsson  <mabe@s3.kth.se>
6017
6018         * Documentation/user/instrument-notation.itely (Printing chord
6019         names): Reorder \chordmode and \repeat in one example.
6020
6021 2005-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6022
6023         * VERSION: release 2.7.17
6024         
6025         * Documentation/topdocs/NEWS.tely (Top): add note about
6026         refactoring.
6027
6028         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
6029         new function. Search region of 3 positions for best tie.
6030         (score_configuration): new function.
6031         (score_aptitude): new function.
6032         (generate_configuration): new function.
6033         (get_configuration): new function.
6034         (Tie_formatting_problem): new function
6035
6036         * input/regression/page-top-space.ly: a6 for page-top-space demo. 
6037
6038         * stepmake/aclocal.m4: use $(if ) for config-FOOF.make
6039
6040         * THANKS: add Eduardo Vieira & Ralph Little
6041
6042         * mf/feta-bolletjes.mf (solfa_quarter_width): make solfa heads
6043         narrower.
6044
6045         * lily/include/tie-formatting-problem.hh (class
6046         Tie_formatting_problem): add Tie_details to
6047         Tie_formatting_problem. Update calling conventions.
6048
6049         * stepmake/aclocal.m4: oops. Include $CONFIGFILE.make, not
6050         config.make.
6051
6052         * Documentation/user/lilypond.tely: remove musedata2ly entry.
6053
6054 2005-11-16  Jürgen Reuter  <reuter@ipd.uka.de>
6055
6056         * lily/ligature-engraver.cc, lily/include/ligature-engraver.hh,
6057         scm/define-context-properties.scm: Maintenance bugfix: make
6058         ligature brackets work again by removing obsolete ligature
6059         primitive callback push/pop.
6060
6061         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: do
6062         not call Tuplet_bracket::calc_direction.  Removed obsolete gap
6063         value.
6064
6065 2005-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
6066
6067         * stepmake/aclocal.m4 (depth): Explain why absolute directory is
6068         used and do not call it a path.
6069         (FLEXLEXER_FILE): Rename from FLEXLEXER_PATH and add file name.
6070
6071 2005-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6072
6073         * lily/include/tie-formatting-problem.hh (class
6074         Tie_formatting_problem): new file.
6075
6076         * lily/tie-formatting-problem.cc (common_x_refpoint): new file.
6077
6078         * Documentation/misc/ChangeLog-2.3:  new file.
6079
6080         * lily/audio-staff.cc (output): degarianize.
6081
6082 2005-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6083
6084         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.pyc):
6085         Unset PYTHONOPTIMIZE.  Fixes install if set.
6086
6087 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6088
6089         * python/convertrules.py (conv): add warning about drums. 
6090
6091         * make/stepmake.make: include toplevel-version.make after config.make.
6092
6093         * stepmake/aclocal.m4 (depth): make sure $srcdir is absolute.
6094         also allow python2.4
6095
6096         * config.make.in (configure-srcdir): remove GXX GCC vars.
6097
6098         * stepmake/aclocal.m4: don't do non-srcdir build with
6099         symlinks. Use inclusion, so the src directory name can be changed.
6100
6101 2005-11-13  Jan Nieuwenhuizen  <janneke@gnu.org>
6102
6103         * make/mutopia-vars.make:
6104         * make/ly-vars.make: Use src-wildcard iso wildcard for source
6105         files.
6106
6107 2005-11-13  Werner Lemberg  <wl@gnu.org>
6108
6109         * mf/feta-arrow.mf: For all glyphs, don't mirror `currentpicture'
6110         but the affected path.  This ensures that the (overlapping) outlines
6111         have the same direction, which is a necessary prerequisite for
6112         FontForge's algorithm to remove overlaps.
6113         Formatting.
6114
6115         * mf/feta-haak.mf: Formatting.
6116         (draw_bracket): Slightly modify outline to avoid an unnecessary
6117         corner.
6118         Don't use ad-hoc values for `leave_angle' and `tip_angle' but derive
6119         them from the affected paths.
6120
6121 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6122
6123         * mf/README: remove xpm / accordion notes.
6124
6125         * lily/tie-column-format.cc (set_chord_outline): add dots into
6126         skyline extents. This fixes tie formatting if the left head has dots.
6127
6128         * lily/tie.cc (get_configuration): only shift tie by a whole staff
6129         space inside the staff.
6130         (get_configuration): shift another position if necessary in case
6131         of left head tie  
6132
6133 2005-11-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6134
6135         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): use
6136         buildscript-dir iso. $(depth)/buildscripts.
6137
6138         * tex/GNUmakefile (local-uninstall): remove
6139         music-drawing-routines.ps juggling.
6140
6141         * stepmake/stepmake/install-targets.make (local-install-files):
6142         prepend src-dir to install targets.
6143
6144         * lily/system-start-delimiter-engraver.cc
6145         (acknowledge_system_start_delimiter): use
6146         add_offset_callback(). This fixes translation of nested
6147         staffgroups.
6148
6149         * lily/grob-closure.cc (add_offset_callback): only encaps in
6150         simple_closure if it's a procedure.
6151         
6152         * lily/span-bar.cc (calc_glyph_name): read glyph-name, not glyph
6153         from bar-line.
6154
6155         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
6156         remove-empty where pertinent.
6157
6158 2005-11-12  Graham Percival  <gpermus@gmail.com>
6159
6160         * Documentation/user/instrument-notation.itely: added
6161         Cameron Horsburgh's multiple stanzas docs.  Thanks!
6162
6163 2005-11-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6164
6165         * lily/GNUmakefile
6166         ($(top-build-dir)/Documentation/pictures/$(outbase)/lilypond.ico):
6167         make picture in builddir, not srcdir.
6168
6169 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6170
6171         * VERSION: release 2.7.16
6172         
6173         * scripts/lilypond-book.py (main): use commands.mkarg () to quote
6174         shell arguments. 
6175
6176 2005-11-10  Mats Bengtsson  <mabe@s3.kth.se>
6177
6178         * Documentation/user/examples.itely (Piano templates): Minor
6179         modification to the Piano centered lyrics example.
6180
6181 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6182
6183         * scripts/lilypond-invoke-editor.scm (run-browser): look at
6184         $BROWSER.
6185
6186         * Documentation/user/point-and-click.itely: simplify p&c
6187         instruction: don't configure firefox. Put lilypond-invoke-editor
6188         in front of the browser.
6189
6190         * scripts/lilypond-invoke-editor.scm (run-editor): new function.
6191         (run-browser): new function.
6192
6193         * lily/parser.yy (Lily_lexer): recognize Book
6194
6195         * lily/book.cc (clone): new function
6196
6197         * lily/parser.yy (book_body): allow BOOK_IDENTIFIER.
6198
6199 2005-11-10  Jürgen Reuter  <reuter@ipd.uka.de>
6200
6201         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc:
6202         Maintenance bugfix: reduce number of font related warnings by
6203         updating naming conventions for glyph-name.
6204
6205 2005-11-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6206
6207         * scm/define-grobs.scm (all-grob-descriptions): add
6208         rhythmic-grob-interface to TabNoteHead.
6209
6210         * scm/layout-beam.scm (check-quant-callbacks): remove
6211         set_stem_lengths()
6212
6213 2005-11-08  Jürgen Reuter  <reuter@ipd.uka.de>
6214
6215         * ly/gregorian-init.ly (divisiones): Maintenance bugfix: vertical
6216         alignment of centered divisiones.
6217
6218         * scm/scripts.scm (articulations): Maintenance bugfix:
6219         follow-into-staff -> quantize-position.
6220
6221         * lily/vaticana-ligature-engraver.cc (transform_heads): Bugfix:
6222         plica head in porrectus deminutus.
6223
6224 2005-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6225
6226         * make/lilypond.fedora.spec.in (Group): add %clean section.
6227
6228         * lily/tuplet-bracket.cc (print): change check: remove bracket if
6229         less then 1/5th of total length.  
6230         (print): use gap too.  Fixes tupletUp-single-bracket.ly
6231
6232         * scm/music-functions.scm (glue-mm-rest-texts): also put other
6233         events into EventChord. This fixes textspanners on mm rests. Fixes
6234         spanner-rest.ly
6235
6236         * lily/side-position-interface.cc (get_axis): read side-axis
6237         (set_axis): set side-axis.
6238
6239         * scm/define-grobs.scm (all-grob-descriptions): add side-axis
6240         properties everywhere.
6241
6242         * lily/spacing-spanner.cc (breakable_column_spacing): add
6243         average-spacing-wishes. Take maximum if not set.
6244         (musical_column_spacing): idem. Fixes: spacing-keysig-note.ly
6245
6246         * scm/define-grobs.scm (all-grob-descriptions): add
6247         average-spacing-wishes.
6248
6249         * lily/grob-closure.cc (add_offset_callback): bugfix: properly add
6250         offset callbacks. This fixes alignment for Fingering objects.
6251
6252         * scm/define-grobs.scm (all-grob-descriptions): tiny bit less
6253         space for key - timesig combination. 
6254
6255         * input/regression/script-stem-tremolo.ly (Module): new file.
6256
6257         * scm/define-grobs.scm (all-grob-descriptions): decrease distance
6258         to key sig.
6259
6260         * lily/dynamic-engraver.cc (acknowledge_stem_tremolo): new function.
6261         Fixes: c-tremolo-script.ly.
6262         
6263         * lily/text-engraver.cc (acknowledge_stem_tremolo): new function.
6264
6265         * lily/script-engraver.cc (acknowledge_stem_tremolo): new function.
6266         
6267         * scm/define-grobs.scm (all-grob-descriptions): remove
6268         self-X-offset. Fixes alignment of octavate-8.
6269
6270         * scripts/lilypond-book.py (datadir): look in
6271         LILYPONDPREFIX/share/lilypond/current/
6272
6273         * GNUmakefile.in: symlink current to <VERSION>. 
6274
6275 2005-11-07  Pedro Kroger  <kroeger@pedrokroeger.net>
6276
6277         * lily/main.cc: eps listed as a backend.
6278
6279 2005-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6280
6281         * scm/lily-library.scm (print-music-as-book): quote $defaultpaper.
6282
6283 2005-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6284
6285         * lily/include/score.hh (class Score): remove texts_ member.
6286
6287         * lily/beam.cc (set_stem_lengths): force direction callback.
6288         (print): read quantized-positions, so we can force
6289         Beam::set_stem_lengths to occur.
6290         (rest_collision_callback): use common X parent. 
6291
6292 2005-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
6293
6294         * flower/file-path.cc (find): Bugfix: Return name of file found.
6295
6296         * lily/main.cc (setup_paths): Bugfix for argv0 logic.
6297         (setup_paths)[__CYGWIN__ || __MINGW32__]: Normalize argv0.
6298         (setup_paths)[__MINGW32__]: Also look for argv0 + .exe.
6299
6300 2005-11-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6301
6302         * flower/offset.cc: idem.
6303
6304         * mf/*.mf: update email address.
6305
6306         * lily/font-config-scheme.cc:  new file.
6307
6308         * GNUmakefile.in (SUBDIRS): remove debian/ directory.
6309
6310         * lily/*:  cs.uu.nl -> xs4all.nl
6311
6312         * VERSION (PATCH_LEVEL): release 2.7.15
6313
6314         * make/lilypond.mandrake.spec.in (Module): remove Mandrake & Suse
6315         spec files.
6316
6317         * make/lilypond.fedora.spec.in: add %{libdir}/lilypond/
6318
6319 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6320
6321         * GNUmakefile.in: bugfix: encapsulate mkdir && cd in parens.   
6322
6323         * lily/staff-performer.cc (process_music): add audio
6324         elements. This makes MIDI instrument changes work once again.
6325
6326         * lily/main.cc (LY_DEFINE): add gmane address.
6327
6328         * lily/beam.cc: remove calc_positions()
6329
6330         * lily/include/grob.hh (class Grob): move pscore, dim_cache_,
6331         original_ in private scope.
6332         (class Grob): drop pscore_ pointer, change to output_def pointer.
6333         (class Grob): cleanup class definition.
6334
6335         * ly/spanners-init.ly (assertBeamQuant): use make-simple-closure.
6336
6337 2005-11-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6338
6339         * lily/main.cc (setup_paths)[__MINGW32__]: Do not assume argv0 is
6340         absolute.  Better diagnostics.
6341
6342         * GNUmakefile.in: Add bin/ to tree and populate with some links.
6343         This makes lilypond run from the build directory using argv0
6344         relocation (without any --prefix or LILYPONDPREFIX setting).
6345
6346 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6347
6348         * Documentation/topdocs/NEWS.tely (Top): document new backend design.
6349
6350         * scm/define-grobs.scm: purge self-[XY]-offset variables, replace
6351         with simple-closure.
6352
6353         * lily/self-aligment-interface.cc (set_align_self): new function
6354         (set_center_parent): new function.
6355
6356         * lily/side-position-interface.cc (set_axis): new function.
6357
6358         * lily/new-fingering-engraver.cc (position_scripts): use drul for
6359         generic code. 
6360
6361         * scm/define-grob-properties.scm (all-user-grob-properties):
6362         remove [XY]-offset-callbacks add [YX]-offset
6363         
6364 2005-11-02  Mats Bengtsson  <mabe@s3.kth.se>
6365
6366         * scm/define-grobs.scm (all-grob-descriptions): Added space-alist
6367         entry for time signatures after breathing signs. Bug report by
6368         Scott Russell.
6369
6370 2005-11-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6371
6372         * lily/main.cc (setup_paths)[!__MINGW32__]: Bugfix: if argv0 is
6373         not absolute, make it absolute using PATH.
6374
6375 2005-10-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6376
6377         * python/midi.c (initmidi): Fix type for mingw.
6378
6379 2005-10-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6380
6381         * stepmake/stepmake/compile-vars.make (SHARED_FLAGS): Support mingw.
6382
6383         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Detect mingw
6384         cross compiling.
6385
6386         * stepmake/aclocal.m4: Support python cross compiling.
6387
6388         * stepmake/stepmake/python-module-vars.make (SHARED_MODULE_SUFFIX):
6389         Add mingw section.
6390
6391 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6392
6393         * scm/output-lib.scm (chain-grob-member-functions): replace
6394         chained-callback.cc
6395
6396         * lily/chained-callback.cc (Module): remove file.
6397
6398         * lily/rest-collision.cc (force_shift_callback_rest): change to
6399         chained callback.
6400
6401         * lily/rest.cc (y_offset_callback): merge function of 3 callbacks. 
6402
6403         * lily/grob.cc (y_parent_positioning): remove axis argument from
6404         parent_positioning callbacks.
6405         (Grob): junk init code
6406         (get_offset): use generic property callbacks for
6407         X-offset, Y-offset. Remove Grob::{add,has}_offset_callback.
6408         (axis_parent_positioning): new function
6409         (axis_offset_symbol): new function
6410         (chain_offset_callback): new function
6411         (add_offset_callback): new function
6412
6413         * lily/beam.cc (rest_collision_callback): change signature; this
6414         is now a chained callback.
6415
6416         * lily/include/dimension-cache.hh (class Dimension_cache): remove
6417         callback administration.
6418
6419         * lily/simple-closure.cc: new file. Smob type that allows "grob
6420         member functions",
6421
6422             (ly:make-simple-closure FUNC A B)
6423
6424         is evaluated as (FUNC grob A B). This allows chaining of callbacks
6425         in various ways.
6426
6427         * lily/slur-engraver.cc (acknowledge_extra_object): use chained
6428         callbacks.
6429
6430         * lily/slur.cc (outside_slur_callback): take 2 arguments.
6431
6432         * lily/rest.cc (polyphonic_offset_callback): remove.
6433
6434         * lily/script-engraver.cc (try_music): remove bool* argument.
6435
6436         * scm/script.scm (default-script-alist): set quantize-position
6437         appropriately.
6438
6439         * lily/script-engraver.cc: remove follow_into_staff_ special coding. 
6440
6441         * lily/side-position-interface.cc (aligned_side): move staff
6442         position quantization from
6443         Side_position_interface::quantised_position().
6444         (quantised_position): remove
6445         
6446 2005-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6447
6448         * input/regression/beam-quant-standard.ly: reindent, set
6449         debug-beam-quanting to #t.
6450
6451         * lily/beam-concave.cc (calc_concaveness): set concaveness to
6452         10000 if this is a "hard" concave beam.
6453
6454         * lily/beam.cc (calc_least_squares_positions): change from
6455         calc_least_squares_dy
6456         (set_stem_lengths): this is now a chained callback.
6457
6458         * lily/context-property.cc (execute_general_pushpop_property):
6459         bugfix override with procedure should have effect.
6460
6461         * scm/define-grob-properties.scm (all-internal-grob-properties):
6462         remove position-callbacks.
6463
6464         * scm/define-grobs.scm (all-grob-descriptions): use
6465         ly:make-callback-chain for positions property.
6466
6467         * scm/layout-beam.scm (check-quant-callbacks): return list of
6468         chained callbacks.
6469
6470         * scm/lily.scm (type-p-name-alist): add callback-chain
6471
6472         * lily/lily-guile.cc (type_check_assignment): type check failure
6473         is warning not message.
6474
6475         * lily/grob-property.cc (try_callback): walk callback chain if
6476         appropriate.
6477
6478         * lily/chained-callback.cc: new file. new smob type.
6479
6480         * lily/lily-guile.cc (procedure_arity): new function.
6481
6482 2005-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6483
6484         * Documentation/topdocs/INSTALL.texi (Top): add perl flex bison.
6485
6486 2005-10-25  John Mandereau  <john.mandereau@free.fr>
6487  
6488         * Documentation/user/instrument-notation.itely (Figured bass):
6489         describe new features
6490
6491 2005-10-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6492
6493         * lily/beam.cc (calc_least_squares_dy): use property callback.
6494
6495         * lily/beam-concave.cc (calc_concaveness): use property callback.
6496
6497         * ly/paper-defaults.ly: move fixed dimensions from paper.scm 
6498
6499 2005-10-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6500
6501         * HACKING: Update.
6502
6503 2005-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6504
6505         * scm/layout-page-layout.scm (page-headfoot): annotate
6506         pagetopspace too.
6507
6508         * scm/stencil.scm (dimension-arrows): shorten arrowed lines a bit. 
6509
6510         * scm/layout-page-layout.scm (annotate-y-interval): y-annotation
6511         doesn't take y-space.
6512
6513         * scm/paper.scm (paper-alist): fix A7 dimensions. 
6514
6515 2005-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6516
6517         * stepmake/stepmake/generic-vars.make (DIST_FILES): Fix
6518         src-wildcard, remove $(wildcard).
6519
6520         * po/GNUmakefile (PO_FILES): 
6521         * ps/GNUmakefile (PS_FILES): 
6522         * tex/GNUmakefile (TEX_FILES): 
6523         * cygwin/GNUmakefile (POSTINSTALLS):
6524         * vim/GNUmakefile (EXTRA_DIST_FILES): Bugfix: [etags sr?] missed
6525         some wildcard calls.
6526
6527 2005-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6528
6529         * THANKS: add Thomas Bushnell.
6530
6531 2005-10-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6532
6533         * scm/lily.scm: Remove horrendous running-from-gui? kludge.
6534         (lilypond-main): Redirect to gui-main if 'gui is set.
6535
6536         * scripts/midi2ly.py (datadir): Add libdir iso datadir to path,
6537         for alternative installations kludging s/share/lib/g
6538         LILYPONDPREFIX. 
6539
6540         * SConstruct (libdir_package_version): Define.
6541
6542         * python/SConscript: 
6543         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install binary .so
6544         module in libdir.  
6545
6546 2005-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6547
6548         * lily/main.cc: clarify --safe.
6549
6550 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6551
6552         * VERSION: release 2.7.14
6553         
6554         * Documentation/user/*.itely: remove minimumVerticalExtent.
6555
6556         * scm/define-grobs.scm (all-grob-descriptions): remove
6557         RemoveEmptyVerticalGroup
6558
6559         * lily/hara-kiri-engraver.cc (get_spanner): create VerticalAxisGroup.
6560
6561         * lily/include/lily-guile.hh (GUILE_ELLIPSIS): define to get clean
6562         compile on MOSX
6563
6564         * python/convertrules.py (conv): add rules.
6565
6566         * lily/grob.cc: remove is_empty()
6567
6568         * lily/grob-property.cc: remove add_to_list_property().
6569
6570         * scripts/convert-ly.py (datadir): add prefix switching hack to
6571         .py too.
6572
6573         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily (cresc): remove
6574         space-function tweak.
6575
6576         * lily/grob.cc: remove X-extent-callback / Y-extent-callback.
6577
6578         * scm/define-grob-properties.scm (all-user-grob-properties):
6579         remove callback property.
6580
6581         * lily/include/grob.hh (class Grob): remove property_callbacks_
6582         member. Properties of procedure type are assumed to be callbacks.
6583
6584         * lily/ligature-engraver.cc (override_stencil_callback):
6585         rewrite. Use noteHeadLigaturePrimitive as source.
6586
6587         * scm/define-grob-properties.scm (all-internal-grob-properties):
6588         remove ligature-primitive-callback
6589
6590         * lily/include/dimension-cache.hh (class Dimension_cache): make
6591         class, with Grob as friend.
6592
6593         * lily/grob.cc: remove set_extent_callback(), set_extent() and
6594         has_extent_callback()
6595
6596         * scm/translation-functions.scm (format-new-bass-figure): read
6597         figuredBassPlusDirection
6598
6599         * scm/define-context-properties.scm
6600         (all-user-translation-properties): add figuredBassPlusDirection.
6601
6602         * lily/staff-spacing.cc (next_notes_correction): oops. Init wishes.
6603
6604         * lily/align-interface.cc (set_ordered): new function.
6605
6606         * lily/grob.cc (flush_extent_cache): rewrite.
6607
6608         * lily/dimension-cache.cc (Dimension_cache): cache extent as
6609         Interval pointer directly.
6610
6611         * lily/main.cc (setup_paths): insert extra / .
6612         (setup_paths): junk cff entry.
6613
6614         * lily/font-config.cc (init_fontconfig): only add type1 / otf
6615         directories.
6616
6617         * lily/axis-group-engraver.cc (finalize): remove
6618         extraVerticalExtent, minimumVerticalExtent verticalExtent.
6619
6620         * lily/grob.cc (Grob): don't set extent from ctor.
6621         (extent): use property callbacks. 
6622
6623         * lily/axis-group-interface.cc: remove set_axes() function.
6624
6625         * lily/grob-property.cc (del_property): new function.
6626
6627 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6628
6629         * lily/font-config.cc (init_fontconfig): resurrect mf/out/ check.
6630         
6631 2005-10-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6632
6633         * stepmake/stepmake/script-vars.make (PYTHON_SCRIPTS_IN): Oops.  Add.
6634
6635 2005-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6636
6637         * mf/SConscript: Updates.
6638
6639         * lily/GNUmakefile (OUT_DIST_FILES): Bugfix.
6640
6641         * stepmake/stepmake/*:
6642         * */GNUmakefile:
6643         * config.make.in:
6644         * GNUmakefile.in:
6645         * stepmake/aclocal.m4: Friendlier --srcdir build, allowing `make'
6646         from any directory in build-dir.  Cleanups.
6647
6648         * make/srcdir.make.in: Remove.
6649
6650         * lily/main.cc (setup_paths): Fix and document build-dir hack.
6651
6652         * SConstruct (CheckYYCurrentBuffer): Use TryCompile (there is no
6653         main).
6654
6655         * lily/SConscript: Remove ttftools.
6656
6657         * SConstruct: Resurrect.
6658
6659 2005-10-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6660
6661         * lily/tuplet-bracket.cc (print): use dy iso. positions[RIGHT] for
6662         Y coordinate. 
6663
6664         * lily/paper-book.cc (add_score_title): put Paper_score title into
6665         systems_ list.
6666
6667         * scm/translation-functions.scm (format-new-bass-figure): also
6668         allow plus in combination with _
6669
6670 2005-10-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6671
6672         * VERSION: 2.7.13 released.
6673
6674         * lily/note-collision.cc (check_meshing_chords): don't wipe
6675         stencil, merely set transparent.
6676
6677         * Documentation/topdocs/NEWS.tely (Top): mention John Mandereau. 
6678         (Top): document #'callbacks.
6679         (Top): document nested \override.
6680
6681         * input/regression/figured-bass.ly: update for slash and pluses.
6682
6683         * input/regression/figured-bass-continuation-forbid.ly (Module):
6684         new file.
6685
6686         * scm/translation-functions.scm (format-new-bass-figure): use
6687         slashed-digit if diminished is set.
6688         (format-new-bass-figure): add + if 'augmented is set.
6689
6690         * scm/define-markup-commands.scm (slashed-digit): new command slashed-digit.
6691
6692         * input/test/piano-staff-distance.ly: remove file.
6693
6694         * Documentation/user/advanced-notation.itely (Formatting cue
6695         notes): use length-fraction for making stems/beams smaller.
6696
6697         * lily/parser.yy (bass_figure): accept \+ \! and / as figured bass
6698         modifications.
6699
6700         * lily/new-figured-bass-engraver.cc: new property
6701         centerFiguredBassContinuations
6702
6703         * Documentation/user/changing-defaults.itely (Difficult tweaks):
6704         use callbacks.
6705
6706         * lily/context-property.cc (execute_general_pushpop_property):
6707         robustness checks.
6708
6709         * input/regression/override-nest.ly: new file.
6710
6711         * python/convertrules.py (FatalConversionError.subber): conversion
6712         rule for #'callbacks
6713
6714         * input/regression/override-nest.ly: new function.
6715
6716         * lily/parser.yy (music_property_def): allow \override #'a #'b =
6717         #c too. 
6718
6719         * lily/context-property.cc (lookup_nested_property): new function.
6720         (evict_from_alist): new function.
6721         (general_pushpop_property): new function.
6722         (execute_general_pushpop_property): rewrite. Support nested
6723         properties too.
6724
6725 2005-10-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6726
6727         * lily/beam.cc: use length-fraction too.
6728
6729         * scm/define-grob-properties.scm (all-user-grob-properties):
6730         remove property flag-width-function
6731         (all-user-grob-properties): remove space-function.
6732
6733         * scm/layout-beam.scm: remove flag-width-function.
6734
6735         * lily/beam.cc: remove flag-width-function
6736
6737         * scm/layout-beam.scm: remove beam dir functions.
6738
6739         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): use length-fraction.
6740
6741         * lily/stem.cc (calc_length): multiply with length_fraction. Makes
6742         for easier grace tweaks.
6743
6744         * lily/beam.cc: remove dir-function.
6745
6746         * lily/system.cc (pre_processing): use callback to trigger spacing procedures.
6747
6748         * lily/grob.cc: remove spacing-procedure.
6749
6750         * lily/note-head.cc (calc_stem_attachment): new function.
6751         (internal_print): use callback to get glyph-name.
6752
6753         * lily/grob-property.cc (get_interfaces): new function.
6754
6755         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-interfaces
6756
6757         * lily/stem.cc (calc_stem_end_position): new function.
6758         (calc_length): new function.
6759         document details for stem.
6760         remove Stem::get_direction()
6761
6762         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-set-callback! 
6763
6764         * lily/grob-property.cc (set_callback): new function.
6765
6766         * lily/script-engraver.cc (make_script_from_event): don't trigger callback.
6767
6768         * lily/item-scheme.cc: new file.
6769
6770         * lily/bar-line.cc (before_line_breaking): remove function.
6771         remove bar-size-procedure, break-glyph-function
6772
6773         * lily/clef-engraver.cc (set_glyph): use glyph iso. glyph-name
6774
6775         * lily/clef.cc (before_line_breaking): change to calc_glyph_name.
6776
6777         * lily/system-start-delimiter.cc (print): suicide from
6778         here. Remove after_line_breaking_callback.
6779
6780         * lily/script-interface.cc (calc_direction): use callback for direction.
6781
6782         * lily/side-position-interface.cc (aligned_side): don't use
6783         Side_position_interface::get_direction directly. Use callback. 
6784
6785         * lily/grob.cc (get_stencil): simplify: use callback mechanism to
6786         calculate stencil.
6787         (get_print_stencil): rename from get_stencil: create stencil with
6788         transparency, color and cause. 
6789
6790         * scm/define-grobs.scm: change print-function to stencil callback everywhere.
6791
6792         * python/convertrules.py (conv): insert temporary warning rule.
6793
6794         * lily/multi-measure-rest.cc (set_text_rods): use stencil directly.
6795
6796         * lily/grob-property.cc (try_callback): remove marker if applicable.
6797
6798         * lily/grob.cc: elucidate doc about after/before-line-breaking
6799
6800         * lily/slur-scoring.cc (enumerate_attachments): robustness fix.
6801
6802         * lily/stem.cc (height): idem.
6803
6804         * lily/stem-tremolo.cc: idem.
6805
6806         * lily/slur.cc (height): don't use get_uncached_stencil()
6807
6808         * lily/rest.cc (y_offset_callback): use offset callback
6809         iso. after-line-breaking callback.
6810
6811         * lily/grob.cc: change after/before-line-breaking-callback to
6812         after/before-line-breaking dummy properties.
6813
6814         * lily/include/grob.hh: remove Grob_status.
6815
6816         * scm/define-context-properties.scm
6817         (all-user-translation-properties): remove verticalAlignmentChildCallback
6818
6819         * lily/tuplet-bracket.cc: use positions property iso. left,right-position.
6820         (calc_direction): use callback
6821         (calc_positions): use callback.
6822
6823         * lily/tie.cc (calc_direction): use callback. Only call parent
6824         positioning for more than one tie.
6825
6826         * lily/tie-column.cc (calc_positioning_done): use callback
6827
6828         * lily/slur-scoring.cc (calc_control_points): use callback
6829
6830         * lily/slur.cc (calc_direction): use callback.
6831
6832         * lily/note-collision.cc (force_shift_callback): remove.
6833
6834         * lily/dot-column.cc (force_shift_callback): remove. Use
6835         other_axis_parent_positioning.
6836
6837         * lily/grob.cc (other_axis_parent_positioning): new function.
6838         (same_axis_parent_positioning): new function
6839
6840         * lily/align-interface.cc (alignment_callback): remove function.
6841
6842         * lily/note-collision.cc (calc_positioning_done): use callback.
6843
6844         * lily/laissez-vibrer-tie.cc (calc_control_points): use callback.
6845         (calc_direction): idem.
6846         remove print function.
6847
6848         * lily/laissez-vibrer-tie-column.cc (calc_positioning_done): use callback.
6849
6850         * lily/dot-column.cc (calc_positioning_done): use callback.
6851
6852         * lily/break-align-interface.cc (calc_positioning_done): use callback.
6853
6854         * lily/beam.cc (calc_direction): use pseudo-property for beam
6855         direction callback.
6856         (calc_positions): use callback 
6857
6858         * lily/align-interface.cc (calc_positioning_done): use
6859         callback. Fold fixed  distance and normal alignment in one function.
6860
6861         * lily/stem.cc (calc_stem_end_position): use callback.
6862         (calc_positioning_done): idem.
6863         (calc_direction): idem.
6864         (calc_stem_end_position): idem
6865         (calc_stem_info): idem.
6866
6867         * lily/grob-property.cc (get_property_data): new function: 
6868         (try_callback): new function.
6869
6870         * scm/define-grob-properties.scm (all-user-grob-properties): doc
6871         callbacks property.
6872
6873         * lily/break-align-interface.cc: remove Break_align_interface::alignment_callback.
6874
6875 2005-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6876
6877         * lily/tie.cc (get_position): robustness fix. Don't crash if a
6878         tie
6879         has no heads.
6880         
6881         * lily/include/*.hh (Module): compile fixes.
6882
6883 2005-10-14  Heikki Junes <hjunes@cc.hut.fi>
6884
6885         * elisp/lilypond-font-lock.el, elisp/lilypond-indent.el: Avoid nil 
6886         as an argument for char-syntax: use (char-syntax (or nil 0)) 
6887         instead of (char-syntax nil), thanks to Milan Zamazal.
6888
6889 2005-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6890
6891         * make/lilypond.fedora.spec.in (Group): add lilypond-internals to
6892         dist.
6893
6894         * lily/tuplet-bracket.cc: check columns of bounds, not bounds
6895         themselves.
6896
6897 2005-10-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6898
6899         * flower/include/virtual-methods.hh (VIRTUAL_COPY_CONSTRUCTOR):
6900         add class_name() method.
6901
6902         * lily/music-scheme.cc: remove ly:music-name.
6903
6904 2005-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6905
6906         * cygwin/postinstall-lilypond.sh: Remove cruft.
6907
6908         * cygwin/postremove-lilypond.sh: Remove.
6909
6910         * cygwin/GNUmakefile (default): Remove postremove rules.
6911
6912 2005-10-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6913
6914         * ly/titling-init.ly (evenHeaderMarkup): use space in header on
6915         even header too.
6916         
6917         * scm/define-markup-commands.scm (wordwrap-string): bugfix for
6918         MacOS 9 users.
6919
6920         * lily/hara-kiri-group-spanner.cc (consider_suicide): only
6921         consider break index for broken spanner.
6922
6923         * scm/define-markup-commands.scm (wordwrap-string): remove \r
6924         characters from string before splitting.
6925
6926 2005-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6927
6928         * scm/framework-ps.scm (output-preview-framework): use
6929         is-book-title to determine whether to chop off the booktitle.
6930
6931         * lily/paper-book.cc (systems): init from book-title-properties
6932         (add_score_title): init score-title-properties.
6933
6934         * ly/paper-defaults.ly: add {score,book}-title-properties.
6935
6936         * scm/document-backend.scm (lookup-interface): error message if
6937         using unknown interface.
6938
6939         * lily/volta-bracket.cc (after_line_breaking): new function. Set
6940         edge-height.
6941
6942         * lily/horizontal-bracket.cc (make_enclosing_bracket): rename from
6943         make_bracket.
6944         (make_bracket): new function.
6945
6946         * scm/lily.scm (define-scheme-options): add paper-size option.
6947
6948         * ly/declarations-init.ly (laissezVibrer): get paper size from
6949         -dpaper-size
6950
6951         * scm/translation-functions.scm: use \fontsize for changing the
6952         fontsize.
6953
6954         * scm/define-grobs.scm (all-grob-descriptions): set
6955         between-length-limit to 1.0
6956
6957         * lily/tie-helper.cc: add between_length_limit_ detail property.
6958
6959         * mf/feta-bolletjes.mf: typos.
6960
6961         * lily/note-head.cc (internal_print): don't shadow idx
6962         parameter. This fixes wrong attachment for do shape heads.
6963
6964 2005-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6965
6966         * scm/parser-ly-from-scheme.scm: rename from ly-from-scheme.scm
6967
6968         * scm/parser-clef.scm (supported-clefs): rename from clef.scm
6969
6970         * scm/layout-slur.scm: rename from slur.scm
6971
6972         * scm/layout-page-layout.scm: rename from page-layout.scm
6973
6974         * scm/layout-beam.scm: rename from beam.scm
6975
6976         * scm/define-grob-interfaces.scm (bass-figure-interface): add
6977         bass-figure-interface
6978
6979         * lily/new-figured-bass-engraver.cc (process_music): add
6980         implicitBassFigures property.
6981         
6982         * scm/define-markup-commands.scm (pad-x): new markup.
6983
6984         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set
6985         minimumVerticalExtent on FiguredBass context.
6986
6987         * lily/figured-bass-continuation.cc (center_on_figures): kludge in
6988         case the continuation crosses a line break.
6989
6990 2005-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
6991
6992         * flower/file-name.cc (dos_to_posix)[__CYGWIN__]: Return
6993         unconverted value if cygwin_conv_to_posix_path () fails.  Fixes
6994         absolute file name bug.  
6995
6996 2005-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6997
6998         * VERSION (PACKAGE_NAME): release 2.7.12
6999
7000         * input/regression/figured-bass-continuation-center.ly: new file.
7001
7002         * input/regression/beam-outside-beamlets.ly: new file.
7003
7004         * lily/beam.cc (set_beaming): don't clip edges.
7005         (connect_beams): don't clip edges.
7006
7007         * lily/beaming-info.cc (clip_edges): new function.
7008
7009         * lily/enclosing-bracket.cc (struct Enclosing_bracket): new file.
7010
7011         * Documentation/user/instrument-notation.itely (Figured bass):
7012         demonstrate extenders, update seealso links.
7013
7014         * scm/titling.scm (marked-up-headfoot): change tagline
7015         handling. tagline = ##f will blank the tagline as well.
7016
7017 2005-10-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7018
7019         * Documentation/topdocs/NEWS.tely: add entry for Figured bass.
7020
7021         * lily/new-figured-bass-engraver.cc (struct
7022         New_figured_bass_engraver): add new_music_found_ member.
7023
7024         * lily/lilypond-version.cc (Lilypond_version): deal with
7025         incorrectly formatted version strings. 
7026
7027         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): switch on
7028         New_figured_bass_engraver by default.
7029
7030         * lily/ttf.cc (print_trailer): only define glyph names when
7031         FT_Face has FT_FACE_FLAG_GLYPH_NAMES
7032
7033 2005-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7034
7035         * lily/horizontal-bracket.cc (make_bracket): new function.
7036
7037         * scm/define-grobs.scm (all-grob-descriptions): new grobs
7038         NewBassFigure, BassFigureBracket, BassFigureContinuation,
7039         BassFigureLine, BassFigureAlignment
7040
7041         * lily/new-figured-bass-engraver.cc (process_music): new file.
7042
7043         * lily/figured-bass-continuation.cc: new file.
7044
7045         * lily/include/horizontal-bracket.hh (struct Horizontal_bracket):
7046         new file.
7047
7048 2005-10-04  Mats Bengtsson  <mabe@s3.kth.se>
7049
7050         * scripts/lilypond-book.py: Bug fix, put the quote around the
7051         actual score for LaTeX documents.
7052
7053         * scm/define-grobs.scm (all-grob-descriptions): Change
7054         collapse-height of the SystemStartBracket grob to 5.0, 
7055         so the bracket disappears for single stave score lines (similarly
7056         to SystemStartBraces). 
7057
7058         * Documentation/user/advanced-notation.itely (Polymetric
7059         notation): Clarify the use of compressMusic.
7060
7061         * Documentation/user/basic-notation.itely (Grace notes): Clarify
7062         that the grace spacer note in other staves need the same duration
7063         and document the stroke-style property.
7064
7065 2005-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7066
7067         * Documentation/user/global.itely (Vertical spacing): document
7068         alignment-extra-space and fixed-alignment-extra-space.
7069
7070         * Documentation/topdocs/NEWS.tely (Top): add entry.
7071
7072         * input/regression/alignment-vertical-spacing.ly: new file.
7073
7074         * python/convertrules.py (conv): add rule.
7075
7076         * ly/music-functions-init.ly: rename outputProperty to overrideProperty
7077
7078         * lily/align-interface.cc (stretch_after_break): new
7079         function. Read fixed-alignment-extra-space property.
7080         (align_elements_to_extents): read alignment-extra-space property.
7081
7082         * lily/lily-guile.cc (robust_scm2dir): new function.
7083
7084         * scm/page-layout.scm (page-headfoot): annotate headsep and footsep.
7085         (annotate-space-left): new function. Annotate space left on page. 
7086         (annotate-y-interval): new function.
7087         (paper-system-annotate-last): new function. Annotate bottom-space.
7088
7089         * mf/feta-beugel.mf (y): 
7090
7091 2005-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7092
7093         * VERSION (PACKAGE_NAME):  release 2.7.11
7094
7095         * scm/lily-library.scm (interval-translate): new function
7096         (interval-center): new function. 
7097
7098         * scm/page-layout.scm (paper-system-annotate): new function. Add
7099         arrows for dimensions.
7100  
7101         * scm/stencil.scm (dimension-arrows): new function.
7102
7103         * Documentation/user/global.itely (Vertical spacing): mention annotatespacing
7104
7105         * input/regression/page-spacing.ly: add annotatespacing
7106
7107         * lily/paper-system-scheme.cc (LY_DEFINE): remove ly:paper-system-{extent,stencil}
7108         (LY_DEFINE): new function ly:paper-system-set-property!
7109
7110         * Documentation/user/global.itely (Paper size): explain how to add
7111         sizes.
7112
7113         * scm/paper.scm (paper-alist): rename tabloid paper to 11x17 to
7114         correspond to GS's definition.
7115
7116         * lily/tuplet-bracket.cc (after_line_breaking): suicide empty
7117         tuplet bracket.
7118         (print): only connect to next bracket if the next one is alive.
7119         (print): set padding to 0.0 if the bound is a breakable
7120         column. This makes tupletFullLength brackets reach up to the staff
7121         line if it doesn't connect to the next line.
7122
7123 2005-09-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7124
7125         * lily/bar-number-engraver.cc: correct docs.
7126
7127         * scm/output-lib.scm (first-bar-number-invisible): rename from
7128         default-bar-number-visibility
7129
7130 2005-09-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7131
7132         * scm/define-music-properties.scm (all-music-properties): remove
7133         predicate property.
7134
7135 2005-09-28  Heikki Junes  <hjunes@cc.hut.fi>
7136
7137         * po/fi.po: refresh.
7138
7139 2005-09-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7140
7141         * input/regression/hara-kiri-pianostaff.ly (disappear): remove
7142         superfluous s1.
7143         (disappear): bugfix.
7144
7145         * lily/stem-tremolo.cc (raw_stencil): read slope property.
7146
7147         * lily/include/paper-system.hh (class Paper_system): remove
7148         staff_extents_ member.
7149
7150         * lily/paper-system-scheme.cc (LY_DEFINE): remove.
7151
7152         * lily/include/paper-system.hh (class Paper_system): remove
7153         number_ variable. Remove is_title_. Remove break_before_penalty_
7154
7155         * lily/paper-book.cc (systems): use 'number property iso. number_
7156         member.
7157
7158         * lily/paper-system-scheme.cc: remove ly:paper-system-break-before-penalty
7159         remove ly:paper-system-number.
7160
7161         * scm/lily-library.scm (paper-system-title?): new function.
7162
7163         * lily/book.cc (process): bugfix: flip ?: cases. 
7164
7165         * Documentation/user/changing-defaults.itely (Difficult tweaks):
7166         add outputProperty.
7167
7168         * ly/music-functions-init.ly: add outputProperty music function.
7169
7170         * scm/paper.scm (set-paper-dimension-variables): add pagetopspace
7171
7172         * scm/page-layout.scm (ly:optimal-page-breaks): read next-space
7173         and next-padding.
7174         (optimal-page-breaks): rename from ly:optimal-page-breaks.
7175
7176         * lily/paper-system-scheme.cc (LY_DEFINE): new function.
7177
7178         * lily/paper-system.cc (internal_get_property): new function.
7179
7180         * Documentation/user/global.itely (Vertical spacing): refer to
7181         page-spacing.ly
7182
7183         * scm/page-layout.scm (ly:optimal-page-breaks): add support for
7184         pagetopspace
7185
7186         * input/regression/page-spacing.ly: new file.
7187
7188         * input/regression/page-top-space.ly: new file.
7189
7190         * lily/spacing-spanner.cc: cmath -> math.h
7191
7192         * lily/paper-system.cc (read_left_bound): new function. Read
7193         line-break-system-details from left bound to determine extents.
7194  
7195         * Documentation/user/programming-interface.itely (Using LilyPond
7196         syntax inside Scheme): change applyxxx -> applyXxx.
7197
7198         * ly/music-functions-init.ly: add outputProperty music function.
7199
7200         * lily/parser.yy (Generic_prefix_music_scm): add scm-scm-scm signature.
7201
7202         * lily/grob-scheme.cc (LY_DEFINE): add ! to ly:grob-suicide! name.
7203
7204         * python/convertrules.py (conv): rule
7205
7206         * ly/music-functions-init.ly: applyxxx -> applyXxx
7207
7208         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): alias
7209         TabVoice to Voice.
7210
7211 2005-09-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7212
7213         * flower/include/real.hh: include <math.h> iso. <cmath>
7214
7215         * flower/include/offset.hh: include real.hh
7216
7217 2005-09-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7218
7219         * Documentation/user/changing-defaults.itely (Difficult tweaks):
7220         fix example, now that 'interfaces is no longer directly available.
7221
7222         * lily/book.cc (process): don't crash if paper == NULL.
7223
7224         * po/fr.po: update.
7225
7226 2005-09-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7227
7228         * scm/define-music-types.scm (music-descriptions): set length and
7229         start-callback for QuoteMusic
7230
7231 2005-09-15  Mats Bengtsson  <mabe@s3.kth.se>
7232
7233         * lily/tie.cc (get_configuration): Replace fabs -> abs for integer
7234         arguments. Fixes compilation error with gcc 3.3.
7235
7236 2005-09-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7237
7238         * VERSION: release 2.7.10
7239
7240         * stepmake/stepmake/python-module-rules.make
7241         ($(outdir)/%$(SHARED_MODULE_SUFFIX)): SHARED_FLAGS at the end.  
7242
7243         * lily/*.cc: remove <cmath> everywhere. <cmath> is included from
7244         real.hh
7245
7246 2005-09-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7247
7248         * stepmake/stepmake/c++-vars.make (#EXTRA_CXXFLAGS): don't add
7249         -Werror. Otherwise GCC barfs over various optimizations.
7250
7251         * scm/define-grob-properties.scm (all-internal-grob-properties):
7252         add note-head property
7253
7254         * Documentation/user/instrument-notation.itely (Laissez vibrer
7255         ties): new node.
7256
7257         * input/regression/laissez-vibrer-ties.ly: new file.
7258
7259         * lily/laissez-vibrer-engraver.cc: new file.    
7260
7261         * lily/include/tie-column-format.hh: new file.
7262
7263         * lily/tie-column-format.cc: new file. 
7264
7265         * lily/tie-column.cc (set_manual_tie_configuration): new function.
7266
7267         * lily/laissez-vibrer-tie.cc: new file.
7268
7269         * lily/include/laissez-vibrer-tie.hh: new file.
7270
7271         * ly/engraver-init.ly: add Laissez_vibrer_engraver
7272
7273         * ly/declarations-init.ly (laissezVibrer): add \laissezVibrer
7274
7275         * scm/define-grobs.scm (all-grob-descriptions): add
7276         LaissezVibrerTie, LaissezVibrerTieColumn
7277
7278         * lily/tie-column.cc (set_tie_config_directions): new function
7279         (final_shape_adjustment): new function.
7280         (shift_small_ties): new function.
7281
7282         * scm/define-music-types.scm (music-descriptions): add LaissezVibrerEvent
7283
7284         * lily/include/tie.hh (struct Tie_details): add x_gap_
7285         (struct Tie_configuration): add head_position_
7286
7287         * lily/tie-column.cc (set_chord_outline): new function.
7288
7289         * mf/cmr.enc.in:  remove file.
7290
7291 2005-09-11  Graham Percival  <gpermus@gmail.com>
7292
7293         * Documentation/user/examples.itely: typo fix.  Thanks, Matevž
7294
7295 2005-09-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7296
7297         * mf/feta-banier.mf: make vertical stem 1/2 stemthickness wide to
7298         reduce aliasing effects.
7299
7300         * lily/tie-column.cc (set_chord_outlines): bugfix: insert complete
7301         box in skyline.
7302
7303 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7304
7305         * lily/tie.cc (get_configuration): don't crash if left_dot is NULL.
7306
7307         * flower/include/real.hh: std::fabs too.
7308
7309 2005-09-08  Jan Nieuwenhuizen  <janneke@gnu.org>
7310
7311         * Documentation/user/lilypond.tely: Spell Baßtuba in UTF-8 (Werner). 
7312
7313         * lily, flower: Include C++ iso C headers.  Import namespace std
7314         throughout.
7315
7316         * lily/side-position-interface.cc: 
7317         * lily/scm-hash.cc: 
7318         * lily/note-head.cc: 
7319         * lily/include/includable-lexer.hh: 
7320         * flower/include/string-data.icc: Remove using std::*.
7321
7322         * lily, flower: Include C++ iso C headers.  Import namespace std
7323         throughout.
7324
7325         * lily/side-position-interface.cc: 
7326         * lily/scm-hash.cc: 
7327         * lily/note-head.cc: 
7328         * lily/include/includable-lexer.hh: 
7329         * flower/include/string-data.icc: Remove using std::*.
7330
7331         * Documentation/user/instrument-notation.itely (Entering lyrics):
7332         Multiple latin-1->utf-8 conversion fix.
7333
7334         * Documentation/user/*tely: Update Emacs cookie to utf-8.
7335
7336 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7337
7338         * lily/tie.cc (get_configuration): also avoid dots for non-space
7339         situations.
7340
7341 2005-09-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7342
7343         * Documentation/user/instrument-notation.itely: Bugfix.
7344
7345 2005-09-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7346
7347         * tex/GNUmakefile: don't install texinfo.tex
7348
7349         * tex/ : cleanup: remove unused files.
7350
7351         * lily/general-scheme.cc: remove my_{isinf,isnan}.
7352
7353         * flower/include/real.hh: using std::{isnan,isinf}
7354         
7355         * VERSION (PATCH_LEVEL): release 2.7.9
7356
7357 2005-09-05  Graham Percival  <gpermus@gmail.com>
7358
7359         * Documentation/user/ instrument-notation.itely,
7360         advanced-notation.itely: minor tweaks.
7361
7362         * input/test/script-chart.ly: add item padding.
7363
7364 2005-09-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7365
7366         * flower/offset.cc: use math.h iso. <cmath>
7367
7368         * scm/ps-to-png.scm (make-ps-images): use png16m again, for sake
7369         of IE users.
7370
7371         * scm/framework-eps.scm (dump-stencils-as-EPSes): cleanup.
7372         (widen-left-stencil-edges): new function. Fix alignment problems
7373         with LaTeX includegraphics.
7374
7375         * lily/text-interface.cc (interpret_markup): use abort().
7376
7377 2005-09-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7378
7379         * input/regression/tie-chord.ly (testLong): add a chord in 4ths
7380
7381         * lily/tie.cc (get_configuration): update bezier shape as we
7382         change Y positions.
7383         (get_configuration): don't move large ties if we're outside of the
7384         staff.
7385
7386 2005-09-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7387
7388         * scm/define-markup-commands.scm (strut): swap X and Y dims.
7389         
7390 2005-09-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7391
7392         * .cvsignore: Add auto-generated configure files and then some.
7393
7394 2005-09-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7395
7396         * scm/define-grobs.scm (DynamicLineSpanner): Add
7397         X-extent-callback.  Fixes hairpin-slur collision.
7398
7399 2005-08-31  Graham Percival  <gpermus@gmail.com>
7400
7401         * Documentation/user/advanced-notation.itely,
7402         basic-notation.itely: minor changes.
7403
7404 2005-08-31  Mats Bengtsson  <mabe@s3.kth.se>
7405
7406         * scm/framework-eps.scm (dump-stencils-as-EPSes): Insert a
7407         \linebreak between each .eps file if \betweenLilyPondSystem is
7408         undefined. 
7409
7410         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
7411         music): Document the \linebreak
7412
7413         * Documentation/user/lilypond-book.itely,
7414         input/tutorial/lbook-latex-test.tex,
7415         Documentation/user/examples.itely: Remove \usepackage{graphics}
7416
7417 2005-08-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7418
7419         * mf/aybabtu.pe.in (i): don't merge alphabet into aybabtu.
7420
7421         * lily/ly-module.cc (make_stand_in_procs_weak): 1.6.4 and earlier
7422         compat bugfix.
7423
7424         * scripts/lilypond-book.py (PREAMBLE_LY): define
7425         inside-lilypond-book
7426         (modify_preamble): new function. Insert \RequirePackage{graphics}
7427         when no {graphics found in preamble.  
7428
7429 2005-08030  Graham Percival  <gpermus@gmail.com>
7430
7431         * Documentation/user/basic-notation.itely, global.itely,
7432         tutorial.itely: misc small changes.
7433
7434 2005-08-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7435
7436         * stepmake/aclocal.m4: Include MY_PATCH_LEVEL in config.make's
7437         VERSION.
7438
7439 2005-08-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7440
7441         * lily/tie-column.cc (new_directions): put Tie down on center
7442         staff line. 
7443
7444         * lily/script-interface.cc (before_line_breaking): use
7445         Grob::programming_error
7446
7447         * scm/ps-to-png.scm (make-ps-images): use pngalpha device.
7448
7449         * scripts/lilypond-book.py (get_latex_textwidth): oops. Take [0]
7450         of splitext.
7451
7452 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7453
7454         * VERSION (PACKAGE_NAME): VERSION release 2.7.8
7455
7456 2005-08-29  Werner Lemberg  <wl@gnu.org>
7457
7458         * mf/GNUmakefile: Add `-f' flag to `rm' command while removing
7459         the `*.scale.pfa' files to avoid warnings.
7460
7461 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7462
7463         * lily/tempo-performer.cc (process_music): idem.
7464
7465         * lily/midi-def.cc (get_tempo): Rational to int conversion bug.
7466
7467 2005-08-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7468
7469         * Documentation/user/advanced-notation.itely (Text markup): not a
7470         fragment.
7471
7472         * lily/midi-item.cc (to_string): use to_int() iso. int cast.
7473
7474         * lily/staff-performer.cc (initialize): add tempo/name to
7475         audio_staff_
7476
7477
7478 2005-08-26  Graham Percival  <gpermus@gmail.com>
7479
7480         * Documentation/user/advanced.itely: add text-only example.
7481
7482         * Documentation/user/invoking.itely: add index entries for
7483         convert-ly.
7484
7485         * Documentation/user/ tutorial.itely, basic-notation.itely:
7486         small fixes suggested by Steve D.  Thanks!
7487
7488 2005-08-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7489
7490         * input/regression/markup-bidi-pango.ly: new file.
7491
7492         * lily/pango-font.cc (pango_item_string_stencil): make Mingw code
7493         standard. Remove #ifdef. Remove memleak.
7494         (text_stencil): use text_dir to decide how to composite items.
7495         (text_stencil): determine uniform text direction for the entire
7496         string.
7497
7498         * scripts/lilypond-book.py (output_name): remove
7499         latex_filter_cmd. Non-portable to non-Unix systems. 
7500         (get_latex_textwidth): use File.write and os.unlink() instead.
7501
7502         * THANKS: add Vicente & Trevor.
7503
7504         * lily/grob.cc (discretionary_processing): look up origin for
7505         programming_error too. 
7506
7507         * input/regression/tie-broken.ly: new file.
7508
7509         * lily/tie-column.cc (set_chord_outlines): set outline for line
7510         break case too.
7511         
7512 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7513
7514         * lily/pango-font.cc (text_stencil): don't translate glyphs in
7515         unscaled transform, just translate stencils.
7516
7517         * ly/performer-init.ly: init timing to #t.  Fixes bar checks in
7518         MIDI.
7519
7520         * scm/define-markup-commands.scm (wordwrap-string): use
7521         text-direction
7522         (wordwrap-stencils): idem.
7523         (line): idem.
7524         (fill-line): idem.
7525         (wordwrap-stencils): translate last line to right for
7526         text-direction = LEFT.
7527
7528         * scm/define-grob-properties.scm (all-user-grob-properties): add
7529         text-direction.
7530
7531 2005-08-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7532
7533         * lily/lily-parser.cc (Lily_parser): also copy output_basename_
7534         when copying a Lily_parser object.
7535
7536 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7537
7538         * scm/define-markup-commands.scm (null): add null markup.
7539
7540 2005-08-25  Mats Bengtsson  <mabe@s3.kth.se>
7541
7542         * lily/item.cc: Add documentation of center-invisible
7543
7544 2005-08-24  Graham Percival  <gpermus@gmail.com>
7545
7546         * Documentation/user/advanced-notation.itely: add info about
7547         raising text.
7548
7549         * Documentation/user/programming-interface.itely: fix example
7550         involving raised text.
7551
7552 2005-08-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7553
7554         * lily/beam.cc (print): fix X start/end points of isolated
7555         beamlets.
7556
7557         * scm/output-ps.scm (grob-cause): escape spaces in URLs.
7558
7559         * lily/multi-measure-rest.cc (set_text_rods): new function.
7560
7561         * lily/vertical-align-engraver.cc (process_music): call
7562         Align_interface::set_axis(). This forces #'elements to be ordered,
7563         preventing random vertical reordering of staves.
7564
7565         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
7566         add avoid-slur property. 
7567
7568         * Documentation/user/basic-notation.itely (Measure repeats): add
7569         countPercentRepeats example.
7570
7571         * Documentation/user/advanced-notation.itely (Other text markup
7572         issues): remove remark about normal-font.  We have \normal-text
7573
7574         * input/regression/tie-chord.ly: add note about remaining bugs.
7575
7576         * lily/tie.cc (print): try Tie_column::set_directions () if
7577         control-points not yet defined.
7578
7579 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7580
7581         * lily/system-start-delimiter.cc (staff_brace): don't remove brace
7582         extent. This fixes braces falling out of the EPS bbox.
7583
7584         * mf/feta-beugel.mf (braces_per_font): make brace glyph align
7585         exactly to bbox.
7586
7587 2005-08-23  Graham Percival  <gpermus@gmail.com>
7588
7589         * {various} : change #up->#UP and #down->#DOWN.
7590
7591         * ly/titling-init.ly: Spacing fix when using printallheaders=##t.
7592
7593         * Documentation/user/advanced-notation.itely: clarify
7594         what objects handles text on a multimeasure rest.
7595
7596 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7597
7598         * VERSION (PATCH_LEVEL): release 2.7.7
7599
7600 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7601
7602         * make/lilypond-vars.make: set -dgs-font-load for "make web" 
7603
7604         * Documentation/topdocs/INSTALL.texi (Top): add GS bugfix requirement.
7605
7606         * input/regression/*.ly: formatting clean-up. Default layout
7607         before music expression.
7608
7609         * input/mutopia/R.Schumann/GNUmakefile (examples): switch off
7610         romanze28-2 example.
7611
7612         * scm/ps-to-png.scm: remove dir-re function.
7613         (make-ps-images): generate page names, instead of globbing them.
7614         This brings down LilyPond memory usage for make web by a factor
7615         10. 
7616
7617         * scripts/lilypond-book.py (Lilypond_snippet.png_is_outdated):
7618         don't use glob. With 3000 files, globbing
7619         Documentation/user/out-www/ can take too much time. 
7620         
7621         * lily/lily-guile.cc (gulp_file_to_string): take size argument.
7622
7623         * lily/general-scheme.cc (LY_DEFINE): take optional size argument.
7624
7625         * input/regression/tie-manual.ly: new file
7626
7627         * input/regression/tie-chord.ly: update.
7628
7629         * flower/include/interval.hh (struct Interval_t): 
7630
7631         * lily/tie.cc (distance): new function 
7632         (height): new function.
7633         (init): new function
7634         (Tie_details): new struct.
7635
7636         * lily/skyline.cc (skyline_height): new function.
7637
7638         * lily/tie-column.cc (set_chord_outlines): new function.
7639         (new_directions): read tie-configuration
7640
7641         * lily/skyline.cc: fix ASCII art.
7642         
7643 2005-08-22  Mats Bengtsson  <mabe@s3.kth.se>
7644
7645         * python/convertrules.py (string_or_scheme): Fix spelling error
7646
7647 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7648         
7649         * lily/tie-column.cc (set_directions): set directions only once.
7650         (add_configuration): new function.
7651
7652         * lily/tie.cc (set_control_points): new function
7653
7654         * lily/tie-column.cc (new_directions): new function.
7655
7656         * ly/music-functions-init.ly: set 'pitch property
7657         iso. trill-pitch. This makes \relative work with \pitchedTrill
7658
7659         * lily/tie.cc (get_configuration): new function. Don't generate
7660         control points, rather, generate configuration.
7661         remove head-pair property.
7662
7663         * lily/include/tie.hh (struct Tie_configuration): new struct.
7664
7665 2005-08-22  Heikki Junes  <hjunes@cc.hut.fi>
7666
7667         * Documentation/topdocs/NEWS.tely: clarify.
7668
7669 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7670
7671         * lily/tie.cc: remove minimum-length
7672
7673         * scm/define-grob-properties.scm (all-user-grob-properties):
7674         remove staffline-clearance, y-offset 
7675
7676         * input/regression/tie-dots.ly (Module): remove.
7677
7678         * lily/tie.cc (get_control_points): rewrite. Put short ties in
7679         staff-spaces, make long ties cross staff lines. Avoid flags and dots.
7680
7681         * input/regression/tie-single.ly: new file.
7682
7683 2005-08-21  Graham Percival  <gpermus@gmail.com>
7684
7685         * ly/bagpipe.ly: fix compile problem.
7686
7687 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7688
7689         * lily/midi-item.cc (name): new method.
7690
7691         * lily/staff-performer.cc (acknowledge_audio_element): use
7692         signature of baseclass.
7693
7694         * lily/engraver-group.cc (do_announces): move recursion call out
7695         of while loop. 
7696
7697         * lily/drum-note-performer.cc (class Drum_note_performer): use
7698         process_music everywhere.
7699
7700         * ly/performer-init.ly: add default children everywhere.
7701
7702         * lily/paper-book.cc (output): call paper-book-write-midis
7703         directly: always write MIDI, even if no \layout {} block. 
7704
7705 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7706
7707         * VERSION (PACKAGE_NAME): release 2.7.6
7708
7709         * lily/percent-repeat-engraver.cc (try_music): don't print warning
7710         about not being able to handle repeat.
7711
7712 2005-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7713
7714         * Documentation/user/examples.itely (Piano templates):
7715         * lily/include/performer-group.hh: Remove last traces of
7716         Performer_group_performer.  Fixes make web.
7717
7718 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7719
7720         * Documentation/user/examples.itely (Piano templates): change
7721         Engraver_group_engraver -> Engraver_group
7722
7723         * lily/ly-module.cc (make_stand_in_procs_weak): only kludge if
7724         scm_stand_in_procs is not weak_any.
7725
7726         * lily/volta-bracket.cc (print): don't use strcmp().
7727
7728         * lily/volta-engraver.cc (process_music): use
7729         Text_interface::is_markup() for setting the 'text property of the
7730         volta bracket.
7731
7732         * input/mutopia/claop.py (accents): update syntax to 2.6
7733
7734         * scm/define-context-properties.scm
7735         (all-user-translation-properties): add countPercentRepeats.
7736
7737         * Documentation/user/basic-notation.itely (Measure repeats): add
7738         isolated percent example.
7739
7740 2005-08-18  Graham Percival  <gpermus@gmail.com>
7741
7742         * input/ {various}: change direction #1, #-1 to
7743         #up/#down or \fooUp, \fooDown.
7744
7745         * Documentation/user/music-glossary.tely: #-1 to #down.
7746
7747         * ly/bagpipe.ly, engraver-init.ly, property-init.ly: #1
7748         to #up, #-1 to #down.
7749
7750 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7751
7752         * lily/include/engraver-group.hh: rename.
7753
7754         * lily/include/performer-group.hh: rename.
7755
7756 2005-08-18  Mats Bengtsson  <mabe@s3.kth.se>
7757
7758         * input/test/script-abbreviations.ly: Removed some old LaTeX
7759         left overs.
7760
7761 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7762
7763         * python/convertrules.py (conv): inside-slur -> avoid-slur.
7764         Remove functions.  Remove if 1: constructs, reindent.
7765
7766         * scripts/convert-ly.py (add_version): Add functions from
7767         convertrules.py
7768
7769         * scm/script.scm (default-script-alist):
7770         s/priority/script-priority.  Fixes script stacking.  Backportme.
7771         (Fermata): Very low priority.
7772
7773 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7774
7775         * input/regression/*.ly: remove superfluous \score blocks. Reindent.
7776
7777         * input/regression/slur-script.ly: remove padding tweaks. Add
7778         comment strings.
7779
7780         * lily/note-spacing.cc (get_spacing): remove kludge for EOL wide
7781         time sigs and related stuff.
7782
7783         * scm/define-grob-properties.scm (all-user-grob-properties): add
7784         @code{} tags to property description.
7785
7786         * lily/include/line-group-group-engraver.hh (Module): remove file.
7787
7788         * python/convertrules.py (conv): add rule for
7789         Engraver_group_engraver -> Engraver_group.
7790
7791         * lily/include/performer-group-performer.hh: analogous.
7792
7793         * lily/include/engraver-group-engraver.hh: rename to Engraver_group.
7794
7795         * lily/context-def.cc (instantiate): check for
7796         Engraver_group_engraver and Performer_group_performer not
7797         Engraver/Performer. Fixes crashes when doing \with { \consists .. }
7798  
7799 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7800
7801         * input/les-nereides.ly: Remove three fingering tweaks, update
7802         remaining one.
7803
7804         * input/regression/slur-script-inside.ly: Update, fix doc.
7805
7806         * scm/script.scm: Update to avoid-slur.
7807
7808         * scm/define-grob-properties.scm (avoid-slur): New property.
7809
7810         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
7811         * lily/slur-engraver.cc (acknowledge_extra_object): Invoke
7812         outside_slur_callback if avoid-slur != #'inside.
7813
7814         * scm/define-grobs.scm (Fingering, Textscript): No
7815         inside-slur/outside-slur preference.
7816         (DynamicLineSpanner): Always outside slur.
7817
7818         * input/regression/slur-script.ly: More tests.
7819
7820 2005-08-17  Graham Percival  <gpermus@gmail.com>
7821
7822         * Documentation/user/lilypond-book: fix notime entry.
7823
7824         * Documentation/user/advanced-notation.itely: add info on
7825         getting an I rehearsal mark.
7826
7827         * Documentation/user/putting.itely: reinstate "I", re-enforce
7828         the fact that \override numbers are the result of
7829         experimentation and personal taste.
7830
7831         * Documentation/user/invoking.itely: update convert-ly bugs.
7832
7833 2005-08-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7834
7835         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set timing
7836         to #t.
7837
7838         * lily/timing-translator.cc (initialize): don't initialize timing.
7839
7840         * input/regression/stem-spacing.ly (Module): remove file.
7841
7842         * input/regression/spacing-stick-out.ly: specify Score context for
7843         \override
7844
7845         * input/regression/clefs.ly: remove spurious {}s 
7846
7847 2005-08-17  Heikki Junes  <hjunes@cc.hut.fi>
7848
7849         * Documentation/topdocs/NEWS.tely,
7850         input/regression/repeat-percent-count.ly: clarify a bit.
7851
7852 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7853
7854         * input/no-notation/display-lily-tests.ly: delete
7855         display-lily-init call.
7856
7857         * ly/music-functions-init.ly (displayLilyMusic): move
7858         display-lily-init call at top level, so that the user should not
7859         have to call it.
7860
7861         * scm/define-music-display-methods.scm (note-name->lily-string):
7862         retrieve note names directly from pitchnames using new function `rassoc'.
7863         (display-lily-init): note names list construction removed.
7864
7865 2005-08-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7866
7867         * THANKS: spello.
7868
7869         * lily/lily-parser.cc (get_header): copy module, instead of
7870         returning it.
7871
7872         * Documentation/topdocs/NEWS.tely (Top): add entry for percent
7873         counters.
7874
7875         * Documentation/user/basic-notation.itely (Measure repeats): add
7876         links to Counter grobs.
7877
7878         * scm/define-grobs.scm (all-grob-descriptions): add
7879         DoublePercentRepeatCounter
7880         (all-grob-descriptions): add PercentRepeatCounter
7881
7882         * lily/percent-repeat-engraver.cc (class Percent_repeat_engraver):
7883         also create counter grobs.
7884
7885         * lily/separation-item.cc (extremal_break_aligned_grob): don't
7886         return grob without space-alist.
7887
7888         * input/proportional.ly: tune staff-padding.
7889
7890         * input/regression/repeat-percent-count.ly: new file. 
7891
7892 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7893
7894         * input/no-notation/display-lily-tests.ly: moved from
7895         input/regression/ to input/no-notation. Be sure to call
7896         `display-lily-init' before trying to use the display function.
7897
7898 2005-08-16  Mats Bengtsson  <mabe@s3.kth.se>
7899
7900         * scripts/lilypond-book.py (option_definitions): Don't localize
7901         the empty string. Fixes bug when --psfonts was used with
7902         non-English locale.
7903
7904 2005-08-15  Graham Percival  <gpermus@gmail.com>
7905
7906         * lily/tuplet-bracket.cc: simple build fix.
7907
7908         * Documentation/user/putting.itely: use "we" instead of "I".
7909
7910         * Documentation/user/basic-notation.itely: cautionary accidentals
7911         work with naturals, too.
7912
7913 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7914
7915         * lily/tuplet-bracket.cc (calc_position_and_height): add
7916         staff-padding support.
7917
7918         * input/proportional.ly: set staff-padding.
7919         
7920         * VERSION (PATCH_LEVEL): release 2.7.5
7921
7922         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): text formatting
7923         fixes. Remove tweaks.
7924
7925         * input/regression/tuplet-slope.ly: add a test case.
7926
7927         * lily/tuplet-bracket.cc (calc_position_and_height): revert
7928         erroneous fix. Add spanner bounds to offset array with relative X
7929         positions.
7930
7931         * ly/engraver-init.ly: add Rest_engraver only once.
7932
7933         * scm/define-music-display-methods.scm (KeyChangeEvent): only do
7934         (*parser*) lookup if (*parser*) != #f.
7935
7936 2005-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>
7937
7938         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
7939         Cut-and paste update.
7940
7941         * input/regression/slur-script.ly: Add example of reverting
7942         inside-slur for fingering.
7943
7944         * scm/define-grobs.scm (DynamicLineSpanner, Fingering,
7945         TextScript): Explicitly set inside-slur #f, forcing these out of slur.
7946
7947         * lily/slur-engraver.cc (acknowledge_extra_object): Only invoke
7948         outside_slur_callback if inside-slur == #f (as opposed to unset).
7949
7950 2005-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
7951
7952         * tex/GNUmakefile (INSTALLATION_FILES): Remove enc symlink setup,
7953         encoding files are already removed.
7954
7955 2005-08-15  Mats Bengtsson  <mabe@s3.kth.se>
7956
7957         * Documentation/user/advanced-notation.itely (Instrument names):
7958         Document a workaround for instrument names that collide with
7959         system start braces/brackets.
7960
7961 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7962
7963         * lily/rest-collision.cc (do_shift): spello.
7964
7965         * input/proportional.ly: use #'used property. Set break-overshoot
7966         property.
7967
7968         * mf/feta-arrow.mf: center on arrow tip center, iso. tip edge.
7969
7970         * lily/paper-column.cc: add #'used property
7971
7972         * lily/mark-engraver.cc (stop_translation_timestep): set grob
7973         array for staves found.
7974
7975         * lily/metronome-engraver.cc (stop_translation_timestep): set grob
7976         array for stavesFound.
7977
7978         * lily/staff-spacing.cc (next_note_correction): add fixed and
7979         space to calling convention. This fixes spacing of accidentals
7980         after barlines.
7981
7982         * input/regression/spacing-accidental-stretch.ly: add barline -
7983         accidental case.
7984
7985         * scm/framework-ps.scm (page-header): add version number to
7986         creator
7987         (eps-header): idem.
7988
7989         * mf/feta-bolletjes.mf: swap d0 and u0 fa heads.
7990         
7991 2005-08-13  Graham Percival  <gpermus@gmail.com>
7992
7993         * Documentation/user/global.itely: add "fit as much as
7994         possible onto this page" example (Vertical spacing).
7995
7996 2005-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
7997
7998         * *: Nitpick run.
7999
8000         * buildscripts/fixcc.py: Fixes.
8001
8002 2005-08-12  Graham Percival  <gpermus@gmail.com>
8003
8004         * Documentation/user/advanced-notation.itely: add markup
8005         example to Text spanners.
8006
8007 2005-08-12  Mats Bengtsson  <mabe@s3.kth.se>
8008
8009         * Documentation/user/basic-notation.itely (Ties): Add example of
8010         tying a tremolo to a chord. Thanks to Steve Doonan. 
8011
8012         * lily/tie-engraver.cc: Add tieWaitForNote to the list of read
8013         properties and move tieMelismaBusy to the list of written
8014         properties. 
8015
8016 2005-08-12  Heikki Junes  <hjunes@cc.hut.fi>
8017
8018         * po/TODO: suggest to use a dedicated tool like kbabel.
8019
8020         * po/fi.po: update using kbabel.
8021
8022 2005-08-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8023
8024         * *: Remove obsolete files.  Nitpick run.
8025
8026         * lily/lily-guile.cc (parse_symbol_list): Bugfix.
8027
8028 2005-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8029
8030         * mf/GNUmakefile (get-*-fonts): Rename from get-*-pfa.  Copy SVG
8031         too.
8032
8033         * Documentation/topdocs/NEWS.tely (Top): Add slur script feature.
8034
8035         * lily/lily-guile.cc (parse_symbol_list): Rewrite.  Grok multiple
8036         whitespace as symbol separator.
8037
8038         * lily/side-position-interface.cc: Add slur-padding.
8039
8040         * input/regression/slur-script.ly: Fixed.  Backportme?  This is
8041         quite a large fix, and it never worked in a stable release; so not
8042         really a regression.
8043
8044         * lily/phrasing-slur-engraver.cc (class Phrasing_slur_engraver):
8045         Update cut and paste code from Slur_engraver.
8046
8047         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
8048         Add.
8049
8050         * scm/define-grobs.scm (DynamicLineSpanner): Add
8051         dynamic-line-spanner-interface.
8052         (DynamicLineSpanner, TextScript, Fingering): Add slur-padding.
8053
8054 2005-08-09  Jan Nieuwenhuizen  <janneke@gnu.org>
8055
8056         * lily/slur-engraver.cc (acknowledge_extra_object): Bugfix: use
8057         to_boolean () so that non-set 'inside-slur means false.
8058
8059         * lily/slur.cc (outside_slur_callback): Bugfixes: make sure that
8060         slur has control-points.  Skip script without direction.  Always
8061         do_shift if script inside slur, even if slur not contained in
8062         script y-extent.  Increment k in loop.
8063
8064 2005-08-11  Mats Bengtsson  <mabe@s3.kth.se>
8065
8066         * scm/define-markup-commands.scm: Improved regexp to search for
8067         EPS bounding boxes and corrected call to ly:warning.
8068
8069 2005-08-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8070
8071         * Documentation/user/programming-interface.itely (Displaying music
8072         expressions): doc for \displayLilyMusic. Also some precisions in
8073         "Markup construction in Scheme"
8074
8075 2005-08-10  Mats Bengtsson  <mabe@s3.kth.se>
8076
8077         * scm/define-markup-commands.scm (normal-text): Added 2 new
8078         markup commands, \normal-text and \medium (the latter thanks to
8079         Bruce Fairchild). 
8080
8081 2005-08-08  Graham Percival  <gpermus@gmail.com>
8082
8083         * Documentation/user/programming-interface.itely: fix @{ @}.
8084
8085         * scm/define-markup-commands.scm: add linewidth info to
8086         \justify and \wordwrap, add "upright is the opposite of italic".
8087
8088         * Documentation/user/advanced-notation.itely: shaped->shape,
8089         add (cons (markup "foo")) type of example to text markup,
8090         reword multi-measure rests section.
8091
8092         * lily/note-heads-engraver.cc: changed Shaped->Shape in a
8093         comment.  No actual code was touched.
8094
8095         * Documentation/user/invoking.itely: add more info about
8096         \include.  Thanks, Bruce!
8097
8098         * THANKS: add Bruce Fairchild, alphabetise.
8099
8100         * Documentation/user/global.itely: document \score{\header{}}
8101         behavior.
8102
8103         * Documentation/user/basic-notation.itely: reword multi-measure
8104         rest discussion in Rests.
8105
8106 2005-08-08  Mats Bengtsson  <mabe@s3.kth.se>
8107
8108         * Documentation/user/programming-interface.itely (Markup
8109         construction in Scheme): Corrected example and tried to clarify
8110         the implicit \line in the table.
8111
8112 2005-08-07  Graham Percival  <gpermus@gmail.com>
8113
8114         * Documentation/user/instrument-notation.itely: moved
8115         some bagpipe info back into the bagpipe section.  Somehow
8116         it ended up in the "other vocal issues" section?!  :o_O
8117
8118 2005-08-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8119
8120         * scm/framework-ps.scm (dir-join): Rename from path-join (joins
8121         directories, not paths).
8122
8123 2005-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
8124
8125         * scm/framework-ps.scm (munge-lily-font-name): Bugfix: Munge only
8126         plain emmentaler/aybabtu.  Backportme.
8127
8128         * lily/tuplet-bracket.cc (calc_position_and_height): Bugfix:
8129         missing dir correction.
8130
8131 2005-08-05  Graham Percival  <gperlist@shaw.ca>
8132
8133         * scm/define-markup-commands: fix reversed justify/wordwrap
8134         doc strings.
8135
8136 2005-08-05  Jürgen Reuter  <reuter@ipd.uka.de>
8137
8138         * lily/ligature-engaver.cc, lily/coherent-ligature-engaver.cc,
8139         lily/gregorian-ligature-engaver.cc,
8140         lily/include/ligature-engraver.hh,
8141         lily/include/coherent-ligature-engraver.hh,
8142         lily/include/gregorian-ligature-engraver.hh: make these classes
8143         truely abstract.  This should fix some internal oddities such as
8144         duplicate as well as dead translator/property declarations, and
8145         also some dead code.
8146
8147         * lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc:
8148         bugfix: avoid message "junking empty ligature" on ligature
8149         brackets by collecting dummy grobs.
8150
8151 2005-08-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8152
8153         * lily/tuplet-bracket.cc (print): default right overshoot to 0.0
8154
8155         * input/proportional.ly (staffKind): bugfix.
8156         (staffKind): updates by Trevor Baca.
8157
8158         * scm/define-grobs.scm (all-grob-descriptions): remove arrows as
8159         default layout. 
8160
8161         * lily/tuplet-bracket.cc (print): check whether edge-text is a
8162         pair.
8163
8164         * lily/beam.cc (rest_collision_callback): call position_beam() if
8165         necessary.
8166
8167         * VERSION: release 2.7.4
8168
8169         * input/regression/spacing-uniform-stretching.ly: new file.
8170
8171         * lily/spacing-loose-columns.cc (set_loose_columns): use robust_relative_extent().
8172
8173         * Documentation/topdocs/NEWS.tely (Top): add Nicolas as
8174         contributor.
8175
8176         * lily/include/ly-module.hh: define MODULE_GC_KLUDGE globally.
8177
8178         * input/proportional.ly: new file.
8179
8180         * lily/tuplet-bracket.cc (after_line_breaking): don't suicide if
8181         columns is empty
8182
8183         * lily/tuplet-engraver.cc (finalize): new function. Reset right
8184         bounds to currentCommandColumn for the last step.
8185         (start_translation_timestep): if tupletFullLength is set, set
8186         bound to Paper Column
8187
8188         * input/regression/tuplet-full-length.ly (indent): new file.
8189
8190         * lily/spacing-loose-columns.cc (set_loose_columns): space a whole
8191         clique of loose columns, eg. a set of grace notes in strict
8192         notespacing.
8193
8194         * input/regression/spacing-strict-spacing-grace.ly: new file.
8195
8196         * lily/key-signature-interface.cc: change property name to
8197         alteration-alist
8198
8199         * lily/key-engraver.cc (read_event): read keyAlterationOrder, not
8200         keyAccidentalOrder
8201
8202         * python/convertrules.py (conv): keyAccidentalOrder ->
8203         keyAlterationOrder
8204
8205         * lily/key-engraver.cc (create_key): always print a cancellation
8206         for going to C-major/A-minor, regardless of printKeyCancellation.
8207         (create_key): remove typecheck for visibility. This fixes key
8208         signature not being printed.
8209
8210         * lily/spacing-determine-loose-columns.cc: new file.
8211
8212         * input/regression/spacing-strict-notespacing.ly: new file.
8213
8214         * lily/spacing-spanner.cc (generate_springs): rename from
8215         do_measure. 
8216         (generate_pair_spacing): new function.
8217         (init, generate_pair_spacing): set between-cols for floating
8218         nonmusical columns.
8219
8220         * lily/spaceable-grob.cc (get_spring): new function. 
8221
8222         * lily/tuplet-bracket.cc (print): on the left, the overshoot is
8223         relative to the right edge of the prefatory matter.
8224
8225         * lily/beam.cc (print): read break-overshoot to determine where to
8226         stop/start broken beams.
8227
8228         * input/regression/spanner-break-overshoot.ly: new file.
8229
8230 2005-08-04  Graham Percival  <gperlist@shaw.ca>
8231
8232         * ly/bagpipe.ly: updated.
8233
8234         * Documentat/user/instrument.itely: un-comment out bagpipe example.
8235
8236 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8237
8238         * lily/dynamic-engraver.cc (acknowledge_slur): add slur to
8239         support: now (de)crescs avoid slurs as well.
8240
8241         * Documentation/user/instrument-notation.itely (Bagpipe example):
8242         comment out non-functioning bagpipe example.
8243         (Bagpipe definitions): idem.
8244
8245         * Documentation/topdocs/NEWS.tely (Top): add uniform-stretching example.
8246         (Top): add proportionalNotationDuration example.
8247
8248         * input/regression/spacing-proportional.ly: new file.
8249
8250         * lily/tuplet-bracket.cc (parallel_beam): broken bracket never is
8251         synched to a beam.
8252
8253         * lily/beam.cc (shift_region_to_valid): divide by zero fix. This
8254         fixes beams with a single stem (eg. beams across linebreaks.)
8255
8256         * lily/parser.yy (simple_string): allow \new STRING_IDENTIFIER.
8257
8258         * flower/rational.cc (operator +): prevent overflow. This fixes
8259         heavily nested tuplets.
8260
8261         * lily/auto-beam-engraver.cc (derived_mark): new method. Yes. We
8262         have to protect even those unlikely to be corrupted data members.  
8263
8264 2005-08-04  Graham Percival  <gperlist@shaw.ca>
8265
8266         * ly/bagpipe.ly: new file.
8267
8268         * THANKS: added Sven Axelsson.
8269
8270 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8271
8272         * lily/spacing-engraver.cc (stop_translation_timestep): directly
8273         copy proportionalNotationDuration into currentMusicalColumn if
8274         set.
8275
8276         * lily/spacing-spanner.cc (musical_column_spacing): if
8277         uniform-stretching set, fixed space is 0.0
8278
8279         * input/regression/spacing-multi-tuplet.ly: show
8280         uniform-stretching property.
8281
8282         * lily/spacing-spanner.cc (effective_shortest_duration): new function.
8283
8284         * lily/include/spacing-spanner.hh (class Spacing_spanner): new file.
8285         (struct Spacing_options): new struct.
8286
8287         * lily/spacing-basic.cc: new file.
8288
8289         * lily/spacing-spanner.cc (note_spacing): remove outdated code:
8290         delta_t doesn't have to be smaller than shortest_playing_len
8291
8292 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8293
8294         * input/regression/markup-arrows.ly:  new file.
8295
8296         * lily/tuplet-bracket.cc: document new behavior.
8297
8298         * input/regression/tuplet-broken.ly: new file. Demonstrate tuplets
8299         with line breaks.
8300
8301         * scm/define-markup-commands.scm (arrow-head): arrow-head markup command.
8302
8303         * scm/define-grobs.scm (all-grob-descriptions): set arrows as
8304         default 
8305
8306         * lily/tuplet-bracket.cc: add edge-text property.
8307         add break-overshoot.
8308         (print): read break-overshoot.
8309         (print): read edge-text, add stencils.
8310
8311         * mf/feta-arrow.mf: new file.
8312
8313         * mf/feta-generic.mf: add feta-arrow.
8314
8315 2005-08-03  Mats Bengtsson  <mabe@s3.kth.se>
8316
8317         * Documentation/user/lilypond-book.itely (An example of a
8318         musicological document): Added flag -o to dvips for people who use
8319         the default setting in teTeX where output is sent to the printer. 
8320
8321         * Documentation/user/global.itely (Vertical spacing): Added
8322         reference to the Axis_group_engraver which documents the *Extent
8323         properties.
8324
8325 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8326
8327         * Documentation/user/basic-notation.itely (Tuplets): add note
8328         about nested tuplets. Remove BUG. 
8329
8330         * input/regression/tuplet-nest.ly: update: remove manual hack. 
8331
8332         * lily/tuplet-bracket.cc (print): use robust_scm2drul
8333         (print): manually call print() for subtuplets.
8334         (calc_position_and_height): add subtuplets to the
8335         support. Vertically shift outer tuplet 
8336
8337         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): set
8338         remove-first for Lyrics, ChordNames and FiguredBass
8339
8340         * scm/define-grob-properties.scm (all-internal-grob-properties):
8341         use ly:grob-array? iso. grob-list?
8342         (all-internal-grob-properties): add tuplets grob-array.
8343
8344         * lily/tuplet-bracket.cc (add_tuplet_bracket):
8345         new function
8346
8347 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8348
8349         * input/test/time-signature-staff.ly: new file.
8350
8351         * ly/declarations-init.ly (center): escape to Scheme. Fixes
8352         spurious #<Music FingerEvent> errors. Backportme.
8353
8354 2005-08-03  Mats Bengtsson  <mabe@s3.kth.se>
8355
8356         * Documentation/user/programming-interface.itely (Markup
8357         construction in Scheme): Corrected markup syntax in the
8358         translation table.
8359
8360 2005-08-03  Graham Percival  <gperlist@shaw.ca>
8361
8362         * Documentation/user/instrument-notation.itely: small update
8363         to bagpipe notation docs; thanks Sven!
8364
8365         * Documentation/user/basic-notation.itely: add link about trills.
8366
8367 2005-08-02  Graham Percival  <gperlist@shaw.ca>
8368
8369         * Documentation/user/music-glossary: remove accidentally committed
8370         fink patch.
8371
8372 2005-08-02  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
8373
8374         * lily/lily-parser.cc (get_header): new function. Enable multiple
8375         \header definitions.
8376
8377         * lily/parser.yy (lilypond_header_body): use get_header.
8378
8379         * ly/init.ly:
8380         * scm/lily-library.scm (print-score-with-defaults): renamed
8381         $globalheader to $defaultheader
8382             
8383         * Documentation/user/global.itely (Creating titles): added short
8384         explanation that multiple headers are useable.
8385
8386
8387 2005-08-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8388
8389         * lily/module-scheme.cc (LY_DEFINE): new file. 
8390
8391         * Documentation/user/advanced-notation.itely (Font selection): add
8392         doco for make-pango-font-tree.
8393
8394 2005-07-31  Graham Percival  <gperlist@shaw.ca>
8395
8396         * Documentation/user/music-glossary: more languages
8397         for tenuto.
8398
8399         * Docuemntation/user/instrument-notation.itely: minor
8400         update for bagpipe example.
8401
8402 2005-07-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8403
8404         * input/regression/+.ly (TODO): add some text.
8405
8406 2005-07-28  Graham Percival  <gperlist@shaw.ca>
8407
8408         * Documentation/user/invoking.itely: \score begins with music.
8409
8410         * Documentation/user/ basic-notation.itely,
8411         instrument-notation.itely: minor changes.
8412
8413         * Documentation/user/music-glossary.itely: began tenuto entry.
8414
8415 2005-07-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8416
8417         * scm/output-socket.scm (bezier-sandwich): add bezier-sandwich
8418
8419         * mf/feta-bolletjes.mf: swap up and down for aiken heads.
8420
8421 2005-07-27  Graham Percival  <gperlist@shaw.ca>
8422
8423         * Documentation/user/examples.itely: remove bagpipe template.
8424
8425         * Documentation/user/instrument-notation.itely: add bagpipe
8426         section, maybe fix quotes in lyrics.  I hate text encoding.
8427         Clarify chord durations, more bagpipe stuff.
8428
8429 2005-07-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8430  
8431         * lily/accidental-engraver.cc: formatting fixes.
8432
8433         * lily/spacing-spanner.cc (prune_loose_columns): right-items is a
8434         grob-array.
8435
8436         * lily/arpeggio.cc (print): suicide arpeggio for single notehead.
8437
8438         * lily/note-column.cc (arpeggio): new function.
8439
8440         * lily/note-spacing.cc (get_spacing): also take arpeggio into
8441         account for spacing.
8442
8443 2005-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
8444
8445         * lily/main.cc (sane_setenv)[!ARGV0_RELOCATION]: Also define.
8446         (setup_guile_env): Use it instead of nonstandard setenv.  Fixes
8447         mingw build.
8448         
8449 2005-07-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8450
8451         * scm/lily.scm (lilypond-all): clear anonymous modules after
8452         processing files.
8453
8454 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8455
8456         * flower/include/guile-compatibility.hh (SCM_I_CONSP): add
8457         SCM_I_CONSP
8458
8459         * VERSION: 2.7.3 released
8460
8461         * Documentation/user/invoking.itely (Invoking lilypond): add
8462         LILYPOND_GC_YIELD documentation.
8463
8464         * lily/*: cleanups: use scm_from_int iso. scm_int2num. Idem for
8465         scm_from_real / scm_make_real.
8466
8467         * lily/main.cc (setup_guile_env): new function. Set GC min_yields
8468         higher. This increases memory footprint, but provides overall
8469         speedup of 15 to 20%. 
8470
8471         * lily/include/translator.hh (class Translator): remove
8472         PRECOMPUTED_VIRTUAL everywhere.
8473
8474         * lily/include/lily-guile.hh: inline scm_c[ad]r, scm_is_pair.
8475
8476         * lily/context.cc (now_mom): non-recursive now_mom() 
8477
8478         * lily/include/profile.hh: new file.
8479
8480         * lily/profile.cc: new file.
8481
8482         * lily/grob.cc (Grob::Grob): look properties up directly.
8483
8484         * lily/open-type-font.cc (get_indexed_char): cache index -> bbox
8485         lookups.
8486
8487         * lily/include/box.hh (class Box): smob Box type.
8488
8489         * lily/smobs.cc (protect_smob): O(1) GC (un)protection.
8490
8491         * lily/include/smobs.hh (DECLARE_BASE_SMOBS): add methods
8492         protect() and unprotect(). Use throughout.
8493
8494 2005-07-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8495
8496         * Documentation/topdocs/NEWS.tely: new item for \displayLilyMusic
8497
8498         * scm/define-music-display-methods.scm (markup->lily-string):
8499         markup elements can also be strings (without simple-markup
8500         appended)
8501
8502 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8503
8504         * lily/context.cc (where_defined): also assign value in
8505         where_defined().
8506
8507         * lily/bezier.cc (get_other_coordinate): use curve_coordinate
8508         (curve_coordinate): new function
8509
8510         * lily/simple-spacer.cc (add_columns): only add rods between
8511         column i and begin/end if keep-inside-line is set (this repleces
8512         allow-outside-line as default)
8513
8514 2005-07-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8515
8516         * lily/tuplet-engraver.cc (start_translation_timestep): only read
8517         tupletSpannerDuration if applicable.
8518
8519         * lily/font-size-engraver.cc (process_music): read fontSize only
8520         once per timestep.
8521
8522         * lily/engraver*cc: use throughout.
8523         
8524         * lily/include/translator.icc (ADD_ACKNOWLEDGER): new macro.
8525
8526         * lily/translator.cc (add_acknowledger): new file. Directly jump
8527         into an Engraver::acknowledge_xxx () method based on a grobs
8528         interface-list.
8529
8530         * lily/include/translator-dispatch-list.hh (class
8531         Engraver_dispatch_list): new struct, new file.
8532
8533         * scm/define-context-properties.scm
8534         (all-internal-translation-properties): remove acceptHashTable,
8535         acknowledgeHashTable
8536
8537         * lily/translator-group.cc (mark_smob): idem for acceptHashTable.
8538
8539         * lily/engraver-group-engraver.cc (Engraver_group_engraver):
8540         change acknowledgeHashTable to C++ member. 
8541
8542         * lily/rest-collision.cc (do_shift): use extract_grob_set().
8543
8544 2005-07-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8545
8546         * scm/display-lily.scm: new file. Define a `display-lily-music'
8547         function, that displays the music expression given as an argument,
8548         using LilyPond notation.
8549
8550         * scm/define-music-display-methods.scm: new file. Implementation
8551         of display methods for each music type.
8552
8553         * ly/music-functions-init.ly (displayLilyMusic): new function for
8554         displaying music with LilyPond notation.
8555
8556         * input/regression/display-lily-tests.ly: new regression test file
8557         for `display-lily-music'.
8558
8559         * scm/markup.scm: remove obsolete debugging code (for printing
8560         markups with LilyPond notation).
8561
8562         * scm/define-music-types.scm (music-name-to-property-table):
8563         * scm/clef.scm (supported-clefs): export, in order to be accessible
8564         from the (scm display-lily) module.
8565
8566 2005-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8567
8568         * Documentation/topdocs/NEWS.tely (Top): Typo.
8569
8570 2005-07-22  Heikki Junes  <hjunes@cc.hut.fi>
8571
8572         * Documentation/index.html.in, Documentation/texinfo.css,
8573           stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
8574           Documentation/bibliography/index.html.in,
8575           Documentation/bibliography/html-long.bst: revert css-width patch,
8576           it does not work with IE6.
8577
8578 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8579
8580         * Documentation/texinfo.css: revert 760px hack. 
8581
8582         * VERSION: release 2.7.2
8583
8584         * Documentation/topdocs/NEWS.tely (Top): mention barNumberCheck
8585
8586         * Documentation/user/basic-notation.itely (Barnumber check): add
8587         section.
8588
8589         * scm/music-functions.scm (skip-to-last): new function. Show only
8590         last showLastLength part of the \score.
8591
8592         * lily/moment-scheme.cc (LY_DEFINE): new function ly:moment-sub
8593
8594         * python/convertrules.py (conv): add ly:x-moment rule
8595
8596         * lily/moment-scheme.cc (LY_DEFINE): rename ly:X-moment  -> ly:moment-X
8597
8598         * Documentation/topdocs/NEWS.tely (Top): add new feature.
8599
8600         * Documentation/user/instrument-notation.itely (Flexibility in
8601         alignment): options in subsections.
8602
8603         * lily/lyric-engraver.cc (process_music): don't typeset text for _
8604         syllable text. Instead, assume that the previous lyric text is a
8605         melismated text.
8606
8607         * Documentation/index.html.in: revert 800x600 change.
8608
8609 2005-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8610
8611         * lily/main.cc (main): Remove invalid handle kludge.
8612
8613         * scm/lily.scm (running-from-gui?): WINDOWS: check -dgui.
8614         (lambda): add gui define.
8615
8616 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8617
8618         * Documentation/topdocs/NEWS.tely (Top): add note about Musica ficta.
8619
8620         * Documentation/user/instrument-notation.itely (Musica ficta
8621         accidentals): add section Musica ficta accidentals
8622
8623         * lily/accidental-engraver.cc (make_suggested_accidental): new
8624         function.
8625         (make_standard_accidental): move into new function.
8626         (create_accidental): new function.
8627
8628         * scm/define-grobs.scm (all-grob-descriptions): new Grob
8629         AccidentalSuggestion
8630
8631         * lily/output-def-scheme.cc (LY_DEFINE): take default  argument.
8632
8633         * lily/output-def.cc (lookup_variable): return SCM_UNDEFINED if
8634         undefined.
8635
8636         * Documentation/user/global.itely (Page formatting): document
8637         horizontalshift.
8638
8639         * scm/page-layout.scm (default-page-music-height):
8640         horizontalshift: new variable, shift all systems by
8641         horizontalshift to the right, to make space for instrument names.
8642
8643         * scm/paper.scm (set-paper-dimension-variables): add horizontalshift
8644
8645         * lily/input-scheme.cc (LY_DEFINE): take format commands.
8646
8647 2005-07-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8648
8649         * lily/note-column.cc (dir): idem.
8650
8651         * lily/spacing-spanner.cc (Module): idem.
8652
8653         * lily/script-column.cc (before_line_breaking): use extract_grob_set()
8654
8655         * lily/include/paper-column.hh (class Paper_column): add
8656         non-static get_rank() member.
8657
8658         * VERSION: release 2.7.1
8659         
8660         * scm/framework-null.scm: new file, used for benchmarking.
8661
8662 2005-07-20  Heikki Junes  <hjunes@cc.hut.fi>
8663
8664         * Documentation/topdocs/INSTALL.texi, configure.in: fix
8665         version dependencies for fontforge and gs.
8666
8667         * Documentation/index.html.in, Documentation/texinfo.css,
8668         stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
8669         Documentation/bibliography/index.html.in, 
8670         Documentation/bibliography/html-long.bst: optimize width of
8671         html for a 800x600 screen (width:760), increases printability
8672         when 'fit to page' is not set and readability in wide screens.
8673
8674         * stepmake/bin/add-html-footer.py: add missing </p>.
8675
8676 2005-07-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8677
8678         * scm/define-markup-commands.scm (beam): use polygon in beam
8679         command.
8680
8681         * lily/grob-pq-engraver.cc (stop_translation_timestep): save up
8682         all acknowledged grobs, and do potentially expensive merge and
8683         write in one go.
8684
8685         * buildscripts/mf-to-table.py (write_fontlist): enforce noBreak.
8686
8687         * configure.in (reloc_b): add --enable-static-gxx to statically
8688         link to libstdc++
8689
8690         * lily/GNUmakefile (static-gxx-libs): new target
8691         static-gxx-libs. Create symlink to libstdc++.a
8692
8693         * lily/new-lyric-combine-music-iterator.cc: rename to
8694         Lyric_combine_music_iterator
8695
8696         * lily/lyric-combine-music-iterator.cc
8697         (Old_lyric_combine_music_iterator): rename to
8698         Old_lyric_combine_music_iterator
8699
8700         * lily/*-engraver.cc (various): remove double use of
8701         PRECOMPUTED_VIRTUAL function: only use
8702         start_translation_timestep() and stop_translation_timestep(), not
8703         both.
8704
8705         * lily/break-substitution.cc (fast_substitute_grob_array): do
8706         fast_substitute_grob_array for all unordered grob_arrays.
8707         (substitute_grob): return Grob *. Saves packing/unpacking SCMs.
8708         (substitute_grob_array): optimize.
8709
8710         * lily/align-interface.cc (set_axis): set ordered_ for 'elements
8711
8712         * lily/include/grob-array.hh (class Grob_array): ordered_ member.
8713
8714         * lily/parser.yy: revert $globalheader patch.
8715         
8716         * lily/include/translator.icc
8717         (IMPLEMENT_FETCH_PRECOMPUTABLE_METHODS): directly jump into
8718         Translator methods, without _static helper.
8719  
8720         * lily/grob-smob.cc (derived_mark): rename from
8721         do_derived_mark(). Return void.
8722
8723         * scm/define-context-properties.scm
8724         (all-internal-translation-properties): remove tweakCount/tweakRank.
8725
8726         * scm/output-lib.scm (begin-of-line-invisible): use vectors for
8727         predefined break-visibilities.
8728
8729         * lily/item.cc (handle_prebroken_dependencies): use a vector of 3
8730         booleans for break-visibility.
8731
8732         * Documentation/topdocs/NEWS.tely (Top): add note about engravers.
8733
8734         * python/convertrules.py (conv): rule for Timing_translator. 
8735
8736         * lily/include/translator.icc: new file. 
8737
8738         * lily/paper-column-engraver.cc (process_music): new
8739         file. Separate Paper_column factory from Score_engraver.
8740
8741         * lily/vertically-spaced-context-engraver.cc: administer
8742         spaceable-staves property of System.
8743
8744         * lily/translator-group-ctors.cc: new file.
8745
8746         * lily/context-property.cc (make_grob_from_properties): construct
8747         the right Grob class programmatically, looking at the class entry
8748         for the meta property.
8749
8750         * lily/break-align-engraver.cc (stop_translation_timestep): call
8751         Break_align_interface::add_element() directly.
8752
8753         * lily/context.cc (measure_position): measure_position() is now a
8754         normal function.
8755
8756         * lily/include/translator.hh (class Translator): rename
8757         process_acknowledged_grobs() to process_acknowledged() and move to
8758         Translator.
8759
8760         * scm/define-grobs.scm (all-grob-descriptions): add a 'class meta
8761         field for each grob description.
8762
8763         * lily/include/translator-group.hh (class Translator_group):
8764         change to base class. Separate class from Translator. This gets
8765         rid of virtual inheritance for Engravers/Performers.
8766
8767         * lily/staff-performer.cc (class Staff_performer): derive
8768         Staff_performer from Performer, not Performer_group_performer 
8769
8770         * Lily/translator-group.cc (precomputed_recurse_over_translators):
8771         new function.
8772         (precompute_method_bindings): new function. Precompute lists of
8773         Translators, so we only call methods (process_music,
8774         start_translation_timestep, etc.) for Translators needing
8775         it. Also: dispose of pointer-to-member-function calls.
8776
8777         * lily/engraver-group-engraver.cc: remove engraver_each,
8778         recurse_down_engravers ()
8779
8780         * lily/note-head.cc (internal_print): only call
8781         glyph-name-procedure if style != default. 
8782
8783 2005-07-16  Graham Percival  <gperlist@shaw.ca>
8784
8785         * ly/titling-init.ly: add printallheaders option.
8786
8787         * Documentation/user/global.itely: document printallheaders.
8788
8789 2005-07-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8790
8791         * lily/system.cc (do_derived_mark): don't mark from object_alist_
8792         anymore, but do it centrally.  
8793
8794         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
8795         hammer hack.
8796
8797         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-object
8798
8799         * scm/output-lib.scm: remove hammer-print-function.
8800
8801         * lily/include/pointer-group-interface.hh (extract_grob_set): new
8802         macro. Declare a Link_array<Grob> and fill it from a grob.
8803         (extract_item_set): idem for item.
8804
8805         * lily/break-substitution.cc: add header.
8806         (fast_substitute_grob_array): rewrite for Grob_arrays.
8807         (substitute_grob_array): idem.
8808
8809         * lily/group-interface.cc (add_thing): remove file.
8810
8811         * flower/include/parray.hh (class Link_array): slice() is const.
8812
8813         * lily/include/grob-array.hh: new file.
8814
8815         * lily/grob-array.cc (spanner): new file.
8816
8817         * lily/beam-quanting.cc (fill): read details property from beam.
8818
8819         * lily/beam.cc: support details property.
8820
8821         * total speedups below: approx 10%.
8822
8823         * lily/include/beam.hh: new struct, softcode beam quanting parameters
8824
8825         * lily/include/grob.hh (class Grob): add interfaces_ member.
8826
8827         * lily/bezier.cc (init_polynomial_cache): new function: cache
8828         binom(3,j) t^j (1-t)^{3-j}
8829         (curve_point): opps, actually use the cache for t^j , (1-t)^j! 
8830
8831         * lily/*.cc: substitution throughout.
8832
8833         * lily/grob-property.cc (internal_get_object): new routine.
8834         (internal_set_object): idem. Store grob refrences in separate
8835         alist. This saves processing time, since properties aren't
8836         break-substituted, and the per grob namespace is smaller, both for
8837         grobs and non-grob properties.
8838
8839         * scm/define-grob-properties.scm (all-internal-grob-properties):
8840         remove center-element.
8841
8842         * lily/grob.cc: remove tweak-count, tweak-rank.
8843
8844 2005-07-15  Graham Percival  <gperlist@shaw.ca>
8845
8846         * Documentation/user/lilypond-book.itely: fixes example.
8847
8848 2005-07-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8849
8850         * Documentation/user/global.itely (Creating titles):    
8851         * Documentation/user/examples.itely (All headers): change the
8852         place of \header in \score blocks (after music block) to make
8853         examples compile (cf. changes on parser.yy on 2005-07-10)
8854
8855 2005-07-13  Graham Percival  <gperlist@shaw.ca>
8856
8857         * python/convertrules.py: add exc -> ecc rule.
8858
8859         * scripts/convert-ly.py: add location of convertrules.py
8860         in a comment.
8861
8862         * Documentation/user/changing-defaults.itely: fix language.
8863
8864 2005-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8865
8866         * lily/lily-parser-scheme.cc (LY_DEFINE): Guile 1.6 fix.
8867
8868 2005-07-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8869
8870         * scm/output-socket.scm (grob-bbox): don't use inf? 
8871
8872         * flower/include/rational.hh: add operator bool() 
8873
8874         * scm/define-music-types.scm (music-descriptions): remove
8875         internal-class-name properties.
8876
8877         * lily/include/event.hh: remove file.
8878
8879         * lily/include/music-constructor.hh: remove file.
8880
8881         * lily/parser.yy (Lily_lexer): check EVENT_IDENTIFIER using 'event
8882         in 'types property.
8883
8884         * lily/music.cc (duration_length_callback): new function.
8885
8886         * lily/event.cc: remove file.
8887
8888         * lily/music-constructor.cc: remove file.
8889
8890         * lily/music-scheme.cc (LY_DEFINE): rename to ly:make-music
8891
8892         * lily/context.cc (get_grob_key): nop if use_object_keys not set.
8893         (get_context_key): idem.
8894
8895         * scm/lily.scm (lambda): new option object-keys (default to #f)
8896
8897         * scm/output-svg.scm (utf-8-string): rename  from utf8-string.
8898
8899         * scm/output-gnome.scm: remove beam routine.
8900
8901         * scm/output-ps.scm (scm): idem.
8902
8903         * scm/output-svg.scm: remove beam.
8904
8905         * ps/music-drawing-routines.ps: remove draw_beam.
8906
8907         * lily/lookup.cc (beam): use round_filled_polygon() for beam.
8908
8909         * flower/include/guile-compatibility.hh (scm_from_locale_string):
8910         add scm_from_locale_string compatibility glue. 
8911
8912 2005-07-13  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
8913
8914         * scripts/lilypond-book.py: Prevent occuring error when
8915         'lilypond-book --output=foo/ somefile.ly' is executed multiple
8916         times and target file shoud be overwritten.  (Error message said
8917         'input file and output file is same'.)
8918
8919 2005-07-13  Graham Percival  <gperlist@shaw.ca>
8920
8921         * input/regression/slur-extreme.ly,
8922         input/regression/slur-scoring.ly, lily/slur-configuration.cc,
8923         lily/slur.cc, mf/feta-din-code.mf, mf/feta-timesig.mf,
8924         mf/parmesan-heads.mf, scm/define-grob-properties.scm: Change
8925         "excentricity" to "eccentricity".
8926
8927         * Documentation/user/converters.itely: fix URL for Noteedit and
8928         Rosegarden.
8929
8930         * THANKS: added Yoshinobu Ishizaki.
8931
8932 2005-07-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8933
8934         * scm/define-markup-commands.scm (justify-field): add. 
8935
8936         * scm/define-grobs.scm (all-grob-descriptions): decrease font size.
8937
8938 2005-07-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8939
8940         * lily/lookup.cc (filled_box): express filled_box with
8941         round_filled_box
8942
8943         * scm/midi.scm (paper-book-write-midis): new function. Write all
8944         performances in numbered MIDI files.
8945
8946         * lily/performance-scheme.cc (LY_DEFINE): new file.
8947         (LY_DEFINE): new function ly:performance-write.
8948
8949         * lily/lily-parser-scheme.cc (LY_DEFINE): ly:parser-output-name:
8950         new function.
8951         (LY_DEFINE): change name ly:parser-define -> ly:parser-define!
8952
8953         * scm/framework-*.scm: use port arguments throughout.
8954
8955         * lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
8956
8957         * lily/paper-outputter.cc (Paper_outputter): take port argument.
8958
8959         * lily/paper-outputter-scheme.cc (LY_DEFINE): take port argument.
8960
8961         * scm/framework-texstr.scm (output-framework): 
8962
8963         * input/regression/repeat-fold.ly (texidoc): remove TeX strings.
8964
8965         * scm/output-lib.scm (tablature-stem-attachment-function):
8966         tablature stem attachment fix. 
8967
8968 2005-07-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8969
8970         * lily/bezier.cc: hardcode binomial coefficients of order 3.
8971
8972         * lily/include/music-wrapper.hh: remove Music_wrapper as Music subtype.
8973
8974         * scm/define-music-types.scm (music-descriptions): don't use
8975         Music_wrapper type.
8976
8977         * lily/paper-column.cc (print): print moment too.
8978
8979         * scripts/mup2ly.py (cp_to_dir): remove 1.5.2 compat glue.  
8980         remove compatibility cruft.
8981
8982         * lily/parser.yy (score_body): \score can only begin with Music. 
8983
8984         * lily/score-scheme.cc (LY_DEFINE): rename scorify to
8985         make-score. Take music argument only. Move parser interaction to
8986         Scheme.
8987
8988         * scm/lily-library.scm (scorify-music): new function.
8989
8990         * python/lilylib.py (datadir): remove 2.1 compat kludge.
8991         (datadir): remove resource import.
8992         (print_environment): remove get_bbox()
8993         (cp_to_dir): remove pre 1.5.2 compat glue.
8994
8995 2005-07-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8996
8997         * lily/include/simple-spacer.hh (Module): idem.
8998
8999         * lily/include/spring.hh (struct Spring): store inverse
9000         strength. This prevents division by zero.
9001
9002         * VERSION: release 2.7.0
9003         
9004         * lily/include/music.hh (class Music): remove Music::duration_log()
9005
9006         * lily/stem-engraver.cc (make_stem): take duration log from event.
9007
9008         * lily/chord-tremolo-engraver.cc: don't ack note-head-interface.
9009
9010 2005-07-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9011
9012         * scm/lily.scm (ly:load): load autochange.scm
9013
9014         * Documentation/user/tutorial.itely (Running LilyPond for the
9015         first time): remove reference to DVI/TeX
9016
9017         * scm/define-markup-commands.scm (text): add \text markup command.
9018
9019         * configure.in (reloc_b): bump requirement to Python 2.2.
9020
9021         * lily/include/dots.hh (class Dots): make has_interface() static.
9022
9023         * python/convertrules.py (conv): add rule for ly:grob-default-font
9024
9025         * scm/define-grobs.scm (all-grob-descriptions): reorganize in
9026         alphabetical order.
9027
9028         * input/regression/trill-spanner-pitched.ly: new file.
9029
9030         * lily/font-interface-scheme.cc (LY_DEFINE): function
9031         ly:grob-default-font (changed from get-default-font).
9032
9033         * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file.
9034
9035         * lily/note-head.cc (internal_print): if style is not a symbol,
9036         set style to 'default. 
9037         (internal_print): no style suffix if glyph-name-procedure not
9038         set. Default to quarter head.
9039
9040         * scm/define-grobs.scm (Module): new grob TrillPitchHead.
9041
9042         * scm/define-music-properties.scm (all-music-properties): add trill-pitch.
9043
9044         * ly/music-functions-init.ly: \pitchedTrill
9045
9046         * lily/pitched-trill-engraver.cc (acknowledge_grob): new file.
9047
9048         * ly/Welcome_to_LilyPond.ly: update to 2.6.0
9049
9050         * lily/trill-spanner-engraver.cc (finalize): rename req -> event
9051
9052         * scm/define-markup-commands.scm (pad-markup): pad-markup command.
9053
9054         * po/fr.po: update
9055
9056         * po/de.po: update.
9057
9058 2005-07-06  Graham Percival  <gperlist@shaw.ca>
9059
9060         * Documentation/user/changing-defaults.itely: add link
9061         to grob-iterface.
9062
9063         * Documentation/user/advanced-notation.itely: add material
9064         to Setting automatic beam behaviour.  Thanks, Joe!
9065
9066         * Documentation/user/lilypond.itely: change encoding to utf-8.
9067
9068 2005-07-01  Mats Bengtsson  <mabe@s3.kth.se>
9069
9070         * Documentation/user/advanced-notation.itely (Setting automatic
9071         beam behavior): Correct the documentation of
9072         revert-auto-beam-setting (backportme)
9073
9074 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9075
9076         * lily/ly-module.cc (ly_make_anonymous_module): define
9077         %module-public-interface of module. 
9078
9079         * lily/lily-parser.cc (print_smob): allow printing of parser smob
9080         without lexer.
9081
9082 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9083
9084         * input/regression/fret-diagrams.ly: stretch example.
9085
9086 2005-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9087
9088         * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
9089         Fodor).
9090
9091 2005-06-30  Graham Percival  <gperlist@shaw.ca>
9092
9093         * Documentation/topdocs/AUTHORS.texi: update personal web address.
9094
9095         * Documentation/user/examples.itely, lilypond-book.itely:
9096         change \RequirePackage to \usepackage.
9097
9098         * Documentation/user/global.itely: document copyright and tagline.
9099
9100 2005-06-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9101
9102         * Documentation/user/basic-notation.itely (Transpose): remove link
9103         to nonexistent UntransposableMusic.
9104
9105         * scm/output-svg.scm: remove old definitions.
9106
9107         * scripts/lilypond-book.py (do_file): search for kpsewhich before
9108         invoking.
9109
9110         * python/lilylib.py (search_exe_path): new function.
9111
9112 2005-06-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9113
9114         * python/lilylib.py (mkdir_p): remove setup_environment()
9115         (backportme)
9116
9117         * buildscripts/mutopia-index.py (headertext): trim text.
9118
9119         * Documentation/topdocs/NEWS.tely (Top): refresh.
9120
9121         * scm/define-markup-commands.scm (wordwrap-string): new function:
9122         split string in paras and words.
9123         (wordwrap-markups): new function.
9124         (wordwrap-stencils): new function. 
9125         (justify): use it.
9126         (wordwrap): use it.
9127         (wordwrap-string): use it
9128         (justify-string): use it.
9129
9130         * scm/lily-library.scm (regexp-split): new function.
9131
9132         * scm/define-markup-commands.scm: remove encoded-simple. 
9133         remove font-markup.
9134         (fontsize): remove old version  of fontsize.
9135         (wordwrap): new markup function. Wrap into paragraphs.
9136
9137         * VERSION: Branch lilypond_2_6
9138         (MINOR_VERSION): go to 2.7.0
9139
9140 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9141
9142         * po/zh_TW.po: update from translation project.
9143
9144 2005-06-28  Graham Percival  <gperlist@shaw.ca>
9145
9146         * scm/midi.scm: compile fix.
9147
9148 2005-06-28  Mats Bengtsson  <mabe@s3.kth.se>
9149
9150         * scripts/lilypond-book.py : Fix embarrassing bug in my previous
9151         patch. Now, the tempfile module is loaded too, not only used.
9152
9153 2005-06-28  Stephen Charles McCarthy  <stecmccarthy@hotpop.com>
9154
9155         * scm/midi.scm: changed midi volumes in absolute-volume-alist from
9156         0.05 - 1.00 to 0.25 - 1.00
9157
9158         * scm/midi.scm: moved the default-instrument-equalizer procedure
9159         to just under the insturment-equalizer-alist it takes as an
9160         argument.
9161
9162 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9163
9164         * Documentation/user/advanced-notation.itely (Font selection):
9165         remove CMR note.
9166
9167         * scm/framework-ps.scm (write-preamble): ly:warning iso. ly:warn 
9168
9169 2005-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9170
9171         * THANKS: Add UTF-8 marker.
9172
9173         * Documentation/user/point-and-click.itely (http): Update: use
9174         lilypond-invoke-editor.  Fix: instruct to use user.js.
9175
9176 2005-06-27  Graham Percival  <gperlist@shaw.ca>
9177
9178         * ly/titling-init.ly: implements printpagenumber, increases
9179         space between dedication and title (to avoid collisions with
9180         "g" and "q" in dedication), and nicer logic about copyright
9181         and instrument fields being printed on the first page.
9182         Thanks Vincent!
9183
9184         * Documentation/user/global.itely: document printpagenumber.
9185
9186 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
9187
9188         * Documentation/topdocs/NEWS.tely: Update to 2.6.
9189
9190 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9191
9192         * THANKS: update to 2.6
9193
9194         * VERSION: 2.6.0 released.
9195
9196 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
9197
9198         * cygwin/GNUmakefile (OUT_POSTREMOVES): Reinclude install script
9199         rule, errorneously removed probably because of misleading comment.
9200
9201 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9202
9203         * python/lilylib.py (datadir): py2exe comments.
9204
9205         * Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement.
9206
9207         * configure.in (reloc_b): make fontconfig REQUIRED.
9208
9209 2005-06-27  Heikki Junes <hjunes@cc.hut.fi>
9210
9211         * po/fi.po: add latest translations.
9212
9213 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9214
9215         * ChangeLog: recode utf-8
9216
9217         * Documentation/pictures/lilypond.xpm (Module): edited photo as
9218         logo.
9219
9220         * Documentation/user/examples.itely (Module): 2.4.0 -> 2.6.0
9221
9222         * input/*.ly (Module): 2.4 -> 2.6 grand convert-ly s/r. 
9223
9224         * python/convertrules.py (do_conversion): don't print program_name
9225         from within a module
9226
9227         * configure.in (reloc_b): bump fontforge requirement to 20050624.
9228
9229         * python/convertrules.py (conv): add 2.6.0 dummy rule.
9230
9231 2005-06-23  Graham Percival  <gperlist@shaw.ca>
9232
9233         * Documentation/user/lilypond-book.itely,
9234         Documentation/user/examples.itely: add \RequirePackage{graphics}.
9235
9236         * ly/titling.ly: checks printfirstpagenumber, adds meter, and
9237         fixes baseline-skip.  Thanks Vincent!
9238
9239         * Documentation/user/advanced-notation.itely, global.itely:
9240         moved "Selecting font sizes" to global, since it deals with
9241         notation font size, not text fonts.
9242
9243 2005-06-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9244
9245         * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice
9246         to fonts.
9247
9248 2005-06-23  Mats Bengtsson  <mabe@s3.kth.se>
9249
9250         * scripts/lilypond-book.py (LATEX_DOCUMENT): More or less ugly
9251         workaround since /dev/stdin doesn't work on Cygwin. Using a
9252         temporary file in the current directory since latex doesn't
9253         understand the path name to the default TMP in Cygwin (at least on
9254         win XP).
9255         
9256         * Documentation/user/global.itely (Creating titles): Correct
9257         misprint in example. Thanks to Rob Vlasaty.
9258
9259 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9260
9261         * VERSION (PATCH_LEVEL): release 2.5.32
9262
9263         * lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
9264         variable in lily module
9265
9266         * scm/framework-ps.scm (output-classic-framework): error message
9267         regarding the classic framework.
9268
9269         * Documentation/user/henle-flat-gray.png (Module): new file.
9270
9271         * Documentation/user/baer-flat-gray.png (Module): new file.
9272
9273         * scm/output-lib.scm (fret-number-tablature-format): vcenter and
9274         whiteout for markups.
9275
9276         * buildscripts/substitute-encoding.py (note_glyph): include _ in
9277         regex too. This fixes change clef appearance in PDF. 
9278
9279         * ttftool/include/*: remove.
9280
9281         * configure.in (reloc_b): remove TTFTOOL_ENDIAN
9282
9283         * config.make.in (WINDRES): remove TTFTOOL_ENDIAN.
9284
9285         * lily/GNUmakefile (MODULE_INCLUDES): remove ttftool
9286
9287         * ttftool/*: remove ttftool subdirectory.
9288
9289         * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
9290
9291         * lily/ttf.cc (print_header): new file. Convert to type42, using
9292         FreeType to parse the TTF. 
9293
9294         * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
9295         and post table may differ. Pass around post_nglyphs as well.
9296
9297 2005-06-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9298
9299         * ly/music-functions-init.ly (musicMap): new music function
9300         musicMap. 
9301         
9302 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9303
9304         * make/mutopia-rules.make: anti-alias-factor = 2
9305
9306         * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
9307         page switch.
9308
9309         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
9310         anti-alias-factor for lilypond-book runs.
9311
9312         * scm/ps-to-png.scm (scale-down-image): new function.
9313         (my-system): new function.
9314         (make-ps-images): blow up GS resolution by anti-alias-factor,
9315         scale down image by anti-alias-factor.  This improves appearance
9316         of bitmaps
9317         (make-ps-images): remove showpage. Fixes spurious empty png at
9318         end.
9319
9320         * scm/framework-ps.scm (write-preamble): downcase filename before
9321         string-matching. Should fix .TTF files (as opposed to ttf files)  
9322
9323         * Documentation/user/tutorial.itely (Running LilyPond for the
9324         first time): separate subsections for windows, macos and unix.  
9325
9326         * Documentation/user/invoking.itely (Updating files with
9327         convert-ly): add MacOS X note.
9328
9329 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9330
9331         * Documentation/user/introduction.itely (Engraving): don't include
9332         file optical-spacing, add directly.
9333
9334         * lily/paper-outputter.cc (file): open file in binary mode. This
9335         fixes OTF embedding on windows.
9336
9337 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9338
9339         * scm/framework-ps.scm (write-preamble): remove debugging output.
9340
9341         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
9342
9343         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
9344         outdir.
9345         (install-fc-cache): install font cache in installation directories.
9346
9347 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9348
9349         * scm/editor.scm (editor-command-template-alist): Use char iso
9350         column, except for Emacs.
9351         (get-editor-command): Substitute char too (Bertalan Fodor).
9352
9353 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9354
9355         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
9356         quoted ~s.  This should fix PNG output on Windows; single quotes
9357         are regular characters on Windows.
9358
9359 2005-06-16  Graham Percival  <gperlist@shaw.ca>
9360
9361         * Documentation/user/basic-notation.itely: include ChoirStaff
9362         in System start delimiters.
9363
9364         * Documentation/user/putting.itely: new doc section on
9365         fixing overlapping notation.
9366
9367 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9368
9369         * Documentation/user/global.itely (Paper size): \paper is in
9370         \book, not \score.
9371
9372         * make/mutopia-rules.make: -ddelete-intermediate-files
9373
9374         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
9375
9376 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9377
9378         * ChangeLog: Recode utf-8.
9379
9380         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
9381         datadir with .py modules.
9382
9383 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
9384
9385         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
9386
9387 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9388
9389         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
9390         
9391         * scm/framework-ps.scm (write-preamble): remove status check.
9392
9393         * Documentation/user/invoking.itely (Updating files with
9394         convert-ly): remove -o option.
9395
9396         * VERSION (PACKAGE_NAME): release 2.5.31
9397
9398         * scm/framework-ps.scm (write-preamble): use ly:system.
9399         (write-preamble): verbosity.
9400
9401         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
9402
9403         * python/convertrules.py: new file. Store conversion rules
9404         separately.
9405
9406 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9407
9408         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
9409
9410 2005-06-14  Mats Bengtsson  <mabe@s3.kth.se>
9411
9412         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
9413         \musicDisplay 
9414
9415         * Documentation/user/instrument-notation.itely (More stanzas): Add
9416         reference to StanzaNumber.
9417
9418 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9419
9420         * THANKS: separate section for website translators.
9421
9422 2005-06-14  Graham Percival  <gperlist@shaw.ca>
9423
9424         * Documentation/topdocs/INSTALL.texi: update vim info;
9425         thanks Simon Bailey!
9426
9427         * Documentation/user/advanced-notation.itely: included
9428         color names.
9429
9430         * Documentation/user/advanced-notation.itely,
9431         Documentation/usr/notation-appendices.itely: moved
9432         color names into an appendix.
9433
9434 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9435         
9436         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
9437
9438         * scm/lily.scm (lambda): initialize program options from here.
9439
9440         * scm/framework-*.scm: add header info.
9441
9442         * lily/main.cc (parse_argv): only set output format to pdf if no
9443         other format specified.
9444
9445         * scm/backend-library.scm (postprocess-output): process
9446         'delete-intermediate-files after running convert-to-*. This fixes
9447         PNG generation when 'delete-intermediate-files is set.
9448         
9449 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9450
9451         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
9452         links on website. 
9453
9454 2005-06-13  Graham Percival  <gperlist@shaw.ca>
9455
9456         * Documentation/topdocs/INSTALL.texi,
9457         Documentation/user/lilypond-book.itely: typos.
9458
9459 2005-06-12  Pal Benko  <benkop@freestart.hu>
9460
9461         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
9462         added between program name and switch; -b changed to -f not
9463         to generate pdf
9464
9465 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9466
9467         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
9468         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
9469
9470         * input/sakura-sakura.ly: add \midi.
9471
9472         * buildscripts/mutopia-index.py (find): use /usr/bin/find
9473         iso. python find. 
9474
9475         * ttftool/test.c (main): cosmetics.
9476
9477         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
9478
9479         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
9480         create a ttf2ps binary.
9481
9482         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
9483
9484         * scm/backend-library.scm (postscript->png): set rename-page-1 to
9485         true.
9486
9487 2005-06-11  Graham Percival <gperlist@shaw.ca>
9488
9489         * Documentation/user/lilypond-book.itely: add warning about
9490         the font warnings in dvips.
9491
9492 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9493
9494         * THANKS: typo
9495
9496         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
9497
9498         * GNUmakefile.in: remove links for .map, .enc
9499         don't fail if out/ doesn't exist yet.
9500
9501 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9502
9503         * ttftool/util.c (surely_read): return nbytes
9504
9505         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
9506
9507         * VERSION (PACKAGE_NAME): release 2.5.30
9508
9509         * flower/string-convert.cc (precision_string): >? fix.
9510
9511         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
9512         (make-ps-images): add verbose -q too.
9513
9514         * lily/default-actions.cc (Module): new file. default
9515         {book,score}-print functions.
9516
9517         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
9518         pass results via parseStringResult, lookup via ly:parser-lookup.  
9519
9520         * lily/lily-parser.cc (Lily_parser): only clone lexer in
9521         constructors.
9522         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
9523         (parse_string): idem.
9524
9525         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
9526
9527         * lily/main.cc (main_with_guile): copy be_verbose_global into
9528         ly_set_option()
9529
9530 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9531
9532         * scm/backend-library.scm (postscript->pdf):
9533         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
9534         verbose mode.  Search for several names of gs executable.
9535
9536 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9537
9538         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
9539         directly. This fixes a massive memory leak, provided you use CVS
9540         GUILE.
9541
9542 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
9543
9544         * ly/property-init.ly: Added tieDashed.
9545
9546         * THANKS: Added some bughunters for 2.5.
9547
9548 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9549
9550         * lily/program-option.cc: add debug-gc option.
9551
9552         * lily/include/lily-guile-macros.hh: don't protect exported module
9553         objects.
9554
9555         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
9556
9557         * scm/backend-library.scm (postscript->pdf): use
9558         delete-intermediate-files iso. running-from-gui? 
9559
9560         * ttftool/util.c (surely_read): robustness. Allow read() to return
9561         less bytes than requested, as per posix standards.
9562
9563         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
9564         program option.
9565
9566         * ttftool/include/ttftool.h ("C"): rename verbosity to
9567         ttf_verbosity. Add to public interface.
9568
9569         * scm/music-functions.scm (unfold-repeats): remove debugging display.
9570
9571         * lily/program-option.cc: rename from scm-option.cc
9572
9573         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
9574         (get_help_string): Print pretty help string.
9575
9576         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
9577         to snippet preamble.
9578
9579         * lily/scm-option.cc: remove command-line-settings option. Fold
9580         all command-line options plus default settings in a generic
9581         interface. 
9582
9583         * flower/getopt-long.cc (table_string): indent 2nd lines of help
9584         texts too.
9585
9586 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9587
9588         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
9589         or EXT_ components non-empty.
9590
9591 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9592
9593         * scm/lily.scm (running-from-gui?): Export.
9594
9595         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
9596         output in .ly source directory.
9597
9598 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9599
9600         * ttftool/util.c (surely_lseek): more verbosity.
9601
9602         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
9603         compile.
9604
9605         * lily/parser.yy (Repeated_music): remove >? 
9606
9607         * scm/backend-library.scm (postscript->pdf): Support for
9608         -dgs-font-load=1
9609
9610         * scm/framework-ps.scm (write-preamble): make font loading
9611         switchable to GS via --define-default gs-font-load=1
9612
9613 2005-06-09  Graham Percival  <gperlist@shaw.ca>
9614
9615         * Documentation/user/global.itely: added \layout docs.
9616
9617 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9618
9619         * lily/lily-parser-scheme.cc: add unistd.h
9620
9621 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9622
9623         * scm/editor.scm: add char argument.
9624
9625         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
9626
9627         * ttftool/util.c (syserror): use errno for better error reporting.
9628
9629         * lily/source-file.cc (get_counts): new function. Calc column,
9630         line and char count in one go.
9631
9632         * lily/binary-source-file.cc (quote_input): rename to quote_input
9633
9634         * lily/input.cc (set): new function.
9635
9636 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9637
9638         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
9639         directory part of file name to search directory.
9640
9641         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
9642         search path and chdir to DIR if --outname=DIR used.
9643
9644         * lily/main.cc (prepend_env_path): Bugfix: Check directory
9645         existence before appending original path.
9646
9647 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9648
9649         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
9650         file" massage.
9651
9652         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
9653         texinfo.tex is always used.
9654         
9655 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9656
9657         * flower/include/axis.hh: rename from axes.hh
9658
9659         * lily/include/text-interface.hh (Module): rename from text-item.hh
9660
9661         * VERSION (PATCH_LEVEL): release 2.5.29
9662
9663         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
9664
9665         * scm/framework-ps.scm (font-file-as-ps-string): new function.
9666         (handle-macfont): new function. Call fondu for Native mac fonts.
9667
9668         * scm/define-markup-commands.scm (fill-line): handle text-widths =
9669         '() case.
9670
9671 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9672
9673         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
9674         multi-page.  Fix .eps regular expression.
9675
9676 2005-06-07  Graham Percival  <gperlist@shaw.ca>
9677
9678         * Documentation/user/putting.itely: add info on modifying templates.
9679
9680         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
9681         misc small changes.
9682
9683 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9684
9685         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
9686
9687         * scripts/lilypond-ps2png.scm
9688
9689         * VERSION (PACKAGE_NAME): release 2.5.28
9690
9691 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9692
9693         * lily/main.cc (prepend_env_path): Do not append /, that does not
9694         work.  Localedir lives in datadir, not in prefix.
9695
9696         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
9697         hack for windows.
9698
9699         * flower/include/file-cookie.hh: Compile fix.
9700
9701 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9702
9703         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
9704
9705         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
9706         system primitives.
9707         (gulp-port): using read-string!/partial. We don't want to read an
9708         entire PS file  (GUILE 1.6 limits strings to 16M) 
9709
9710         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
9711         properties. Add font-interface. 
9712
9713         * scm/define-grob-properties.scm (all-user-grob-properties):
9714         remove old bracket properties.
9715
9716         * scm/x11-color.scm: reformat. 
9717
9718         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
9719         LedgerLineSpanner if new StaffSymbol is found. 
9720
9721         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
9722         staff-symbol for finishing staff. 
9723
9724         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
9725
9726         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
9727         change black to currentColor everywhere. This fixes color support
9728         in SVG.
9729
9730 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
9731
9732         * input/regression/fret-diagrams.ly: new file to test fret diagram
9733         capability
9734
9735         * scm/output-tex.scm: remove white-dot and white-text
9736
9737         * scm/output-ps.scm: remove white-dot and white-text
9738
9739         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
9740         using ly:stencil-in-color instead
9741         (draw-dots) : remove call to white-dot
9742
9743 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9744
9745         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
9746         support.
9747
9748         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
9749
9750         * flower/include/file-cookie.hh: new file. lily_cookie extension 
9751
9752         * flower/file-cookie.cc: new file. lily_cookie extension.
9753         
9754 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9755
9756         * scm/editor.scm (editor-command-template-alist): Add syn
9757         editor (Jaap [de Vos]).
9758
9759 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9760
9761         * scripts/lilypond-ps2png.scm:
9762         * scm/ps-to-png.scm: New file.
9763
9764         * scm/backend-library.scm (postscript->png): Use it.
9765
9766         * scripts/lilypond-ps-to-png.py: Remove file.
9767
9768         * python/lilylib.py (get_bbox, make_ps_images): Remove.
9769
9770 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9771
9772         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
9773
9774         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
9775         start on grace moment. Fixes autobeam-grace.ly.
9776
9777         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
9778         process anything unless we're at the end of a pending beam. Fixes
9779         syncopated 8ths beamed across a beat.
9780
9781 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9782
9783         * scm/editor.scm (editor-command-template-alist): Start emacs if
9784         emacslient fails.
9785
9786         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
9787
9788         * flower/file-path.cc (is_file, is_dir): Export.
9789
9790         * lily/main.cc (prepend_env_path, set_env_file): Use them.
9791
9792 2005-06-02  Mats Bengtsson  <mabe@s3.kth.se>
9793
9794         * lily/easy-notation.cc: Added include cctype to correct
9795         compilation error.
9796
9797 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9798
9799         * scm/backend-library.scm (postscript->pdf): set resolution to
9800         1200, so bitmap fonts aren't that ugly. 
9801
9802         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
9803
9804         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
9805         parent if we have a notehead. Fixes incorrect offsets when
9806         Paper_column is very wide in the X direction.
9807
9808         * input/regression/font-family-override.ly (Module): new file.
9809
9810         * scm/font.scm (make-pango-font-tree): new function.
9811
9812         * lily/beam.cc (before_line_breaking): remove warning about less
9813         than 2 visible stems. We still get a warning when there is only
9814         one stem.
9815
9816 2005-06-01  Werner Lemberg  <wl@gnu.org>
9817
9818         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
9819         correctly.
9820
9821 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9822
9823         * lily/slur-scoring.cc (generate_avoid_offsets): new
9824         function. Generate avoid offsets once per slur.
9825
9826         * lily/slur.cc (add_extra_encompass): add dependency to
9827         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
9828
9829         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
9830         too. Fixes inf error with added bass notes.
9831
9832         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
9833         argument anymore.
9834
9835         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
9836
9837         * input/tutorial/lbook-latex-test.tex: add line length test.
9838
9839         * scripts/lilypond-book.py (set_default_options): new
9840         function. Call this before dissecting snippets, so linewidth
9841         settings reach the snippets.
9842
9843 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
9844
9845         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
9846
9847 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9848
9849         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
9850
9851 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9852
9853         * stepmake/aclocal.m4: More autopackage friendliness.
9854
9855 2005-05-31  Graham Percival  <gperlist@shaw.ca>
9856
9857         * Documentation/index.html.in: remove link to LSR.
9858
9859         * Documentation/user/global.itely: remove duplicate
9860         "dedication" \header{} section.
9861
9862 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9863
9864         * VERSION (PACKAGE_NAME): release 2.5.27.
9865
9866         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
9867         too. Plugs memory leak.
9868
9869         * make/lilypond.fedora.spec.in (Group): remove
9870         lilypond-pdfpc-helper.
9871
9872         * scripts/GNUmakefile (SEXECUTABLES): remove
9873         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
9874
9875         * scm/font.scm (make-century-schoolbook-tree): add Mono as
9876         'typewriter family.
9877
9878         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
9879         memory leak.
9880
9881         * lily/parser.yy (score_body): don't clone Score, that's done in
9882         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
9883
9884         * lily/score-engraver.cc (derived_mark): new function.
9885         (initialize): unprotect Paper_score. This fixes a memory leak.
9886
9887         * lily/score-performer.cc (derived_mark): new function.
9888
9889         * lily/score-translator.cc (get_output): use SCM for get_output() call.
9890
9891         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
9892         spurious warning.
9893
9894         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
9895         serif.
9896
9897 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9898
9899         * configure.in (reloc_b): Add --enable-relocation.
9900
9901 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9902
9903         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
9904
9905         * input/regression/alignment-order.ly: add Staff example.
9906
9907 2005-05-31  John Mandereau   <john.mandereau@free.fr>
9908
9909         * po/fr.po: update.
9910
9911 2005-05-31  Graham Percival  <gperlist@shaw.ca>
9912
9913         * Documentation/index.html.in: add link to LSR.
9914
9915 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9916
9917         * scm/define-stencil-commands.scm (Module): new file. Register all
9918         allowed stencil expression heads in a central place.
9919
9920         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
9921         ly:make-stencil
9922
9923         * lily/stencil-expression.cc (all_stencil_heads): registering
9924         stencil expressions.
9925
9926         * lily/stencil-interpret.cc: new file. Stencil expression
9927         interpreting.
9928
9929         * input/xiao-haizi-guai-guai.ly: move file back.
9930
9931 2005-05-30  Graham Percival  <gperlist@shaw.ca>
9932
9933         * Documentation/user/advanced.itely, converters.itely,
9934         instrument-notation.itely, lilypond-book.itely: misc small
9935         changes.
9936
9937 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9938
9939         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
9940
9941         * make/lilypond.fedora.spec.in: Fix source url.
9942
9943         * cygwin: Update from mingw patches.
9944
9945         * scm/editor.scm (editor-command-template-alist): Use jedit
9946         -reuseview (Bertalan), add uedit (Patrick Huberts).
9947
9948         * input/xiao-hai-zi-guai-guai.ly: Rename from
9949         xiao-haizi-guai-guai.ly.
9950
9951         * input/*: Reindent, do not use TAB.
9952
9953         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
9954         white background.
9955
9956 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9957
9958         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
9959         numerical overflow error.
9960
9961 2005-05-29 Laura Conrad <lconrad@laymusic.org>
9962         
9963         * abc2ly.py: fix to syntax error in multi-part output.
9964
9965 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9966
9967         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
9968         with disappearing span bars when alignAboveContext is active
9969
9970         * lily/property-iterator.cc (check_grob): use is-grob?
9971         object-property. Fixes crash-key-sig-font-size.ly. 
9972
9973 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9974
9975         * lily/bar-line.cc (print): don't round barlines; this produces
9976         odd aliasing effects in Acroread.
9977
9978         * lily/timing-engraver.cc (process_music): robustness fix.
9979
9980         * lily/context-def.cc (filter_engravers): bugfix.
9981
9982 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9983
9984         * lily/lilypond.rc.in: Add ly-icon.
9985
9986         * lily/GNUmakefile: 
9987         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
9988         rules.
9989
9990 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9991
9992         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
9993
9994         * ps/music-drawing-routines.ps: 
9995
9996         * scm/output-ps.scm: remove draw ez_ball.
9997
9998         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
9999         EasyNotation context definition.
10000
10001         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
10002         Text_interface and color for making easy note heads.
10003
10004         * lily/stencil.cc (with_color): new function.
10005
10006         * ps/music-drawing-routines.ps: remove draw_zigzag_line
10007
10008         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
10009         output routine. Zigzag now works in SVG too.
10010
10011         * scm/output-tex.scm (filledbox): idem.
10012
10013         * scm/output-svg.scm (filledbox): idem.
10014
10015         * scm/output-ps.scm (lily-def): remove horizontal-line. 
10016
10017         * lily/lookup.cc (horizontal_line): use draw-line. 
10018
10019         * lily/system-start-delimiter.cc: remove old staff bracket code.
10020
10021         * mf/feta-haak.mf: further tweaks.
10022
10023         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
10024
10025         * mf/feta-generic.mf: include feta-haak.
10026
10027         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
10028
10029         * scm/framework-ps.scm (write-preamble): only load fonts if their
10030         filename is a string. 
10031
10032 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10033
10034         * scm/output-svg.scm (circle): support circle.
10035         (bracket): stub for bracket.
10036
10037         * scripts/lilypond-book.py (main): make sure --psfonts warning is
10038         correct.
10039
10040 2005-05-26  Graham Percival  <gperlist@shaw.ca>
10041
10042         * Documentation/user/lilypond.tely, advanced-notation.itely,
10043         basic-notation.itely, instrument-notation.itely, global.itely,
10044         introduction.itely, tutorial.itely: rearranging, editing,
10045         clean-up.
10046
10047         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
10048         for compiling on FreeBSD.
10049
10050 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10051
10052         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
10053         otf files.
10054
10055         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
10056         bugfixes.
10057
10058         * VERSION: 2.5.26 released.
10059
10060         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
10061
10062 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
10063
10064         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
10065         if printpagenumber is false.
10066
10067 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10068
10069         * lily/font-config.cc (init_fontconfig): comment out FontConfig
10070         cache warning.
10071
10072         * lily/tie.cc (print): support dotted ties.
10073         
10074 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10075
10076         * scm/define-grobs.scm (all-grob-descriptions): switch off
10077         debugging
10078         (all-grob-descriptions): Arpeggio has Y-extent.
10079
10080         * scm/define-music-properties.scm (all-music-properties): document
10081         length-callback and start-callback as "read-only".
10082
10083         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
10084         length-callback after creation. 
10085
10086         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
10087         compressmusic -> compressMusic.
10088
10089         * ly/music-functions-init.ly (oldaddlyrics): idem.
10090
10091         * lily/parser.yy: NewLyricCombineMusic ->
10092         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
10093
10094 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
10095
10096         * ly/Welcome_to_LilyPond.ly: typo.
10097
10098 2005-05-24  Graham Percival  <gperlist@shaw.ca>
10099
10100         * Documentation/user/lilypond.tely: move changing-defaults to be
10101         before global issues.
10102
10103         * Documentation/user/basic-notation.itely: move Transpose section
10104         here from advanced/Other.
10105
10106         * Documentation/user/changing-defaults.itely,
10107         advanced-notation.itely: move Fonts to advanced, edit.
10108
10109 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10110
10111         * lily/parser.yy (bare_int): remove rule.  From now on, we require
10112         # before negative integers.
10113
10114 2005-05-23  Graham Percival  <gperlist@shaw.ca>
10115
10116         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
10117
10118         * Documentation/user/lilypond.tely: change Unified index to
10119         LilyPond index.
10120
10121         * Documentation/user/advanced-notation.itely,
10122         instrument-notation.itely: editing.
10123
10124 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10125
10126         * scm/lily.scm (lilypond-all): Bugfix: return failed.
10127
10128         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
10129
10130 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10131
10132         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
10133         ly:port-move.  Needs to be stderr-specific on mingw.
10134         Run fixcc.
10135
10136 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
10137
10138         * lily/general-scheme.cc (ly:port-move): Remove.
10139
10140         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
10141         windows.
10142
10143         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
10144         variables.  This eliminates the need for a gs.bat wrapper, which
10145         opens a console.
10146
10147         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
10148         * scm/lily.scm (running-from-gui?): 
10149         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
10150         artifact of not compiling with -mwindows.
10151
10152         * scm/editor.scm: Define PLATFORM.
10153
10154 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10155
10156         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
10157         can start to cut & paste lilypond-book fragments.  
10158
10159         * scm/define-music-types.scm (music-descriptions): remove
10160         UntransposableMusic
10161
10162 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10163
10164         * scm/output-ps.scm (glyph-string): remove / before CIDs.
10165
10166 2005-05-20  Graham Percival  <gperlist@shaw.ca>
10167
10168         * Documentation/user/instrument-notation.itely: remove *Engraver.
10169
10170         * Documentation/user/advanced-notation.itely: edit, rearrange.
10171
10172 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10173
10174         * scm/output-ps.scm (glyph-string): take cid? argument. Use
10175         findresource iso. findfont for CID CFF fonts.
10176
10177         * VERSION (PACKAGE_NAME): release 2.5.25
10178
10179         * ly/Welcome_to_LilyPond.ly: add  \version
10180
10181 2005-05-20  Graham Percival  <gperlist@shaw.ca>
10182
10183         * Documentation/user/programming-interface.itely: move
10184         \displayMusic into its own section.
10185
10186         * Documentation/user/basic-notation.itely: finish editing.
10187
10188 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10189
10190         * flower/file-path.cc (find): don't throw away file_name.dir, but
10191         append to it. Fixes \include with directories.
10192
10193         * flower/include/file-path.hh (class File_path): don't derive from
10194         Array<String>.
10195
10196         * flower/include/file-name.hh (class File_name): remove to_str0()
10197
10198         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
10199         Hara_kiri_engraver in separate file.
10200
10201         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
10202         translation went wrong. Fixes vertically translated slurs.
10203
10204 2005-05-19  Graham Percival  <gperlist@shaw.ca>
10205
10206         * Documentation/user/basic-notaton.itely: editing.
10207
10208 2005-05-18  Graham Percival  <gperlist@shaw.ca>
10209
10210         * Documentation/user/macros.itexi, basic-notation.itely:
10211         add @commonprop (commonly used properties) macro.
10212
10213 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10214
10215         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
10216
10217         * scripts/lilypond-book.py (invokes_lilypond): new function
10218         (main): only run fontextract if invokes_lilypond() is true.
10219
10220         * lily/function-documentation.cc (ly_add_function_documentation):
10221         duh, use !=
10222
10223         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
10224
10225         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
10226
10227         * scm/lily.scm (running-from-gui?): lowercase Darwin.
10228
10229         * lily/function-documentation.cc (ly_add_function_documentation):
10230         use scm_hash_table_p() for checking.
10231
10232 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
10233
10234         * Documentation/user/advanced-notation.itely (Text scripts):
10235         Change nonexisting @internalsref{Text markup} to @ref{Text
10236         markup}.  Change @internalsref{Text script} to
10237         @internalsref{TextScript}.
10238
10239         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
10240
10241 2005-05-17  Graham Percival  <gperlist@shaw.ca>
10242
10243         * Documentation/user/tutorial.itely, basic-notation.itely,
10244         changing-defaults.itely: remove duplicate cindex entries
10245         that appear on the same page.
10246
10247         * scm/define-grobs.scm: change default padding for TextSpanner.
10248
10249         * Documentation/topdocs/AUTHORS.texi: update email address.
10250
10251         * Documentation/user/global.itely: add info about \include.
10252
10253 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10254
10255         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
10256         when running-from-gui.
10257
10258         * scm/editor.scm (get-editor): Add platform defaults.
10259
10260         * scm/backend-library.scm (postscript->pdf): Typo.
10261
10262 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10263
10264         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
10265
10266         * lily/font-config.cc (init_fontconfig): add warning about cache.
10267
10268 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10269
10270         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
10271
10272 2005-05-16  Mats Bengtsson  <mabe@s3.kth.se>
10273
10274         * lily/horizontal-bracket.cc (print): Take care of the direction
10275         property so brackets above the stave point downwards. 
10276
10277         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
10278         for HorizontalBracket so it doesn't end up within the stave.
10279
10280 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10281
10282         * lily/GNUmakefile (default): Typo.
10283
10284         * scm/lily.scm (PLATFORM): Export.
10285
10286         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
10287         load-font-via-GS, ttftool or fopencookie is broken on windows.
10288         
10289         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
10290         -dSAFER, that is broken on windows.
10291
10292 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10293
10294         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
10295         for FlexLexer.h
10296
10297         * scripts/lilypond-invoke-editor.scm: remove stray -
10298
10299 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10300
10301         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
10302         Fixes deprecation warning.
10303
10304         * flower/include/string.icc (to_string): Only inline if
10305         -DSTRING_UTILS_INLINED.
10306
10307         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
10308         name.  Remove windows comment.
10309
10310         * scm/editor.scm (slashify): New function.
10311         (get-editor-command): Use it.
10312         (get-command-template): Do not alter editor command if
10313         environment value includes `%(file)s' magic.
10314
10315         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
10316         (dissect-uri): Use it.
10317         (unquote-uri): Bugfix.
10318
10319 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10320
10321         * scm/framework-ps.scm (write-preamble): add TTF rule.
10322
10323         * Documentation/topdocs/README.texi (Top): remove note about
10324         xdelta.
10325
10326         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
10327         requirement.
10328
10329         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
10330         function. Figure out where FlexLexer.h lives
10331
10332         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
10333         
10334 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10335
10336         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
10337         with Windows root in file name.
10338
10339         * scm/backend-library.scm (ly:system): Only redirect output (using
10340         system and shell, ugh) if /dev/null is writable.
10341
10342         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
10343         windows icon.
10344
10345         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
10346         on Mingw.
10347
10348         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
10349         click.
10350
10351         * flower/file-path.cc (is_dir, is_file): New function.  Actually
10352         use result of stat when available.
10353
10354         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
10355         absolute file name and root.
10356
10357         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
10358
10359         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
10360
10361         * flower/file-name.cc (slashify): Bugfix, do substitute if no
10362         slashes in file name.
10363
10364 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
10365
10366         * Documentation/user/preface.itely (Preface): Run
10367         texinfo-all-menus-update.
10368
10369         * scm/editor.scm (get-editor-command): Bugfix: allow full
10370         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
10371
10372         * Documentation/pictures/lilypond-48.xpm: New file.
10373
10374         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
10375
10376         * ly/Welcome_to_LilyPond.ly: New file.
10377
10378         * lily/main.cc (main): Only identify if we have a terminal.
10379
10380         * scm/backend-library.scm (postscript->png)
10381         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
10382         non-/bin/sh).
10383
10384 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
10385
10386         * Documentation/topdocs/AUTHORS.texi: polish, update.
10387
10388 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10389
10390         * Documentation/user/preface.itely (Notes for version 2.6): new
10391         notes for 2.6
10392
10393         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
10394         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
10395         is not fully contained" warnings.
10396
10397         * lily/slur-scoring.cc (get_bound_info): remove warning.
10398
10399         * lily/staff-symbol-engraver.cc (process_music): start initial
10400         spanner in process_music(). This fixes overrides of StaffSymbol
10401         properties.
10402
10403         * scm/framework-pdf.scm (Module): remove.
10404
10405         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
10406
10407         * lily/ambitus-engraver.cc: formatting cleanups.
10408
10409         * mf/feta-solfa.mf (Module): remove.
10410
10411         * ChangeLog: more details about contributions.
10412
10413 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10414
10415         * lily/align-interface.cc (align_elements_to_extents): warn if
10416         called too early. Fixes: disappearing-staff-lines.ly
10417
10418         * VERSION (PACKAGE_NAME): release 2.5.24
10419
10420 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
10421
10422         * stepmake/aclocal.m4: Typo.
10423
10424         * flower/string.cc (substitute): Take two strings or two
10425         characters.  Update callers.
10426
10427 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10428
10429         * flower/file-name.cc (File_name): Slashify.
10430
10431         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
10432
10433         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
10434
10435         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
10436
10437         * configure.in (gui_b): Use it.
10438
10439         * lily/lilypond.rc.in: New file.
10440
10441         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
10442
10443 2005-05-12  Graham Percival  <gperlist@shaw.ca>
10444
10445         * Documentation/user/advanced-notation.itely: edit of Text
10446         section; clarify text scripts vs. text markup.
10447
10448 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10449
10450         * lily/multi-measure-rest-engraver.cc
10451         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
10452         separation items on start. Fixes mm rests in start of score.
10453
10454         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
10455         don't access StaffSymbol if not there.
10456         Fixes: crash-staff-symbol-engraver.ly.
10457
10458         * lily/instrument-name-engraver.cc (class
10459         Instrument_name_engraver): data member first_. Create
10460         InstrumentName on start. 
10461
10462 2005-05-12  Graham Percival  <gperlist@shaw.ca>
10463
10464         * Documentation/user/instrument-notation.itely: add guitar
10465         position.
10466
10467         * Documentation/user/introduction.itely,
10468         Documentation/user/lilypond.tely,
10469         Documentation/user/tutorial.itely: begin pruning
10470         unused (duplicated) cindex entries and misc cleanup.
10471
10472 2005-05-12  Mats Bengtsson  <mabe@s3.kth.se>
10473
10474         * input/test/volta-chord-names.ly: Bring the explanation up to
10475         date.
10476
10477 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
10478
10479         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
10480         Specify `@documentencoding utf-8' for html, ignore warnings.
10481
10482 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
10483
10484         * THANKS: Added bughunters.
10485
10486 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
10487
10488         * lily/main.cc: update help string for `lilypond -H'.
10489
10490         * po/fi.po: update.
10491         
10492 2005-05-10  Graham Percival  <gperlist@shaw.ca>
10493
10494         * Documentation/user/advanced-notation.itely: minor fixes.
10495
10496 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10497
10498         * scm/editor.scm: New module.
10499
10500         * scm/lily.scm (gui-main): Use it.
10501
10502         * scm/framework-gnome.scm (spawn-editor): Use it.
10503
10504         * scripts/lilypond-invoke-editor.scm: Use it in new script.
10505
10506 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10507
10508         * scm/framework-ps.scm (load-font-via-GS):  new function.
10509
10510         * lily/pango-font.cc (pango_item_string_stencil): add support for
10511         CID keyed font.
10512
10513         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
10514
10515 2005-05-10  Graham Percival  <gperlist@shaw.ca>
10516
10517         * Documentation/user/basic-notation.itely: add @ref.
10518
10519         * Documentation/user/advanced-notation.itely: add example
10520         of 5/8 beaming.
10521
10522 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10523
10524         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
10525
10526         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
10527         going through ps2pdf wrappers.
10528
10529 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
10530
10531         * Documentation/user/instrument-notation.itely: petrucci note
10532         heads: updated docu
10533
10534         * input/regression/note-head-style.ly: updated regression test;
10535         indentation fixes
10536
10537         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
10538         heads as default
10539
10540         * mf/parmesan-heads.mf: minor editing; use musicological names
10541         (rather than optical description) as note head names
10542
10543         * scm/output-lib.scm: complete petrucci heads
10544
10545 2005-05-09  Pal Benko  <benkop@freestart.hu>
10546
10547         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
10548         heads, but bigger)
10549
10550 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10551
10552         * lily/main.cc (main_with_guile): Remove no files check.
10553
10554         * lily/main.cc (ly:usage): Export to Scheme.
10555
10556         * scm/lily.scm (no-files-handler): New function.
10557
10558         * scm/lily.scm (lilypond-main): Use it.
10559
10560         * configure.in (gui_b): Add mbrtowc checking.
10561         Resurrect [utf8/]wchar.h checking.
10562
10563 2005-05-09  Mats Bengtsson  <mabe@s3.kth.se>
10564
10565         * Documentation/user/advanced-notation.itely (Metronome marks):
10566         Add link to the program reference for MetronomeMark
10567
10568         * Documentation/user/lilypond-book.itely (An example of a
10569         musicological document): Correct the example using psfonts 
10570
10571 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
10572
10573         * po/fi.po: update after a lesson how to update entries against
10574         source.
10575         
10576         * po/TODO: document the lesson.
10577
10578 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10579
10580         * configure.in (gui_b): remove wcrtomb checking.
10581
10582         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
10583         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
10584
10585 2005-05-09  Mats Bengtsson  <mabe@s3.kth.se>
10586
10587         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
10588         keep Scheme expressions and strings unmodified when doing the
10589         conversion to postfix notation for slurs and beams. Should
10590         hopefully solve most related conversion problems. 
10591
10592         * Documentation/user/lilypond-book.itely : Clarify and correct how
10593         to call dvips with -h psfonts.
10594
10595 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10596
10597         * Documentation/user/instrument-notation.itely (Entering lyrics):
10598         Typo.  Fixes build.
10599
10600 2005-05-09  Graham Percival  <gperlist@shaw.ca>
10601
10602         * Documentation/user/lilypond-book.itely: document PSFONTS file.
10603
10604         * Documentation/user/lilypond.tely, lilypond-book.itely,
10605         tutorial.itely: change references to 2.5.x to 2.6.x.
10606
10607         * Documentation/user/instrument-notation.itely: clarified \addlyrics
10608         vs \lyricmode.
10609
10610         * Documentation/user/invoking.itely: remove old info about
10611         lilypond-profile.
10612
10613         * Documentation/topdocs/INSTALL.texi: remove old info about
10614         lilypond-profile, add warning about needing international fonts
10615         to build docs.
10616
10617 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10618
10619         * lily/include/grob-info.hh (class Grob_info): make data member
10620         private. Changes throughout.
10621
10622         * input/regression/alignment-order.ly: new file. 
10623
10624         * lily/vertical-align-engraver.cc (acknowledge_grob): read
10625         alignAboveContext and alignBelowContext
10626
10627 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10628
10629         * lily/pfb.cc (LY_DEFINE): add cast.
10630
10631         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
10632         matches .otf
10633         (write-preamble): warn about unknown fonts.
10634
10635         * lily/pfb.cc (Module): new function ly:otf->cff
10636
10637         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
10638         (get_otf_table): new function.
10639
10640 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10641
10642         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
10643         iso. ps2png.
10644
10645 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
10646
10647         * po/fi.po: apply second round of update.
10648
10649 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10650
10651         * scm/x11-color.scm (make-x11-color-handler): don't use
10652         #\sp. Apparently doesn't work on all platforms. 
10653
10654 2005-05-06  Graham Percival  <gperlist@shaw.ca>
10655
10656         * Documentation/user/advanced-notation.itely, putting.itely,
10657         tutorial.itely, global.itely, introduction.itely: really minor fixes.
10658
10659 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10660
10661         * VERSION (PACKAGE_NAME): release 2.5.23
10662
10663 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10664
10665         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
10666         convert to utf-8.
10667
10668         * THANKS: Add translators for this release, convert to utf-8.
10669
10670         * mf/GNUmakefile (MFTRACE_FLAGS):
10671         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
10672         outdir as option (WAS: hardcoded).
10673
10674 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10675
10676         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
10677         finished_span_
10678
10679         * THANKS: add Hans Forbrich.
10680
10681         * Documentation/topdocs/NEWS.tely (Top): document new feature.
10682
10683         * Documentation/user/basic-notation.itely (Staff symbol): document
10684         start/stop staff. Reference to ossia.ly
10685
10686         * input/test/ossia.ly: new example using stop and startStaff.
10687
10688         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
10689         in other words, don't create "|" barline at start of the score.
10690         (start_translation_timestep): don't set whichBar for start of score.
10691
10692         * input/regression/staff-halfway.ly: use new functionality.
10693
10694         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
10695         start and stop staff based on events.
10696
10697         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
10698
10699         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
10700
10701 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10702
10703         * Documentation/user/programming-interface.itely (How markups work
10704         internally ): remove \encoding reference.
10705
10706 2005-05-04  Mats Bengtsson  <mabe@s3.kth.se>
10707
10708         * scripts/convert-ly.py: Attempt to do a smarter update of 
10709         text markups from versions < 1.9.0 with arbitrary nesting.
10710
10711 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
10712
10713         * po/fi.po: convert to utf-8, and update.
10714
10715 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10716
10717         * make/lilypond.suse.spec.in: update from suse 2.4 package.
10718
10719         * lily/*.cc: more <? >? to min/max changes
10720
10721         * lily/include/interpretation-context-handle.hh: rename
10722         Interpretation_context_handle to Context_handle.
10723
10724 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
10725
10726         * input/regression/GNUmakefile (local_delete): use `find` together 
10727         with `xargs` to avoid too long argument-lists in cmd line.
10728
10729 2005-05-04  Graham Percival  <gperlist@shaw.ca>
10730
10731         * Documentation/user/introduction.itely: updates "About this manual".
10732
10733         * Documentation/user/advanced-notation.itely,
10734         invoking.itely: minor fixes.
10735
10736 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10737
10738         * COPYING: add font exception. Update FSF address. 
10739
10740         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
10741         should be taken without child context.
10742
10743         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
10744
10745         * scm/define-markup-commands.scm (triangle): new command, as
10746         robust replacement for unicode Delta/Triangle.
10747
10748 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10749
10750         * ps/music-drawing-routines.ps: add fillp argument.
10751
10752         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
10753
10754         * lily/font-config.cc (init_fontconfig): don't add cff/
10755
10756         * VERSION (PACKAGE_NAME): release 2.5.22
10757
10758         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
10759
10760         * lily/grace-engraver.cc (consider_change_grace_settings): use
10761         is_alias(). Fixes problem with CueVoice grace notes. 
10762
10763         * lily/simultaneous-music-iterator.cc (construct_children): call
10764         Music_iterator::quit() for iterators that start out invalid. This
10765         fixes indefinitely continuing contexts.
10766
10767         * buildscripts/substitute-encoding.py: new file
10768
10769         * Documentation/user/basic-notation.itely (Basic polyphony): fix
10770         missing @end 
10771
10772         * scripts/lilypond-book.py (write_if_updated): print file name.
10773
10774         * Documentation/user/basic-notation.itely (Explicitly
10775         instantiating voices): idem.
10776
10777         * Documentation/user/advanced-notation.itely (Text spanners):
10778         remove stray { } 
10779
10780         * lily/context.cc (default_child_context_name): the default child
10781         is now first in accepts_list_.
10782
10783         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
10784         \defaultchild to all relevant contexts.  This fixes:
10785         drums-pitch.ly.
10786
10787         (Probably also fixes similar problems with ancient
10788         transcriptions getting CueVoices instead of the desired voices.)
10789  
10790         * lily/context-def.cc (get_default_child): new function.
10791         (get_accepted): place default child in front of list.
10792
10793         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
10794
10795         * lily/include/context-def.hh (struct Context_def): add
10796         default_accept_
10797
10798 2005-05-03  Graham Percival  <gperlist@shaw.ca>
10799
10800         * scm/define-grobs.scm: remove "remove-first" line, since
10801         the absent property is set to #f anyway.
10802
10803         * Documentation/user/basic-notation.itely,
10804         advanced-notation.itely, instrument-notation.itely: minor
10805         fixes.
10806
10807         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
10808
10809         * Documentation/user/advanced-notation.itely,
10810         changing-defaults.itely: consolidate Text stuff in
10811         advanced notation.
10812
10813         * Documentation/user/global.itely: better docs for \header.
10814
10815         * Documentation/user/putting.itely: new chapter; placeholder
10816         for future expansion.
10817
10818         * Documentation/user/examples.itely: moved "suggestions for
10819         writing LP files" section into putting.itely.
10820
10821         * Documentation/user/lilypond.itely: added new chapter,
10822         fixed the short table of contents.
10823
10824 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10825
10826         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
10827         infinity for unfeasible beams.
10828
10829         * make/lilypond.fedora.spec.in (Group): idem.
10830
10831         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
10832
10833         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
10834
10835         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
10836         fonts directly.
10837
10838         * buildscripts/gen-emmentaler-scripts.py (i): idem.
10839
10840         * mf/GNUmakefile: remove all CFF rules.
10841
10842         * scm/framework-ps.scm (ps-embed-cff): reinstate.
10843
10844         * lily/open-type-font-scheme.cc (LY_DEFINE):
10845         new function ly:otf-font-table-data.
10846         (LY_DEFINE): new function otf-font?
10847
10848 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10849
10850         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
10851         ($(outdir)/Fontmap.lily): idem.
10852
10853         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
10854         for PFAEmmentaler-XXX.pfa. 
10855
10856         * Documentation/user/music-glossary.tely (accidental): NL
10857         translation of accidental.
10858
10859 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10860
10861         * flower/include/international.hh: Bugfix: include "string.hh".
10862
10863         * lily/include/mingw-compatibility.hh: New file.
10864
10865         * flower/include/libc-extension.hh (memrev): Rename from strrev.
10866
10867         * configure.in: Search for mingw wcrtomb library.
10868
10869 2005-05-02  Mats Bengtsson  <mabe@s3.kth.se>
10870
10871         * scripts/convert-ly.py: Bug fix
10872
10873         * Documentation/user/changing-defaults.itely (Common tweaks):
10874         Added example where the context has to be specified explicitly
10875         (MetronomeMark). 
10876
10877 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10878
10879         * scripts/lilypond-book.py (ly_options): set timing to #f for
10880         notime option.
10881
10882         * scripts/convert-ly.py (conv): typo.
10883
10884         * flower/*.cc: remove <? and >?
10885         
10886         * lily/*.cc: remove <? and >?
10887
10888         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
10889         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
10890         editor.
10891
10892 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10893
10894         * lily/part-combine-engraver.cc: add space to variable list.
10895
10896 2005-04-30  Graham Percival  <gperlist@shaw.ca>
10897
10898         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
10899         remove-first to false (matches docs)
10900
10901         * Documentation/user/advanced-notation.itely: corrected docs
10902         concerning remove-first.
10903
10904 2005-04-29  Mats Bengtsson  <mabe@s3.kth.se>
10905
10906         * lily/part-combine-engraver.cc: make sure that the relevant
10907         properties are included in the documentation.
10908
10909 2005-04-28  Graham Percival  <gperlist@shaw.ca>
10910
10911         * Documentation/user/lilypond-book.itely: Bernard's docs
10912         for \betweenLilyPondSystem.
10913
10914 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10915
10916         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
10917         remarks.
10918
10919 2005-04-28  Pal Benko  <benkop@freestart.hu>
10920
10921         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
10922         only on vertical lines of flexa shape, and use a constant
10923         thickness value for horizontal lines (patch slightly modified by
10924         Jürgen Reuter)
10925
10926         * lily/include/mensural-ligature.hh: make 2 comments clearer
10927
10928 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
10929
10930         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
10931         to need_extra_horizontal_space; bugfix: use class scope to avoid
10932         global namespace pollution
10933
10934         * Documentation/user/instrument-notation.itely (ligatures): added
10935         comment on possible future syntax change and how to work around
10936
10937         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
10938         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
10939         intervals (fixes agnus dei example)
10940
10941         * Documentation/user/instrument-notation.itely (white mensural
10942         ligatures): selected a more illustrative example
10943
10944 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
10945
10946         * Documentation/index.html.in: specify utf-8 charset in meta content.
10947
10948 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10949
10950         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
10951         empty 2nd page for single page.
10952
10953         * scm/lily.scm: remove p&c definitions.
10954
10955         * po/zh_TW.po (Module): new translation.
10956
10957         * lily/lily-guile.cc (ly_chain_assoc): remove.
10958
10959         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
10960         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
10961
10962 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10963
10964         * lily/beaming-info.cc: remove infinity_i
10965
10966         * scripts/abc2ly.py (out_filename): fix thinko with \version.
10967
10968 2005-04-26  Graham Percival  <gperlist@shaw.ca>
10969
10970         * Documentation/user/basic-notation.itely,
10971         instrument-notation.itely, advanced-notation.itely,
10972         changing-defaults.itely: minor fixes.  Added docs
10973         for colors to advanced-notation.itely.
10974
10975         * Documentation/user/advanced-notation.itely: fixed compile
10976         problem and added Bernard's x11-color doc patch.
10977
10978 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
10979
10980         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
10981         alright this time round.
10982
10983 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10984
10985         * Documentation/topdocs/INSTALL.texi (Top): idem.
10986
10987         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
10988
10989         * VERSION (MAJOR_VERSION): release 2.5.21
10990
10991         * scm/output-ps.scm (grob-cause): bugfix.
10992
10993 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
10994
10995         * cygwin/*: Update.
10996
10997         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
10998         stuff.
10999
11000         * scm/output-ps.scm (grob-cause): Bugfix.
11001
11002         * scm/lily.scm (ly:load): Remove x11-color.
11003
11004         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
11005         quote executable, fixes getting version from program --with
11006         --options.
11007         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
11008         $ac_exeect.
11009
11010         * Documentation/user/GNUmakefile: Only build music-glossary with
11011         rendered lilypond snippets during web.
11012
11013 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11014
11015         * po/de.po: update.
11016
11017         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
11018
11019 2005-04-22  Laura Conrad <lconrad@laymusic.org>
11020  
11021         * scripts/abc2ly:
11022         second title line append with punctuation dash character;
11023         encode abc2ly python strings in utf-8
11024        
11025 2005-04-21  Laura Conrad <lconrad@laymusic.org>
11026
11027         * scripts/abc2ly fix chords (again)
11028  
11029 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
11030
11031         * scm/x11-color.scm: new file
11032         All x11 color names can be accessed with:
11033         #(x11-color 'ColorName),
11034         #(x11-color "ColorName") or:
11035         #(x11-color "color name")
11036         If the x11 color name is not recognised then it defaults
11037         to black
11038
11039         * scm/lily.scm: amended to call scm/x11-color.scm
11040
11041 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11042
11043         * Documentation/user/invoking.itely (Reporting bugs): comment out
11044         reference to online PNG bug repository.
11045
11046 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11047
11048         * lily/translator-scheme.cc (ly:translator-property): Remove.
11049         Update callers.
11050
11051         * lily/context-scheme.cc (ly:context-now): Move from translator.
11052         Update callers.
11053
11054 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11055
11056         * input/regression/grid-lines.ly (skips): refine example.
11057
11058         * scm/define-context-properties.scm
11059         (all-user-translation-properties): doc autoBeamCheck
11060
11061         * input/regression/grid-lines.ly (Module): new file.
11062
11063         * lily/grid-point-engraver.cc (Module): new file.
11064
11065         * lily/grid-line.cc (Module): new file.
11066
11067         * lily/grid-line-span-engraver.cc (Module): new file.
11068
11069         * lily/grid-line-interface.cc (Module): new file.
11070
11071 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11072
11073         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
11074         missing parameter, actualy cdr through list.  Actually return a
11075         list with ENTRY removed (was '()).
11076
11077         * scripts/convert-ly.py: Update.  Print warning if file cannot be
11078         opened.
11079         (do_conversion): Fix printing of continuation comma.
11080
11081         * Documentation/user/advanced-notation.itely (Beam formatting):
11082         Remove refbugs about compound time and mixed duration.
11083
11084         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
11085         modulo moments explicitely.
11086
11087         * lily/moment.cc (operator %): New function.
11088
11089         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
11090
11091         * lily/translator-scheme.cc (ly:translator-now,
11092         ly:translator-property): New function.
11093
11094         * scm/auto-beam.scm (default-auto-beam-check): New function.
11095
11096         * lily/auto-beam-engraver.cc (test_moment): Use it.
11097
11098         * flower/rational.cc (operator %): Bugfix.
11099
11100 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
11101
11102         * scripts/abc2ly: Bugfix
11103
11104 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11105
11106         * python/fontextract.py (write_extracted_fonts): bugfix, too many
11107         %'s on EndFont comment.
11108
11109         * lily/ledger-line-spanner.cc: some more words of explanation.
11110
11111 2005-04-20  John Williams <williams@tni.com>  
11112         
11113         * scripts/lilypond-book.py: htmlquote bugfix.
11114         Allow snippets to be given distinct filenames.
11115         Allow the default alt text to be overridden.
11116
11117 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
11118
11119         * ly/performer-init.ly: Bugfix
11120
11121         * THANKS: Added bughunters.
11122
11123 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11124
11125         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
11126
11127         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
11128         position (was: use modulo measure length).
11129
11130         * configure.in (no gui_b): Remove optional gtk+ requirement.
11131
11132 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11133
11134         * Documentation/user/basic-notation.itely (Pitches): add
11135         LedgerLineSpanner.
11136
11137         * lily/dynamic-engraver.cc (process_music): set right bound to
11138         script if present. Else, do not set.
11139         (acknowledge_grob): only set right bound of finished spanner to
11140         note column if no other bound is set.
11141
11142         * python/lilylib.py (make_ps_images): switch back to png16m.
11143         
11144 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11145
11146         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
11147         writing up to date file.  Add dvips usage suggestion.
11148
11149         * scripts/convert-ly.py: Fix error message.
11150         Print usage if no files on command line.
11151         (usage): Add example usage.
11152
11153         * input/test/compound-time.ly: New file.
11154
11155         * input/test/circle.ly: New file.
11156
11157         * Documentation/topdocs/NEWS.tely: Use them.
11158
11159         * input/test/boxed-stencil.ly: Remove \score.
11160
11161         * buildscripts/mf-to-table.py (base): Add .log dependency.
11162
11163         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
11164         pfa's.  Add .log dependency
11165
11166         * scm/define-markup-commands.scm (lower): New command.
11167
11168         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
11169         make it default.
11170
11171 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11172
11173         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
11174         also to finished cresc as right bound. This fixes:
11175         skip-string-decresc.ly
11176
11177         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
11178         relative_coordinate if extent is empty.
11179
11180         * lily/stem.cc (width_callback): determine correct extent if flag
11181         is not there. This fixes slur-no-flag.ly
11182
11183         * lily/grace-engraver.cc (consider_change_grace_settings): new
11184         function.
11185         (initialize): also consider_change_grace_settings() on
11186         initialization. Fixes large grace notes at start of score.
11187
11188         * lily/break-align-interface.cc (do_alignment): don't translate if
11189         total_extent is empty.
11190
11191         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
11192
11193 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11194
11195         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
11196         with slash.
11197
11198 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11199
11200         * stepmake/aclocal.m4: Remove tfm_path.
11201
11202 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11203
11204         * scm/music-functions.scm (markup-expression->make-markup): fix
11205         bug with cons arguments of markup commands.
11206         (music->make-music): fix music expression property list building
11207
11208 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11209
11210         * aclocal.m4: Massage package names.
11211
11212         * SCons updates.
11213
11214 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11215
11216         * VERSION (PACKAGE_NAME): release 2.5.20
11217
11218         * lily/stem.cc (calc_stem_info): add minimum Y extent of
11219         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
11220
11221         * lily/percent-repeat-engraver.cc (try_music): add measure before
11222         next_moment to future processing moment. Fixes:
11223         percent-repeat-mm-rest.ly
11224         (process_music): don't add moment for 2nd time.
11225
11226         * input/regression/repeat-percent.ly: add mmrests as extra test.
11227
11228         * lily/axis-group-engraver.cc (acknowledge_grob): read
11229         keepAliveInterfaces to decide what to kill.
11230
11231         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
11232         percent-repeat-interface to keepAliveInterfaces. This fixes
11233         percent-repeat-harakiri.
11234
11235 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
11236
11237         * SCons updates.
11238
11239 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11240
11241         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
11242
11243         * aclocal.m4: remove --enable-tfm-path configure option
11244
11245         * input/test/ancient-font.ly (lowerStaff): clef name errors.
11246
11247         * scm/backend-library.scm (postscript->png): newline after
11248         finishing command.
11249
11250         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
11251         (LY_DEFINE): ly:paper-score-paper-systems: new function 
11252
11253         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
11254
11255         * lily/score.cc (default_rendering): use Music_output too.
11256
11257         * input/test/chord-names-languages.ly (Module): rename file.
11258
11259         * lily/text-spanner.cc: add bound-padding.
11260
11261         * lily/paper-book.cc (systems): accept Paper_score
11262         iso. Paper_system vector. 
11263
11264         * input/regression/line-arrows.ly: new file.
11265
11266         * lily/paper-score.cc (process): run get_paper_systems() only once.
11267
11268         * lily/line-spanner.cc (line_stencil): add arrows.
11269
11270 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
11271
11272         * lily/line-interface.cc (make_arrow): new function. 
11273         (arrows): idem.
11274
11275 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
11276
11277         * input/test/chord-names-german.ly: update for italian/french
11278         chords.
11279         
11280         * Documentation/user/instrument-notation.itely (Printing chord
11281         names): update.
11282
11283 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11284
11285         * lily/include/paper-score.hh (class Paper_score): remove unused
11286         prototypes.
11287
11288         * lily/book.cc (process): add -COUNT to midi output.
11289
11290         * lily/score.cc (book_rendering): remove outname argument
11291         (book_rendering): return list of Music_outputs. 
11292
11293         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
11294
11295         * lily/book.cc (process): loop over Music_outputs returned from
11296         Score::book_rendering().
11297
11298         * lily/*.cc (width_callback): remove spurious "unused" warnings
11299         for assert (axis==[XY]_AXIS); 
11300
11301         * lily/include/music-output.hh (class Music_output): smobify class.
11302
11303         * lily/include/paper-score.hh (class Paper_score): make members
11304         private.
11305
11306         * lily/performance.cc (process): return #f iso. #<undefined>. This
11307         prevents #<undefined> leaking into GUILE-userspace.
11308
11309 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11310
11311         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
11312
11313 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
11314
11315         * scm/chord-name.scm : support for italian and french
11316         chords names.
11317
11318         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
11319         a space defined by chordPrefixSpacer when the root name is
11320         direclty followed by a prefix.
11321
11322         * ly/engraver-init.ly : chordPrefixSpacer       
11323         * scm/define-context-properties.scm : chordPrefixSpacer
11324         * ly/property-init.ly : italianChords, frenchChords 
11325
11326 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
11327
11328         * mf/feta-din.mf: Remove.
11329
11330         * mf/GNUmakefile (fontdir): Bugfix.
11331
11332         * mf/SConstruct: Some updates.
11333
11334         * SConstruct: Require pkg-config.
11335         (test_program): Bugfix for double digit version compares, use
11336         integer (not string-) compare.
11337         Optionally require gs 8.14.
11338
11339         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
11340
11341         * lily/*: s/ifdef HAVE_*/if have/.
11342
11343         * SConstruct (test_lib): New function.  Update pkg-config and some
11344         other requirements.
11345
11346         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
11347         freetype, pangof2t.
11348
11349 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11350
11351         * po/lilypond.pot, ...: Update using bison-CVS.
11352
11353         * python/lilylib.py (make_ps_images): Fixo.
11354
11355 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11356
11357         * python/lilylib.py (make_ps_images): typo.
11358
11359         * configure.in (gui_b): make bison optional.
11360
11361         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
11362
11363 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
11364
11365         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
11366         with one parameter can be defined in a LaTeX file when processed
11367         by lilypond-book this will be evaluated between the systems of
11368         a multi-system score. The parameter is the number of systems processed.
11369
11370 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11371
11372         * python/lilylib.py (make_ps_images): Escape newline.
11373
11374         * Documentation/user/music-glossary.tely: Run
11375         texinfo-all-menus-update.
11376
11377 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11378
11379         * scm/lily-library.scm (old-relative-not-used-message)
11380         (version-not-seen-message): Add input-file-name-location to message.
11381
11382         * lily/parser.yy (lilypond): Add token aliases.
11383
11384         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
11385         not confuse with alteration.
11386         (alteration): Add.
11387
11388 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11389
11390         * python/lilylib.py (make_ps_images): use -dEPSCrop
11391
11392         * VERSION (PACKAGE_NAME): release 2.5.19 
11393
11394         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
11395         only put xrefs in info documentation.
11396
11397         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
11398         .pdf rule to tex-rules.make.
11399
11400         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
11401         from -systems.* output.
11402
11403         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
11404         directly, remove -$(PAGESIZE) target.
11405
11406         * input/test/embedded-postscript.ly: update.
11407
11408 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11409
11410         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
11411
11412         * Documentation/user/changing-defaults.itely (Font selection):
11413         document font-name.
11414
11415         * input/regression/font-name.ly: show Pango fonts for
11416         font-name. Update example. 
11417
11418         * lily/pango-select.cc (properties_to_pango_description): don't
11419         convert symbol font-size to number, but use to lookup.
11420
11421         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
11422
11423         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
11424         (NAME . FILE-NAME) tuples for font descriptions. 
11425         (write-preamble): display BeginFont DSC comments.
11426
11427         * python/fontextract.py (write_extracted_fonts): new file. Extract
11428         font resources from a PS file.
11429
11430         * scripts/lilypond-book.py (option_definitions): --psfonts option.
11431         (Compile_error.process_include): do_file returns chunks.
11432
11433         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
11434
11435         * make/lysdoc-targets.make: .texi is .PRECIOUS
11436
11437         * scripts/lilypond-book.py (write_if_updated): new function.
11438
11439 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
11440
11441         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
11442
11443 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11444
11445         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
11446
11447         * input/regression/markup-syntax.ly: remove \score.
11448
11449         * scm/define-markup-commands.scm (draw-circle): add fill argument
11450
11451         * scm/stencil.scm (make-circle-stencil): add fill argument
11452
11453         * ps/music-drawing-routines.ps: add fill argument.
11454
11455         * ly/performer-init.ly: add CueVoice to MIDI too.
11456
11457         * ps/music-drawing-routines.ps: new routine BeginEPSF /
11458         EndEPSF.
11459
11460         * input/regression/markup-eps.ly: new file.
11461
11462         * scm/framework-ps.scm (write-preamble): change order: vars should
11463         be inited before procedures.
11464
11465         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
11466         for EPS files.
11467
11468         * scm/define-markup-commands.scm (epsfile): add epsfile command.
11469
11470 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11471
11472         * configure.in (gui_b): add check for ghostscript 8.15
11473
11474 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11475
11476         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
11477         start of line. Fixes cresc-after-newline.ly
11478
11479         * lily/source-file.cc (file_line_column_string): use get_column().
11480
11481 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11482
11483         * lily/source-file.cc (get_column): utf-8 support for column numbers.
11484
11485 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
11486
11487         * lily/*: use message () iso progress_indication () for messages.
11488         Revise/uniformise user messages.
11489
11490         * flower/warn.cc (progress_indication): New function.
11491         (message): Use it.  Fixes newline problems.
11492
11493         * config.make.in (webdir): Sort out install dirs.
11494
11495         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
11496
11497         * python/lilylib.py (command_name): Bugfix.
11498         (make_ps_images):
11499
11500 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
11501
11502         * lily/main.cc: --help says what types of backends are availabe
11503
11504 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11505
11506         Fix ./VERSION dependency, and without need to reconfigure.
11507
11508         * lily/main.cc (setup_paths): Update.
11509
11510         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
11511
11512         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
11513
11514         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
11515         Add \line for some simplistic cases.
11516
11517         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
11518
11519 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11520
11521         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
11522         to compile LY files (useful for adding eg. "-I" args)
11523         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
11524         2Gnome command for gnome backend.
11525         (LilyPond-command-formatgnome): call the 2Gnome command. key
11526         binding: C-c C-g
11527
11528 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11529
11530         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
11531         depend on all PNG images.
11532
11533 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11534
11535         * GNUmakefile.in: Bugfix: also link .map files.
11536
11537 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11538
11539         * scm/music-functions.scm (music->make-music): generate 
11540         a (make-music ...) sexpr from a music expression.
11541         (display-scheme-music): use guile pretty printer to display the
11542         make-music sexpr.
11543
11544 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11545
11546         * ly/engraver-init.ly: reindent.
11547         Add CueVoice.
11548
11549         * scm/music-functions.scm (music-pretty-string): handle moments
11550         too.
11551         (music-pretty-string): only print non-empty lists.
11552         (cue-substitute): create CueVoice context, which has smaller type.
11553
11554         * lily/moment-scheme.cc (LY_DEFINE): new methods
11555         ly:moment-grace-{numerator,denominator}
11556
11557         * lily/context-handle.cc: remove quit() method. 
11558
11559         * lily/font-config.cc (init_fontconfig): be verbose about font path.
11560         (init_fontconfig): success is 0, not !0
11561
11562 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11563
11564         * mf/feta-nummer-code.mf (code): add plus glyph.
11565
11566         * lily/tie.cc (print): idem.
11567
11568         * lily/slur.cc (print): don't use thickness property for
11569         slur shape-thickness.
11570
11571         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
11572         while adding stencils.
11573
11574         * scm/define-markup-commands.scm (with-color): with-color markup
11575         command.
11576         (whiteout): new markup command 
11577         (filled-box): new markup command
11578
11579 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11580
11581         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
11582         test for PDF docs.
11583
11584         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
11585         PFAAybabtu-Regular.  Fixes feta font in PDFs.
11586         
11587         Notes for tetex-3.0 make web:
11588            psclean.map: s/uhv8a/uhvr8a/
11589            config.ps add:
11590                 p +psfonts_t1.map
11591                 p +psclean.map
11592                 p +typeface.map
11593
11594 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11595
11596         * scm/music-functions.scm (music-pretty-string): fix bug with
11597         string argument.
11598
11599 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
11600
11601         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
11602
11603 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11604
11605         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
11606         only process options if they're there.
11607         (write_file_map): add version-seen? to snippet-map.ly
11608
11609 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
11610
11611         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
11612         formatting cleanups.
11613
11614         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
11615         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
11616
11617 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11618
11619         * scm/framework-ps.scm (ps-font-command): don't hash, just use
11620         name directly.
11621
11622         * lily/main.cc (setup_paths): either add mf/out to search path or 
11623         fonts/{otf,type1,etc}
11624         
11625         * lily/font-config.cc (init_fontconfig): either add mf/out to
11626         FontConfig or fonts/{otf,type1,etc}
11627
11628         * GNUmakefile.in: don't put mf/ link in share/ dir.
11629
11630         * lily/staff-spacing.cc: move same-direction-correction to
11631         note-spacing-interface
11632
11633         * scm/lily.scm (lilypond-main): use variable argument count for
11634         exception handler.
11635
11636         * lily/font-config.cc (init_fontconfig): add operator pacification
11637         message.
11638
11639         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
11640
11641         * buildscripts/gen-emmentaler-scripts.py (i): generate
11642         PFAEmmentaler as well.
11643
11644         * scm/framework-ps.scm (munge-lily-font-name): new function
11645         (write-preamble): hack: insert PFA equivalent of CFF into
11646         .PS. This makes LilyPond output printable on normal PS printers
11647         again.
11648
11649         * buildscripts/gen-emmentaler-scripts.py (i): generate
11650         PFAEmmentaler.pfa aswell.
11651
11652 2005-04-06  John Williams <williams@tni.com>  
11653         
11654         * scripts/lilypond-book.py: refactor the compose_ly procedure.
11655         
11656 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11657
11658         * scm/page-layout.scm (default-page-make-stencil): always combine
11659         the header stencil, even if empty. This prevents the body text to
11660         reach up to the margins.
11661
11662         * po/rw.po (Module): new file, for Kinyarwanda.
11663
11664         * input/test/spacing-optical.ly (Module): new file.
11665
11666         * lily/staff-spacing.cc: add same-direction-correction
11667
11668 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11669
11670         * Documentation/user/introduction.itely (Engraving): Comment-out
11671         non-existent file.
11672
11673 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11674
11675         * scm/define-grob-properties.scm (all-user-grob-properties): add
11676         same-direction-correction
11677
11678         * VERSION: release 2.5.18
11679
11680 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11681
11682         * lily/grob.cc (mark_smob): Check pscore->layout_ before
11683         dereferencing.  Fixes make web.
11684
11685         * lily/midi-stream.cc: Handle unwritable midi file.  Include
11686         errno.h.
11687
11688         * Documentation/user/: Fix links.
11689
11690 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11691
11692         * lily/text-interface.cc (Module): rename from text-item.cc
11693
11694         * input/regression/apply-output.ly (texidoc): function naming fix.
11695
11696         * lily/time-signature-performer.cc (derived_mark): new function.
11697
11698         * lily/lily-parser-scheme.cc:  print mapped file name for progress
11699
11700         * scripts/lilypond-book.py (find_linestarts): new function.
11701         (find_toplevel_snippets): keep track of line numbers.
11702
11703         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
11704         all key changes.
11705
11706         * ly/declarations-init.ly (partCombineListener): use
11707         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
11708
11709         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
11710
11711 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11712
11713         * lily/text-item.cc: Fix link.
11714
11715         * Documentation/user/changing-defaults.itely (Changing defaults):
11716         Fix programs reference links.
11717
11718         * Documentation/user/music-glossary.tely: Convert to utf-8.
11719
11720 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11721
11722         * make/lilypond-vars.make: remove TEXMF from variables.
11723         remove DEB_BUILD pk font variables.
11724         remove GUILE_LOAD_PATH
11725         remove TeX memory vars.
11726
11727 2005-04-04  Werner Lemberg  <wl@gnu.org>
11728
11729         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
11730
11731 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11732
11733         * ps/lilyponddefs.ps: remove reencode-font
11734
11735         * lily/simple-spacer.cc (add_columns): also compare
11736         directly. Column rank doesn't distinguish between broken and
11737         unbroken columns. This fixes large spaces before time sig changes.
11738
11739         * Documentation/user/point-and-click.itely: document ly:set-option.
11740
11741         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
11742         point_and_click_global is set.
11743
11744         * lily/scm-option.cc (LY_DEFINE): add point-and-click
11745         ly:set-option argument.
11746
11747 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11748
11749         * GNUmakefile.in: Include symlinks in webball.
11750
11751         * Documentation/user/GNUmakefile (source-links): Add symlinks to
11752         source dir for split and non-split manuals.
11753
11754         * Documentation/user/*y: Fix @uref/@inputfile links for
11755         split/non-split HTML documents.
11756
11757         * Documentation/user/GNUmakefile (local-WWW): Do not generate
11758         .ps.gz.
11759         
11760 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11761
11762         * GNUmakefile.in: Add newline.
11763
11764 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
11765
11766         * tex/lilyponddefs.tex: use color instead of xcolor
11767         * scm/output-tex.scm: minor editing
11768
11769 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11770
11771         * scm/music-functions.scm (display-scheme-music): pretty printer
11772         for music expressions.
11773
11774 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11775
11776         * buildscripts/install-info-html.sh (index_file): Fix link.
11777
11778 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
11779
11780         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
11781
11782         * Documentation/index.html.in: Add size estimates with some big pages.
11783
11784         * Documentation/user/tutorial.itely (Running LilyPond for the
11785         first time): Add/replace some @rglos links.  TODO: add more
11786         @rglos links in tutorial, test non-intrusiveness (.css).
11787
11788         * stepmake/bin/add-html-footer.py (do_file): Remove info's
11789         annoying's indication of referencing external document.
11790
11791         * Documentation/user/GNUmakefile: Split version of glossary too.
11792         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
11793         links, not only for html.
11794
11795         * Documentation/user/introduction.itely: Fix some links for other
11796         than html, do not use `here' as link name.
11797
11798 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
11799
11800         * scm/documentation-generate.scm (string-append): Fix @usermanref,
11801         @glossaryref.
11802
11803 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11804
11805         * scm/page-layout.scm (default-page-make-stencil): only add header
11806         if existing and not empty. Fixes spurious programming error.
11807
11808         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
11809
11810 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
11811
11812         * scm/output-tex.scm: implement {re,}setcolor
11813         * tex/lilyponddefs.tex: use color package
11814
11815 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
11816
11817         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
11818         additions to website.
11819
11820         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
11821
11822         * Documentation/user/macros.itexi: Fix @usermanref html links in
11823         split documents: use @inforef.
11824
11825 2005-03-30  Graham Percival  <gperlist@shaw.ca>
11826
11827         * Documentation/user/programming-interface.itely: minor fix.
11828
11829         * Documentation/user/advanced-notation.itely: added info to
11830         Metronome markings.
11831
11832 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11833
11834         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
11835         use box-stencil.  Remove y-padding argument.
11836         (make-stencil-circler): New function.
11837
11838         * buildscripts/lilypond-words.py (F): 
11839         * elisp/SConscript (a): 
11840         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
11841         * vim/SConscript (a): 
11842         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
11843
11844         * lily/general-scheme.cc: Build fix.
11845
11846         * scm/markup.scm:
11847         * input/regression/markup-scheme.ly: 
11848         * input/regression/markup-syntax.ly: Drop 'new-' from name.
11849
11850         * scm/stencil.scm (make-circle-stencil): New function.
11851
11852         * scm/define-markup-commands.scm (draw-circle): Use it.  New
11853         name (was cicle).  Update callers.
11854         (circle): New markup command, similar to box.
11855
11856         * scm/stencil.scm (circle-stencil): New function.
11857
11858 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
11859
11860         * configure.in: Detect libutf8/wchar.h variant.
11861
11862         * stepmake/aclocal.m4: Modify shared size test.
11863
11864 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11865
11866         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
11867
11868 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11869
11870         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
11871         
11872         * VERSION (PACKAGE_NAME):  release 2.5.17
11873
11874 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11875
11876         * scm/backend-library.scm (postscript->png): Fix comment and png
11877         message.
11878
11879         * GNUmakefile.in (link-tree): Fix locales.
11880
11881 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11882
11883         * lily/stencil-scheme.cc (LY_DEFINE): change to
11884         ly:stencil-aligned-to, non mutating.
11885
11886         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
11887
11888         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
11889
11890         * lily/quote-iterator.cc (derived_mark): call
11891         Music_wrapper_iterator::derived_mark() too.
11892
11893         * lily/grace-engraver.cc (derived_mark): change signature, add
11894         const.
11895
11896 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11897
11898         * SConstruct (symlink): 
11899         * GNUmakefile.in (link-tree): Add scripts to prefix.
11900
11901         * lily/general-scheme.cc (ly:effective-prefix): New function.
11902
11903         * scm/backend-library.scm (postscript->png): Use it.
11904
11905 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11906
11907         * lily/paper-score.cc (process): don't delete grobs after
11908         producing stencils. 
11909
11910         * scm/part-combiner.scm (determine-split-list): switch off
11911         debugging info.
11912
11913         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
11914         if available.
11915
11916         * scm/define-context-properties.scm
11917         (all-user-translation-properties): add stringNumberOrientations.
11918
11919         * lily/new-fingering-engraver.cc (position_scripts): make generic,
11920         so fingering and string-numbers are separately controlled.
11921
11922 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11923
11924         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
11925         not use debugging.
11926
11927 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11928
11929         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
11930
11931         * config.hh.in: add HAVE_FONTCONFIG.
11932
11933         * Documentation/user/instrument-notation.itely (String number
11934         indications): new node.
11935
11936         * input/regression/new-markup-syntax.ly (texidoc): add circle.
11937
11938         * lily/new-fingering-engraver.cc (add_string): new function. 
11939         (acknowledge_grob): accept string-number-event as well.
11940
11941         * scm/define-markup-commands.scm (circle): new markup command.
11942
11943         * scm/output-lib.scm (print-circled-text-callback): new function.
11944
11945         * lily/GNUmakefile: move ifeq after include stepmake.make.
11946
11947 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11948
11949         * config.make.in (HAVE_LIBKPATHSEA_SO):
11950         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
11951
11952         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
11953         add KPATHSEA_LIBS.
11954
11955         * debian/watch: 
11956         * debian/control: Update.
11957
11958 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11959
11960         * input/test/title-markup.ly (spaceTest): remove.
11961
11962         * input/test/embedded-tex.ly (Module): remove.
11963
11964         * input/test/music-box.ly: use 'name property, not ly:music-name.
11965
11966         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
11967
11968         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
11969
11970 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11971
11972         * Documentation/topdocs/INSTALL.texi (Top): Remove information
11973         about xdeltas.  Add information about CVS.
11974
11975         * scm/lily.scm (lilypond-main): Fix invocation of handler,
11976         gracefully handle failed files.
11977
11978         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
11979
11980         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
11981         small fixes.
11982
11983         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
11984         No unnecessarily specific i18n messages.  Remove stray `1'.
11985
11986 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11987
11988         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
11989         documentencoding
11990
11991         * scm/documentation-lib.scm (texi-file-head): set utf-8
11992         documentencoding.
11993
11994         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
11995         Delta, not the Symbol one. 
11996
11997         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
11998         for the .map file.
11999
12000         * Documentation/topdocs/INSTALL.texi (Top): add running
12001         requirement as compilation requirement.
12002
12003 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12004
12005         * buildscripts/mutopia-index.py (headertext): add h1 header and
12006         utf-8 charset meta field.
12007
12008         * input/GNUmakefile: prune example list.
12009
12010         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
12011         options.
12012
12013         * lily/slur-scoring.cc (get_base_attachments): only look at stem
12014         extent for visible stems.
12015
12016         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
12017
12018 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
12019
12020         * Documentation/topdocs/INSTALL.texi (Top): Updates.
12021
12022         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
12023
12024 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12025
12026         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
12027         pass inf/nan into slur scoring.
12028
12029         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
12030         page.
12031
12032         * scripts/abc2ly.py (dump_voices): use alphabet().
12033
12034 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
12035         
12036         * mf/GNUmakefile (depth): use $(FONTFORGE). 
12037
12038 2005-03-27 Matthias Neeracher <neeracher@mac.com>
12039         
12040         * flower/include/virtual-methods.hh: simplify. Patch by
12041
12042 2005-03-25  John Williams <williams@tni.com>  
12043
12044         * scripts/lilypond-book.py (main): add png for HTML too, guess
12045         only if necessary. 
12046
12047 2005-03-25  Graham Percival  <gperlist@shaw.ca>
12048
12049         * Documentation/topdocs/INSTALL.texi: now recommends
12050         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
12051
12052         * Documentation/user/basic-notation.itely,
12053         Documentation/user/tutoria.itely: warn about
12054         only one (phrasing) slur at once.
12055
12056 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
12057
12058         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
12059
12060 2005-03-23  Graham Percival  <gperlist@shaw.ca>
12061
12062         * Documentation/user/basic-notation.itely: fixed info about
12063         ending a (de)cresc.
12064
12065         * Documentation/user/lilypond-book.itely: fixed
12066         lilypond-book filter example and warned about not doing
12067         --filter and --process at the same time.
12068
12069 2005-03-23  Mats Bengtsson  <mabe@s3.kth.se>
12070
12071         * lily/parser.yy (bass_number),
12072         Documentation/user/instrument-notation.itely (Figured bass): 
12073         Add the possibility to use text markup in figured bass. 
12074
12075 2005-03-19  Graham Percival  <gperlist@shaw.ca>
12076
12077         * Documentation/user/global.itely: added info about naming
12078         identifiers and breakbefore.
12079
12080         * Documentation/user/invoking.itely: added info about batch
12081         processing files with convert-ly, removed references to TeX
12082         in the jail section.
12083
12084         * Documentation/user/examples.itely: possibly fixed piano
12085         dynamics.
12086
12087         * Documentation/user/advanced-notation.itely: added info
12088         about removing other types of Staff.
12089
12090         * Documentation/user/instrument-notation.itely: possibly
12091         fixed piano staff line switch.
12092
12093         * Documentation/user/changing-defaults.itely: added info
12094         about using normal font in titles.
12095
12096 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12097
12098         * VERSION (PATCH_LEVEL): release 2.5.16
12099
12100         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
12101         explicitly.
12102
12103 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
12104
12105         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
12106         whitespace.
12107
12108         * python/lilylib.py (make_ps_images):
12109         * scm/backend-library.scm (postscript->pdf, postscript->png):
12110         Quote file name.  Use format rather than string-append juggling.
12111
12112 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12113
12114         * python/lilylib.py (make_ps_images): add x to -g argument. 
12115
12116         * lily/key-performer.cc (create_audio_elements): don't use
12117         scm_eval_string. Check for minor 3rd directly.
12118   
12119         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
12120         (sarabandeCelloGlobal): key is D minor, not F major.
12121
12122 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12123
12124         Fix truncated --png output (Peter Danenberg).
12125         
12126         * python/lilylib.py (make_ps_images):
12127         * scripts/ps2png.py (copyright): Grok --papersize option.
12128
12129         * scm/backend-library.scm (postscript->png): Add parameter
12130         PAPERSIZE.  Update callers.
12131
12132         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
12133         Fixes symbol placement.
12134
12135         * lily/spanner.cc: 
12136         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
12137         <libc-extension.hh>).
12138
12139 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12140
12141         * Nitpick run.
12142
12143         * buildscripts/fixcc.py: Update.
12144
12145         Builddir run fixes.
12146
12147         * HACKING (datadir): Add VERSION.
12148
12149         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
12150         higher up.
12151
12152 2005-03-15  Werner Lemberg  <wl@gnu.org>
12153
12154         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
12155         diagonal stem doesn't become thinner.
12156
12157 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
12158
12159         * buildscripts/fixcc.py: Fixes (Werner).
12160
12161 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12162
12163         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
12164         Emmentaler/Aybabtu.
12165
12166         * GNUmakefile.in: fix lilypond-words path.
12167
12168         * po/tr.po: update to 2.3.21
12169
12170         * lily/new-fingering-engraver.cc (position_scripts): take priority
12171         from head position.
12172
12173         * input/regression/finger-chords-order.ly (texidoc): new file.
12174
12175 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12176
12177         * make/ly-rules.make: 
12178         * stepmake/aclocal.m4: 
12179         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
12180
12181         * buildscripts/fixcc.py (rules): Leave space after operator.
12182
12183 2005-03-14  Werner Lemberg  <wl@gnu.org>
12184
12185         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
12186         top of the glyph with smooth curve.
12187
12188 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12189
12190         * Documentation/user/global.itely (Page layout): remove
12191         printpagenumber.
12192
12193 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
12194
12195         * input/regression/mensural-ligatures.ly: new file (with examples
12196         compiled by Pal Benko).
12197
12198         * Documentation/user/instrument-notation.itely: Bugfix: yet some
12199         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
12200         musicglyph access.  Many small beautifications in ancient
12201         examples.
12202
12203         * input/test/divisiones.ly: fixed indentation; small
12204         beautifications
12205
12206         * ly/engraver-init.ly: added FIXME comment
12207
12208         * scripts/lilypond-book.py,
12209         Documentation/user/lilypond-book.itely: added music fragment
12210         option "packed" to lilypond-book
12211
12212         * Documentation/user/instrument-notation.itely: Bugfix: added
12213         missing LedgerLineSpanner color setting in several places.  Added
12214         music fragment option "packed" to VaticanaContext example.
12215
12216 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12217
12218         * scm/define-grobs.scm (all-grob-descriptions): switch off
12219         Hyphen_spanner::set_spacing_rods 
12220
12221         * lily/lyric-hyphen.cc (print): add padding between syllable and
12222         hyphen.
12223         (print): shorten hyphen in tight situations (determine using
12224         minimum-length)
12225
12226         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
12227         0.4pt.
12228
12229 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
12230
12231         * ly/titling-init.ly (bookTitleMarkup): Refinements.
12232
12233         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
12234         header/footer markings for regression-test.
12235
12236         * scm/backend-library.scm (output-scopes, header-to-file): Move
12237         from framework-tex.scm.
12238
12239         * scm/framework-ps.scm (output-framework)
12240         (output-preview-framework):
12241         * scm/framework-eps.scm (output-classic-framework)
12242         (output-framework): Use it.  Fixes collated files.
12243
12244 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
12245
12246         * input/sakura-sakura.ly: 
12247         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
12248
12249         * buildscripts/guile-gnome.sh: Update.
12250
12251         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
12252
12253         * mf/aybabtu.pe.in: Capitalize Aybabtu.
12254
12255 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12256
12257         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
12258         culprit: always exit the loop if we find a rod, even if it has
12259         distance < 0. 
12260
12261         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
12262         algorithm.
12263
12264         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
12265         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
12266
12267         * scm/output-svg.scm (dashed-line): new  function body.
12268         
12269         * GNUmakefile.in: create .htaccess.
12270
12271 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12272
12273         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
12274
12275 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12276
12277         * VERSION (PACKAGE_NAME): release 2.5.15
12278
12279         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
12280
12281         * scm/framework-svg.scm (output-framework): put scaling in
12282         document header. Apply scaling only once.
12283         (output-framework): dump page size in px, not mm. 
12284
12285         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
12286         from font-size.
12287
12288         * lily/paper-outputter-scheme.cc (LY_DEFINE):
12289         ly:outputter-output-scheme, new function.
12290
12291         * scm/output-svg.scm (pango-description-to-svg-font): new function
12292
12293 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12294
12295         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
12296         target.
12297
12298         * input/typography-demo.ly: new file.
12299
12300 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
12301
12302         * Documentation/user/global.itely (File structure): Add markup blocks
12303         to toplevel expressions.
12304         (Multiple movements, Creating titles): Add markup blocks.
12305
12306         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
12307         <libc-extension.hh>).
12308
12309         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
12310
12311         * flower
12312         * lily
12313         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
12314
12315 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12316
12317         * lily/accidental.cc: special bboxes for natural. 
12318
12319         * mf/feta-toevallig.mf: make stems heavier.
12320
12321         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
12322         texts as well.
12323
12324         * mf/feta-klef.mf: revise. 
12325
12326         * mf/feta-schrift.mf: make thinning of accent less pronounced.
12327
12328         * mf/feta-klef.mf: add rounded curve at top. 
12329         make thinnib a little heavier.
12330
12331 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
12332
12333         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
12334
12335         * buildscripts/fixcc.py: New file.
12336
12337         * input/regression/utf8.ly: Update Debian font description.
12338
12339 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12340
12341         * stepmake/aclocal.m4: Fix test.
12342
12343 2005-03-09  Graham Percival  <gperlist@shaw.ca>
12344
12345         * Documentation/user/invoking.itely: added Sebastino Vigna's
12346         docs for the --jail option.
12347
12348 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12349
12350         * lily/stem.cc (print): only produce stemlets if there are no
12351         noteheads on this stem.
12352
12353         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
12354         don't crash on stemlet (visible stem without heads).
12355
12356         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
12357         unbroken situations. 
12358
12359         * scm/output-lib.scm (center-invisible): new function.
12360
12361         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
12362         wishes to determine loose column space.
12363
12364         * lily/font-config.cc (init_fontconfig): add
12365         fonts/{otf,type1,cff}  to path.
12366
12367         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
12368
12369         * mf/GNUmakefile (Module): install all fonts under otf/
12370
12371         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
12372         replace /fonts/otf/ by /ps/ 
12373
12374         
12375 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12376
12377         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
12378
12379         * lily/book.cc (process): Oops, add score_.header_.
12380
12381         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
12382
12383         * lily/parser.yy: Handle toplevel and book texts as score.
12384
12385         * scm/page-layout.scm (default-page-make-stencil):
12386         Bugfix: (page-properties rename.
12387
12388         * scm/backend-library.scm (ly:system): Typo.
12389
12390 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12391
12392         * stepmake/stepmake/executable-targets.make (installexe): don't
12393         strip installed executables
12394
12395         * lily/font-select.cc (get_font_by_design_size): revert
12396         pango_description_string as well.
12397
12398         * lily/system.cc (set_loose_columns): put loose column just left
12399         of next column.
12400
12401         * lily/include/group-interface.hh (extract_grob_array): rename
12402         from Pointer_group_interface__extract_grobs
12403
12404         * input/regression/ledger-line-minimum.ly (texidoc): new file.
12405
12406         * lily/ledger-line-spanner.cc (set_spacing_rods): new
12407         function. Keep ledgered note heads at a minimum distance.
12408         Introduce minimum-length-fraction
12409         (print): introduce length-fraction property.
12410
12411 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12412
12413         * tex/GNUmakefile: remove latin1.enc rules.
12414
12415 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12416
12417         * scm/titling.scm: Typo.
12418
12419         * input/regression/score-text.ly: Really add.
12420
12421         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
12422
12423 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12424
12425         * lily/open-type-font-scheme.cc:  new file.
12426
12427 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
12428
12429         * scm/titling.scm (layout-extract-page-properties): Rename from
12430         page-properties.  Update callers.
12431
12432         * lily/lexer.ll (Lily_lexer):
12433         * lily/parser.yy: Junk lyric_markup state.
12434
12435         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
12436
12437         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
12438         Add texts parameter.
12439
12440 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
12441
12442         * lily/lexer.ll (lyric_markup): New mode.
12443         (Lily_lexer::push_lyric_markup_state): New method.
12444         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
12445
12446         * lily/parser.yy (book_body):
12447         (toplevel_expression): Grok \markup texts.
12448
12449         * lily/score-scheme.cc (ly:music-scorify): 
12450         * scm/lily-library.scm (collect-music-for-book): Take texts
12451         parameter.
12452
12453         * lily/score.cc (texts_): New member.
12454
12455         * lily/paper-book.cc (systems): Format score texts.
12456
12457         * score-text.ly: New file.
12458
12459         * ttftool/SConscript:
12460         * kpath-guile/SConscript: New file.
12461
12462         * lily/SConscript:
12463         * SConstruct: Update.
12464
12465 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12466
12467         * VERSION (PACKAGE_NAME): release 2.5.14
12468
12469 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
12470
12471         * lily/main.cc: Add dummy xgettext markers.
12472
12473 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12474
12475         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
12476         requirements
12477
12478         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
12479         executable is < 40k
12480
12481         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
12482         hack.
12483
12484 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
12485
12486         * flower/libc-extension.cc:
12487         * flower/include/libc-extension.hh: [Open]BSD simply cast
12488         cookie/funopen declarations.
12489
12490         * stepmake/aclocal.m4: Check for libkpathsea.so.
12491
12492         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
12493         dl_kpse_find_file.
12494
12495 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12496
12497         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
12498         (open_library): alternative for static library.
12499
12500 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
12501
12502         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
12503
12504         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
12505
12506         Drop run-time dependency on teTeX.
12507
12508         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
12509
12510         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
12511         KPATHSEA_LIBS in LIBS.
12512         (STEPMAKE_DLOPEN): New function.
12513
12514         * lily/font-config.cc (init_fontconfig): Use dir for directory,
12515         not path.
12516
12517         * flower/file-path.cc (directories): Rename from paths, as this
12518         return an array of directories (a single path).
12519
12520 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12521
12522         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
12523
12524         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
12525         new ly:kpathsea-find-file
12526
12527         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
12528
12529         * kpath-guile/GNUmakefile: new file
12530
12531         * buildscripts/gen-emmentaler-scripts.py (i): generate
12532         emmentaler-X.fontname as well.
12533
12534         * buildscripts/ps-embed-cff.py: new script
12535
12536         * scm/lily-library.scm: remove ps-embed-cff.
12537
12538         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
12539         font loading. 
12540
12541         * scm/font.scm (add-music-fonts): load dynamics/numbers through
12542         fontconfig as well.
12543
12544         * lily/font-config.cc (init_fontconfig): add cff/ too.
12545
12546         * ly/generate-embedded-cff.ly: capitalize.
12547
12548         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
12549         so as to register the pango font.
12550
12551         * lily/font-config.cc (init_fontconfig): add
12552         prefix/{otf,type1,mf/out} to fontconfig path.
12553
12554         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
12555         overrides all. 
12556
12557         * configure.in (gui_b): remove ec mftrace check
12558
12559         * config.hh.in: use lilypond-Major.Minor as data directory.
12560
12561         * scm/framework-ps.scm (dump-page): use output-units for landscape.
12562
12563         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
12564         name.
12565
12566 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
12567
12568         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
12569         error messages.
12570
12571         * flower/libc-extension.cc:
12572         * flower/include/libc-extension.hh: [Open]BSD fixes for
12573         cookie/funopen declarations.
12574
12575 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12576
12577         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
12578         emmentaler.
12579
12580         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
12581         lcrm10.
12582
12583         * scm/define-markup-commands.scm (fontsize): new markup
12584         command. Also set baseline-skip
12585
12586 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
12587         
12588         * lily/main.cc (do_chroot_jail): paranoia security for webserver
12589         use.
12590
12591 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12592
12593         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
12594
12595         * lily/pdf.cc: remove PDF related files
12596
12597 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12598
12599         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
12600         <hamamatsu@gmx.de>
12601
12602 2005-03-05  Graham Percival  <gperlist@shaw.ca>
12603
12604         * Documentation/user/advanced-notation.itely: first draft
12605         of reorg done.
12606
12607         * Documentation/user/global.itely: fixed (sub)section
12608         bits of MIDI.
12609
12610 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
12611
12612         * cygwin/mknetrel (extras): Bufix (Bertalan).
12613
12614         * Documentation/user/basic-notation.itely (Chords): @ref fix.
12615         * Documentation/user/instrument-notation.itely (Introducing chord
12616         names): Compile fix: must have unique name.
12617
12618 2005-03-02  Graham Percival  <gperlist@shaw.ca>
12619
12620         * Documentation/user/instrument-notation.itely: reorg.
12621
12622 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
12623
12624         * scm/output-gnome.scm:
12625         * scm/output-svg.scm: Fix font scaling.
12626
12627 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
12628
12629         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
12630         what link to use best.
12631
12632         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
12633         * Documentation/user/tutorial.itely (Automatic and manual beams):
12634         Fix @ref.
12635
12636         * lily/tweak-registration.cc (replace_grob_tweak): New function.
12637         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
12638         * scm/framework-gnome.scm (tweak): Use it.
12639
12640 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12641
12642         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
12643
12644         * scm/output-ps.scm (white-text): reinstate white-text
12645
12646 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
12647
12648         * scm/output-ps.scm (offset-add): Remove.
12649
12650         * scm/lily-library.scm (offset-flip-y): New function.
12651         * scm/framework-gnome.scm (tweak): Use it.
12652
12653         * scm/output-gnome.scm (grob-cause): Add parameter.
12654
12655         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
12656         * scm/output-ps.scm (url-link): Move.
12657         (white-text): Warn user about brokenness.
12658
12659         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
12660         wrt ghostscript.
12661
12662 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12663
12664         * lily/slash-repeat-engraver.cc (try_music): always make slashes
12665         if body length smaller than measure length.
12666
12667         * scm/define-markup-commands.scm (with-url): oops. use Y extent
12668         for Y.
12669
12670         * ly/titling-init.ly (tagline): put default tagline in \paper
12671
12672 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
12673
12674         * lily/kpath.cc: 
12675         * lily/pdf.cc (Pdf_file): Use more generic error messages.
12676
12677         * scm/lily-library.scm (version-not-seen-message): New function.
12678         * ly/init.ly: Use it.
12679
12680         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
12681         breaks as progess.
12682
12683         * scripts/lilypond-book.py (do_process_cmd): Do not lump
12684         whitespace with l10n message.
12685
12686         * scm/framework-tex.scm (convert-to-ps):
12687         (convert-to-dvi): Do not use overly specific l10n messages.
12688
12689         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
12690
12691         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
12692         merge stderr with stdout.  
12693
12694 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
12695
12696         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
12697         Neeracher).
12698
12699 2005-02-29  Graham Percival  <gperlist@shaw.ca>
12700
12701         * Documentation/user/instrument-notation.teily: moved
12702         \arpeggio to Basic.
12703
12704         * Documentation/user/advanced-notation.itely: Articulation to
12705         Basic, a bunch of stuff from Basic moved to Advanced.
12706
12707         * Documentation/user/basic.itely: swapped various sections,
12708         reorganized Basic.
12709
12710 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12711
12712         * flower/memory-stream.cc: 
12713         * flower/libc-extension.cc: Remove obsolete #undefs.
12714
12715         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
12716         more carefully.
12717
12718 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12719
12720         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
12721         dependency.
12722
12723         * VERSION (PACKAGE_NAME): release 2.5.13
12724
12725         * GNUmakefile.in (web-ext): don't ship ps.gz
12726
12727         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
12728         stdout
12729
12730 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12731
12732         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
12733         without libintl.  Now it compiles too.
12734
12735 2005-02-28  Graham Percival  <gperlist@shaw.ca>
12736
12737         * Documentation/user/basic-notation.itely,
12738         instument-notation.itely, advanced-notation.itely:
12739         split up contents of notation.itely.
12740
12741         * Documentation/user/notation.itely: file removed.
12742
12743         * Documentation/user/invoking.itely, converters.itely:
12744         moved convert-ly info to invoking.itely.
12745
12746         * Documentation/user/global.itely, changing-defaults.itely,
12747         sound-output.itexi: moved global settings, file layout, and
12748         sound into global.itely.
12749
12750         * Documentation/user/sound-output.itexi: file removed.
12751
12752         * Documentation/user/lilypond.tely: removed links to
12753         notation.itely and sound.itely.
12754
12755 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12756
12757         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
12758
12759         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
12760  
12761         * THANKS: add sponsor.
12762
12763         * scm/define-markup-commands.scm (with-url): new markup command.
12764
12765         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
12766         tagline.
12767         
12768         * scm/output-tex.scm (url-link): stub.
12769
12770         * scm/output-ps.scm (url-link): new function.
12771
12772         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
12773         ly:set-point-and-click
12774
12775 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
12776
12777         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
12778         based on pdf-viewer setting.
12779
12780         * scm/framework-ps.scm (write-preamble): Find and set preferred
12781         pdf-viewer.
12782
12783 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12784
12785         * Documentation/user/point-and-click.itely: update for PDF point &
12786         click.
12787
12788         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
12789         editors based on EDITOR setting.
12790
12791 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
12792
12793         * scm/*: Oops, more grand 2005 replace bits.
12794
12795 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12796
12797         * ps/music-drawing-routines.ps: new routine: insert PDF mark
12798
12799         * scm/output-ps.scm (grob-cause): point & click support for
12800         PostScript
12801
12802 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12803
12804         * lily/input-scheme.cc (LY_DEFINE): rename to
12805         ly:input-file-line-column
12806
12807 2005-02-26  Graham Percival  <gperlist@shaw.ca>
12808
12809         * Documentation/user/examples.itely: small fix from Steve Doonan.
12810
12811         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
12812
12813         * THANKS: added Yuval Harel.
12814
12815         * Documentation/user/{various}: inserted two spaces after a period.
12816
12817         * Documentation/user/lilypond.tely: added framework for reorg.
12818
12819         * Documentation/user/basic-notation.itely, instrument-notation.itely,
12820         advanced-notation.itely, global.itely: new files, placeholder for
12821         future reorg.
12822
12823 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
12824
12825         * Documentation/user/notation.itely: revamped Polyphony section
12826         
12827 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12828
12829         * Documentation/user/lilypond-book.itely (Music fragment options):
12830         doc fontload.
12831
12832         * Documentation/user/changing-defaults.itely (Text encoding): add
12833         fontload option to utf8 include
12834
12835         * scripts/lilypond-book.py (compose_ly): add fontload option
12836
12837         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
12838         force-eps-font-include option.
12839
12840         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
12841         black triangle
12842
12843         * Documentation/user/invoking.itely (Editor support): remove
12844         lilypond-latex section.
12845
12846         * scripts/lilypond-latex.py (Module): remove script.
12847
12848         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
12849         overwrite .log. 
12850
12851         * lily/main.cc: remove -m, --no-layout
12852
12853         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
12854         to define. We don't want to override fprintf everywhere.
12855
12856 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
12857
12858         * cygwin/lilypond.hint: 
12859         * cygwin/README.in: Update dependencies.
12860
12861         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
12862         Bugfix: do not pollute CPPFLAGS, LIBS.
12863
12864         * cygwin/mknetrel (extras): Cross compile fixes.
12865
12866         * ttftool/util.c: 
12867         * ttftool/ttfps.c: 
12868         * ttftool/ps.c: #include libc-extension.hh
12869
12870         * flower/include/libc-extension.hh:
12871         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
12872         wrapper using funopen.
12873         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
12874         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
12875
12876         * config.hh.in:
12877         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
12878         (AC_CHECK_HEADERS): Add libio.h
12879
12880         * scripts/convert-ly.py: Uniformize, internationalize.
12881         (2.5.2): Remove fatal encoding rule.
12882         (2.5.13): Handle latin1 encoding gracefully.
12883
12884 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
12885
12886         * HACKING: Fix line breaks.
12887
12888 2005-02-23  Werner Lemberg  <wl@gnu.org>
12889
12890         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
12891         contains those two files.
12892
12893 2005-02-21  Werner Lemberg  <wl@gnu.org>
12894
12895         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
12896         to improve overlap removal process.
12897
12898         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
12899         left and right ending.  This ensures better overlapping.
12900         Update all callers.
12901         ("lineprall"): Don't use draw_gridline to get better overlapping.
12902
12903 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12904
12905         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
12906
12907         * Documentation/topdocs/NEWS.tely (Top): oops.
12908
12909 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
12910
12911         * HACKING: new file.
12912
12913         * input/regression/utf8.ly (portuguese): added a portuguese example
12914         to show latin1 accents.
12915
12916 2005-02-21  Pal Benko  <benkop@freestart.hu>
12917
12918         * lily/mensural-ligature-engraver.cc:
12919         * lily/mensural-ligature.cc:
12920         * lily/include/mensural-ligature.hh: new algorithm implemented
12921
12922         * scm/define-grob-properties.scm: join-left killed (add-join may
12923         be used); join-left-amount changed to join-right-amount
12924
12925 2005-02-21  Graham Percival  <gperlist@shaw.ca>
12926
12927         * Documentation/user/notation.itely: small but urgent fix.
12928
12929 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
12930
12931         * lily/duration-scheme.cc: bugfix: correct parameters to
12932         SCM_ASSERT_TYPE.
12933
12934         * THANKS: added Pal.
12935
12936         * Documentation/user/notation.itely: bugfix: unTeXified
12937         $\\backslash$.  Bugfix: yet another glyph renaming victim:
12938         "timesig.*x/y" -> "timesig.*xy".
12939
12940 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12941         
12942         * VERSION (PACKAGE_NAME): release 2.5.12
12943
12944 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12945
12946         * ly/engraver-init.ly: set tieWaitForNote to #t by default
12947
12948         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
12949
12950         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
12951
12952         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
12953
12954 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12955
12956         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
12957         latin1..utf-8.
12958
12959         * input/regression/stanza-number.ly:
12960         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
12961
12962         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
12963
12964 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12965
12966         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
12967         NEWS. Refer to website for older news.  
12968
12969         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
12970         .HTML. This should be done for specific servers only.
12971
12972         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
12973         .ly image examples.
12974
12975         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
12976         in layer 0 too.
12977
12978         * scm/define-context-properties.scm
12979         (all-user-translation-properties): add tieWaitForNote
12980
12981         * scm/define-grobs.scm (all-grob-descriptions): add
12982         Tie_column::before_line_breaking
12983
12984         * lily/tie.cc (get_column_rank): new function
12985
12986         * lily/tie-column.cc (before_line_breaking): new function.
12987         (werner_directions): take into account ties that start on
12988         different columns.  
12989
12990         * lily/score-engraver.cc (set_columns): move add_column() so we
12991         have column rank available.
12992
12993         * lily/tie.cc (get_column_rank): new function.
12994
12995         * input/regression/utf8.ly (japanese): add japanese lyrics.
12996
12997         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
12998
12999         * THANKS: add Steve D
13000
13001         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
13002         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
13003
13004 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
13005
13006         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
13007         to show harmonic notes
13008         * scm/define-markup-commands.scm: in \markup-by-number
13009         "dots-dot" -> "dots.dot" to show dotted notes
13010
13011 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13012
13013         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
13014
13015         * flower/memory-stream.cc (writer): new file.
13016
13017         * configure.in: add endian test.
13018
13019 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
13020
13021         * Documentation/user/examples.itely: small
13022         simplification/beautification
13023
13024         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
13025         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
13026         notation manual.
13027
13028         * lily/mensural-ligature.cc: bugfix: another few victims of the
13029         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
13030
13031         * ly/gregorian-init.ly: commit some experimental code for hi-level
13032         ligature input language lying around here for several months.
13033
13034         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
13035         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
13036
13037         * lily/vaticana-ligature-engraver.cc: bugfix: another few
13038         "x-y-z"->"x.y.s-z" fixes.
13039
13040 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13041
13042         * scm/framework-pdf.scm (scm): new file
13043
13044         * lily/include/pdf.hh (class Pdf_file): new file.
13045
13046         * lily/pdf.cc (write_trailer): new file.
13047
13048 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
13049
13050         * input/regression/color.ly: new file
13051
13052         * lily/stencil.cc (interpret_stencil_expression):
13053         when a color expression is encountered: save current color,
13054         process the rest of the expression, and restore previous color.
13055
13056         * lily/system.cc (get_line): check all grobs for color property and
13057         prepare the stencil scheme expressions for further processing.
13058         Fix layer-loop.
13059
13060         * scm/define-grob-properties.scm: introduce the color property.
13061
13062         * scm/output-lib.scm: color helper functions.
13063
13064         * scm/output-ps.scm: introduce setcolor/resetcolor.
13065
13066 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
13067
13068         * ly/*.ly, input/regression/*.ly: Added missing \version
13069         statements in some files.
13070
13071 2005-02-15  Graham Percival  <gperlist@shaw.ca>
13072
13073         * Documentation/user/notation.itely: minor editing.
13074
13075         * Documentation/user/converters.itely: updated convert-ly bugs.
13076
13077         * Documentation/user/lilypond-book.itely: add info about using
13078         feta characters in latex.
13079
13080 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13081
13082         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
13083
13084 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13085
13086         * scm/define-grob-properties.scm (all-user-grob-properties):
13087         removed 'dashed property.
13088
13089 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13090
13091         * scm/lily.scm (define-safe-public): new macro for defining
13092         variables that can be used in --safe mode. Use it in *.scm
13093         instead of manually setting safe-objects in safe-lily.scm.
13094
13095 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13096         
13097         * lily/slur.cc: Slur-dash patch by Bertalan.
13098
13099         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
13100
13101         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
13102
13103 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
13104
13105         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
13106
13107 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
13108
13109         * mf/GNUmakefile: teTeX-3.0 install fix.
13110
13111         * Cygwin patch from Bertalan.
13112
13113         * stepmake/stepmake/metafont-rules.make: Remove bashism.
13114
13115 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
13116
13117         * GNUmakefile.in: 
13118         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
13119
13120         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
13121         2.0.x compatibility.
13122
13123 2005-02-08  Werner Lemberg  <wl@gnu.org>
13124
13125         * mf/feta-din-code.mf: Format; clean up code.
13126         Replace `---' with `--' plus explicit path directions.
13127         (linethickness#, stafflinethickness#): Remove.
13128         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
13129         ("dynamic s"): Improve shape.
13130         ("dynamic p"): Improve shape.
13131         Replace `draw' with better outline approximation.
13132         ("dynamic r"): Improve shape.
13133         Don't call `fill' and `draw' at the same time.
13134
13135 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
13136
13137         * SConstruct (symlink):
13138         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
13139         build fix: add enc symlink.
13140
13141         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
13142
13143         Support for DESTDIR besides prefix=/foo
13144
13145         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
13146
13147         * stepmake/stepmake/*.make:
13148         * */GNUmakefile:
13149         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
13150
13151         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
13152
13153         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
13154         mawk in fontforge (date) test.
13155
13156 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13157
13158         * scm/font.scm (make-century-schoolbook-tree): add NCS as
13159         font-family=roman. Add Luxi Sans as sans
13160
13161 2005-02-07  Graham Percival  <gperlist@shaw.ca>
13162
13163         * Documentation/user/notation.itely: add warning about
13164         percent repeats and Voice contexts.
13165
13166         * Documentation/user/lilypond-book.itely: clarified the
13167         necessity of dvips -u arguments.
13168
13169 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
13170
13171         * THANKS: Added a bunch of bug hunters.
13172
13173 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13174
13175         * scm/framework-ps.scm (output-preview-framework): bugfix.
13176
13177         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
13178         o/ for chord modifier..
13179
13180         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
13181
13182         * lily/drum-note-performer.cc:  remove unused (thanks Michael
13183         Welsh Duggan). 
13184
13185 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
13186
13187         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
13188
13189         * ly/titling-init.ly: Do not also print intstrument in header on
13190         first page.  Do not print page number on first and only page.
13191
13192 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13193
13194         * input/regression/*.ly: remove old-relative everywhere
13195
13196         * lily/music-sequence.cc (simultaneous_relative_callback): do
13197         what-if analysis on copy, not on original. Fixes old-relative
13198         compatibility.
13199
13200         * scm/backend-library.scm (postscript->png): space before
13201         --verbose.
13202         
13203 2005-02-05  Werner Lemberg  <wl@gnu.org>
13204
13205         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
13206         is defined.
13207
13208         * mf/feta-alphabet.mf: Define `staffsize#'.
13209         Include `feta-params.mf'.
13210         s/staffheight/design_size/.
13211
13212         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
13213
13214         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
13215
13216         * mf/feta-nummer-code.mf: Reformatted.
13217         (draw_six): Use outline intersection to avoid a self-intersecting
13218         path.
13219         ("Numeral comma"): Fix serious outline glitches.  This slightly
13220         changes the glyph shape.
13221         ("Numeral dash"): Use `draw_rounded_block'.
13222         ("Numeral dot"): Use `drawdot'.
13223         ("Numeral 1"): Assure identical tangent directions for the
13224         intersection points of paths.  The glyph shape improvement is only
13225         visible at very high magnifications.
13226         ("Numeral 2"): Use `solve' macro to make the lower right part of
13227         the glyph outline touch the x axis exactly.  This changes the
13228         glyph shape.
13229         Minor fixes for better overlap removal support.
13230         ("Numeral 4"): Make lefter corner `rounder'.
13231         ("Numeral 5"): Assure identical tangent directions for the
13232         intersection points of paths.  This improves the glyph shape at
13233         high magnifications.
13234         ("Numeral 7"): Use `solve' macro to make the upper right part of
13235         the glyph outline touch the metrics box exactly.  This changes the
13236         glyph shape.
13237         Avoid corner in the upper left part of the glyph (causing a minor
13238         shape change).
13239
13240         * mf/feta-ital-*.mf: Removed.  Unused.
13241
13242 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13243
13244         * VERSION (PATCH_LEVEL): release 2.5.11
13245
13246         * input/regression/fill-line-test.ly: new file.
13247
13248         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
13249         emmentaler name, eg. emmentaler-23. 
13250
13251 2005-02-04  Christian Hitz  <chhitz@gmx.net>
13252
13253         * scm/scm/define-markup-commands.scm (fill-line): rework for better
13254         alignment with centered texts
13255
13256         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
13257         list of paddings
13258
13259 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13260
13261         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
13262
13263         * lily/note-column.cc (translate_rests): call flush_extent_cache()
13264         of parents when translating rests. Fixes: c-chord-rest.ly 
13265
13266         * lily/include/dimension-cache.hh (struct Dimension_cache): add
13267         dimension_callback_ member.
13268
13269         * lily/grob.cc (flush_extent_cache): new function. Force recompute
13270         of extents.
13271
13272 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
13273
13274         * all but lily/*: The grand 2004/2005 replace.
13275
13276 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13277
13278         * lily/*: add space after ,  
13279
13280         * scm/music-functions.scm (has-request-chord): don't use
13281         ly:music-name anywhere. Fixes <<\\>> notation. 
13282
13283         * scm/define-markup-commands.scm (box): use font-size for
13284         padding. Fixes boxed-rehearsal-marks.ly
13285
13286         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
13287         identifier definition too, so foo = \lyrics { ...   } bar = #1
13288         doesn't complain about "bar" being LYRICS_STRING.
13289
13290         * lily/paper-def.cc (find_pango_font): new routine; Store
13291         pango_fonts in hash tab too. This is necessary for retrieving
13292         Pango_fonts::physical_font_tab() later on.
13293  
13294         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
13295         crash if psname is null.
13296
13297         * lily/lily-guile.cc (ly_hash2alist): new function
13298
13299         * Documentation/user/changing-defaults.itely (Text encoding):
13300         rewrite. 
13301
13302         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
13303         -> font_filename mapping.
13304
13305         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
13306         ly_pango_font_physical_fonts
13307
13308         * scm/framework-ps.scm (supplies-or-needs): extract names from
13309         physical Pango_fonts.
13310
13311         * utf8.ly: new file.
13312
13313 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13314
13315         * Documentation/user/changing-defaults.itely (Page layout): add
13316         doco about systemSeparatorMarkup.
13317
13318         * scm/page-layout.scm (default-page-make-stencil): add-to-page
13319         function.
13320         (default-page-make-stencil): insert system separators.
13321
13322         * scm/define-markup-commands.scm (hcenter): add
13323         (beam): add.
13324
13325 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13326
13327         * scm/output-ps.scm (ez-ball): reinstate ez notation.
13328
13329 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
13330
13331         * lily/main.cc: Spell backend consistently.  Sort options.
13332
13333 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13334
13335         * scripts/lilypond-book.py (Module): revert @include.
13336         
13337 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
13338
13339         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
13340         Bugfix: @include .tex (not .texi).  Small cleanups.
13341
13342         * stepmake/bin/add-html-footer.py (i18n): New function.
13343
13344 2005-01-31  Werner Lemberg  <wl@gnu.org>
13345
13346         * mf/feta-nummer.mf: Removed.  Unused.
13347
13348 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13349
13350         * lily/ : 2004 -> 2005 s&r
13351
13352         * scm/file-cache.scm (cached-file-contents): add file. Read each
13353         file only once.
13354
13355         * scm/font.scm (add-pango-fonts): change order. Medium weight is
13356         now default.
13357
13358         * VERSION: release 2.5.10
13359         
13360         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
13361
13362         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
13363
13364         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
13365         that both X and Y extents of bbox are non-nil.
13366
13367 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13368
13369         * scm/chord-name.scm (alteration->text-accidental-markup): change
13370         - to . 
13371
13372         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
13373
13374         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
13375
13376         * Documentation/user/invoking.itely (Invoking lilypond): add note
13377         about EPS backend.
13378
13379         * scm/framework-eps.scm: new file: create per-system/per-page EPS
13380         files for inclusion in lilypond-book document.
13381
13382         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
13383
13384         * input/tutorial/lbook-texi-test.texi: new file.
13385
13386         * scm/safe-lily.scm (safe-objects): add
13387         {begin,end}-of-line-(in)?visible as safe.
13388  
13389 2005-01-30  Graham Percival  <gperlist@shaw.ca>
13390
13391         * Documentation/user/changing-defaults.itely: fixed example
13392         of (dynamics).
13393
13394 2005-01-29  Graham Percival  <gperlist@shaw.ca>
13395
13396         * lily/main.cc: fix info about -o=FILE.
13397
13398 2005-01-29  Werner Lemberg  <wl@gnu.org>
13399
13400         * mf/feta-toevallig.mf ("Natural"): Completely changed the
13401         construction to assure smooth transition from straight to curved
13402         lines.
13403
13404 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13405
13406         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
13407         stencils.
13408
13409         * ps/lilyponddefs.ps: add start-page, start-system doesn't
13410         translate to top of page. Fixes alignment problems of
13411         lilypond-generated EPS files.
13412
13413 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13414
13415         * scm/part-combiner.scm (analyse-spanner-states): trigger on
13416         crescendo-end as well, since Decrescendo maybe ended with Stop
13417         Crescendo.). Fixes: partcombine-diminuendo.ly
13418
13419         * scm/script.scm (default-script-alist): swap portato symbols.
13420
13421         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
13422
13423         * lily/paper-outputter-scheme.cc (LY_DEFINE):
13424         ly:outputter-port. New function.
13425
13426         * scm/framework-ps.scm (output-classic-framework): dump a
13427         -systems.texi too
13428         (output-classic-framework): dump multiple systems on an "infinite"
13429         page EPS including fonts. 
13430
13431         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
13432         .eps files for both texi and tex formats. Use PNG coming from
13433         lilypond.
13434         
13435 2005-01-28  Graham Percival  <gperlist@shaw.ca>
13436
13437         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
13438
13439         * scripts/lilypond-latex.py: fix info about -o=FILE.
13440
13441 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13442
13443         * ly/generate-embedded-cff.ly: write .cff.ps files.
13444
13445         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
13446
13447         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
13448         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
13449
13450 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
13451
13452         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
13453
13454 2005-01-28  Werner Lemberg  <wl@gnu.org>
13455
13456         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
13457         macros.
13458         (draw_bulb): Improved.
13459
13460         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
13461         metapost bug.
13462         (draw_pedal_P): Use soft_end_penstroke.
13463         (draw_pedal_d): Use soft_start_penstroke.
13464
13465         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
13466         path.
13467         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
13468         doesn't change the glyph shape.
13469
13470         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
13471         changing the shape) to avoid fontforge warnings.
13472
13473         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
13474         soft_end_penstroke and fix glyph shape.
13475
13476 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13477
13478         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
13479
13480 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13481
13482         * scm/define-markup-commands.scm (line): filter out empty stencils
13483         from line command.
13484
13485         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
13486         amount.
13487
13488 2005-01-27  Graham Percival  <gperlist@shaw.ca>
13489
13490         * Documentation/user/notation.itely: added info about what
13491         \voiceFoo does.  Also rewrote warning about marks at
13492         a line break.
13493
13494         * Documentation/user/changing-defaults.itely: added info
13495         about putting dynamics in parenthesis and brackets.
13496
13497 2005-01-27  Werner Lemberg  <wl@gnu.org>
13498
13499         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
13500
13501 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13502
13503         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
13504         portato-direction.ly
13505
13506         * lily/beam.cc (consider_auto_knees): add beam height to
13507         threshold. Fixes: knee-multiple-beam.ly
13508
13509         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
13510         pedal line spanners. Fixes: instrument-center-pedal.ly
13511
13512         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
13513         if encountering barline. Fixes: auto-beam-repeat.ly
13514
13515 2005-01-26  Werner Lemberg  <wl@gnu.org>
13516
13517         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
13518         overlapping.
13519
13520         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
13521         with inflections for the 1/2 sharp glyph.
13522
13523         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
13524         connection between `t' and `r'.
13525         Unify bulb with the rest of `r' to avoid grazing outlines which
13526         confuses the overlap removal algorithm of fontforge.
13527
13528         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
13529         inflections.
13530         (draw_cross): Fix shape to have uniform thickness in corners.
13531
13532         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
13533         to avoid an uneven number of self-intersections; this confuses
13534         fontforge.
13535         Fix a slight bug in the shape at left bottom (which is visible only
13536         at high magnifications).
13537         `Center' the stem horizontally to avoid overlapping.
13538
13539 2005-01-24  Werner Lemberg  <wl@gnu.org>
13540
13541         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
13542         to `asis'.
13543         (fet_begingroup): Save group name in string `feta_group'.
13544         (fet_endgroup): Updated.
13545         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
13546
13547         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
13548
13549         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
13550         in metapost.
13551
13552 2005-01-24  Graham Percival  <gperlist@shaw.ca>
13553
13554         * Documentation/user/notation.itely: really minor editing.
13555
13556 2005-01-22  Graham Percival  <gperlist@shaw.ca>
13557
13558         * Documentation/user/examples.itely: minor editing.
13559
13560         * Documentation/user/changing-defaults.itely: minor editing.
13561
13562         * Documentation/user/notation.itely: clarified info on polyphony
13563         and \addlyrics.
13564
13565 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
13566
13567         * scm/output-gnome.scm: 
13568         * scm/output-svg.scm:
13569         * scm/lily-library.scm (font-name-style): Update font name
13570         kludging for fontconfig use.
13571
13572 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
13573
13574         * scm/define-markup-commands.scm: Document right-align and
13575         larger markup commands. Remove "TODO" from the topmost comment
13576         "each markup function should have a doc string." More consistent
13577         use of new-lines.
13578
13579 2005-01-22  Graham Percival  <gperlist@shaw.ca>
13580
13581         * Documentation/user/changing-defaults: removed info about
13582         copyright symbol, since it's likely to change soon.
13583         Added info about betweensystemspace.
13584
13585         * Documentation/user/notation.itely: minor fixes.
13586
13587         * Documentation/user/lilypond.tely,
13588         Documentation/user/music-glossary.tely: changed copyright
13589         date to 2005 instead of 2004.
13590
13591         * input/test/volta-chord-names.ly: added old example back.
13592
13593 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13594
13595         * mf/feta-beugel.mf: use design size 20 (not 15).
13596
13597         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
13598         change name to aybabtu completely
13599
13600 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13601
13602         * buildscripts/gen-emmentaler-scripts.py (outdir): add
13603         design_size to fontname
13604
13605 2005-01-19  Werner Lemberg  <wl@gnu.org>
13606
13607         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
13608         mf/feta-schrift.mf: s/p/pat/ if a path variable.
13609
13610         * mf/feta-autometric.mf (set_char_box): Add code which emits
13611         specials for mf2pt1 if run with metapost.
13612         (to_bp): New macro for mf2pt1.
13613
13614 2005-01-18  Graham Percival  <gperlist@shaw.ca>
13615
13616         * Documentation/user/changing-defaults: added info on
13617         creating a copyright symbol.
13618
13619 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13620
13621         * VERSION: release 2.5.9
13622         
13623 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
13624
13625         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
13626
13627         * Documentation/user/notation.itely: Document
13628         score-override-auto-beam-setting Fix documentation for
13629         revert-auto-beam-setting.
13630
13631 2005-01-18  Werner Lemberg  <wl@gnu.org>
13632
13633         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
13634         (procset): New function to define a procset resource.
13635         (ps-embed-pfa): New function to define a font resource.
13636         (setup): New function to define a `Setup' environment.
13637         (preamble): Use new functions.
13638
13639         * ps/lilypond.defs (init-lilypond-parameters): New function to
13640         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
13641
13642 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13643
13644         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
13645
13646 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
13647
13648         * scm/define-markup-commands.scm: Change number->markletter-string
13649         to take two arguments (vector number). Add number->mark-alphabet-vector
13650         and markalphabet markup command.
13651
13652         * scm/translation-functions.scm: Add format-mark-box-alphabet,
13653         format-mark-alphabet, format-mark-box-barnumbers and
13654         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
13655
13656 2005-01-17  Graham Percival  <gperlist@shaw.ca>
13657
13658         * Documentation/user/examples.itely: add SATB automatic piano
13659         reduction template.
13660
13661         * Documentation/user/notation.itely: added info about changing
13662         partcombine texts.  Also adds examples of alternate lyrics.
13663
13664         * Documentation/user/changing-defaults.itely: added warning
13665         about \RemoveEmptyStaffContext overriding previous changes.
13666
13667 2005-01-17  Werner Lemberg  <wl@gnu.org>
13668
13669         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
13670         feta-alphabet*.
13671
13672 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13673
13674         * python/lilylib.py (make_ps_images): don't do final showpage for
13675         multi-page documents.
13676         
13677         * VERSION (MY_PATCH_LEVEL): release 2.5.8
13678
13679 2005-01-16  Graham Percival  <gperlist@shaw.ca>
13680
13681         * Documentation/user/lilypond.tely: changed order of appendices;
13682         unified index should be last.
13683
13684         * Documentation/user/notation.itely: add example of key signatures
13685         and info about Staff.printKeyCancellation.
13686
13687 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13688
13689         * lily/include/repeated-music.hh (class Repeated_music): change
13690         into "namespace" class.
13691
13692         * lily/event.cc: remove Key_change_event.
13693
13694         * lily/include/transposed-music.hh (class Transposed_music): remove.
13695
13696         * lily/transposed-music.cc: remove
13697
13698         * lily/include/relative-music.hh: remove.
13699
13700         * lily/include/music-sequence.hh (struct Music_sequence): change
13701         into "namespace" class.
13702
13703         * lily/untransposable-music.cc (Module): remove
13704
13705         * lily/include/un-relativable-music.hh (Module): remove
13706
13707         * lily/include/untransposable-music.hh (Module): remove
13708
13709         * lily/include/music-list.hh (Module): remove file
13710
13711         * lily/un-relativable-music.cc: remove file.
13712
13713 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
13714
13715         * lily/parser.yy: Compile fix.
13716
13717 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13718
13719         * lily/include/music.hh (class Music): unvirtualize transpose().
13720
13721         * lily/sequential-music.cc: remove file.
13722
13723         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
13724
13725         * lily/slur-scoring.cc (get_best_curve): only switch on
13726         DEBUG_SLUR_SCORING for non NDEBUG builds.
13727
13728         * lily/include/music.hh (class Music): replace Music::start_mom()
13729         by start-callback property
13730
13731         * lily/include/grace-music.hh: remove file. 
13732
13733         * lily/stem.cc (height): robustness fix.
13734
13735         * lily/time-scaled-music.cc: remove file.
13736
13737         * lily/include/music.hh (class Music): include SCM init argument.
13738         (class Music): replace Music::get_length() virtual by
13739         length-callback property everywhere.
13740
13741         * scripts/convert-ly.py (conv): add  # to \property scalar value.
13742
13743         * mf/GNUmakefile: don't install *list.ly
13744
13745 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
13746
13747         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
13748
13749 2005-01-12  Werner Lemberg  <wl@gnu.org>
13750
13751         This patch addresses the following problems in the feta sources
13752         files which contribute to the fetaXX fonts.
13753
13754         . Many fixes for rasterization at low resolutions (consistent use of
13755           `vround' and `hround', integer shift values for paths, applying
13756           `eps' for mirrored paths, use of `define_whole_pixels' and
13757           friends, etc.) -- while this probably looks like a waste of time
13758           it has revealed deficiencies in some glyph shapes.  See comment at
13759           the end of feta-params.mf how vertical symmetry is achieved.
13760
13761         . The `---' operator has been replaced everywhere with `--'; this
13762           both improves and considerably reduces the font size after
13763           conversion with mf2pt1.
13764
13765         These change aren't explicitly mentioned below since virtually all
13766         glyphs are affected.
13767
13768         Other notable differences:
13769
13770         . Glyphs from feta-accordion.mf now have charboxes around the
13771           outline.
13772
13773         . Fixed incorrect charbox for `accDot'.
13774
13775         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
13776
13777         . Fixed position of the bow in the `upprall' glyph and its siblings.
13778
13779         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
13780           dependent on the staff line thickness to avoid touching the middle
13781           staff line at smaller sizes.
13782
13783         . Largely extended output for feta-testXX: Where useful, glyphs
13784         are shown both between and on staff lines.
13785
13786
13787         * mf/feta-params.mf (staff_space_rounded,
13788         stafflinethickness_rounded, linethickness_rounded,
13789         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
13790         Update all code which uses them where appropriate.
13791         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
13792         New variables used to control rasterization at low resolutions.  Set
13793         to zero if feta code is processed with metapost.
13794
13795         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
13796         (draw_rounded_block, draw_square_block): Updated to use `--' only.
13797         (flare_path): Updated.
13798         Make it work with `filldraw' (but only circular pens).
13799         (hfloor, vfloor, hceiling, vceiling): New macros.
13800
13801         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
13802         Use `draw' again in mf mode to have good pixel dropout control.
13803         Fix intersection points of horizontal lines with circle.
13804         ("accDot"): Fix parameters for set_char_box.
13805         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
13806         control.
13807
13808         * mf/feta-banier.mf: Updated.
13809
13810         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
13811         testing.
13812         (undraw_inside_ellipse): Remove `center' argument.  Update all
13813         callers.
13814         (draw_brevis): New macro, called by "Brevis notehead".
13815         (draw_whole_triangle_head): New macro, called by "Whole
13816         trianglehead".
13817         (draw_small_triangle_head): Use `filldraw'.
13818
13819         * mf/feta-eindelijk.mf: Remove useless global group.
13820         Updated.
13821
13822         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
13823         `filldraw'.
13824
13825         * mf/feta-pendaal.mf: Updated.
13826
13827         * mf/feta-puntje.mf: Updated.
13828
13829         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
13830         less points.
13831         ("Flageolet"): Use `draw' again in mf mode to have good pixel
13832         dropout control.
13833         ("Varied Coda"): Use `draw_block'.
13834         (draw_comma): Fix typo.
13835         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
13836         pixel dropout control.
13837
13838         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
13839         position of bow.
13840
13841         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
13842         sizes.
13843
13844         * mf/feta-toevallig.mf (remember_pic): New variable, used for
13845         testing.
13846         (draw_meta_sharp): Much simplified.
13847         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
13848
13849         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
13850
13851 2005-01-13  Mats Bengtsson  <mabe@s3.kth.se>
13852
13853         * Documentation/user/notation.itely (Ancient rests): Fix typo
13854         (thanks Anthony)
13855
13856 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
13857
13858         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
13859
13860         * lily/main.cc (setup_paths): Add cff.
13861
13862         * mf/GNUmakefile (foe): Include actual target %.cff.
13863         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
13864
13865 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13866
13867         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
13868         suffix for main_input_b_.
13869
13870         * scm/music-functions.scm (toplevel-music-functions):
13871         precompute music lengths for music expressions.  
13872
13873 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
13874
13875         * lily/include/input.hh (class Input): new `end_' slot for end of
13876         input. Renamed defined_str0_ to start_.
13877
13878         * lily/input.cc (Input): Add Input::Input (Input const &) and
13879         remove Input::Input (Source_file*, char const *). Use the new
13880         slots.
13881         (set_location): method used by bison to propagate input
13882         locations (YYLLOC_DEFAULT).
13883         (end_line_number, end_column_number, step_forward): new methods
13884         
13885         * lily/input-scheme.cc (ly:input-both-locations): new function,
13886         similar to ly:input-location, but also return the end line and
13887         column.
13888
13889         * lily/include/includable-lexer.hh: 
13890         * lily/includable-lexer.cc: 
13891         * lily/include/lily-lexer.hh (class Lily_lexer): 
13892         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
13893         Includable_lexer to Lily_lexer, in order to update lexloc (the
13894         yylloc), a new slot of Lily_lexer.
13895         (here_input, LexerError): simplify by using the lexloc slot (aka
13896         yylloc)
13897
13898         * lily/lexer.ll: #define yylloc to use input locations (it may
13899         be useless here?). Fixed the #embedded_scm rule (step the location
13900         forward in order to skip the sharp sign before parsing the scheme
13901         expression)
13902
13903         * lily/include/lily-parser.hh (class Lily_parser): 
13904         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
13905         here_input()
13906         (parser_error): overload for more precise locations of errors.
13907
13908         * lily/parser.yy (YYLTYPE): set location type to Input
13909         (YYLLOC_DEFAULT): use Input::set_location()
13910         (yylex): add the YYLTYPE* location parameter.
13911         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
13912         Give an Input parameter to THIS->parser-error() for more accurate
13913         messages.
13914
13915 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13916
13917         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
13918
13919         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
13920         on BEAMQUANTING for non-NDEBUG builds.
13921
13922         * lily/stem.cc (head_count): performance: avoid String::String()
13923         inside oft called function.
13924
13925 2005-01-09  Graham Percival  <gperlist@shaw.ca>
13926
13927         * Documentation/user/examles.itely: attempted fix for broken
13928         string quartet template.
13929
13930         * Documentation/user/notation.itely: remove unnecessary broken
13931         link.
13932
13933 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13934
13935         * VERSION (PACKAGE_NAME): release 2.5.7
13936
13937 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
13938
13939         * config.make.in (METAFONT): Append -progname=mf, fixes use with
13940         mf-nowin for teTeX-3.0.  Backportme.
13941
13942         * scm/output-svg.scm (utf8-string): New function.
13943
13944         * scm/output-gnome.scm (utf8-string): New function.
13945         (otf-name-mangling): Remove.
13946
13947         * lily/pango-font.cc (Pango_font): Use font string iso font
13948         filename for utf8-text.
13949
13950         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
13951         name.
13952
13953 2005-01-08  Graham Percival  <gperlist@shaw.ca>
13954
13955         * Documentation/user/notation.itely: add info about
13956         Staff.extraNatural = ##f in Pitches section.  Also
13957         fixed some minor issues in the Vocal music section.
13958
13959 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13960
13961         * scm/output-ps.scm (white-text): comment out Helvetica font,
13962         which is broken for my GS install.
13963
13964         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
13965         which provides a tighter bbox.
13966
13967         * scm/define-grobs.scm (all-grob-descriptions): remove all
13968         extra-offsets from definitions.
13969
13970 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
13971
13972         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
13973         add tuning for 4-string bass and some common 4/5-string banjo
13974         tunings.  New function (four-string-banjo) turns a 5-string tuning
13975         into a 4-string tuning.  New function
13976         (fret-number-tablature-format-banjo) computes correct fret numbers
13977         on 5-string banjos.
13978
13979         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
13980         Add beam correction to TabVoice.
13981
13982         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
13983         using bold font; makes tabs more readable.
13984
13985 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13986
13987         * lily/font-select.cc (get_font_by_design_size): don't make
13988         Modified_font_metric; this causes trouble, since we don't know the
13989         font magnification from inside Pango_font::text_stencil()
13990
13991         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
13992
13993         * Documentation/user/notation.itely (The Lyrics context): comment out
13994         broken {Small ensembles} link.
13995
13996         * scm/framework-svg.scm (output-framework): change calling convention.
13997
13998         * lily/object-key-dumper-scheme.cc: new file.
13999
14000         * lily/object-key-undumper-scheme.cc: new file.
14001
14002         * lily/tweak-registration-scheme.cc: new file.
14003
14004         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
14005
14006         * Documentation/user/examples.itely (String quartet): uncomment
14007         broken example.
14008
14009         * lily/font-config.cc: new file.
14010
14011 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
14012
14013         * scm/output-svg.scm: 
14014         * scm/output-gnome.scm: s/bigcheese/emmentaler.
14015
14016         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
14017
14018 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
14019
14020         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
14021         Add headers.
14022
14023         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
14024
14025 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14026
14027         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
14028
14029         * lily/include/main.hh: lose _b hungarian suffixes for global
14030         variables.
14031
14032         * lily/include/lily-guile-macros.hh: new file.
14033
14034         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
14035
14036         * lily/general-scheme.cc: new file. 
14037
14038         * lily/font-select.cc (get_font_by_design_size): retrieve
14039         PangoFont for (designsize . "pango-descr") entries.
14040
14041         * lily/lily-parser-scheme.cc: new file.
14042
14043         * lily/output-def-scheme.cc: new file.
14044
14045         * lily/paper-book-scheme.cc: new file.
14046
14047         * lily/duration-scheme.cc (LY_DEFINE): new file.
14048
14049         * lily/pitch-scheme.cc:  new file.
14050
14051         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
14052
14053 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14054
14055         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
14056
14057 2005-01-06  Graham Percival  <gperlist@shaw.ca>
14058
14059         * Documentation/user/notation.itely: minor editing.
14060
14061         * Documentation/user/changing-defaults: minor editing.
14062
14063         * Documentation/user/examples.itely: add template for
14064         string quartet part extraction; demonstrates tag.
14065
14066 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
14067
14068         * Documentation/user/notation.itely: documents
14069         format-mark-box-letters and format-mark-box-numbers
14070
14071         * scm/define-context-properties.scm: change comment.
14072
14073 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14074
14075         * scm/framework-ps.scm (output-classic-framework): new function:
14076         dump systems as separate .eps files (without fonts) and write a
14077         single collecting .tex file.
14078
14079 2005-01-05  Mats Bengtsson  <mabe@s3.kth.se>
14080
14081         * Documentation/user/notation.itely (Setting simple songs):
14082         Correct several errors in the equivalent formulation of
14083         \addlyrics. 
14084         (The Lyrics context): Corrected link to the SATB example.
14085
14086 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14087
14088         * scm/lily.scm (completize-formats): new function
14089         (postprocess-output): new function
14090
14091         * lily/paper-book.cc (classic_output): change calling
14092         convention. Give basename as first argument. 
14093         remove Paper_book::post_processing().
14094
14095         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
14096
14097 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14098
14099         * lily/paper-outputter.cc (LY_DEFINE): new function
14100         ly:outputter-close.
14101
14102         * lily/main.cc: change --format,-f to --backend,-b
14103
14104         * lily/include/main.hh: rename format to backend.
14105
14106         * scm/translation-functions.scm (format-mark-box-numbers): add.
14107         patch by Erlend Aasland
14108
14109 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14110
14111         * lily/pango-font.cc (text_stencil): dump string as
14112         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
14113
14114 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
14115
14116         * configure.in (gui_b): Remove handy developer-only
14117         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
14118         CVS source installations (but break other non-default but correct
14119         PKG_CONFIG_PATH setups), as this is no longer developer-only.
14120
14121         * SConstruct: 
14122         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
14123         compatibility (backportme).
14124
14125         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
14126
14127 2005-01-03  Werner Lemberg  <wl@gnu.org>
14128
14129         Prepare glyph shapes for mf2pt1 conversion.
14130
14131         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
14132         (accDiscant, accFreebase, accStdbase): Replace `draw' with
14133         `penstroke'.
14134         (accDot): Use `drawdot'.
14135         (accBayanbase): Replace `draw' with `draw_gridline'.
14136         (print_penpos): Moved to feta-macros.mf.
14137         (accOldEE): Replace `filldraw' with `penstroke'.
14138         Replace `draw' with `penstroke' and `drawdot'.
14139
14140         * mf/feta-banier.mf: Code clean-up.
14141         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
14142         `fill'.
14143
14144         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
14145
14146         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
14147         paremeter to control drawing of labels.  Update all callers.
14148
14149         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
14150         (new_bulb): Return a bulb as a single path.  To do that, it now
14151         takes some more parameters.  Updated all callers.
14152         (draw_gclef): Major clean-up.  `draw' has been replaced with
14153         `penstroke', unnecessary outlines have been removed.
14154         Remove (unused) gnome-canvas code.
14155
14156         * mf/feta-macros.mf (print_penpos): New macro (from
14157         feta-accordion.mf).
14158         Other minor fixes.
14159
14160         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
14161         ("Pedal dot"): Use `drawdot'.
14162         (draw_pedal_P): Add parameter to control drawing of labels.  Update
14163         all callers.
14164         Fix shape at top.
14165         (draw_pedal_e): Add parameter to control drawing of labels.  Update
14166         all callers.
14167         (draw_pedal_d): Add parameter to control drawing of labels.  Update
14168         all callers.
14169         Revert drawing direction.
14170
14171         * mf/feta-schrift.mf (draw_fermata): Use single path.
14172         (draw_short_fermata): Replace `filldraw' with `fill'.
14173         (draw_long_fermata, draw_very_long_fermata): Replace calls to
14174         `draw_rounded_block' with a single path.
14175         ("Thumb"): Draw full circle instead of mirroring segments.
14176         (draw_accent): New macro.
14177         ("> accent", "espr"): Use it.
14178         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
14179         ("open (unstopped)"): Draw full circle instead of mirroring
14180         segments.
14181         (draw_vee): Removed.
14182         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
14183         ("Downbow"): Replace calls to `draw_rounded_block' with a single
14184         path.
14185         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
14186         partial pieces drawn with `fill' -- these do still overlap with the
14187         stem of the `t' but just once, not multiple times so that fontforge
14188         can handle it gracefully.
14189         Change other parts of the glyph so that fontforge's overlapping
14190         algorithm reliably works.
14191         (draw_heel): Replace `draw' with `fill'.
14192         (draw_toe): Use `draw_accent' instead of `draw_vee'.
14193         ("Flageolet"): Replace `draw' with `penstroke'.
14194         ("Segno"): Replace `filldraw' with `penstroke'.
14195         Replace `draw' with `drawdot'.
14196         ("Coda"): Replace `fill' with `penstroke', using a single path.
14197         ("Varied Coda"): Use less overlapping paths.
14198         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
14199         single path.
14200
14201         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
14202         group to better control the `labels' command.
14203         Rename argument to `offset' and use it actually.  Update all
14204         callers.
14205         Replace `filldraw' with `fill'.
14206         ("mordent", "prallmordent", "upmordent", "downmordent",
14207         "lineprall"): Replace `draw' with `draw_gridline'.
14208         ("upprall", "downprall"): Replace `draw' with `fill'.
14209
14210         * mf/feta-timesig.mf: Formatting.
14211
14212         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
14213         to...
14214         ("Flat"): Here.
14215         (draw_paren): Move code to draw labels to...
14216         ("Right Parenthesis"): Here.
14217
14218 2005-01-02  Graham Percival <gperlist@shaw.ca>
14219
14220         * Documentation/user/notation.itely: add example of \setTextDecresc
14221         and \setTextDim.
14222
14223 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
14224
14225         * scm/define-markup-commands.scm :  fix glyph-strings of
14226         accidentals and \note-by-number
14227
14228 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14229
14230         * VERSION: 2.5.6 released.
14231         
14232         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
14233
14234         * input/regression/new-markup-scheme.ly: oops. font-family=music
14235         -> font-encoding fetaMusic.  
14236
14237         * lily/main.cc: put default to PS.
14238
14239         * lily/tfm.cc: idem.
14240
14241         * lily/afm.cc: idem.
14242
14243         * lily/include/modified-font-metric.hh (struct
14244         Modified_font_metric): remove coding_scheme() method.
14245
14246         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
14247
14248         * scripts/convert-ly.py (conv): crash on encountering \encoding.
14249
14250         * input/les-nereides.ly: convert to utf8
14251
14252         * lily/modified-font-metric.cc (text_dimension): idem.
14253
14254         * lily/parser.yy (TODO): idem.
14255
14256         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
14257
14258         * lily/lexer.ll: remove encoding
14259
14260         * scm/framework-ps.scm (output-variables): separately scale the
14261         page to mm 
14262
14263         * lily/pango-font.cc (Pango_font): fix scaling.
14264
14265         * lily/font-metric.cc (design_size): design_size returns a
14266         dimension now as well.
14267
14268 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14269
14270         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
14271         brace generation. 
14272
14273         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
14274
14275 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
14276
14277         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
14278         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
14279
14280 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14281
14282         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
14283         in first run as well.
14284
14285         * scm/paper.scm (layout-set-staff-size): use text-font-size in
14286         dimension less points (ie. 12 = 12 point)
14287
14288         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
14289
14290         * lily/all-font-metrics.cc (find_pango_font): set description_
14291
14292         * lily/pango-font.cc (text_stencil): export size as well.
14293         (text_stencil): fix scaling and extents box.
14294
14295 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14296
14297         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
14298
14299         * Documentation/user/invoking.itely (Invoking lilypond): document
14300         texstr
14301
14302         * scripts/convert-ly.py (conv): add ancient rules.
14303
14304         * scm/clef.scm (c0-pitch-alist): replace - with .
14305
14306         * scripts/lilypond-book.py (process_snippets): add texstr support.
14307
14308         * scm/framework-texstr.scm (header): change extension to .textmetrics
14309
14310         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
14311         -f tex.
14312
14313         * lily/text-metrics.cc: new file.
14314         (try_load_text_metrics): new function
14315
14316         * lily/include/text-metrics.hh: new file.
14317
14318 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14319
14320         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
14321         ly_scheme_function to ly_lily_module_constant.
14322
14323         * lily/modified-font-metric.cc (text_dimension): try
14324         lookup_tex_text_dimension() first.
14325
14326         * lily/tfm.cc: new function ly:load-text-dimensions
14327
14328 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14329
14330         * scm/output-texstr.scm (text): use \lilygetmetrics
14331
14332         * scm/framework-texstr.scm (header): dump in new format.
14333
14334         * tex/lilypond-tex-metrics: new file.
14335         
14336 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
14337
14338         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
14339         mapping.
14340         (index_to_charcode): New method.
14341
14342         * scm/output-ps.scm (glyph-string): 
14343         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
14344
14345 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
14346
14347         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
14348         implement fully, need FONT to get to charcode.
14349
14350         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
14351
14352         * scm: Cleanups.
14353
14354         * Documentation/user/changing-defaults.itely: Fix internalsrefs
14355         {Tunable context properties},
14356         {All layout objects},
14357         {Music definitions}.
14358
14359 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14360
14361         * VERSION: release 2.5.5
14362         
14363         * lily/main.cc: use TeX as default output format.
14364
14365         * flower/file-path.cc (find): try to open directly as well, so we
14366         find absolute path files. 
14367
14368         * lily/pango-select.cc: new file.
14369
14370         * scm/framework-ps.scm: remove all encoding code. 
14371         load pfb/pfa for PangoFont too.
14372         
14373         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
14374
14375 2004-12-22  Werner Lemberg  <wl@gnu.org>
14376
14377         Prepare glyph shapes for mf2pt1 conversion.
14378
14379         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
14380
14381         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
14382         (define_triangle_shape): Use it to replace `draw' with `fill' and
14383         `unfill'.  Update all callers.
14384         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
14385         (draw_cross): Ditto.
14386         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
14387         Use penrazor for better conversion with mf2pt1.
14388         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
14389         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
14390         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
14391         draw_la_head, draw_ti_head): Replace `filldraw' with
14392         `fill'.  Update all callers.
14393
14394 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14395
14396         * lily/paper-book.cc (output): revert: only allow a single output
14397         format.
14398
14399         * lily/include/pango-font.hh: new file.
14400
14401         * lily/pango-font.cc: new file.
14402
14403         * lily/font-metric.cc (text_stencil): new routine
14404
14405         * lily/all-font-metrics.cc (find_pango_font): new routine.
14406
14407         * lily/include/font-metric.hh (struct Font_metric): add
14408         text_stencil()
14409
14410         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
14411
14412 2004-12-22  Werner Lemberg  <wl@gnu.org>
14413
14414         Prepare glyph shapes for mf2pt1 conversion.
14415
14416         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
14417
14418         * mf/feta-toevallig.mf: Formatting.
14419         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
14420         ("Natural"): Fix paths to allow better postprocessing.
14421         (draw_meta_flat): Use `z3l' as additional point in path to get
14422         better conversion with mf2pt1.
14423         Other minor cleanups.
14424         ("3/4 Flat"): Add auxiliary points and modify path to replace
14425         `draw' with `fill'.
14426         ("Double Sharp"): Mirror path segments instead of picture elements
14427         to get a single outline.
14428         Modify path to replace `filldraw' with `fill'.
14429
14430 2004-12-22  Graham Percival  <gperlist@shaw.ca>
14431
14432         * input/test/unfold-all-repeats.ly: added file back.
14433
14434         * Documentation/user/notation.itely,
14435         Documentation/user/programming-interface.itely
14436         Documentation/user/changing-defaults.itely: fixed misc broken
14437         links to input/test/ files.
14438
14439 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
14440
14441         * tex/texinfo.tex: Update.  We should not be distributing this,
14442         but since we do, use latest version.
14443
14444         * Documentation/user/macros.itexi: Comment-out \fetaflat,
14445         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
14446         macros for feta glyphs.
14447
14448 2004-12-22  Graham Percival  <gperlist@shaw.ca>
14449
14450         * Documentation/user/changing-defaults.itely: fix index for set.
14451
14452         * Documentation/user/converters.itely: added convert-ly bugs list
14453         from CVS.
14454
14455 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
14456
14457         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
14458         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
14459         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
14460         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
14461
14462         * mf/GNUmakefile (pfa_warning): Use less broken check.
14463
14464         * python/lilylib.py (setup_environment): Remove cruft from
14465         GS_FONTPATH.
14466
14467         * configure.in: Bump mftrace requirement to 1.1.1.
14468
14469 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
14470
14471         * scm/output-svg.scm (beam): Use polygon.
14472
14473         * scm/lily-library.scm: Bugfix.
14474
14475         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
14476
14477         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
14478
14479 2004-12-19  Werner Lemberg  <wl@gnu.org>
14480
14481         Prepare glyph shapes for mf2pt1 conversion.
14482
14483         * mf/feta-eindelijk: Some formatting.
14484         (multi_rest_x, multi_beam_height): Removed.  Unused.
14485         ("Quarter rest"): Use `intersectiontimes' to create a single
14486         outline.
14487         (rest_crook): Removed.  Unused.
14488         (draw_rest_bulb): Return path (without filling).  Update callers.
14489         Simplified.
14490         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
14491         "128th rest"): Simplify `pat'.
14492         Create single outline.
14493
14494 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
14495
14496         * mf/GNUmakefile (ALL_GEN_FILES):
14497         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
14498
14499         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
14500         function.
14501
14502 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14503
14504         * scm/output-texstr.scm (placebox): add routine
14505
14506         * VERSION (PACKAGE_NAME): release 2.5.4
14507
14508         * scm/framework-texstr.scm (output-framework): new file.  
14509
14510         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
14511         processing.
14512
14513         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
14514
14515         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
14516         rule.
14517
14518         * configure.in (gui_b): bump mftrace requirement to 1.1.0
14519
14520         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
14521
14522         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
14523
14524 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
14525
14526         * scm/framework-svg.scm (dump-page): Implement landscape.
14527
14528 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
14529
14530         * lily/main.cc (setup_paths): Add svg to search path.
14531
14532         * scm/output-svg.scm:
14533         * scm/framework-svg.scm: Add pageSet.  Update.
14534         (dump-fonts): New function.
14535         (output-framework): Use it.
14536
14537         * mf/GNUmakefile: 
14538         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
14539
14540 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14541
14542         * tex/lilyponddefs.tex: comment out new ifpdf code.
14543
14544 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
14545
14546         * GNUmakefile.in: 
14547         * SConstruct (symlink): Replace afm by otf.
14548
14549         * scm/framework-gnome.scm (gnome-main): Remove invocation of
14550         ly:pango-add-afm-decoder.
14551
14552         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
14553
14554 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14555
14556         * scm/output-ps.scm (new-text): don't access t glyph for getting
14557         space dimension.
14558
14559         * ly/init.ly: warn about \version
14560
14561         * lily/lexer.ll: set version-seen?
14562
14563 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
14564
14565         * scm/output-svg.scm (string->entities): Update.
14566
14567 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14568
14569         * lily/main.cc (setup_paths): replace afm by otf for path. 
14570
14571         * lily/pangofc-afm-decoder.cc: remove.
14572
14573         * lily/include/pangofc-afm-decoder.hh: remove.
14574
14575         * scm/framework-scm.scm (output-framework): new file.
14576
14577         * mf/GNUmakefile: remove SAUTER_FONTS.
14578         remove SVG/sodipodi hacks.
14579
14580         * scm/lily-library.scm (stderr): move stderr.
14581
14582         * mf/GNUmakefile: remove AFM support.
14583
14584         * buildscripts/mf-to-table.py (base): remove AFM support.
14585
14586         * lily/open-type-font.cc (design_size): use design_size
14587
14588 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
14589
14590         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
14591
14592 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
14593
14594         * mf/GNUmakefile: Generate combined aybabtu info.
14595         * mf/aybabtu.pe.in (i): Load it.
14596
14597         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
14598         are not symbols.
14599
14600         * lily/include/open-type-font.hh (count): New method.
14601
14602         * mf/aybabtu.pe.in: Typo.
14603
14604         * Documentation/user/out/lilypond-internals.nexi (Scheme
14605         functions): Typo.
14606
14607         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
14608
14609 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14610
14611         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
14612         subfonts.
14613
14614         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
14615
14616         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
14617         (tex-font-command-raw): new function.
14618
14619         * lily/include/virtual-font-metric.hh (Module): remove file
14620
14621         * lily/virtual-font-metric.cc (Module): remove file.
14622         
14623
14624         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
14625         (get_indexed_char): read bbox from lily table if present.
14626
14627 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14628
14629         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
14630         aybabtu.subfonts
14631
14632         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
14633         global glyphname. Enables more than 64 glyphs in the OTF.
14634
14635 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
14636
14637         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
14638         braces.
14639
14640         * lily/open-type-font.cc (design_size): Use 12 as default for
14641         design size.
14642
14643         * mf/aybabtu.pe.in: New file.  Merge all our braces.
14644
14645         * mf/GNUmakefile: Generate aybabtu.
14646
14647         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
14648
14649 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
14650
14651         * scm/lily-library.scm (char->unicode-index): Remove.
14652
14653         * scm/output-gnome.scm (text): Bugfix for plain string input.
14654         Updates.
14655
14656         * scm/output-svg.scm (svg-font): Add weight to font selection.
14657
14658 2004-12-14  Mats Bengtsson  <mabe@s3.kth.se>
14659
14660         * Documentation/topdocs/INSTALL.texi (Top): Point to
14661         buildscripts/out/clean-fonts instead of
14662         buildscripts/clean-fonts.sh. 
14663
14664 2004-12-13  Graham Percival  <gperlist@shaw.ca>
14665
14666         * input/regression/figured-bass.ly: attempt to clarify text.
14667
14668         * Documentation/user/notation.tely: add cindex for tag, attempt to
14669         add figured bass example.
14670
14671         * Documentation/user/changing-defaults: basic editing.
14672
14673 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14674
14675         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
14676
14677         * lily/open-type-font.cc (LY_DEFINE): new function
14678         ly:font-sub-fonts
14679
14680         * lily/include/font-metric.hh (struct Font_metric): new method
14681         sub_fonts()
14682
14683         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
14684         . with - in add.stem.
14685         
14686 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
14687
14688         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
14689         and fetaDynamic.
14690
14691         * lily/rest.cc (glyph_name): Change - to . .
14692
14693         * scm/output-gnome.scm (text): Hello world, again.
14694
14695         * scm/output-svg.scm (named-glyph): New function.  Hello world!
14696
14697         * lily/modified-font-metric.cc (index_to_charcode): New method.
14698
14699         * lily/include/font-metric.hh (index_to_charcode): New function.
14700
14701         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
14702         new function.
14703         (ly:font-glyph-to-index): Remove.
14704
14705 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14706
14707         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
14708
14709         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
14710
14711         * lily/open-type-font.cc (load_scheme_table): new function
14712
14713         * lily/dots.cc (print): replace - 
14714
14715         * lily/open-type-font.cc (attachment_point): new function.
14716         (load_table): read LILC table
14717
14718         * buildscripts/gen-bigcheese-scripts.py (Module): new
14719         file. Generate FF scripts.
14720
14721         * mf/feta-din10.mf: idem.
14722
14723         * mf/feta-nummer10.mf: remove mf files.
14724
14725         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
14726
14727 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
14728
14729         * lily/lily-guile.cc: Use scm_from_locale_stringn.
14730
14731         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
14732         compatibility.
14733
14734 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14735
14736         * lily/open-type-font.cc (get_indexed_char): scale metrics by
14737         design-size and units_per_EM.
14738
14739         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
14740
14741 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
14742
14743         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
14744         does not crash fontforge.
14745
14746         * scm/lily-library.scm (char->unicode-index): Hack to map onto
14747         PUA.
14748
14749 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14750
14751         * scm/framework-ps.scm (ps-embed-cff): new function.
14752
14753         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
14754
14755 2004-12-12  Werner Lemberg  <wl@gnu.org>
14756
14757         * mf/bigcheese.pe.in: Add PUA mapping.
14758         Don't create Type 42 but bare CFF font.
14759
14760 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
14761
14762         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
14763         within canvas boundaries.
14764
14765         * mf/merge.pe.in: Set font names, version, license GPL.
14766
14767         * make/substitute.make: Add FONTFORGE.
14768
14769         * config.make.in (FONTFORGE): Add.
14770
14771         * configure.in (gui_b): Use PATH_PROG for fontforge.
14772
14773 2004-12-11  Graham Percival  <gperlist@shaw.ca>
14774
14775         * scm/define-markup-commands.scm: add baseline-skip to info
14776         about \column.
14777
14778 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14779
14780         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
14781
14782         * scm/output-gnome.scm (named-glyph): Use it.
14783
14784         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
14785
14786         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
14787         (upper_string, lower_string, reverse_string): Remove.
14788
14789         * configure.in (fontforge): Reinstate version check.
14790
14791         * ly/engraver-init.ly: Fix clef glyph names.
14792
14793         * lily/time-signature.cc (special_time_signature): Fix fraction
14794         glyph names.
14795
14796 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14797
14798         * mf/merge.pe: new file.
14799
14800         * lily/freetype.cc: new file.
14801
14802         * lily/include/open-type-font.hh (class Open_type_font): new file.
14803
14804         * lily/include/freetype.hh: new file.
14805
14806         * lily/open-type-font.cc: new file.
14807
14808         * lily/all-font-metrics.cc (find_otf): new function.
14809
14810 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14811
14812         * lily/time-signature.cc (special_time_signature): Fix.
14813
14814         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
14815         GTK2 before checking for pango.  Fixes -fgnome.
14816
14817         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
14818         Scheme name.
14819
14820         * scm/define-markup-commands.scm:
14821         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
14822
14823         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
14824
14825         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
14826         date versions.  Fixes configure.
14827         (STEPMAKE_CHECK_VERSION): Support optional actual program version
14828         argument.
14829
14830 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14831
14832         * buildscripts/mf-to-table.py (write_ps_encoding): write real
14833         names in .enc
14834
14835         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
14836
14837 2004-12-09  Graham Percival  <gperlist@shaw.ca>
14838
14839         * Documentation/user/changing-defaults.itely: add info about
14840         make-dynamic-script
14841
14842         * Documentation/user/notation.itely: add link in dynamics to
14843         section about make-dynamic-script.
14844
14845 2004-12-09  Christian hitz  <chhitz@gmx.net>
14846
14847         * lily/lily-guile.cc: change MACOS_X to __APPLE__
14848
14849 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14850
14851         * buildscripts/mf-to-table.py (parse_logfile): use . for
14852         concatting name and group.
14853         (parse_logfile): use M for Minus (negative.)
14854
14855         * lily/include/type-swallow-translator.hh
14856         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
14857
14858         * lily/*.cc: cosmetics around = sign.
14859
14860         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
14861         lyric spacing on the penultimate column.
14862
14863 2004-12-05  Christian Hitz  <chhitz@gmx.net>
14864
14865         * configure.in:
14866         * lily/accidental-placement.cc:
14867         * lily/bar-line.cc:
14868         * lily/beam-concave.cc:
14869         * lily/beam-quanting.cc:
14870         * lily/beam.cc:
14871         * lily/bezier-bow.cc:
14872         * lily/bezier.cc:
14873         * lily/break-align-interface.cc:
14874         * lily/custos.cc:
14875         * lily/dimension-cache.cc:
14876         * lily/dot-column.cc:
14877         * lily/font-metric.cc:
14878         * lily/font-select.cc:
14879         * lily/gourlay-breaking.cc:
14880         * lily/grob-property.cc:
14881         * lily/grob.cc:
14882         * lily/lily-guile.cc:
14883         * lily/line-spanner.cc:
14884         * lily/lookup.cc:
14885         * lily/lyric-extender.cc:
14886         * lily/lyric-hyphen.cc:
14887         * lily/mensural-ligature.cc:
14888         * lily/midi-def.cc:
14889         * lily/misc.cc:
14890         * lily/note-collision.cc:
14891         * lily/note-column.cc:
14892         * lily/note-head.cc:
14893         * lily/paper-outputter.cc:
14894         * lily/percent-repeat-item.cc:
14895         * lily/rest-collision.cc:
14896         * lily/side-position-interface.cc:
14897         * lily/simple-spacer.cc:
14898         * lily/slur-configuration.cc:
14899         * lily/slur-scoring.cc:
14900         * lily/slur.cc:
14901         * lily/spaceable-grob.cc:
14902         * lily/spacing-spanner.cc:
14903         * lily/spanner.cc:
14904         * lily/staff-symbol-referencer.cc:
14905         * lily/stem.cc:
14906         * lily/stencil.cc:
14907         * lily/system-start-delimiter.cc:
14908         * lily/system.cc:
14909         * lily/text-item.cc:
14910         * lily/tie.cc:
14911         * lily/tuplet-bracket.cc:
14912         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
14913         <cmath> beacause isinf/isnan is undefined in <cmath>
14914
14915 2004-12-03  Mats Bengtsson  <mabe@s3.kth.se>
14916
14917         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
14918
14919 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14920
14921         * VERSION: release 2.5.3
14922         
14923 2004-11-29  Arno Waschk <arno@arnowaschk.de>
14924
14925         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
14926
14927 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14928
14929         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
14930
14931         * lily/note-head.cc (internal_print): always try the "s" head if
14932         u/d not found.
14933
14934         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
14935
14936 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14937
14938         * mf/parmesan-heads.mf (overdone_heads): typos.
14939
14940 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
14941
14942         * lily/parser.yy (markup): in markups, { .. } without command
14943         before are also flattened, ie \line must be explicitely used.
14944
14945         * Documentation/user/changing-defaults.itely:
14946         * Documentation/user/notation.itely: 
14947         * input/wilhelmus.ly: 
14948         * input/regression/instrument-name-markup.ly: 
14949         * input/regression/markup-score.ly: 
14950         * input/regression/new-markup-scheme.ly: 
14951         * input/regression/new-markup-syntax.ly: 
14952         * input/test/coriolan-margin.ly: use \line in markups where
14953         appropriate
14954         
14955 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
14956
14957         * scm/new-markup.scm (map-markup-command-list): helper function
14958         used in parser.yy to map markup commands on a markup list.
14959
14960         * lily/parser.yy: get rid off < > in markups by treating { } as
14961         real lists.
14962
14963         * lily/lexer.ll: remove < > from markup lexer mode.
14964
14965         * scripts/convert-ly.py (conv): add rule for converting 
14966         \markup < > to \markup { }
14967
14968         * ly/titling-init.ly: 
14969         * input/test/coriolan-margin.ly: 
14970         * input/regression/new-markup-syntax.ly: 
14971         * input/regression/new-markup-scheme.ly: 
14972         * input/regression/multi-measure-rest-text.ly: 
14973         * input/regression/markup-stack.ly: 
14974         * input/regression/markup-score.ly: 
14975         * input/regression/instrument-name-markup.ly: 
14976         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
14977         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
14978         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
14979         * input/wilhelmus.ly: 
14980         * Documentation/user/notation.itely: 
14981         * Documentation/user/music-glossary.tely: 
14982         * Documentation/user/changing-defaults.itely: change < > to { } in
14983         markups
14984
14985 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14986
14987         * lily/accidental-placement.cc (position_accidentals): shortcut if
14988         no accidentals to place.
14989
14990 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
14991
14992         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
14993         typo s/ly:dimension ?/ly:dimension?/
14994
14995         * input/regression/lily-in-scheme.ly: 
14996         * input/regression/music-function.ly: 
14997         * ly/spanners-init.ly (assertBeamSlope): 
14998         * scm/music-functions.scm (def-grace-function): add the paper
14999         argument to music function definitions.
15000
15001 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15002
15003         * lily/moment.cc (LY_DEFINE):
15004         ly:moment-main-{denominator,numberator}, new function.
15005
15006         * lily/score-engraver.cc (typeset_all): assign to column on basis
15007         of axis-group-parent-X setting.
15008
15009         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
15010         add_element() on basis of axis-group-parent-Y setting.
15011
15012         * lily/grob.cc: add axis-group-parent-{XY} properties.
15013
15014         * input/regression/spacing-stick-out.ly: new file.
15015
15016         * lily/simple-spacer.cc (add_columns): use binary search for
15017         setting column rods. Changes O(n^2) to O(n log(n)) for
15018         constructing spacing problem from columns.
15019         (add_columns): read allow-outside-line to make sure no texts stick
15020         out.
15021         (solve): Simple_spacer::is_active() only determines
15022         satisfies_constraints_ for non-ragged typesetting.
15023
15024         * lily/simultaneous-music.cc (to_relative_octave): only set
15025         old_relative_used if return pitch actually changed.
15026
15027         * scm/define-context-properties.scm
15028         (all-user-translation-properties): change to match implementation.
15029
15030         * python/lilylib.py: Replace re.match by re.search and adds "-c
15031         showpage" to the gs command line (Johannes Schindelin)
15032
15033         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
15034         before processing. Prevents crash when inf is in the extent.
15035
15036         * scm/define-markup-commands.scm (note-by-number): add "s" to
15037         "noteheads-" glyphname.
15038  
15039         * lily/parser.yy (Generic_prefix_music): supply parser argument to
15040         music function as well.
15041         
15042 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15043
15044         * VERSION: release 2.5.2
15045
15046         * Documentation/user/changing-defaults.itely (Creating titles):
15047         add breakbefore variable.
15048
15049         * lily/paper-book.cc (set_system_penalty): new function. Set
15050         penalty_ based on breakBefore setting
15051
15052         * lily/context-specced-music-iterator.cc (construct_children):
15053         interpret special context id $uniqueContextId 
15054
15055         * lily/context.cc (create_unique_context): new method. Move
15056         creation of unique (\new) contexts into interpreting phase. This
15057         makes
15058
15059           foo= \new Staff ..
15060           << \foo \foo >>
15061
15062         produce 2 staves.
15063         
15064
15065         * scm/define-music-properties.scm (all-music-properties): add
15066         quoted-voice-direction
15067
15068         * ly/music-functions-init.ly: killCues function.
15069
15070         * scm/music-functions.scm (cue-substitute): move creation of voice
15071         contexts further to the back. 
15072
15073 2004-11-25  Werner Lemberg  <wl@gnu.org>
15074
15075         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
15076         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
15077
15078 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
15079
15080         * buildscripts/guile-gnome.sh: Fixed typo.
15081
15082 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15083
15084         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
15085
15086         * scripts/abc2ly.py (dump_slyrics): add ord(). 
15087
15088         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
15089         to regular engraver. 
15090
15091 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15092
15093         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
15094
15095 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
15096
15097         * scm/define-markup-commands.scm (fill-line): Typo.
15098
15099         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
15100         and newer.
15101
15102 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
15103
15104         * ly/dynamic-scripts-init.ly: Fixed typo.
15105
15106 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15107
15108         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
15109         note-head, to have different attachment points for up and down.
15110
15111         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
15112
15113         * mf/feta-generic.mf (else): remove solfa.
15114
15115         * mf/feta-bolletjes.mf (tishape): remove unicode test.
15116
15117         * scm/define-context-properties.scm
15118         (all-user-translation-properties): add shapeNoteStyles property.
15119
15120         * lily/shape-note-heads-engraver.cc (process_music): new file.
15121
15122         * lily/event.cc (transpose): call Event::transpose() for
15123         transposing the tonic.
15124
15125 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
15126
15127         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
15128         Unicode/OpenType and AFM.
15129
15130         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
15131
15132 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15133
15134         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
15135
15136         * lily/context.cc (Context): unprotect key from ctor.
15137
15138         * scm/stencil.scm (stack-lines): return empty-stencil if argument
15139         is '()
15140         (stack-stencils): idem.
15141
15142         * Documentation/user/changing-defaults.itely (Creating titles):
15143         document new title layout options.
15144
15145         * lily/parser.yy (lilypond_header_body): copy previous
15146         $globalheader if present.
15147
15148         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
15149         ly:module-copy
15150         
15151         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
15152
15153         * scm/titling.scm: remove old titling functions
15154
15155         * lily/stencil.cc (translate): remove absolute dimension.
15156
15157         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
15158         via markup.
15159
15160         * scm/page-layout.scm (marked-up-headfoot): create header/footer
15161         field from user-supplied markup
15162
15163         * scm/define-markup-commands.scm (on-the-fly): new markup
15164         command. Enter SCM markup procedure directly in Scheme.
15165         (fromproperty): new markup command. Read markup from props argument.
15166
15167         * scm/titling.scm (marked-up-title): create title via
15168         user-specified markup. 
15169
15170         * scm/define-markup-commands.scm (column): remove empty stencils
15171         from column.
15172
15173         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
15174         not have side-effect of creating variable stub.
15175
15176         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
15177
15178 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
15179
15180         * scm/encoding.scm (coding-alist): 
15181         * scm/font.scm (add-ec-fonts):
15182         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
15183         Extended-TeX-Font-Encoding---Latin.
15184
15185         * lily/side-position-interface.cc (general_side_position): Add
15186         actual offset to error message (avoid constant error messages).
15187
15188         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
15189         block.
15190
15191         * lily/font-select.cc (select_encoded_font)
15192         (get_font_by_mag_step, get_font_by_design_size): 
15193         * lily/modified-font-metric.cc (Modified_font_metric): 
15194         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
15195
15196         * scm/encoding.scm (coding-alist): Add fetaDynamic.
15197         (read-encoding-file): Bugfix: do not require space after bracket.
15198
15199         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
15200         these do not exist.
15201
15202 2004-11-20  Graham Percival  <gperlist@shaw.ca>
15203
15204         * Documentation/user/notation.itely: added info about typesetting
15205         boxed bar numbers.
15206
15207 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15208
15209         * flower/interval.cc (T_to_string): gcc4 fixes.
15210
15211         * scm/define-markup-commands.scm (fill-line): use
15212         stack-stencils. This fixes problems with putting already centered
15213         stencils in a line.
15214
15215         * VERSION: release 2.5.1
15216
15217         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
15218
15219 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15220
15221         * input/example-[1-3].ly: simplify.
15222
15223         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
15224
15225         * scm/output-ps.scm (new-text): new function. Use glyphshow to
15226         show glyphs.
15227
15228         * scm/encoding.scm (decode-byte-string): new function.
15229
15230         * scripts/convert-ly.py (conv): add warning about
15231         set-global-staff-size.
15232
15233         * Doxyfile: add. 
15234
15235         * scripts/convert-ly.py (conv): add raggedlastbottom rule
15236         (conv): warn for TextSpanner split.
15237         (conv): warn for textheight.
15238
15239 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
15240
15241         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
15242         building the documentation, info with images are installed.
15243         (final-install): Fix description.  Mention sourcing of login
15244         scripts (instead of running).
15245
15246 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
15247
15248         * Debian lmodern support.  Note that LilyPond will issue warnings
15249         
15250             no such encoding: "FontSpecific"
15251
15252           The font selection mechanism wants to get the encoding from the
15253           font itself, but the idea of lmodern is that it is usable with
15254           different encodings, ie, Lily should get the encoding from the
15255           font tree, rather than the font itself.  This would require some
15256           more work.
15257         
15258         * configure.in: Test for and accept lmodern if EC fonts not found.
15259
15260         * scm/framework-tex.scm (font-load-command): TeX font name
15261         mangling for latin1 encoded cork-lm fonts.
15262         (convert-to-ps): Load lm.map if available.
15263
15264         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
15265         available.
15266
15267         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
15268
15269         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
15270         available.
15271
15272         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
15273         path for absolute file name, that is silly.
15274
15275         * lily/score-engraver.cc (initialize): 
15276
15277         * Documentation/user/GNUmakefile (local-install-info): Invoke
15278         install-info --remove first.
15279
15280         * #include cleanup (Andreas Scherer).
15281
15282 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
15283
15284         * input/test/script-abbreviations.ly: fix typos.
15285
15286 2004-11-17  Werner Lemberg  <wl@gnu.org>
15287
15288         * python/lilylib.py (options_help_str): Support pretty-printing of
15289         newlines in fourth element of option description.
15290
15291         * scripts/lilypond-book.py (option_definitions): Use new lilylib
15292         feature.
15293         Sort options.
15294
15295         * Documentation/user/lilypond-book.itely: Finish update.
15296
15297 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
15298
15299         * Documentation/user/macros.itexi: Add comment about \command.
15300
15301         * Documentation/user/lilypond.tely:
15302         * Documentation/user/lilypond-book.itely: Fix names of lilypond
15303         and lilypond-book nodes, so that `info lilypond' visits the manual
15304         at top level, and `info lilypond-book' visits the lilypond-book
15305         section.
15306
15307         * Documentation/user/GNUmakefile (local-install-info): Fix rules
15308         and packager messages.
15309
15310         * lily/pangofc-afm-decoder.cc: Update test.
15311
15312 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
15313
15314         * scm/lily-library.scm (char->unicode-index): New function.
15315
15316         * scm/output-gnome.scm: 
15317         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
15318
15319         * Proper naming of file name throughout; s/filename/file[-_]name/.
15320
15321         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
15322
15323         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
15324
15325 2004-11-16  Werner Lemberg  <wl@gnu.org>
15326
15327         * scripts/lilypond-book.py: The Lord has commanded me to use only
15328         tabs for indentation.  Your humble servant obeys.
15329
15330 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
15331
15332         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
15333         including font, if LilyPond-feta font is only feta font in path.
15334
15335         * scm/output-gnome.scm (text): Revert to file name of font if font
15336         has no name.  Fixes ec font selection.
15337         (char): Bugfix: do not utf8 twice.  Fixes clefs.
15338
15339         * scm/framework-svg.scm:
15340         * scm/output-svg.scm: New file.  TODO: figure out how to
15341         do character by index in font.
15342
15343         * scm/output-sodipodi.scm: Remove.
15344
15345         * scm/output-ps.scm (stem): Remove.
15346
15347 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
15348
15349         * scm/output-gnome.scm (beam): New function.
15350         (slur): Round corners.
15351         (round-filled-box): Round corners.
15352
15353 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15354
15355         * scm/output-gnome.scm (beam): add function.
15356         (draw-line): new routine.
15357         (dashed-line): stub; call draw-line
15358         (polygon): new routine.
15359
15360 2004-11-15  Werner Lemberg  <wl@gnu.org>
15361
15362         * Documentation/user/lilypond-book.itely: Revise section on
15363         lilypond-book options.
15364         Other minor fixes.
15365
15366         * scripts/lilypond-book.py: Change indentation to 4.
15367         Minor formatting.
15368
15369 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15370
15371         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
15372         grobs that have tweaks specced.
15373         
15374 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
15375
15376         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
15377
15378 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
15379
15380         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
15381         actual char #, not 0 based index.
15382
15383         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
15384
15385         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
15386         Warning: do make -C mf clean.
15387
15388         * lily/context-property.cc: Compile fix.
15389
15390         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
15391         Grok ec-fonts, braces and dynamics.
15392
15393         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
15394
15395 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15396
15397         * lily/include/tweak-registration.hh: new file.
15398
15399         * lily/tweak-registration.cc: new file.
15400
15401         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
15402         saving tweaks.
15403
15404         * scm/output-gnome.scm (text): comment dribble.
15405
15406 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
15407
15408         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
15409
15410         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
15411         path-def before using.  Fixes muchtomany slurs in wrong places
15412         bug.
15413
15414 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15415
15416         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
15417
15418         * lily/include/object-key-undumper.hh (Module): new file.
15419
15420         * lily/object-key-undumper.cc (Module): New file. Deserialize
15421         keys. SCM bindings
15422
15423         * lily/object-key-dumper.cc (Object_key_dumper): idem.
15424         Provide SCM bindings.
15425
15426         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
15427         new file. Serialize object keys.
15428         
15429         * lily/object-key.cc (dump): new function.
15430         (as_scheme): new virtual function
15431         (undump): new function
15432         (undumpers): new table.
15433
15434         * lily/include/global-context.hh (Context): take \score key upon init.
15435
15436         * lily/object-key-dumper.cc (serialize_key): new file.
15437
15438         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
15439
15440         * lily/lily-lexer.cc: remove \quote.
15441
15442         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
15443
15444         * lily/context.cc (Context): take key argument in ctor.
15445         (create_context): new function
15446
15447         * lily/grob.cc (Grob): take key argument in ctor.  
15448
15449         * lily/lilypond-key.cc (do_compare): new file.
15450
15451         * lily/object-key.cc (Object_key): new file.
15452
15453         * lily/include/object-key.hh (class Object_key): new file.
15454
15455         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
15456
15457 2004-11-13  Graham Percival  <gperlist@shaw.ca>
15458
15459         * Documentation/user/lilypond-book.itely: add small warning about
15460         noindent default in lilypond-book.
15461
15462         * Documentation/user/converters.itely: add examples for convert-ly.
15463
15464         * Documentation/user/examples.itely: change version string in templates
15465         to 2.4.0.
15466
15467 2004-11-12  Karl Hammar  <karl@aspodata.se>
15468
15469         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
15470         cmdline, use xargs instead (backportme)
15471
15472 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
15473         
15474         * Documentation/user/: Numerous fixes in the user manual.
15475
15476 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15477
15478         * lily/parser.yy (re_rhythmed_music): search music expression for
15479         context-id, surround by \new Voice if not found. Fixes:
15480         addlyrics-second-staff.ly
15481
15482         * VERSION: 2.5.0 released.
15483         
15484 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
15485
15486         * Documentation/index.html.in: Fix url to one big page.  (backportme)
15487
15488         * Documentation/user/GNUmakefile: Separate rules for split and
15489         unsplit html documents.  Remove perl massaging.  (backportme)
15490
15491 2004-11-11  Graham Percival  <gperlist@shaw.ca>
15492
15493         * Documentation/user/lilypond-book.itely: add short warning about
15494         \lilypond{} in LaTeX docs.
15495
15496 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15497
15498         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
15499         found.  (backportme)
15500
15501         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
15502         version requirement.  (backportme)
15503
15504         * configure.in: Be explicit about old versions of
15505         ec-fonts-mtraced.  (backportme)
15506
15507         * lily/context-selector.cc (set_tweaks): New function.
15508         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
15509         web with -DTWEAK.
15510
15511         * Documentation/user/introduction.itely (Automated engraving):
15512         Remove fragment option.  Fixes web.
15513
15514         * lily/context-property.cc (make_item_from_properties):
15515         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
15516         #ifdef.
15517
15518         * scm/define-context-properties.scm
15519         (all-internal-translation-properties): Add tweakRank and tweakCount.
15520
15521         * lily/grob.cc: 
15522         * scm/define-grob-properties.scm (all-internal-grob-properties):
15523         Add tweak-rank and tweak-count.
15524
15525 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
15526
15527         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
15528         New function.
15529         (text): Use them.
15530
15531         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
15532         animated/opaque grob dragging tweaks.
15533
15534         * buildscripts/guile-gnome.sh: Update.
15535
15536 2004-11-10  Mats Bengtsson  <mabe@s3.kth.se>
15537
15538         * scm/define-grobs.scm (all-grob-descriptions): Added
15539         line-interface to the LigatureBracket object.
15540
15541 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
15542
15543         * scm/framework-gnome.scm (item-event): Support non-animated mouse
15544         dragging tweaks.
15545
15546         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
15547
15548         * lily/context-selector.cc (store_context): New function.
15549
15550         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
15551         (store_grob): New function.
15552         (identify_grob): Add Moment parameter.
15553
15554         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
15555         exists.
15556
15557         * scm/framework-gnome.scm (save-tweaks): Write as alist.
15558
15559 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
15560
15561         * scm/framework-gnome.scm (item-event): Print grob id.
15562         (save-tweaks): New function.
15563         (tweak): New funtion.
15564         (item-event): Use it, bound to arrow keys.
15565
15566         * lily/context-property.cc (make_item_from_properties): Register grob.
15567         * lily/context.cc (add_context): Register context.
15568
15569         * lily/include/context-selector.hh:
15570         * lily/include/grob-selector.hh:
15571         * lily/context-selector.cc:
15572         * lily/grob-selector.cc: New file.
15573
15574 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15575
15576         * lily/slur.cc: add 'positions to interface
15577
15578         * lily/main.cc: reinstate PS as standard output format. 
15579
15580         * scm/framework-tex.scm (output-preview-framework): print systems
15581         up to first non title system.
15582
15583         * lily/grace-engraver.cc (start_translation_timestep): split
15584         scm_cadddr
15585         
15586 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15587
15588         * lily/quote-iterator.cc (Module): remove old quote-iterator
15589
15590         * scm/define-music-types.scm (music-descriptions): move
15591         NewQuoteMusic over QuoteMusic
15592
15593         * Documentation/user/notation.itely (Formatting cue notes): use
15594         \cueDuring.
15595
15596         * lily/new-quote-iterator.cc (quote_ok): new function.
15597
15598         * input/regression/quote-cue-during.ly: new file.
15599
15600         * input/regression/quote-grace.ly: new file.
15601
15602         * scm/define-context-properties.scm (Module): change definition of
15603         graceSettings
15604
15605         * lily/context-property.cc (Module): rename from
15606         translator-property.cc
15607
15608         * lily/context.cc (context_name_symbol): new function
15609
15610         * lily/grace-engraver.cc: new file. Set properties for grobs based
15611         on the grace-ness of now_moment().
15612
15613         * scm/music-functions.scm (add-grace-property): use list
15614         iso. vector for graceSettings
15615         remove set-{start,stop}-grace-properties. 
15616
15617         * lily/new-quote-iterator.cc (construct_children): set
15618         quote_outlet_ if no quoted-context-{id,type} specified.
15619
15620         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
15621
15622         * lily/parser.yy (command_element): remove \quote.
15623
15624         * ly/music-functions-init.ly (location): add quoteDuring music
15625         function. 
15626
15627         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
15628         optional semicolon. (backportme)
15629
15630 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
15631
15632         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
15633         need to link to GUILE et al.
15634
15635 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15636
15637         * scm/define-music-properties.scm (all-music-properties): add
15638         quoted-context-type, quoted-context-id.
15639
15640         * scm/lily.scm (type-check-list): new function.
15641         
15642         * scm/lily-library.scm: new file. Generic library routines.
15643
15644         * lily/parser.yy (Generic_prefix_music): move typechecking out of
15645         parser.
15646
15647         * ly/music-functions-init.ly: add quoteDuring function.
15648
15649         * lily/include/music-iterator.hh (class Music_iterator): rename
15650         set_translator -> set_context
15651
15652         * lily/parser.yy (Generic_prefix_music_scm): add
15653         MUSIC_FUNCTION_SCM_SCM_MUSIC
15654
15655         * scm/lily.scm (sanitize-command-option): new function. (backportme)
15656
15657         * scm/framework-tex.scm (header): sanitize TeX paper size.
15658         (backportme)
15659
15660 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
15661
15662         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
15663
15664         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
15665
15666         * scm/framework-tex.scm (font-load-command): Use T1 if no
15667         font-encoding set.  (backportme)
15668
15669         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
15670         exists before converting.  (backportme)
15671
15672         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
15673         exists before converting.  (backportme)
15674         (convert-to-ps): Remove .ps file if it exists before
15675         converting.  (backportme)
15676
15677         * lily/lexer.ll: Remove extra progress newline, use present tense.
15678
15679         * scm/paper.scm (paper-alist): public.
15680         * scm/framework-tex.scm (convert-to-ps):
15681         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
15682         command line.
15683
15684 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15685
15686         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
15687
15688         * lily/recording-group-engraver.cc (derived_mark): mark
15689         now_events_. (backportme)
15690
15691 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15692
15693         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
15694
15695         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
15696         invoking latex. (backportme.)
15697
15698         * lily/stem.cc (off_callback): center stems for all rest stems.
15699
15700 2004-11-05  Werner Lemberg  <wl@gnu.org>
15701
15702         * Documentation/user/lilypond.tely: Add more guidelines for writing
15703         lilypond texinfo documents.
15704
15705 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
15706
15707         * Documentation/index.html.in: remove <hr>.
15708
15709         * THANKS: change 2.3 to 2.4.
15710
15711 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
15712
15713         * scm/output-gnome.scm: More fontconfig comment.
15714
15715 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
15716
15717         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
15718         <package> directory in $(builddir)/share according with
15719         PACKAGE_NAME defined in the VERSION file.
15720
15721 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15722
15723         * lily/beam.cc (rest_collision_callback): use local beam
15724         multiplicity.
15725
15726         * input/regression/stem-stemlet.ly: new file.
15727
15728         * lily/stem.cc (add_head): store rests as well.
15729
15730         * scm/define-grob-properties.scm (all-user-grob-properties): add
15731         stemlet-length
15732
15733         * lily/stem.cc: store rests as well.
15734         
15735         * input/regression/new-slur.ly: mention forcing.
15736
15737 2004-11-04  Werner Lemberg  <wl@gnu.org>
15738
15739         * Documentation/user/*: A new round of layout fixes and document
15740         structure cleanup.
15741
15742 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
15743
15744         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
15745
15746 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
15747
15748         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
15749
15750 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
15751
15752         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
15753
15754         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
15755
15756         * lily/main.cc (main): Invoke identify.
15757
15758         * scm/lily.scm (postscript->pdf): Remove progress newline.
15759         Write progress to stderr.
15760
15761         * lily/paper-book.cc (output): Remove progress newline.
15762
15763         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
15764         gettext on user messages, and remove whitespace.
15765
15766         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
15767
15768         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
15769         argv[0] (Thomas Scharkowski).
15770
15771         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
15772         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
15773         for ec-fonts-mtraced.
15774
15775         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
15776         --srcdir build (Bertalan).
15777
15778         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
15779         headers and library too (Laura Conrad).
15780
15781         * Documentation/topdocs/INSTALL.texi (Top): Mention development
15782         package for guile too (Laura Conrad).
15783
15784         * lily/main.cc (usage): Typo.
15785
15786 2004-11-02  Werner Lemberg  <wl@gnu.org>
15787
15788         * Documentation/user/notation.ly: More fixes to improve appearance.
15789
15790         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
15791         better output for multicolumn tables.
15792
15793 2004-11-01  Mats Bengtsson  <mabe@s3.kth.se>
15794
15795         * lily/main.cc (dir_info): Fixed typo in the printouts.
15796
15797 2004-11-01  Werner Lemberg  <wl@gnu.org>
15798
15799         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
15800         of output.
15801         Set `per_line' to 2; replace hard-coded value with it.
15802
15803         * Documentation/user/*: Many fixes to improve appearance of
15804         printed manual.
15805
15806 2004-11-01  Werner Lemberg  <wl@gnu.org>
15807
15808         * Documentation/user/changing-defaults.itely,
15809         Documentation/user/notation.ly,
15810         Documentation/user/programming-interface.itely: Use @/.
15811         Fix formatting of some lilypond snippets and tables.
15812
15813         * scripts/lilypond-book.py (compose_ly): Provide useful default
15814         for LINEWIDTH in `override'.
15815
15816 2004-10-31  Graham Percival  <gperlist@shaw.ca>
15817
15818         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
15819
15820 2004-10-31  Werner Lemberg  <wl@gnu.org>
15821
15822         Resetting @exampleindent to `5' gives ugly results with texinfo's
15823         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
15824         (if not quoting) to change @exampleindent only locally.
15825
15826         * scripts/lilypond-book.py (NOQUOTE): New variable.
15827         (output) [LATEX]: Remove AFTER and BEFORE.
15828         [TEXINFO]: Remove AFTER and BEFORE.
15829         Fix QUOTE and VERBATIM pattern.
15830         Add NOQUOTE pattern.
15831         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
15832         and BEFORE.
15833         [output_texinfo]: Use NOQUOTE.
15834
15835 2004-10-31  Graham Percival  <gperlist@shaw.ca>
15836
15837         * Documentation/user/changing-defaults.itely: clarify paper
15838         size commands with correct info.
15839
15840         * Documentation/user/lilypond-book.itely: add more docs for
15841         filename extensions.
15842
15843 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15844
15845         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
15846         (PATCH_LEVEL): start 2.5.0.
15847
15848 #Local variables:
15849 #coding: utf-8
15850 #End:
15851