]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
(PATCH_LEVEL): bump version.
[lilypond.git] / ChangeLog
1 2006-10-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
2
3         * VERSION (PATCH_LEVEL): bump version.
4
5 2006-10-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
6
7         * lily/engraver.cc (internal_make_grob): use variables.
8
9         * flower/string-convert.cc (dec2double): clean-up warnings. 
10
11         * configure.in (CXXFLAGS): add -Werror.
12
13         * VERSION (PACKAGE_NAME): release 2.9.25
14
15 2006-10-18  Joe Neeman  <joeneeman@gmail.com>
16
17         * lily/simple-spacer.cc (get_line_forces): test for non-fitting
18         line even if we precede a forced break.
19
20         * lily/optimal-page-breaking.cc (try_page_spacing): square line
21         forces too. Make page-spacing weight default to 10 because the
22         changes to vertical springs decreased the page force/line force
23         proportions. Also, take the average of line force and page force
24         instead of just the sum.
25
26         * lily/constrained-breaking.cc (initialize): make the stiffness
27         of the vertical springs depend on the height of the system. This
28         prevents pages with only a few large systems from getting huge
29         forces
30
31         * Documentation/user/page.itely (Page formatting): document the
32         change in default page-spacing-weight
33
34         * lily/include/constrained-breaking.hh: initialise bottom_padding_
35
36 2006-10-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
37
38         * input/typography-demo.ly (melody): remove superfluous slur.
39
40         * scm/define-grob-interfaces.scm (piano-pedal-script-interface):
41         add piano-pedal-script-interface
42
43 2006-10-18  Bertalan Fodor  <lilypondtool@organum.hu>
44
45         * scripts/lilypond-book.py: DocBook support.
46
47 2006-10-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
48
49         * lily/piano-pedal-engraver.cc (struct Pedal_info): remove
50         Y-alignment code.
51         (stop_translation_timestep): set bound to currentMusicalColumn if
52         not set yet. Fixes #102
53
54         * lily/piano-pedal-bracket.cc: formatting.
55
56         * input/test/engraver-one-by-one.ly (MyStaff): reformat.
57
58         * lily/piano-pedal-align-engraver.cc: new class
59         Piano_pedal_align_engraver. Handle side-positioning Y-alignment
60         for piano pedals.  
61
62 2006-10-18  Heikki Junes  <hjunes@gmail.com>
63
64         * po/fi.po: Update Finnish translation (before the next release).
65
66 2006-10-17  Joe Neeman  <joeneeman@gmail.com>
67
68         * lily/system.cc (get_paper_system): reinstate the backwards-
69         compatible page breaking for the old page breaker.
70
71 2006-10-17  Erik Sandberg  <mandolaerik@gmail.com>
72         
73         * lily/recording-group-engraver.cc: removed
74
75         * lily/context.cc, lily/translator-group.cc: Don't touch
76         Context::implementation_ if it's null
77
78 2006-10-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
79
80         * scm/paper.scm: only use left-margin if defined.
81
82         * scm/define-grob-interfaces.scm (stroke-finger-interface): typo.
83
84         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): idem.
85
86         * lily/new-fingering-engraver.cc: stringFingerOrientations ->
87         strokeFingerOrientations
88
89         * lily/script-column.cc (row_before_line_breaking): also handle
90         accidentals and arpeggios in horizontal script stacking.
91
92         * lily/script-row-engraver.cc (acknowledge_accidental_placement):
93         new function.
94
95         * input/regression/script-stack-horizontal.ly: trim.
96
97 2006-10-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
98
99         * scm/output-lib.scm (stroke-finger::calc-text): allow reading of
100         'text property too.
101
102         * ly/music-functions-init.ly: rename to StrokeFingerEvent, set
103         'text if string argument.
104
105         * scm/define-grobs.scm (all-grob-descriptions): rename to StrokeFinger.
106
107         * scm/define-context-properties.scm
108         (all-user-translation-properties): change to strokeFingerOrientations
109
110 2006-10-16  Erik Sandberg  <mandolaerik@gmail.com>
111
112         * lily/parser.yy: remove debug output
113
114 2006-10-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
115
116         * ly/paper-defaults.ly: set left/right margin.
117
118         * scm/paper.scm (set-paper-dimensions): use left-margin and
119         right-margin for computing linewidth.
120
121         * Documentation/topdocs/NEWS.tely (Top): idem.
122
123         * input/regression/lyric-tie.ly (texidoc): use vowels for tied
124         lyrics example.
125
126         * scm/define-markup-commands.scm (tied-lyric): increase negative
127         space: space syllables tighter.
128
129         * VERSION (PATCH_LEVEL): bump version.
130
131         * scm/paper.scm: patch by Arvid Gr"otting, arvidgr@gmail.com: tune
132         Ax paper sizes. 
133
134 2006-10-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
135
136         * COPYING: further clarification
137
138         * VERSION: release 2.9.24
139
140         * input/regression/script-stack-horizontal.ly: add version.
141
142         * scm/lily-library.scm (list-join): use fold-right. Fixes #112
143
144         * input/regression/lyric-tie.ly (texidoc): use different words.
145
146         * mf/GNUmakefile (ALL_GEN_FILES): remove fonts.cache-1
147
148 2006-10-15  Erik Sandberg  <mandolaerik@gmail.com>
149
150         * lily/*.cc, lily/include/*.hh: eliminate dummy arguments from
151         macros ADD_TRANSLATOR, DECLARE_SMOBS and DECLARE_SIMPLE_SMOBS
152         
153 2006-10-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
154
155         * mf/GNUmakefile: remove fc-cache calls; not necessary for fc 2.4; 
156
157         * Doxyfile: remove file.
158
159         * scm/define-grob-interfaces.scm (string-finger-interface): add
160         string-finger-interface
161
162         * lily/general-scheme.cc (LY_DEFINE): move
163         ly_camel_case_to_lisp_identifier to here. Use vector<char> iso. char[] 
164
165         * Documentation/topdocs/NEWS.tely (Top): add note for
166         string-finger feature.
167
168         * scm/define-grobs.scm (all-grob-descriptions): add 'string-names
169         property.
170
171         * scm/output-lib.scm (string-finger::calc-text): read 'digit
172         instead of 'text
173
174         * input/regression/script-stack-horizontal.ly: new file.
175
176         * ly/engraver-init.ly: add Script_row_engraver.
177
178         * lily/script-column.cc (order_grobs): refactor: separate axis
179         independent code.
180         (row_before_line_breaking): new function.
181
182         * lily/script-row-engraver.cc (Script_row_engraver): new file.
183
184         * scm/define-grobs.scm (all-grob-descriptions): add ScriptRow
185
186 2006-10-14  Jürgen Reuter  <reuter@ipd.uka.de>
187
188         * Documentation/user/instrument-notation.itely: Cleanup: Remove
189         annoying skip notes from mensural ligature example.  Update
190         @refbugs for ligatures and mensural ligatures.
191
192         * lily/coherent-ligature-engraver.cc,
193         lily/include/coherent-ligature-engraver.hh,
194         lily/mensural-ligature-engraver.cc,
195         lily/vaticana-ligature-engraver.cc: Revise code for item
196         reparentizing.  There should now be less programming_error
197         messages.
198
199         * lily/mensural-ligature-engraver.cc: Improve placement of dots.
200
201         * lily/mensural-ligature.cc, lily/vaticana-ligature.cc:
202         Maintenance bugfix: Don't create empty Stencil (), but empty box
203         instead.  This fix should eliminate some programming_error
204         messages.
205
206         * ly/engraver-init.ly (MensuralStaff): Set default accidental
207         style.
208
209         * input/regression/mensural-ligatures.ly: Maintenance bugfix: Move
210         \layout block _before_ score.
211
212 2006-10-14  Han-Wen Nienhuys  <hanwen@lilypond.org>
213
214         * GNUmakefile.in (PATCH_FILES): remove darwin.patch.
215
216         * lily/pango-font.cc (pango_item_string_stencil): more verbose message.
217
218 2006-10-13  Erlend Aasland  <erlenda@gmail.com>
219
220         * lily/note-collision.cc: fix issue #44 (dot/notehead collision)
221
222 2006-10-13  Han-Wen Nienhuys  <hanwen@lilypond.org>
223
224         * VERSION (PATCH_LEVEL): bump version.
225
226         * COPYING: clarify exception note.
227
228         * lily/main.cc: remove remark about "COPYING".
229
230         * scm/framework-ps.scm (clip-system-EPSes): change ordering, so
231         system-count starts at 0 for each clip-region. Change name to
232         FILE[-COUNT]-from-FROM-to-TO-clip[-COUNT]. Take clip-regions from
233         layout block, per score.
234
235 2006-10-13  Erik Sandberg  <mandolaerik@gmail.com>
236
237         * lily/input-smob.cc: add equal_p for Input
238
239         * lily/music-scheme.cc (ly_camel_case_to_lisp_identifier): new
240         function
241
242         * lily/parser.yy: MY_MAKE_MUSIC sets music origin
243
244         * lily/prob.cc: Add equal_p predicate for Prob
245
246         * lily/translator.cc: small cleanup
247
248         * scm/document-music.cc: use data from translator listener
249         registration to generate documentation for event classes
250
251         * lily/*: Eliminate accept arg of ADD_TRANSLATOR
252         
253         * lily/include/*: Eliminate dummy arg of DECLARE_*SMOBS
254         
255 2006-10-13  Jan Nieuwenhuizen  <janneke@gnu.org>
256
257         * GNUmakefile.in (SCRIPTS): Remove lexer-gcc-3.1.sh.
258
259 2006-10-12  Jan Nieuwenhuizen  <janneke@gnu.org>
260
261         * Documentation/topdocs/INSTALL.texi: Thinko.
262
263         * .cvsignore: Update.
264
265         * lexer-gcc-3.1.sh: Remove.
266
267         * Documentation/topdocs/INSTALL.texi: Remove obsolete ftp server.
268         Update anonymous cvs access.  Remove comment about gcc 3.0.4.
269
270 2006-10-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
271
272         * VERSION: release 2.9.23
273
274         * lily/paper-column-engraver.cc (stop_translation_timestep): also
275         typecheck barnumber.
276
277         * scm/framework-ps.scm (dump-stencil-as-EPS): fix thinkos.
278
279         * scm/lily.scm (type-p-name-alist): add rhythmic-location? type name.
280
281         * Documentation/topdocs/NEWS.tely (Top): doc new clipping feature
282
283         * input/regression/clip-systems.ly (Notes): new file. 
284
285         * scm/lily.scm (define-scheme-options): add clip-systems option.
286
287         * scm/framework-ps.scm (dump-stencil-as-EPS-with-bbox): new
288         function
289         (dump-stencil-as-EPS): move bbox calculation from previous
290         dump-stencil-as-EPS
291         (output-framework): use -dclip-systems 
292
293         * scm/lily-library.scm (filtered-map): new function
294
295         * scm/framework-ps.scm (clip-system-EPS): new function.
296         (clip-system-EPSes): new function.
297
298         * lily/paper-column.cc: add rhythmic-location to interface
299
300         * scm/define-grob-properties.scm (all-user-grob-properties): add
301         rhythmic-location property.
302
303         * scm/clip-region.scm: new file: rhythmic-location data type and
304         system-clipped-x-extent function.
305
306         * ly/init.ly: use (scm clip-region)
307
308         * lily/paper-column-engraver.cc (stop_translation_timestep): set
309         rhythmic-location for paper column grobs.
310
311         * lily/grob-scheme.cc (LY_DEFINE): minor cleanup
312
313 2006-10-12  Jürgen Reuter  <reuter@ipd.uka.de>
314
315         * ly/engraver-init.ly: Remove obsolete comment on
316         Bar_number_engraver.
317
318         * Documentation/user/instrument-notation.itely: Tune Ancient
319         Articulations figure, such that the episem actually shows.
320
321         * lily/mensural-ligature.cc (internal_brew_primitive): Bugfix:
322         fix Han-Wen's fix (rev. 1.53): scm_is_pair -> scm_is_number.
323
324         * lily/vaticana-ligature-engraver.cc: Minor robustness fix /
325         cleanup.
326
327 2006-10-12  Graham Percival  <gpermus@gmail.com>
328
329         * Documentation/user/ {some}: minor edits that were lost somehow.
330
331 2006-10-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
332
333         * VERSION (PACKAGE_NAME): bump version.
334
335         * input/regression/lyric-tie.ly (texidoc): new file.
336
337         * Documentation/topdocs/NEWS.tely (Top): add new feature.
338
339         * lily/general-scheme.cc (LY_DEFINE): elucidate docstring.
340
341         * scm/define-markup-commands.scm (tied-lyric): new function: split
342         string along ~ and reattach with U+203F (tie character) and
343         negative space.
344
345         * scm/output-lib.scm (lyric-text::calc-text): new function.
346
347         * lily/lyric-engraver.cc (process_music): don't set 'text.
348
349         * scm/output-lib.scm (string-finger::calc-text): new function
350         (lyric-text::print): new function.
351
352         * lily/new-fingering-engraver.cc (add_fingering): refactor; make
353         generic for fingering & string number. Use for string-finger. 
354
355         * scm/define-music-types.scm (music-descriptions): add
356         StringFingerEvent
357
358         * lily/fingering-engraver.cc (listen_string_finger): new function
359
360         * scm/define-grobs.scm (all-grob-descriptions): add StringFinger
361
362         * scm/define-context-properties.scm
363         (all-user-translation-properties): add stringFingerOrientations
364
365 2006-10-11  Jürgen Reuter  <reuter@ipd.uka.de>
366
367         * mf/parmesan-dots.mf (new), mf/parmesan-generic.mf,
368         ly/engraver-init.ly: Added vaticana-style augmentum dot glyph.
369
370         * lily/dots.cc: Added style property for dots.
371
372         * mf/parmesan-heads.mf: Fix typo in comment.
373
374         * mf/feta-bolletjes.mf, scm/output-lib.scm: Fix longa notes bug by
375         adding longa head to feta font and removing obsolete default
376         mapping scheme code.
377
378 2006-10-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
379
380         * scm/output-lib.scm (fingering::calc-text): use origin
381         event-property, not music-property.
382
383         * lily/lilypond.rc.in: spell my name correctly.
384
385 2006-10-10  Joe Neeman  <joeneeman@gmail.com>
386
387         * lily/grob.cc (pure_height): only add minimum-Y-extent if we
388         already have a non-empty extent. Fixes estimation for Hara-kiri
389         staves.
390
391 2006-10-09  Jürgen Reuter  <reuter@ipd.uka.de>
392
393         * ly/gregorian-init.ly: Simplify definition of \episemInitium and
394         \episemFinis.
395
396         * lily/ligature-engraver.cc: Remove unused #include.
397
398         * lily/vaticana-ligature-engraver.cc: Fix placement of dots.
399         Bugfix: remove method check_for_prefix_loss(Item *) from global
400         namespace to avoid namespace pollution.
401
402 2006-10-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
403
404         * VERSION: release 2.9.22
405
406         * ly/generate-documentation.ly: update option name.
407
408         * lily/dynamic-text-spanner.cc (print): revert fix.
409
410         * scm/define-grob-interfaces.scm
411         (trill-pitch-accidental-interface):
412         add trill-pitch-accidental-interface
413
414         * lily/dots-engraver.cc (acknowledge_rhythmic_head): only
415         dereference if it's really a duration.
416
417         * lily/figured-bass-engraver.cc (process_music): clear spanner if
418         useBassFigureExtenders is not set.
419         (listen_bass_figure): record as new event if
420         useBassFigureExtenders not set. Fixes #103.
421
422         * scm/stencil.scm (circle-stencil): don't center stencil argument,
423         instead: move circle. Fixes #107.
424
425         * scm/define-grobs.scm (all-grob-descriptions): set
426         allow-loose-spacing for PaperColumn and
427         NonMusicalPaperColumn. Kludge for #110.
428
429         * lily/spaceable-grob.cc: add allow-loose-spacing property.
430
431         * lily/spacing-determine-loose-columns.cc (is_loose_column):
432         allow-loose-spacing property.
433
434         * scm/define-markup-commands.scm (postscript): gsave & grestore
435         around embedded PS. Do setlinewidth too. Fixes  #109.
436
437 2006-10-08  Jürgen Reuter  <reuter@ipd.uka.de>
438
439         * lily/ligature-bracket-engraver: Bugfix: Add missing stream event
440         code.  This patch fixes ligature brackets that were not at all
441         engraved any more.
442
443 2006-10-08  Graham Percival  <gpermus@gmail.com>
444
445         * Docuemntation/user/page.itely: clarify two-pass vs. ragged-bottom.
446
447         * ly/property-init.ly: fix sacred harp notehead shapes (bug 96).
448
449         * scm/define-context-properties.scm: clarified docs (bug 91).
450
451         * Documentation/user/basic-notation.itely: document volta brackets
452         not aligning (bug 63).
453
454         * Documentation/user/ global.itely invoking.itely: ignore or
455         add warnings about texstr.
456
457 2006-10-08  John Mandereau  <john.mandereau@free.fr>
458
459         * po/fr.po: update translation.
460
461         * po/: update msgids.
462
463 2006-10-08  Jan Nieuwenhuizen  <janneke@gnu.org>
464
465         * GNUmakefile.in (HELP_CATALOGS): Fix in-build-tree locales.
466
467 2006-10-08  Nicolas Sceaux  <nicolas.sceaux@free.fr>
468
469         * Documentation/user/page.itely (Two-pass vertical spacing): add
470         documentation for two-pass spacing technique.
471
472 2006-10-06  Graham Percival  <gpermus@gmail.com>
473
474         * Documentation/user/convert-ly.txt: new file; new
475         storage place for this file (moved from bugs/ CVS).
476
477 2006-10-06  Jürgen Reuter  <reuter@ipd.uka.de>
478
479         * lily/note-head.cc: Fixed programming_error message.
480
481 2006-10-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
482
483         * scm/define-grobs.scm (pure-conversion): move pure-callback
484         further into body.
485
486         * scm/script.scm (default-script-alist): set avoid-slur for turn,
487         marcato, stopped, thumb.
488
489 2006-10-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
490
491         * lily/completion-note-heads-engraver.cc (process_music): don't
492         skimp on memory usage.
493
494         * lily/beam.cc (set_stem_lengths): do set_stemend for invisible
495         stems too. Fixes #5
496
497         * lily/parenthesis-engraver.cc (acknowledge_grob): set parent of
498         parenthesis item. This fixes premature Y-extent triggering. Fixes
499         issue #95. 
500  
501         * VERSION (PATCH_LEVEL): bump version.
502
503 2006-10-04  Graham Percival  <gpermus@gmail.com>
504
505         * Documentation/user/advanced-notation.itely: added
506         info about instrument names for piano or other contexts,
507         thanks Marcus!
508
509 2006-10-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
510
511         * mf/feta-bolletjes.mf (solfa_quarter_width): use
512         solfa_base_notewidth as unit for non-DO-notes too.
513
514         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: update email.
515
516         * VERSION: release 2.9.21
517
518         * Documentation/topdocs/NEWS.tely (Top): simpler, more clearer
519         override.
520
521 2006-10-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
522
523         * python/lilylib.py (progress): Minor fix.
524
525 2006-10-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
526
527         * lily/note-name-engraver.cc: doc engraver.
528
529         * scm/output-lib.scm (hairpin::calc-grow-direction): new function.
530
531         * lily/dynamic-engraver.cc (process_music): don't set grow-direction.
532
533         * scm/define-grobs.scm (all-grob-descriptions): calc duration-log
534         by callback.
535
536         * lily/stem-engraver.cc (make_stem): don't set duration-log
537
538         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system):
539         write snippet-names binary.
540
541         * python/lilylib.py (system): use os.system for mingw32
542
543         * scripts/lilypond-book.py (bindir): use os.pathsep for prepending
544         to $PATH.
545
546         * scm/backend-library.scm: update email address.
547
548         * Documentation/topdocs/NEWS.tely (Top): add duration-log override
549         example.
550
551         * scm/define-grobs.scm (all-grob-descriptions): use callback to
552         calc dot count.
553
554         * lily/dots-engraver.cc (class Dots_engraver): new engraver:
555         handle dot creation separately.
556
557         * lily/tab-note-heads-engraver.cc (process_music): idem.
558
559         * lily/drum-note-engraver.cc (process_music): idem.
560
561         * lily/note-heads-engraver.cc (process_music): idem.
562
563         * lily/rest-engraver.cc: don't set duration-log.
564
565         * scm/output-lib.scm (string-number::calc-text): new function.
566         (note-head::calc-duration-log): new function.
567
568         * lily/fingering-engraver.cc (make_script): remove 'text setting.
569
570         * scm/output-lib.scm (fingering::calc-text): new function.
571
572 2006-10-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
573
574         * scripts/lilypond-book.py: Fix typo gs-load-font -> gs-load-fonts
575          and include-eps-font -> include-eps-fonts
576
577 2006-10-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
578
579         * lily/multi-measure-rest-engraver.cc: use internalBarNumber
580
581         * lily/timing-translator.cc: list properties.
582         (start_translation_timestep): update internalBarNumber too.
583
584         * scm/define-context-properties.scm
585         (all-user-translation-properties): add internalBarNumber.
586
587         * input/regression/spacing-no-note.ly: new file.
588
589         * buildscripts/output-distance.py (link_file): verbosity for OSError.
590
591         * lily/book.cc: #include cleanup.
592
593         * lily/include/lily-guile-macros.hh: add assert to
594         scm_or_str2symbol(SCM).
595
596         * VERSION (PATCH_LEVEL): bump version.
597
598         * lily/spacing-spanner.cc (musical_column_spacing): handle
599         musical->nonmusical spacing case, where there is no spacing
600         wish. Fixes issue #61.
601
602         * lily/pango-font.cc (text_stencil): allow 'tight' bounds.
603         (pango_item_string_stencil): use logical rect horizontally (to
604         preserve spaces), ink_rect vertically (for time signatures).
605
606         * lily/font-metric.cc (word_stencil): new interface function
607
608         * input/regression/utf-8-mixed-text.ly: new file.
609
610         * lily/percent-repeat-engraver.cc (listen_percent): remove
611         spurious warning.
612
613         * lily/phrasing-slur-engraver.cc (acknowledge_script): only ack
614         non-dynamic scripts. Fixes #30.
615
616         * lily/slur.cc (outside_slur_callback): make offset_scm optional.
617
618         * lily/beam.cc (rest_collision_callback): make prev_offset optional.
619
620         * lily/grob-closure.cc (chain_offset_callback): don't pass 0 but
621         SCM_UNDEFINED for non-existent data.
622
623         * lily/side-position-interface.cc (general_side_position): allow
624         optional current_offset argument for chaining, so combinations of side-position
625         and outside slur callback don't add up.  Fixes issue #92.
626
627         * lily/pango-font.cc (pango_item_string_stencil): use
628         logical_rect. This prevents spaces after words from disappearing,
629         issue #72.
630         
631         * VERSION: release 2.9.20
632
633 2006-10-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
634
635         * scm/define-grob-properties.scm (all-user-grob-properties):
636         mention stencil as user settable.
637
638 2006-10-02  Joe Neeman  <joeneeman@gmail.com>
639
640         * Documentation/user/page.itely (Page formatting): 
641         document auto-first-page-number
642
643         * lily/page-breaking.cc (find_chunks_and_breaks): 
644         * lily/paper-score.cc (calc_breaking): Follow changes to the
645         Constrained_breaking interface
646
647         * lily/constrained-breaking.cc (calc_subproblem): run the main loop
648         here backwards, as an optimisation
649         (initialize): new function; move most of the code in resize () here
650         (combine_demerits): cache ragged_right_
651         (Constrained_breaking): constructor now takes the Paper_score
652
653 2006-10-02  Erik Sandberg  <mandolaerik@gmail.com>
654         
655         * lily/lexer.ll, lily/parser.yy: Add EXPECT_NO_MORE_ARGS token, to
656         avoid parser lookahead for 0-ary functions.
657
658         * lily/translator.cc: Extract event classes from
659         IMPLEMENT_TRANSLATOR_LISTENER for documentation generation.
660
661 2006-10-02  Heikki Junes  <hjunes@gmail.com>
662
663         * po/fi.po: Fix spaces, commas etc. in Finnish translation using
664         KBabel fix tool.
665
666 2006-10-01  Nicolas Sceaux  <nicolas.sceaux@free.fr>
667
668         * scm/layout-page-layout.scm (page-breaking-wrapper): new
669         function. Call the page breaking function selected in the
670         `page-breaking' \paper variable, then the post processing function
671         chosen using the `page-post-process' \paper variable.
672         (line-height): new function. Return the height of a system.
673         (line-minimum-position-on-page): new function. Return the position
674         of a system on page (using the previous line position), only
675         considering between system padding.
676         (stretchable-line?): new function. Says whether a line can be
677         stretched (ie. is not a title nor a single staff system).
678         (page-maximum-space-left): new function. Computes space left on a
679         page, when all systems are separated by their padding.
680
681         * lily/page-breaking.cc (breaking::make_pages): Move page post
682         processing function call to page breaking wrapper (common to all
683         page breakers).
684
685         * lily/paper-book.cc (book::pages): call the page breaking
686         wrapper, instead of the page breaker directly
687
688         * ly/paper-defaults.ly: Add \paper variables for page breaking
689         wrapper and page post processing function. Make
690         `write-page-layout' value depend on the 'dump-tweaks option. Add a
691         `system-maximum-stretch-procedure' variable for holding a function
692         computing the maximum stretch a system allows.
693
694         * scm/layout-page-dump.scm (write-page-breaks): computes the
695         stretch to apply to systems on a page to minimize left
696         space. Dump this stretch length.
697
698         * ly/music-functions-init.ly (spacingTweaks): implement it. Read
699         the system-stretch property of the tweak data to stretch the
700         system.
701         (includePageLayoutFile): Void function which includes the
702         generated page-layout file if it exists and if the page layout
703         dumping is not asked.
704         (scoreTweak): if the score tweak named by the argument exists,
705         return it.
706
707 2006-10-01  Joe Neeman  <joeneeman@gmail.com>
708
709         * lily/page-spacing.cc (compress_lines, uncompress_solution):
710         handle correctly the case where there are multiple \noPageBreaks
711         in a row.
712
713 2006-09-30  Laura Conrad <lconrad@laymusic.org>
714
715         * abc2ly.py adds segno (S) and Coda (O) to articulations.
716         
717         * abc2ly.py fix so that entering " -- " will translate to a -- in
718         the lilypond instead of a " - - "
719         
720 2006-09-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
721
722         * lily/align-interface.cc: fix typo
723
724         * lily/dynamic-text-spanner.cc (print): Add a special case for
725         trill spanner right sides. 
726
727         * scm/define-grobs.scm (all-grob-descriptions): set padding to 0.1
728
729         * lily/align-interface.cc (get_extents_aligned_translates): add
730         support for padding variable.
731
732         * lily/break-align-interface.cc (self_align_callback): oops: use
733         loop variable in guard.
734
735         * input/regression/repeat-percent-grace.ly: new file.
736
737         * lily/percent-repeat-engraver.cc (start_translation_timestep):
738         remember first currentCommandColumn of a grace run. Fixes issue 70.
739
740         * lily/percent-repeat-iterator.cc (class Percent_repeat_iterator):
741         move class definition to CC file.
742
743         * lily/multi-measure-rest.cc (percent): use robust_relative_extent()
744
745         * lily/slash-repeat-engraver.cc (listen_percent): don't warn for
746         measure-long  repeats.
747
748         * flower/include/international.hh: include stdarg.h
749
750 2006-09-30  Joe Neeman  <joeneeman@gmail.com>
751
752         * lily/page-turn-page-breaking.cc (calc_demerits): now that we allow
753         put_systems_on_pages to return an empty result, we need to assign
754         demerits properly in that case.
755         (put_systems_on_pages): Make the number of pages depend on the
756         evenness of page_number. Add auto-first-page-number.
757         (calc_subproblem): ensure that the page-number is even for the
758         left-hand page. Warn if the first page-turn doesn't fit onto the
759         first (right-hand) page.
760
761         * lily/page-spacing.cc (solve): bug: demerits_ would always be inf
762         (min_page_count): make this publicly accessible
763         (min_page_count): fix a bug when there are forced page breaks that
764         was introduced when I made this loop run backwards
765         (space_systems_on_n_pages, space_systems_on_n_or_one_more_pages):
766         replace space_systems_on_min_pages with these two. The logic in
767         space_systems_on_min_pages was getting too convoluted and is better
768         contained in page-turn-page-breaking.
769
770         * lily/page-turn-engraver.cc (breakable_column): remove an always-true
771         conditional
772         (breakable_column): typo
773
774         * lily/source-file.cc (get_line): fix off-by-one error
775         and clean up some of the logic
776
777 2006-09-29  Joe Neeman  <joeneeman@gmail.com>
778
779         * lily/page-breaking.cc (make_pages): honour the first-page-number
780         property
781
782 2006-09-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
783
784         * VERSION (PACKAGE_NAME): bump version.
785
786 2006-09-26  Pal Benko  <benko.pal@gmail.com>
787
788         * scm/parser-clef.scm: add petrucci-f3 and -f4 clefs
789         (the latter is the same as petrucci-f which is kept for compatibility)
790
791 2006-09-26  Erik Sandberg  <mandolaerik@gmail.com>
792         
793         * lily/part-combine-iterator.cc: solo1-event -> solo-one-event
794
795 2006-09-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
796
797         * lily/global-context.cc (run_iterator_on_me): break out of loop
798         if moment doesn't increase.
799
800         * scm/define-grob-properties.scm (all-user-grob-properties): add
801         forced property.
802
803         * lily/accidental.cc (after_line_breaking): read forced property.
804
805         * lily/accidental-engraver.cc (process_acknowledged): set 'forced
806         property.
807
808         * input/regression/accidental-forced-tie.ly:  new file.
809
810 2006-09-25  Han-Wen Nienhuys  <hanwen@lilypond.org>
811
812         * ly/engraver-init.ly: set ignoreFiguredBassRest in Staff context.
813
814         * lily/figured-bass-engraver.cc: only listen to rest events if
815         ignoreFiguredBassRest is not set.
816
817         * scm/define-context-properties.scm
818         (all-user-translation-properties): add ignoreFiguredBassRest property
819
820 2006-09-24  Joe Neeman  <joeneeman@gmail.com>
821
822         * lily/paper-book.cc (get_system_specs):
823         (set_system_penalty): fix breakbefore.
824         We used to set a penalty on the system after the break, now we
825         set a permission on the system before the break
826
827         * lily/grob-property.cc: add scm debugging hooks into
828         property modification
829
830         * lily/context-property.cc:
831         * lily/engraver.cc:
832         rename make_foo_from_properties to internal_make_foo and
833         move it from context-property.cc to a member function of
834         Engraver.
835         
836         * lily/include/lily-guile-macros.hh:
837         overload ly_symbol2scm macro so that there is no more need
838         to use internal_foo
839
840         * lily/volta-repeat-iterator.cc:
841         * lily/tweak-engraver.cc:
842         * lily/tuplet-bracket.cc:
843         * lily/span-bar-engraver.cc:
844         * lily/script-engraver.cc:
845         * lily/prob-scheme.cc:
846         * lily/pointer-group-interface.cc:
847         * lily/parser.yy:
848         * lily/grob-scheme.cc:
849         * lily/grob-property.cc:
850         * lily/context.cc:
851         * lily/context-property.cc:
852         * lily/break-substitution.cc:
853         * lily/break-align-engraver.cc:
854         * lily/axis-group-interface.cc:
855         * lily/align-interface.cc:
856         remove calls to internal_FOO
857
858         * lily/system-start-delimiter-engraver.cc:
859         * lily/parenthesis-engraver.cc:
860         * lily/accidental-engraver.cc:
861         remove calls to make_foo_from_properties
862
863 2006-09-23  Graham Percival  <gpermus@gmail.com>
864
865         * Documentation/user/programming-iterfaces.itely: fix
866         def-music-function -> define-music... leftover.
867
868 2006-09-23  Joe Neeman  <joeneeman@gmail.com>
869
870         * lily/page-spacing.cc (min_page_count): by running the loop
871         backwards, we can calculate ragged_last properly.
872
873 2006-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
874
875         * ly/titling-init.ly (scoreTitleMarkup): Rename (typo!?)
876         printfirst-page-number -> print-first-page-number
877
878         * python/convertrules.py: corresponding rule.
879
880         * Documentation/user/page.itely (Page formatting): Document the
881         default values of all page layout parameters. 
882
883 2006-09-22  Erik Sandberg  <mandolaerik@gmail.com>
884
885         * lily/lexer.ll: remove limitation on music function arity. New
886         mode extratoken, which inserts extra EXPECT_* tokens after
887         MUSIC_FUNCTION token. Junk all MUSIC_FUNCTION_* tokens.
888
889         * lily/parser.yy: Change grammar for music function accordingly.
890
891         * lily/include/lily-parser.hh: New method get_state, new member
892         hidden_state. Works around a problem when parser fetches
893         MUSIC_FUNCTION token but not the following EXPECT_* token.
894
895         * lily/translator.cc, lily/context.cc:, lily/translator-group.cc:
896         remove try_music
897
898         * lily/*-engraver.cc, lily/*-performer.cc: Remove all remaining
899         references to Music; use ASSIGN_EVENT_ONCE everywhere
900
901         * lily/grob-info.cc: junk *music_cause
902
903         * lily/music.cc: copy eventified articulations to stream event
904
905         * lily/part-combine-iterator.cc: Cleanup using enums
906
907         * lily/translator-group.cc: Junk OldMusicEvent, and associated
908         methods
909
910         * lily/include/engraver.hh: Junk music.hh include
911
912         * lily/stream-event.cc: Changed constructors
913
914 2006-09-21  Graham Percival  <gpermus@gmail.com>
915
916         * Documentation/user/tweaks.itely (Fitting music onto fewer
917         pages): change settings to avoid warning messages.
918
919 2006-09-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
920
921         * Documentation/user/tweaks.itely (Fitting music onto fewer
922         pages): Add between-system-space setting. 
923
924 2006-09-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
925
926         * lily/accidental-placement.cc (calc_positioning_done): don't
927         trigger Y-extent calculation too early. Use pure_height instead.
928
929         * lily/scale.cc (LY_DEFINE): new file. 
930
931 2006-09-20  Joe Neeman  <joeneeman@gmail.com>
932
933         * lily/page-breaking.cc (find_chunks_and_breaks): ignore breaks
934         that happen at the start of a score: having a zero-length
935         chunk was messing up min_system_count calculations.
936
937         * lily/source-file.cc (get_line): lower_bound, not
938         binary_search. Fixes problem where point-and-click would
939         always point to the first line.
940
941 2006-09-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
942
943         * lily/accidental-placement.cc (calc_positioning_done): also put
944         stems into accidental support. 
945
946         * lily/tie-engraver.cc (process_music): also set tieMelismaBusy if
947         event_ detected.
948
949         * scm/script.scm (default-script-alist): avoid-slur and
950         slur-padding for portato script.
951
952         * lily/stem-tremolo.cc (translated_stencil): new function. 
953         (height): use new function. Fixes tremolos on whole notes.
954
955         * lily/slur-scoring.cc (get_best_curve): don't crash if no optimal
956         slur found.
957
958 2006-09-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
959
960         * scripts/abc2ly.py (try_parse_comment): idem.
961
962         * scripts/lilypond-book.py (find_toplevel_snippets): use 'foo' in
963         bar_string iso. string.find()
964
965         * lily/*.cc: idem.
966
967         * lily/slur.cc (get_curve): always use scm_is_pair() looping
968         scheme lists.  
969
970 2006-09-18  Graham Percival  <gpermus@gmail.com>
971
972         * Documentation/user/basic-notation.itely: add bug
973         warning about ties and octavation/clef.
974
975 2006-09-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
976
977         * VERSION (PACKAGE_NAME): release 2.9.18
978
979 2006-08-29  Milan Zamazal  <pdm@brailcom.org>
980
981         * elisp/lilypond-mode.el (LilyPond-command-alist): Don't try to
982         figure out midi file names right here.
983         
984 2006-09-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
985
986         * scm/framework-ps.scm (dump-stencil-as-EPS): naming pad-eps-boxes.
987
988         * scm/backend-library.scm: option naming:  gs-font-load*s*
989
990         * scm/framework-eps.scm (dump-stencils-as-EPSes): rename option to
991         include-eps-fonts
992
993 2006-09-17  Joe Neeman  <joeneeman@gmail.com>
994
995         * scm/define-music-types.scm (music-descriptions): remove
996         BreakEvent and fix {Page,Line}{Break,Turn}Event so
997         Music::to_event doesn't complain.
998
999         * lily/accidental-placement.cc (ape_compare):
1000         * lily/semi-tie.cc (compare): 
1001         * lily/note-column.cc (shift_compare): replace by XXX_less
1002
1003         * lily/tie-formatting-problem.cc (set_chord_outline): 
1004         * lily/tie-column.cc (calc_positioning_done): 
1005         * lily/system.cc (post_processing)
1006         (get_paper_system): 
1007         * lily/stem.cc (note_head_positions)
1008         (calc_positioning_done): 
1009         * lily/spanner.cc (do_break_processing)
1010         (find_broken_piece): 
1011         * lily/span-bar.cc (print): 
1012         * lily/semi-tie-column.cc (calc_positioning_done): 
1013         * lily/rest-collision.cc (calc_positioning_done): 
1014         * lily/program-option.cc (get_help_string): 
1015         * lily/note-collision.cc (get_clash_groups):
1016         * lily/new-fingering-engraver.cc (position_scripts):
1017         * lily/keyword.cc (Keyword_table):
1018         * lily/hara-kiri-group-spanner.cc (request_suicide):
1019         * lily/grob-pq-engraver.cc (stop_translation_timestep):
1020         * lily/accidental-placement.cc (calc_positioning_done):
1021         (stagger_apes):
1022         * lily/beam.cc (get_beam_segments):
1023         * lily/grob-array.cc (remove_duplicates):
1024         use new vector_sort
1025         
1026         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily:
1027         ragged-last-bottom = ##f (test the new page breaker)
1028
1029         * flower/include/std-vector.hh (vector_sort): use STL sort stuff
1030
1031         * scm/define-context-properties.scm
1032         (all-internal-translation-properties): remove properties that
1033         were used to communicate page-turn stuff to the paper-column
1034         engraver.
1035
1036         * lily/lily-guile.cc (robust_scm2string): new function
1037
1038         * lily/paper-column-engraver.cc: Clean up page turn stuff
1039
1040         * lily/page-turn-engraver.cc: Re-write the page turn logic here
1041         instead of cluttering up paper-column-engraver.cc
1042
1043 2006-09-17  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1044
1045         * scm/layout-page-dump.scm (scm): export utility function names,
1046         to allow user writing cutsom dumping functions.
1047
1048         * scm/layout-page-layout.scm: export utility function names to
1049         enable custom page breaking function writing. Tabify.
1050         (line-next-space): use ?-suffix only for predicates
1051         (page-maximum-space-to-fill): new function. Return the space
1052         between first and bottom system of a page, to give to
1053         space-systems.
1054         (space-systems): use a space-to-fill argument (for instance as
1055         computed by page-maximum-space-to-fill) instead of computing
1056         internaly this space with the page height. That way, the caller
1057         can adjust the space to use.
1058         (make-page-from-systems, walk-paths): compute space to fill before
1059         calling space-systems.
1060
1061 2006-09-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
1062
1063         * scm/script.scm (default-script-alist): set paddings for every
1064         type here, increase for portato mark.
1065
1066         * scm/lily.scm (define-scheme-options): typo: add s, so it is 
1067         -dinclude-eps-fonts
1068
1069 2006-09-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
1070
1071         * scm/define-grobs.scm (all-grob-descriptions): oops, typo:
1072         use spanner::set-spacing-rods
1073
1074         * lily/note-column.cc: reformat.
1075
1076         * lily/rest-collision.cc (calc_positioning_done): fix whole/half
1077         step positioning for note/rest combinations.
1078
1079         * input/regression/rest-note-collision.ly: new file.
1080
1081         * scm/define-grobs.scm (all-grob-descriptions): add
1082         springs-and-rods
1083
1084         * flower/include/std-vector.hh: switch off again.
1085
1086         * VERSION (PATCH_LEVEL): bump to 2.9.18
1087
1088         * flower/include/std-string.hh: idem.
1089
1090         * flower/include/std-vector.hh (_GLIBCXX_DEBUG): set if NDEBUG not set.
1091
1092 2006-09-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1093
1094         * ly/engraver-init.ly: Make FiguredBass accepted in GrandStaff and
1095         PianoStaff. 
1096
1097 2006-09-08  Joe Neeman  <joeneeman@gmail.com>
1098
1099         * Documentation/user/page.itely: update page breaking documentation
1100
1101 2006-09-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
1102
1103         * lily/note-collision.cc (calc_positioning_done): only access
1104         first head if available.
1105
1106         * lily/tuplet-engraver.cc: add tupletFullLengthNote to description.
1107
1108         * scm/framework-ps.scm (output-preview-framework): use new name.
1109
1110         * lily/program-option.cc (internal_set_option): use new names.
1111
1112         * Documentation/user/SConscript (lilypond_book_flags): update -d
1113         variable names.
1114
1115         * Documentation/user/lilypond-book.itely (Inserting LilyPond
1116         output into other programs): new variable names.
1117
1118         * scm/lily.scm (define-scheme-options): uniformize var names.
1119
1120         * lily/tuplet-engraver.cc (listen_tuplet_span): verify that
1121         tuplets_ is non-empty before popping.
1122
1123 2006-09-07  Joe Neeman  <joeneeman@gmail.com>
1124
1125         * lily/spanner.cc (find_broken_piece): 
1126         * lily/spacing-spanner.cc (get_columns): 
1127         * lily/source-file.cc (get_line): 
1128         * lily/simple-spacer.cc (get_column_description): 
1129         * lily/keyword.cc (lookup): 
1130         use the new binary search.
1131
1132         * flower/include/std-vector.hh: replace binary_search with
1133         a more STL-like version
1134
1135 2006-09-04  Michael Welsh Duggan  <md5i@cs.cmu.edu>
1136
1137         * lily/tie-performer.cc: remove unused last_event_ property.
1138         (class Tie_performer): add now_tied_heads_ property for
1139         partially-tied heads.
1140         (acknowledge_audio_element): when adding an Audio_note, put the
1141         note in now_tied_heads_ if the audio note is partially tied.
1142         (stop_translation_timestep): always include entries in
1143         now_tied_heads_ in heads_to_tie_.
1144
1145         * lily/drum-note-performer.cc (process_music): look for tie-events
1146         in the articulations; pass to Audio_note constructor.
1147
1148         * lily/note-performer.cc (process_music): look for tie-events in
1149         the articulations; pass to Audio_note constructor.
1150
1151         * lily/audio-item.cc (Audio_note): Initialize tie_event_ in
1152         constructor.
1153
1154         * lily/include/audio-item.hh (class Audio_note): add tie_event_.
1155         include initializer in constructor.
1156
1157 2006-09-02  Joe Neeman  <joeneeman@gmail.com>
1158
1159         * lily/simple-spacer.cc (get_line_forces): Ignore loose columns
1160         unless they are breakable. This fixes discrepancies between the forces
1161         calculated here and the forces calculated in get_line_configuration.
1162
1163         * lily/grob.cc (pure_relative_y_coordinate): fix some
1164         mis-estimation that was happening with piano staves.
1165
1166         * lily/constrained-breaking.cc (resize): don't choke if we get a
1167         measure that won't fit on a line.
1168         (combine_demerits): don't consider uniformity when ragged
1169
1170         * lily/page-spacing.cc (solve): why the f* were there two of these?
1171         (calc_subproblem): properly handle the case where a system is taller
1172         than the page.
1173
1174         * lily/system.cc (get_paper_system): ensure that all the permissions
1175         and penalties are passed to the paper systems.
1176
1177         * lily/page-breaking.cc (create_system_list): support system-count.
1178
1179         * scm/define-grobs.scm (pure-print-callbacks): add
1180         ly:script-interface::print
1181
1182         * lily/page-spacing.cc (min_page_count): fix calculation of min
1183         pages if we are ragged and there are non-zero springs.
1184
1185         * scm/layout-page-layout.scm: if the pure-height estimates are under
1186         the real height, allow space-systems to ignore padding if it is
1187         needed in order to fit the systems on one page
1188
1189         * lily/optimal-page-breaking.cc (try_page_spacing): fix reading
1190         ragged properties
1191         (solve): fix performance problem. Make sure we always get at least
1192         one solution
1193
1194         * lily/page-breaking.cc (make_pages): include write-page-breaks
1195         and page-stencil
1196
1197         * lily/paper-score.cc (calc_breaking): remove Gourlay breaker
1198
1199         * scm/define-grobs.scm: add the new slur-callback
1200         fix pure-relevant to not exclude grobs whose extent is already
1201         calculated
1202
1203         * ly/paper-defaults.ly: make ly:optimal-breaking the new default
1204         page breaker
1205
1206         * lily/slur.cc (pure_height): new callback to estimate the height
1207         of a slur
1208
1209 2006-09-02  Graham Percival  <gpermus@gmail.com>
1210
1211         * Documentation/user/invoking.itely: small update on
1212         MacOS X notes; thanks Trevor!
1213
1214 2006-09-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
1215
1216         * VERSION (MY_PATCH_LEVEL): release 2.9.17
1217
1218         * lily/lexer.ll: accept EOF in all states.
1219
1220         * lily/tempo-performer.cc (Tempo_performer): initialize last_tempo_.
1221
1222         * lily/source-file.cc (Source_file): always 0-terminate character
1223         array, to prevent Flex from barfing.
1224
1225         * lily/global-context.cc (get_output): robustness: don't crash if
1226         no Score context found.
1227
1228         * lily/include/book.hh (class Book): idem.
1229
1230         * lily/include/context-def.hh (struct Context_def): idem.
1231
1232         * lily/include/score.hh (class Score): don't derive from Input.
1233
1234         * lily/book.cc (Book): add a copy ctor. 
1235
1236         * buildscripts/output-distance.py (FileLink.calc_distance): count
1237         orphans in distance too.
1238
1239         * python/midi.c (midi_parse_track): robustness: don't read past
1240         end of string.
1241
1242         * ly/performer-init.ly: add Control_track_performer, move
1243         Tempo_performer and Time_signature_performer to Score.        
1244
1245         * lily/score-performer.cc (acknowledge_audio_elements): override
1246         from base class: add to audio-columns
1247
1248         * lily/control-track-performer.cc (add_text): new file: generate
1249         the control track.
1250
1251         * lily/performance.cc: move output_header_track to
1252         Control_track_performer ()
1253
1254         * lily/midi-walker.cc (Midi_walker): get channel in constructor.
1255
1256         * lily/include/midi-item.hh (class Midi_channel_item): insert
1257         class into hierarchy, for items that can have a channel setting. Dehungarify.
1258
1259         * lily/include/performer.hh (class Performer): remove
1260         play_element();  move functionality into announce/acknowledge.
1261
1262         * lily/audio-staff.cc (output): remove channel_ from Midi_track.
1263
1264         * lily/tie-engraver.cc (stop_translation_timestep): only wipe
1265         heads_to_tie_ if there are new heads to tie.  Fixes polyphony in ties.
1266
1267 2006-08-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
1268
1269         * lily/tie-engraver.cc (stop_translation_timestep): robustness for
1270         ambituses.
1271
1272         * lily/all-font-metrics.cc: remove TFM support.
1273
1274         * lily/include/tfm.hh: remove TFM support, TFM reader.
1275
1276         * lily/include/binary-source-file.hh: remove Binary_source_file.
1277
1278 2006-08-27  Graham Percival  <gpermus@gmail.com>
1279
1280         * Documentation/topdocs/NEWS.itely: add @c marker for
1281         stuff I've processed.
1282
1283         * Documentation/user/ various: info from NEWS.
1284
1285 2006-08-27  Joe Neeman  <joeneeman@gmail.com>
1286
1287         * lily/paper-column-engraver.cc (finalize): Oops, this change
1288         should have gone in on 2006-08-23
1289
1290 2006-08-26  Mats Bengtsson  <mabe@s3.kth.se>
1291
1292         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use double
1293         quotes to quote arguments. Fixes Windows problem.
1294
1295         * python/lilylib.py (progress): idem
1296
1297 2006-08-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
1298
1299         * scripts/musicxml2ly.py: fix for importing
1300         minor key signatures from MusicXML.  (Phillip Kirlin)
1301
1302 2006-08-24  Phillip Kirlin  <pkirlin@acm.org>
1303
1304         * python/musicxml.py: 
1305         (Attributes.get_key_signature): now correctly retrieves mode from 
1306         MusicXML. 
1307
1308 2006-08-25  Han-Wen Nienhuys  <hanwen@lilypond.org>
1309
1310         * lily/parser.yy (output_def_body): take ownership of identifier
1311         back to C++.
1312
1313         * Documentation/user/advanced-notation.itely (Metronome marks):
1314         update use of \tempo in \midi.
1315
1316         * VERSION: release 2.9.16
1317         
1318 2006-08-24  Erik Sandberg  <mandolaerik@gmail.com>
1319
1320         * input/mutopia/*: upgrade to new midi tempo syntax (repairs make
1321         web partially)
1322
1323 2006-08-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
1324
1325         * input/regression/tie-chord-partial.ly: clarify example.
1326
1327         * scm/define-music-properties.scm (all-music-properties): remove
1328         untied.
1329
1330         * ly/music-functions-init.ly: remove \untied.
1331
1332         * lily/tie-engraver.cc (struct Head_event_tuple): store both
1333         stream events and music events.
1334         (stop_translation_timestep): search acknowledged heads for
1335         tie-event.
1336
1337         * input/regression/tie-chord-partial.ly: new file.
1338
1339         * scm/define-markup-commands.scm (char): use ly:wide-char->utf-8
1340         for \char markup command.
1341
1342         * scm/define-event-classes.scm (unlistened-music-event-classes): idem.
1343
1344         * scm/define-music-types.scm (music-descriptions): consistency:
1345         Use solo-{one,two}-event iso. solo-[12]-event.
1346
1347         * lily/part-combine-engraver.cc (process_music):
1348         Use solo-{one,two}-event iso. solo-[12]-event.
1349
1350         * ly/declarations-init.ly (partCombineListener): add Timing as
1351         alias
1352
1353         * flower/std-string.cc (string_copy): use copy ()
1354
1355         * lily/source-file.cc (Source_file): use copy(). Remove contents_str0()
1356
1357 2006-08-24  Graham Percival  <gpermus@gmail.com>
1358
1359         * Documentation/user/changing-defaults.itely, global.itely,
1360         lilypond-book.itely, page.itely: minor changes from mailist.
1361
1362 2006-08-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
1363
1364         * buildscripts/mutopia-index.py (allfiles): filter lily-XXX and
1365         snippet-map
1366
1367         * scm/define-context-properties.scm
1368         (translator-property-description): robustness: detect type errors
1369         in property definitions.
1370
1371         * lily/parser.yy (score_body): protect SCORE_IDENTIFIER result
1372         after getting it from SCM. 
1373
1374         * lily/smobs.cc (protect_smob): switch off fancy smob protection
1375         for now. 
1376
1377         * lily/include/performer.hh (class Performer): strip get_tempo()
1378         method.
1379
1380         * lily/midi-def.cc: strip file.
1381
1382         * lily/lexer.ll (Lily_lexer): don't protect hash key separately.
1383
1384         * lily/include/context-def.hh (struct Context_def): use
1385         VIRTUAL_COPY_CONSTRUCTOR().
1386
1387         * lily/source-file.cc: smobification.
1388
1389         * lily/include/source-file.hh (class Source_file): smobify
1390         Source_file. Trim redundant members.
1391
1392         * lily/parser.yy (Lily_lexer::try_special_identifiers): unprotect
1393         clones after creation. This plugs a huge memory leak.
1394
1395         * python/convertrules.py (FatalConversionError.sub_tempo):
1396         complete rule for \midi{ \tempo }
1397
1398         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): idem.
1399
1400         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): update tempo.
1401
1402 2006-08-23  Joe Neeman  <joeneeman@gmail.com>
1403
1404         * input/regression/optimal-page-breaking-hstretch.ly: test for
1405         ragged-last-bottom also
1406
1407         * lily/paper-column-engraver.cc (finalize): make the end of a score
1408         breakable by default. This is to balance out a change in behaviour
1409         of the page-turn-breaker which no longer makes the end of a score
1410         breakable.
1411
1412         * lily/paper-book.cc (pages): set the systems_ once the pages are
1413         broken
1414
1415         * lily/page-turn-page-breaking.cc (calc_subproblem): use the new
1416         Page_breaking interface.
1417
1418         * lily/page-breaking.cc (class Page_breaking): make the interface
1419         more consistent and provide abstractions for dealing with
1420         Line_divisions.
1421
1422         * lily/optimal-page-breaking.cc (solve): use a more straightforward
1423         algorithm. Use the new interface to Page_breaking.
1424
1425         * lily/page-spacing.cc: better support for ragged-bottom and
1426         ragged-last-bottom
1427
1428 2006-08-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
1429
1430         * python/convertrules.py (conv): warning on \tempo{}
1431
1432         * ly/performer-init.ly: set tempoWholesPerMinute.
1433
1434         * ly/midi-init.ly: remove \midi
1435
1436         * lily/tempo-performer.cc: look at tempoWholesPerMinute to set
1437         MIDI tempo.
1438
1439         * lily/metronome-engraver.cc (process_music): use tempoUnitCount
1440         tempoUnitDuration for determining what to print.
1441
1442         * lily/lyric-extender.cc: typo.
1443
1444         * lily/parser.yy (output_def_body): disallow \tempo in \midi{}
1445
1446         * lily/duration-scheme.cc (LY_DEFINE): ly:duration-length: new
1447         function.
1448
1449         * scm/lily.scm (define-scheme-options): alphabetize, add eps-pad-boxes.
1450
1451         * scm/framework-ps.scm (dump-stencil-as-EPS): only pad boxes if
1452         eps-pad-boxes is set.
1453
1454         * scripts/lilypond-book.py (main): use -deps-pad-boxes.
1455
1456         * THANKS: update sponsors.
1457
1458         * ly/english.ly: quarter tone naming (thanks, Trevor Baca)
1459
1460         * Documentation/topdocs/NEWS.tely (Top): doc new feature.
1461
1462         * input/regression/tie-chord-untied.ly: new file.
1463
1464         * lily/tie-engraver.cc (acknowledge_note_head): check 'untied property.
1465
1466         * scm/define-music-properties.scm (all-music-properties): add
1467         'untied property.
1468
1469         * buildscripts/mutopia-index.py (allfiles): look for .ly rather
1470         than .ly.txt.
1471         (headertext_nopics): sanitize no-examples text.
1472
1473         * scm/page.scm (make-page-stencil): don't rely on extents of
1474         page-stencil. This fixes spurious space around .EPS files produced
1475         with the EPS backend.
1476
1477 2006-08-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
1478
1479         * lily/stencil-scheme.cc (LY_DEFINE): make extent arguments optional.
1480
1481         * lily/hara-kiri-engraver.cc (process_music): remember
1482         keepAliveInterfaces after processing \set
1483
1484         * lily/lyric-extender.cc (print): support left/right-padding for
1485         extenders.
1486
1487         * scm/documentation-generate.scm (string-append): revert lilypond/
1488         path, doc why.
1489
1490 2006-08-20  Graham Percival  <gpermus@gmail.com>
1491
1492         * Documentation/user/lilypond.tely: clarification to
1493         license presentation (not to actual license).
1494
1495         * Documentation/user/basic-notation.itely,
1496         instrument-notation.itely: minor changes.
1497
1498         * input/ {regression, test}/+.ly: clarification to
1499         text (you can click on examples).  Thanks, Mats!
1500
1501         * input/manual/bar-lines.ly: adds ||: repeats.
1502
1503 2006-08-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
1504
1505         * make/ly-vars.make (OMF_FILES): strip ps.gz from OMF_FILES 
1506
1507         * scm/documentation-lib.scm (texi-file-head): category LilyPond.
1508
1509         * Documentation/user/lilypond.tely: strip lilypond/ from info
1510         links, rename to category LilyPond
1511
1512         * lily/pango-font.cc (description_string): new function.
1513
1514         * VERSION: release 2.9.15
1515
1516         * lily/spacing-engraver.cc (stop_translation_timestep): use
1517         Dscho's fix for spacing spanner. 
1518
1519         * scm/define-music-types.scm (music-descriptions): use
1520         apply-output-event for ApplyOutputEvent
1521
1522         * lily/output-property-engraver.cc (listen_apply_output): rename
1523         from listen_layout_instruction.
1524
1525         * lily/piano-pedal-engraver.cc (struct Pedal_type_info): new
1526         function protect()
1527
1528 2006-08-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
1529
1530         * scm/lily.scm (lilypond-all): option read-file-list: substitute
1531         commandline args with contains, split by \n.
1532
1533         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system):
1534         write snippet-names file, call with -dread-file-list. Fixes
1535         command limitations on 64-bit systems.
1536
1537         * input/regression/stencil-color-rotation.ly: new file.
1538
1539         * lily/include/translator.hh (struct Acknowledge_information):
1540         revert: don't use Protected_scm in global objects, as GUILE can't
1541         handle gc_unprotect from automated destructors on MacOS X.
1542  
1543         * lily/grob.cc (get_print_stencil): use retval.expr() as base for
1544         color, not the original stencil. Fixes combinations of
1545         color/transparency/rotation. 
1546
1547         * scripts/lilypond-book.py (main): add --formats=eps for
1548         texinfo/latex.
1549
1550         * lily/spacing-engraver.cc (stop_translation_timestep): don't
1551         crash if spacing_ is nonexistent.
1552
1553 2006-08-14  Mats Bengtsson  <mabe@s3.kth.se>
1554
1555         * scripts/lilypond-book.py (output): Remove obsolete(!?)
1556         \catcode`\@=12 in the LaTeX output.
1557
1558 2006-08-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
1559
1560         * scm/define-music-types.scm (music-descriptions):
1561         use sustain-event iso. sustain-pedal-event.
1562
1563 2006-08-11  Joe Neeman  <joeneeman@gmail.com>
1564
1565         * scripts/convert-ly.py: honour the -n command-line switch
1566
1567 2006-08-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
1568
1569         * scm/output-lib.scm (bar-line::calc-glyph-name): add dashed liine
1570         break specification.
1571
1572 2006-08-10  Joe Neeman  <joeneeman@gmail.com>
1573
1574         * Documentation/user: convert-ly the user manual
1575
1576 2006-08-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
1577
1578         * stepmake/aclocal.m4: version check patch (thanks MWD)
1579
1580         * ly/music-functions-init.ly: robustness. Don't crash if
1581         currentBarNumber is not a number.
1582
1583         * VERSION (PATCH_LEVEL): bump.
1584
1585 2006-08-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
1586
1587         * stepmake/aclocal.m4: better version check; handle fooX.Y
1588         binaries too.
1589
1590         * ly/performer-init.ly: instrument name fixup.
1591
1592         * input/manual/chord-names-jazz.ly (banterProperties):
1593         instrumentName update
1594
1595         * scm/define-event-classes.scm (lambda): use ly:is-listened-event-class
1596
1597         * lily/ly-module.cc (ly_module_symbols): use ly_hash_table_keys
1598
1599         * lily/translator.cc (LY_DEFINE): ly:is-listened-event-class: new
1600         function. Use hash tables to check membership.
1601
1602         * lily/general-scheme.cc (LY_DEFINE): new function.
1603
1604         * lily/piano-pedal-engraver.cc (struct Pedal_type_info): idem
1605
1606         * lily/include/translator.hh (struct Acknowledge_information): add
1607         Protected_scm
1608
1609         * ly/music-functions-init.ly: change name to BreathingEvent
1610
1611         * input/regression/*.ly: apply it.
1612
1613         * python/convertrules.py (conv): better instrumentName conversion
1614         rule.
1615
1616         * scm/define-music-types.scm (music-descriptions): add
1617         line-break-event to LineBreakEvent music
1618
1619         * lily/music.cc (to_event): don't crash if music type not set.
1620
1621         * lily/spacing-loose-columns.cc (set_loose_columns): don't barf if
1622         spacing not set.
1623
1624         * lily/spacing-engraver.cc (stop_translation_timestep): set
1625         spacing for proportional notation too.
1626
1627         * scm/translation-functions.scm (format-bass-figure): inspect
1628         stream-event.
1629
1630         * scripts/lilypond-book.py (bindir): add bindir to $PATH.
1631
1632 2006-08-08  Joe Neeman  <joeneeman@gmail.com>
1633
1634         * lily/include/constrained-breaking.hh: add Line_details (Prob*)
1635
1636         * scm/page.scm (make-page): make it friendlier to call (esp. from C++)
1637
1638         * scm/layout-page-layout.scm (make-page-from-systems): new function
1639         (optimal-page-breaks): use the new page-breaking calling convention
1640
1641         * scm/define-context-properties.scm (all-user-translation-properties):
1642         add revokePageTurns
1643
1644         * lily/paper-column-engraver.cc (stop_translation_timestep): add
1645         revokePageTurns  functionality. If there is a special barline within
1646         the breakable region, break there instead of at the end of the region.
1647
1648         * lily/paper-book.cc (pages): use the new page-breaking calling
1649         convention
1650
1651 2006-08-07  Erik Sandberg  <mandolaerik@gmail.com>
1652
1653         * lily/lexer.ll, lily/source-file.cc: Add \sourcefileline command
1654
1655         * scripts/lilypond-book.py: insert \sourcefileline command in
1656         output, so lilypond error messages refer to the spot in the
1657         original .lytex / .itely sourcefile.
1658
1659 2006-08-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
1660
1661         * lily/spacing-loose-columns.cc (set_loose_columns): oops: use
1662         space to next column for distance to fixed col.
1663
1664         * VERSION (PACKAGE_NAME): release 2.9.14
1665
1666         * lily/pitched-trill-engraver.cc (make_trill): do set_parent also
1667         if no accidental.
1668
1669         * lily/accidental-engraver.cc (process_acknowledged): don't create
1670         accidental for trill span event. This fixes spurious accidentals
1671         on trills.
1672
1673 2006-08-04  Mats Bengtsson  <mabe@s3.kth.se>
1674
1675         * scm/define-grob-properties.scm (all-user-grob-properties):
1676         Clarify documentation of side-axis and direction. Thanks to Paul
1677         for the inspiration.
1678
1679         * lily/bar-line.cc: Add documentation for "||:" also in the
1680         interface documentation.
1681
1682 2006-08-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
1683
1684         * lily/spacing-loose-columns.cc (set_loose_columns): bugfix.
1685
1686         * lily/paper-column.cc (set_system): new function.
1687
1688         * lily/spacing-engraver.cc (stop_translation_timestep): store
1689         SpacingSpanner refs in Paper_column.
1690
1691         * lily/spacing-loose-columns.cc (set_loose_columns): rewrite
1692         compute loose clique spacing using GraceSpacing/SpacingSpanner.
1693
1694 2006-08-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
1695
1696         * lily/beam-engraver.cc (listen_beam): add method for
1697         Grace_beam_engraver too.
1698
1699 2006-08-03  Mats Bengtsson  <mabe@s3.kth.se>
1700
1701         * python/convertrules.py: Fix indentation bug that broke
1702         conversion of files older than 1.3.117.
1703         Fix escape error in the description for 2.9.6.
1704
1705 2006-08-02  Erik Sandberg  <mandolaerik@gmail.com>
1706
1707         * lily/*-engraver.cc: convert all try_music functions to listen_*
1708         functions.
1709
1710         * lily/piano-pedal-engraver.cc: some additional cleanups: use
1711         enums to represent pedal types, and calculate more data statically.
1712
1713         * scm/part-combiner.scm (recording-group-emulate): create a
1714         softcoded substitute for recording-group-engraver.cc.
1715
1716         * lily/music.cc: make a common transpose function for events and
1717         music
1718
1719         * ly/declarations-init.ly: change melisma/melismaEnd. Eliminates
1720         ManualMelismaEvent, and obsoletes Melisma_translator.
1721
1722 2006-08-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
1723
1724         * input/test/instrument-name-align.ly: update version.
1725
1726 2006-08-02  Mats Bengtsson  <mabe@s3.kth.se>
1727
1728         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
1729         Doc the --pdf flag to lilypond-book.
1730
1731 2006-07-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
1732
1733         * Documentation/topdocs/NEWS.tely (Top): add description.
1734
1735         * input/regression/tuplet-full-length-note.ly: add file.
1736
1737         * lily/instrument-name-engraver.cc (acknowledge_axis_group):
1738         always store axis group.
1739
1740 2006-07-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
1741
1742         * input/regression/instrument-switch.ly: new file.
1743
1744         * lily/instrument-switch-engraver.cc (process_music): new file.
1745
1746         * ly/engraver-init.ly: add Instrument_switch_engraver
1747
1748         * ly/music-functions-init.ly: \instrumentSwitch
1749
1750         * scm/define-context-properties.scm
1751         (all-user-translation-properties): add instrumentCueName
1752
1753         * scm/define-grobs.scm (all-grob-descriptions): add InstrumentSwitch
1754
1755 2006-07-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
1756
1757         * ly/music-functions-init.ly: music function \transposition.
1758
1759         * lily/parser.yy (command_element): softcode \transposition.
1760
1761         * lily/fall-engraver.cc (process_music): delta-pitch -> delta-step.
1762         (process_music): oops.
1763
1764         * lily/instrument-name-engraver.cc (start_spanner): new
1765         function. Create spanner when property changes.
1766         (stop_spanner): new function.
1767
1768         * python/convertrules.py (conv): add rule.
1769
1770         * lily/instrument-name-engraver.cc: shortVocalName iso. vocNam,
1771         shortInstrumentName iso. instr.
1772
1773         * scm/output-ps.scm (dashed-line): add phase argument to
1774         dashed-line.
1775
1776         * lily/bar-line.cc (dashed_bar_line): new function.
1777         (compound_barline): support \bar "dashed". 
1778
1779         * lily/lily-parser-scheme.cc (LY_DEFINE): only write
1780         --output=DIR to DIR/BASE if it is a dir. 
1781
1782         * flower/file-name.cc (file_part): new function
1783         (dir_part): new function
1784
1785         * lily/lily-parser-scheme.cc (LY_DEFINE): 
1786
1787         * DEDICATION: update
1788
1789 2006-07-25  Han-Wen Nienhuys  <hanwen@lilypond.org>
1790
1791         * lily/instrument-name-engraver.cc: formatting.
1792
1793         * python/convertrules.py (conv): bugfix for \epsfile.
1794
1795 2006-07-25  Joe Neeman  <joeneeman@gmail.com>
1796
1797         * lily/grob.cc:
1798         
1799         * lily/gourlay-breaking.cc: Oops, these should have been included
1800         in my last commit
1801
1802 2006-07-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
1803
1804         * scripts/*.py (program_name): cleanup relocation snippets.
1805
1806         * scripts/convert-ly.py (datadir): remove LILYPONDPREFIX support.
1807
1808 2006-07-24  Joe Neeman  <joeneeman@gmail.com>
1809
1810         * scm/define-grobs.scm (all-grob-descriptions): make NonMusicalPaperColumn
1811         page-breakable by default
1812
1813         * scm/layout-page-layout.scm (space-systems): fix bug where the force isn't
1814         correctly calculated for a single-system page
1815
1816         * scm/lily-library.scm (interval-sane?): also check that the first number is no
1817         bigger than the second number
1818
1819         * lily/simple-spacer.cc (solve): allow compression even when ragged (but we
1820         acknowledge that we aren't satisfying constraints)
1821
1822         * lily/hara-kiri-group-spanner.cc (request_suicide): give equal treatment to
1823         non-Items
1824
1825         * lily/grob.cc (pure_height): add minimum-Y-extent
1826
1827         * lily/gourlay-breaking.cc (solve): don't ignore a compression force, even if we're
1828         ragged
1829
1830         * lily/constrained-breaking.cc: convert code to use new Matrix class
1831         (get_best_solution): new function
1832
1833         * scm/page.scm (make-page-stencil): don't crash if we annotate-layout when there
1834         is a page with no systems
1835
1836 2006-07-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
1837
1838         * VERSION (PACKAGE_NAME): release 2.9.13
1839
1840         * scm/define-grobs.scm (all-grob-descriptions): remove stray
1841         assignment.
1842
1843 2006-07-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
1844
1845         * Documentation/topdocs/NEWS.tely (Top): doc new features.
1846
1847         * scm/output-lib.scm (grace-spacing::calc-shortest-duration): new
1848         function.
1849
1850         * scm/define-grob-properties.scm (all-user-grob-properties):
1851         remove grace-space-factor.
1852
1853         * scm/define-grob-interfaces.scm (grace-spacing-interface): add
1854         grace-spacing-interface
1855         (spacing-options-interface): add.
1856
1857         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add Grace_spacing_engraver
1858
1859         * lily/spacing-options.cc (get_duration_space): move function from spacing-basic.cc
1860
1861         * lily/spacing-basic.cc (note_spacing): do init_from_grob on
1862         GraceSpacing object.
1863
1864         * lily/note-spacing.cc: fix prop list formatting
1865
1866         * lily/beaming-pattern.cc (de_grace): new function. Sensible
1867         beaming for grace notes too.
1868
1869         * input/regression/spacing-grace.ly: update.
1870
1871         * lily/grace-spacing-engraver.cc: new file.
1872
1873         * lily/spacing-spanner.cc: add strict-grace-spacing.
1874
1875 2006-07-20  Graham Percival  <gpermus@gmail.com>
1876
1877         * lily/parser.yy: compile fix.
1878
1879 2006-07-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
1880
1881         * scm/define-grobs.scm (all-grob-descriptions): typo.
1882
1883         * scm/framework-eps.scm (dump-stencils-as-EPSes): just strip
1884         .eps extension from includegraphics.
1885
1886         * scripts/lilypond-book.py (main): add support for --pdf. 
1887
1888         * lily/spacing-spanner.cc (calc_common_shortest_duration): use
1889         callback to compute common shortest duration.
1890         (set_springs): typo.
1891
1892         * scm/define-grob-properties.scm (all-user-grob-properties): add
1893         strict-grace-spacing.
1894
1895         * lily/spacing-determine-loose-columns.cc (is_loose_column):
1896         support float_grace_columns_.
1897
1898         * lily/spacing-options.cc (init_from_grob): new file.
1899
1900         * Documentation/topdocs/NEWS.tely (Top): doc tupletFullLengthNote.
1901
1902         * input/regression/spacing-loose-grace.ly: new file.
1903
1904         * Documentation/topdocs/NEWS.tely (Top): document new feature.
1905
1906         * lily/tuplet-engraver.cc (struct Tuplet_description): read
1907         tupletFullLengthNote too. Choose right bound depending on value.
1908
1909         * input/regression/tuplet-full-length-note.ly: new file.
1910
1911 2006-07-19  Erik Sandberg  <mandolaerik@gmail.com>
1912
1913         * lily/*-performer.cc: Converted try_music to listen_*
1914
1915         * lily/grob-info.cc, lily/engraver.cc: represent the cause of grob
1916         as a stream-event internally. Introduce event_cause (), deprecate
1917         music_cause ().
1918
1919         * scm/define-music-types.scm: Removed BusyPlayingEvent
1920         
1921 2006-07-19  Mats Bengtsson  <mabe@s3.kth.se>
1922
1923         * Documentation/user/advanced-notation.itely (Font selection):
1924         Document how to get a list of available fonts using 'lilypond
1925         -dshow-available-fonts blabla'.
1926
1927 2006-07-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
1928
1929         * GNUmakefile.in: filter lily-XXX.pdf files.
1930
1931         * scm/define-grob-interfaces.scm (bend-after-interface): add thickness.
1932
1933         * scm/define-grob-properties.scm (all-internal-grob-properties):
1934         remove delta-pitch. Use delta-position everywhere.
1935
1936         * scm/output-lib.scm (fall::print): use new order.
1937
1938         * scm/output-ps.scm (path): reorder arguments.
1939
1940         * scm/output-svg.scm (path): support for path primitive.
1941
1942         * input/regression/bend-after.ly: new file.
1943
1944         * Documentation/user/GNUmakefile ($(outdir)/%.pdf): foolproof
1945         recipe for eps -> pdf conversion.
1946
1947 2006-07-19  Erik Sandberg  <mandolaerik@gmail.com>
1948
1949         * lily/parser.yy, lily/lexer.ll: added some simplifications by
1950         Angelo Contardi.
1951
1952 2006-07-19  Graham Percival  <gpermus@gmail.com>
1953
1954         * input/manual/screech-boink.ly: moved to here.
1955
1956         * input/screech-boink.ly: deleted.
1957
1958         * scm/define-grob-properties.scm: clarify doc string.
1959
1960 2006-07-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
1961
1962         * Documentation/topdocs/NEWS.tely (Top): doc new feature.
1963
1964         * scm/output-ps.scm (path): define path.
1965
1966         * scm/define-stencil-commands.scm
1967         (ly:register-stencil-expression): add path.
1968
1969         * scm/define-music-properties.scm (all-music-properties): add delta-pitch.
1970
1971         * ly/engraver-init.ly: add Fall_engraver
1972
1973         * lily/parser.yy (music_function_event): allow musicfunction
1974         without music arg as music_function_event.
1975
1976         * lily/grob-scheme.cc (LY_DEFINE):
1977         ly:grob-robust-relative-extent. New function.
1978
1979         * scm/define-grobs.scm (all-grob-descriptions): add BendAfter
1980
1981         * scm/define-music-types.scm (music-descriptions): add BendAfterEvent.
1982
1983         * scm/output-lib.scm (fall::print): new function
1984
1985         * lily/fall-engraver.cc (stop_fall): new file.
1986
1987         * ly/music-functions-init.ly: alphabetise.
1988
1989         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): pdf iso. eps as
1990         base.
1991
1992 2006-07-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
1993
1994         * VERSION (PATCH_LEVEL): bump version. Release 2.9.12
1995
1996         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
1997         doc pdftex usage.
1998
1999         * lily/translator-group.cc (connect_to_context): non const error message.
2000
2001         * Documentation/user/GNUmakefile ($(outdir)/%.pdf): update to use PDF
2002
2003         * scm/paper.scm (internal-set-paper-size): define landscape to #f
2004         if unset.
2005
2006         * scm/framework-ps.scm (convert-to-pdf): swap h and w in case of landscape. 
2007
2008         * stepmake/stepmake/texinfo-rules.make: strip DVI support.
2009
2010         * scm/framework-eps.scm (dump-stencils-as-EPSes): generate
2011         systems.pdftex too.
2012
2013         * scm/backend-library.scm (postscript->pdf): use -dEPSCrop for PDF.
2014
2015         * make/lilypond-vars.make (TEXINPUTS): add pdf output format.
2016
2017         * Documentation/topdocs/NEWS.tely (Top): add pdftex note.
2018
2019         * scm/output-ps.scm (resetrotation): use gsave/grestore for rotation.
2020
2021         * lily/main.cc (parse_argv): don't overwrite previous --formats string.
2022
2023         * scm/backend-library.scm (postscript->pdf): strip .eps too. 
2024
2025 2006-07-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2026
2027         * scm/layout-page-layout.scm: Define module, tidy code, use more
2028         functions iso. a single big one.
2029
2030         * scm/layout-page-dump.scm: move page dump functions used in two
2031         pass spacing to this file. Define module.
2032
2033         * scm/lily.scm (ly:load): don't load layout-page-layout.scm
2034          (separate module)
2035
2036         * ly/paper-defaults.ly: use module layout-page-layout.
2037
2038 2006-07-14  Erik Sandberg  <mandolaerik@gmail.com>
2039
2040         * lily/music.cc: Revised MusicEvent event class. It now contains
2041         event data directly instead of encapsulating it in music. The
2042         previously used class is renamed to OldMusicEvent.
2043
2044         * lily/stream-event.cc: Stream events are now probs.
2045         
2046         * lily/translator-group.cc, lily/translator.cc: Translators can
2047         now listen directly to stream events, by using macros
2048         [DECLARE,IMPLEMENT]_TRANSLATOR_LISTENER.
2049
2050         * lily/arpeggio-engraver.cc: Converted to use new event system
2051
2052         * THANKS: Corrected spelling mistake.
2053
2054 2006-07-12  Graham Percival  <gpermus@gmail.com>
2055
2056         * Documentation/user/SConscript, make/lilypond-vars.make,
2057         input/GNUmakefile: doc build looks in input/manual instead
2058         of input/test/
2059
2060         * input/manual/ GNUmakefile, SConscript: build files for
2061         input/manual/
2062
2063         * input/test/ various: some files moved to input/manual/ 
2064
2065         * Documentation/user/basic-notation.itely: small updates;
2066         thanks Kieren and Charles!
2067
2068 2006-07-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
2069
2070         * VERSION (PACKAGE_NAME): release 2.9.11
2071
2072         * Documentation/topdocs/NEWS.tely (Top): update prop value 
2073
2074         * Documentation/user/basic-notation.itely (Tuplets): new property
2075         value.
2076
2077 2006-07-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
2078
2079         * python/convertrules.py (conv): tweaks. 
2080
2081         * VERSION (PATCH_LEVEL): bump version.
2082
2083         * python/convertrules.py (conv): add rule for
2084         tupletNumberFormatFunction.
2085
2086         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
2087         tupletNumberFormatFunction.
2088
2089         * scm/define-grobs.scm (all-grob-descriptions): calc TupletNumber
2090         text through 'text callback.
2091
2092         * lily/time-scaled-music-iterator.cc (construct_children): copy
2093         tweaks generated events.
2094
2095         * scm/define-context-properties.scm
2096         (all-user-translation-properties): remove tupletNumberFormatFunction
2097
2098         * lily/tuplet-engraver.cc (process_music): don't read
2099         tupletNumberFormatFunction
2100
2101         * scm/output-lib.scm (tuplet-number::calc-fraction-text): new
2102         function.
2103
2104 2006-07-11  Erik Sandberg  <mandolaerik@gmail.com>
2105
2106         * lily/global-context-scheme.cc: Separated ly:run-translator into
2107         smaller pieces.
2108
2109         * lily/score-engraver.cc, lily/score-performer.cc,
2110         scm/define-context-properties.scm: Make paper/midi output
2111         accessable as a context property.
2112
2113         * lily/score-translator.cc, lily/score-context.cc: Removed.
2114
2115 2006-07-07  Guido Amoruso  <guidonte@katamail.com>
2116
2117         * scm/ps-to-png.scm (Module): 
2118         * scm/framework-tex.scm (Module): 
2119         * scm/framework-ps.scm (Module): 
2120         * scm/backend-library.scm (Module): 
2121         * scm/framework-ps.scm: invoke gs with "-dDEVICEWIDTHPOINTS" and
2122         "dDEVICEHEIGHTPOINTS".
2123
2124 2006-07-04  Graham Percival  <gpermus@gmail.com>
2125
2126         * Documentation/user/ various: general improvements to
2127         "working with lilypond files" section.
2128
2129 2006-07-03  Erik Sandberg  <mandolaerik@gmail.com>
2130
2131         * lily/sequential-iterator.cc: Change the default get_music_list
2132         to read elements-callback music property
2133
2134         * scm/define-music-types.scm, scm/music-functions.scm: Cleaner
2135         processing of multimeasure rests. Softcoded
2136         sequential-music-iterator.
2137
2138         * lily/sequential-music-iterator.cc: Removed.
2139
2140 2006-06-28  Graham Percival  <gpermus@gmail.com>
2141
2142         * Documentation/user/basic-notation.itely: clarify \repeatTie.
2143
2144 2006-06-27  Erik Sandberg  <mandolaerik@gmail.com>
2145
2146         * lily/parser.yy: Wrap non-post-events in EventChords before
2147         assigning them to identifiers.
2148
2149 2006-06-27  Mats Bengtsson  <mabe@s3.kth.se>
2150
2151         * lily/bar-line.cc (compound_barline): Fix parenthesis error,
2152         gives correct vertical placement of \bar ":" in all staff
2153         sizes. Thanks Martial!
2154
2155 2006-06-26  Graham Percival  <gpermus@gmail.com>
2156
2157         * Documentation/user/invoking.itely : minor update from mailist.
2158
2159 2006-06-26  Erik Sandberg  <mandolaerik@gmail.com>
2160
2161         * lily/ various: Introduce stream events of types Prepare,
2162         OneTimeStep, CreateContext, AnnounceNewContext, RemoveContext,
2163         ChangeContext, SetProperty, RevertProperty, Override and Revert.
2164
2165         * lily/global-context*.cc: Time is now -inf before iteration
2166         starts.
2167
2168         * lily/include/context.hh: Removed unique_, init_
2169
2170         * Documentation/topdocs/NEWS: Make the feathered beam example
2171         avoid triggering a bug.
2172
2173 2006-06-24  Graham Percival  <gpermus@gmail.com>
2174
2175         * Documentation/user/ various: small additions from mailist.
2176
2177 2006-06-22  Mats Bengtsson  <mabe@s3.kth.se>
2178
2179         * ly/performer-init.ly: Add some missing links in the context
2180         hierarchy for MIDI output. There are probably some more missing!
2181
2182 2006-06-21  Graham Percival  <gpermus@gmail.com>
2183
2184         * Documentation/user/ various: minor spelling fixes;
2185         thanks Dave Luttinen!
2186
2187         * Documentation/user/ various: small clarifications;
2188         thanks Anthony Youngman!
2189
2190 2006-06-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
2191
2192         * po/fr.po: add \n appropriately.
2193
2194         * lily/lexer.ll: remove ? from version-seen?  
2195
2196 2006-06-19  John Mandereau  <john.mandereau@free.fr>
2197
2198         * po/fr.po; update translation, by Jean-Charles Malahieude and
2199         John Mandereau.
2200
2201 2006-06-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
2202
2203         * THANKS: add Markus Schneider.
2204
2205         * lily/tab-staff-symbol-engraver.cc: derive from Engraver, not
2206         Staff_symbol_engraver
2207
2208         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): don't
2209         replace staff_engraver
2210
2211         * lily/staff-symbol-engraver.cc (stop_spanner): announce end of
2212         spanner.
2213
2214         * lily/staff-collecting-engraver.cc
2215         (acknowledge_end_staff_symbol): new function
2216
2217         * lily/volta-engraver.cc (acknowledge_end_staff_symbol): new function. 
2218
2219         * lily/staff-collecting-engraver.cc
2220         (acknowledge_end_staff_symbol): new function.
2221
2222         * lily/main.cc: switch on relocation by default.
2223
2224 2006-06-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
2225
2226         * lily/spacing-spanner.cc (musical_column_spacing): set
2227         compound_fixed_note_space to 0.0. Document why.
2228
2229         * lily/simple-spacer.cc (is_sane): also have a kludge for numeric
2230         range of inverse_hooke_
2231         (Simple_spacer): init completely.
2232         (fits): const
2233         (get_line_configuration): don't use cols.resize(); it introduces
2234         initialized data.
2235
2236         * scm/framework-ps.scm (dump-page): add setstrokeadjust. 
2237
2238         * ps/music-drawing-routines.ps: remove selectfont L1 hack.
2239
2240         * lily/beaming-pattern.cc (best_splitpoint_index): urg, 2nd
2241         try. Divide by beatlength.
2242
2243         * input/regression/beaming-ternary-metrum.ly: update doc.
2244         add beatLength hack.
2245
2246         * scm/music-functions.scm (make-time-signature-set): add
2247         standard-beat-grouping. 
2248
2249 2006-06-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
2250
2251         * input/regression/tie-whole.ly: new file.
2252
2253         * lily/tie-formatting-problem.cc (set_column_chord_outline): don't
2254         cross center of note head in case of invisible stem. 
2255
2256 2006-06-16  Graham Percival  <gpermus@gmail.com>
2257
2258         * Documentation/user/ various: small fixes from mailist.
2259
2260 2006-06-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
2261
2262         * lily/breathing-sign.cc (offset_callback): idem.
2263
2264         * lily/align-interface.cc (align_to_fixed_distance): remove
2265         hungarian suffix.
2266
2267         * lily/beaming-pattern.cc (count_factor_twos): oops. We want
2268         x%2==0.
2269
2270 2006-06-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
2271
2272         * VERSION (PACKAGE_NAME): release 2.9.9
2273
2274         * ly/lilypond-book-preamble.ly: add \version
2275
2276 2006-06-14  Han-Wen Nienhuys  <hanwen@lilypond.org>
2277
2278         * scripts/lilypond-book.py (PREAMBLE_LY): include
2279         lilypond-book-preamble.ly
2280
2281         * lily/stem.cc (get_beaming): return max of 0 and
2282         scm_ilength. Fixes slurring from/to beams.
2283
2284         * ly/lilypond-book-preamble.ly: new file.
2285
2286         * lily/slur.cc: add inspect-index feature.
2287
2288 2006-06-13  Graham Percival  <gpermus@gmail.com>
2289
2290         * Documentation/user/tutorial.itely: trivial fix.
2291
2292 2006-06-13  Erik Sandberg  <mandolaerik@gmail.com>
2293
2294         * lily/parser.yy, scm/ly-syntax-constructors.scm: Produce almost
2295         all non-event music in the parser via MAKE_SYNTAX.
2296
2297         * lily/parser-scheme.cc: Add ly:parser-error function
2298
2299         * scm/paper.scm: fix typo
2300
2301 2006-06-13  Han-Wen Nienhuys  <hanwen@lilypond.org>
2302
2303         * THANKS: add RT.
2304
2305         * lily/font-config.cc (init_fontconfig): add warning if cache_file
2306         is null.
2307
2308         * buildscripts/output-distance.py (test_compare_signatures):
2309         timing routines.
2310         (read_signature_file): use new signature format.
2311
2312         * scm/stencil.scm (write-system-signature): simpler signature
2313         format.
2314
2315         * lily/stem.cc (calc_stem_end_position): calc quantized-positions
2316         for beamed case. 
2317
2318         * lily/note-spacing.cc (stem_dir_correction): don't inspect
2319         stem_end_position, but estimate instead. 
2320
2321         * lily/tuplet-bracket.cc (calc_positions): look at
2322         stem-end-position for tuplet bracket slope. Fixes sloped tuplet
2323         brackets narrower than beams. 
2324
2325         * lily/lexer.ll: set version-seen? even if version is
2326         INVALID. 
2327
2328         * lily/rest.cc (y_offset_callback): bugfix: decide position
2329         override based on scm_is_number(). Fixes \rest on center staff
2330         line. 
2331
2332         * lily/beaming-pattern.cc (best_splitpoint_index): fix beaming
2333         patterns for 16th triplets.
2334
2335 2006-06-10  Graham Percival  <gpermus@gmail.com>
2336
2337         * Documentation/user/ page.itely, global.itely: editing
2338         and reorg.
2339
2340         * Documentation/user/ various: findex -> funindex.
2341
2342 2006-06-10  Erik Sandberg  <mandolaerik@gmail.com>
2343
2344         * lily/time-scaled-music-iterator.cc: Use tupletSpannerDuration to
2345         insert extra tuplet events.
2346
2347 2006-06-10  Graham Percival  <gpermus@gmail.com>
2348
2349         * Documentation/user/programming-interfaces.itely: add
2350         info from NEWS.
2351
2352         * python/convertrules.py: add annotatefoo -> annotate-foo
2353         rules.
2354
2355         * Documentation/user/global.itely: start editing.
2356
2357         * Documentation/user/page.itely: major editing, new spacing
2358         docs.
2359
2360 2006-06-10  Han-Wen Nienhuys  <hanwen@lilypond.org>
2361
2362         * scm/define-markup-commands.scm (wordwrap-markups): use
2363         output-def 'line-width if undefined.
2364
2365         * HACKING: trim outdated info.
2366
2367 2006-06-09  Mats Bengtsson  <mabe@s3.kth.se>
2368
2369         * scm/define-grobs.scm (all-grob-descriptions): Add
2370         line-spanner-interface to all grobs that already have
2371         text-spanner-interface or dynamic-text-spanner-interface
2372
2373         * scm/page.scm: Rename annotate{headers,systems,page}->
2374         annotate-*
2375
2376         * input/regression/page-spacing.ly,
2377         input/regression/page-layout-manual-position.ly: idem
2378
2379 2006-06-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
2380
2381         * lily/line-spanner.cc: cleanup property list.
2382
2383         * scripts/lilypond-book.py (find_toplevel_snippets): don't use
2384         generator expressions (2.3 compat). 
2385
2386 2006-06-09  Mats Bengtsson  <mabe@s3.kth.se>
2387
2388         * lily/vertical-align-engraver.cc: Make sure that the
2389         align{Above,Below}Context properties are included in the automatic
2390         documentation.
2391
2392 2006-06-08  Joe Neeman  <joeneeman@gmail.com>
2393
2394         * scm/paper-system.scm (paper-system-annotate): also annotate the
2395         estimated pure-Y-extent
2396
2397         * scm/define-grobs.scm: add pure-Y-extent and pure-Y-offset functions
2398
2399         * lily/system.cc (break_into_pieces): set the estimated height
2400         of each child system
2401
2402         * lily/stem.cc (pure_height): new pure-Y-extent callback
2403
2404         * lily/staff-symbol-referencer.cc (callback): don't destroy
2405         the staff-position property
2406
2407         * lily/hara-kiri-group-spanner.cc (request_suicide): split
2408         consider_suicide into two functions
2409
2410         * lily/constrained-breaking.cc (resize): use the new pure
2411         callbacks to estimate the height of a system
2412
2413         * lily/axis-group-interface.cc (pure_group_height): new
2414         side-effect-free VerticalAxisGroup height-callback
2415
2416         * lily/align-interface.cc (get_extents_aligned_translates):
2417         split align_elements_to_extents into two functions
2418         (get_pure_child_y_translation): new function
2419
2420         * lily/grob.cc: new functions for pure-Y-extent and pure-Y-offset
2421
2422         * lily/item.cc: new functions pure_is_visible and spanned_rank_iv
2423
2424         * lily/paper-score.cc: cache break_indices and columns
2425
2426         * lily/side-position-interface.cc: new pure-Y-extent callbacks
2427         
2428 2006-06-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
2429
2430         * lily/font-config.cc (init_fontconfig): do the init if
2431         cache_file, but don't look at cache_file.
2432
2433         * input/regression/quote-tie.ly: new file.
2434
2435         * lily/tie-engraver.cc (struct Head_event_tuple): add end_moment_
2436         to Head_event_tuple, so we deal gracefully with ties on
2437         cue-endings.
2438
2439         * lily/pango-font.cc (pango_item_string_stencil): type correctness
2440         for FcChar8*
2441
2442 2006-06-08  Graham Percival  <gpermus@gmail.com>
2443
2444         * input/test/ smart-transpose.ly, reverse-music.ly:
2445         \applyMusic to music functions update, thanks Michael!
2446
2447 2006-06-07  Graham Percival  <gpermus@gmail.com>
2448
2449         * input/test/ add-staccato.ly, add-text-script.ly,
2450         unfold-all-repeats.ly, music-box.ly: \applyMusic to
2451         music functions update, thanks to Michael Meixner.
2452
2453         * Documentation/user/music-glossary.tely: small fix
2454         from Francisco.
2455
2456         * Documentation/user/ various: minor additions from mailist.
2457
2458         * Documentation/user/lilypond.tely, basic-notation.itely:
2459         small test of @funindex.  (works here)
2460
2461         * input/test/font-table.ly: reduce size to partially
2462         de-ugly version in manual.
2463
2464         * Documentation/user/page.itely: new file (split former
2465         "global issues" into "page settings" and "non-musical
2466         output".
2467
2468         * Documentation/user/ various: fix @ref{}s to match
2469         new chapter names (above).
2470
2471 2006-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2472
2473         * SConstruct (LILYPONDPREFIX): Bootstrap fix.
2474
2475 2006-06-06  Graham Percival  <gpermus@gmail.com>
2476
2477         * Documentation/user/advanced-notation.itely: add example
2478         for segno/coda on barline.
2479
2480         * tex/texinfo.tex: merge from upstream.
2481
2482 2006-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2483
2484         * scripts/lilypond-book.py (process_snippets): Argument fix.
2485
2486         * SConstruct:
2487         * buildscripts/builder.py:
2488         * lily/SConscript: 
2489         * mf/SConscript: 
2490         * Documentation/user/SConscript:  More SCons fixes.
2491
2492 2006-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2493
2494         * lily/font-config.cc (init_fontconfig): Only initialize if
2495         global cache_file is found.
2496
2497 2006-06-06  Erik Sandberg  <mandolaerik@gmail.com>
2498
2499         * ly/music-functions-init.ly: Updated \overrideProperty to use the
2500         new \applyOutput.
2501
2502 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
2503
2504         * VERSION (PACKAGE_NAME): release 2.9.8
2505
2506         * lily/ledger-line-engraver.cc (stop_translation_timestep): new
2507         function. Delay ledger modifying ledgered grobs to
2508         stop_translation_timestep(), to ensure that we're ledgering
2509         according to the new spanner.
2510         (acknowledge_staff_symbol): don't check for non-NULL
2511         staff_sym->get_bound()
2512
2513         * lily/staff-symbol-engraver.cc (start_spanner): set left bound on
2514         creation.
2515
2516         * Documentation/pictures/GNUmakefile (XPM_FILES): src-wildcard for
2517         pictures too.
2518
2519         * GNUmakefile.in (dist-toplevel-txt-files): dist aclocal.m4
2520         directly from srcdir/stepmake/aclocal.m4
2521         
2522         * Documentation/misc/GNUmakefile (TEXTS): use src-wildcard for
2523         disting MISC files.
2524
2525         * lily/simple-spacer.cc (get_column_desc): desc -> description.
2526
2527 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
2528
2529         * lily/simple-spacer.cc (get_line_configuration): add
2530         keep-inside-line rods
2531         (struct Column_desc): add constructor
2532         (struct Rod_desc): add constructor
2533         (get_line_forces): check for forced page breaks here too
2534
2535         * lily/instrument-name-engraver.cc (acknowledge_axis_group): prevent
2536         support/elements cycles between InstrumentNames and AxisGroups
2537
2538 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
2539
2540         * config.make.in (METAFONT): remove MAKEINFO_VERSION
2541
2542         * stepmake/stepmake/topdocs-targets.make (make-txt-files): define
2543         make-txt-files target.
2544
2545         * stepmake/stepmake/toplevel-targets.make (do-top-doc): use
2546         make-txt-files target.
2547
2548         * configure.in (LINK_GXX_STATICALLY): $srcdir for readlink.py
2549
2550         * stepmake/stepmake/generic-vars.make (distdir): create dist in
2551         top-build-dir.
2552
2553 2006-06-06  Jürgen Reuter  <reuter@ipd.uka.de>
2554
2555         * Documentation/user/instrument-notation.itely,
2556         input/regression/breathing-sign-ancient.ly,
2557         input/test/divisiones.ly: Removed redundant property settings for
2558         vaticana contexts.
2559
2560         * ly/gregorian-init.ly: Rewrote \versus and \responsum in order to
2561         fix lyrics alignment problems.  They are implemented now as scheme
2562         functions that add the appropriate unicode char to the first lyric
2563         event rather than adding a separate lyric event.  Minor edit of
2564         comments.
2565
2566 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
2567
2568         * GNUmakefile.in (dist-toplevel-txt-files): new target. Don't
2569         pollute src dir with built .txt files, but install directly from
2570         Documentation/topdocs/out/
2571
2572         * buildscripts/output-distance.py
2573         (ComparisonData.create_html_result_page): put version/directories
2574         in table header.
2575
2576         * Documentation/topdocs/NEWS.tely (Top): document spacing section
2577         feature.
2578
2579         * configure.in (LINK_GXX_STATICALLY): use readlink.py to resolve links.
2580         Patch by Karl Hammar
2581         
2582         * buildscripts/readlink.py: add  file.
2583         Patch by Karl Hammar
2584
2585 2006-06-06  Joe Neeman  <joeneeman@gmail.com>
2586
2587         * lily/tuplet-number.cc (print): prevent stencil from being
2588         garbage collected.
2589
2590 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
2591
2592         * scm/stencil.scm (write-system-signature): explicitly 
2593         -well, superfluously- close output port.
2594
2595         * buildscripts/output-distance.py (main): oops. Add extra argument.
2596
2597 2006-06-05  Graham Percival  <gpermus@gmail.com>
2598
2599         * Documentation/user/music-glossary.tely: clarified example
2600         from Francisco Vila, thanks!
2601
2602 2006-06-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
2603
2604         * input/regression/spacing-section.ly: new file.
2605
2606         * lily/input.cc (programming_error): new function.
2607
2608         * lily/spacing-engraver.cc (try_music): new function. Accept
2609         spacing-section-event
2610
2611         * lily/spacing-spanner.cc (set_springs): take slices of all
2612         columns for spacing.
2613
2614         * lily/include/paper-column.hh (class Paper_column): add
2615         Paper_column::compare.
2616
2617         * ly/spanners-init.ly (newSpacingSection): add newSpacingSection.
2618
2619         * scm/define-music-types.scm (music-descriptions): add
2620         SpacingSectionEvent
2621
2622         * lily/music-iterator.cc (report_event): use programming_error for
2623         sending non-event error.
2624
2625         * lily/input.cc (programming_error): new function
2626
2627         * buildscripts/output-distance.py (main): use compare-XXX for
2628         compare files.
2629         (main): --threshold option, default at 0.30
2630
2631         * output-distance.py (main): add --threshold option.
2632
2633 2006-06-04  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2634
2635         * scm/paper-system.scm (paper-system-annotate): fix problem when
2636         annotating an empty system
2637
2638 2006-06-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
2639
2640         * GNUmakefile.in: reinstate old web tar/copying.
2641
2642 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
2643
2644         * lily/lyric-combine-music-iterator.cc (find_voice): return 0 if
2645         nothing changes. (Erik S) 
2646
2647         * lily/percent-repeat-iterator.cc (get_music_list): fix repeat
2648         count. (Erik S)
2649
2650 2006-05-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2651
2652         * scm/define-markup-commands.scm (whiteout): do not force
2653         foreground color of argument markup to black.
2654
2655         * scm/stencil.scm (annotate-y-interval): put arrow dimension at
2656         the left of the arrow, instead of below the arrow name, so that,
2657         when two little arrows are vertically stacked, their dimensions
2658         and name should not overlap. Add a color key parameter.
2659
2660         * scm/paper-system.scm (paper-system-annotate): Annotate
2661         next-space+next-padding instead of next-space. Annotate space
2662         between next-padding and next-space+padding, respectively, and
2663         following system extent and refpoint-Y-extent. Use colors.
2664
2665         * scm/page.scm (annotate-page): translate annotations slightly to
2666         the right.
2667
2668 2006-06-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
2669
2670         * lily/figured-bass-position-engraver.cc (acknowledge_end_slur):
2671         fix for x-staff slurs. Thanks Joe!
2672
2673         * buildscripts/output-distance.py
2674         (SystemLink.output_expression_change_count): keep track of changed
2675         details, and dump in details html page.
2676  
2677         * input/regression/figured-bass-staff.ly: add note about setting
2678         properties in Staff context.
2679
2680         * lily/figured-bass-position-engraver.cc (acknowledge_slur):
2681         add slurs and ties to support too.
2682
2683         * buildscripts/output-distance.py (main): set dest_dir
2684         argument. Add --max-count option.
2685
2686 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
2687
2688         * ly/gregorian-init.ly: Converted to utf-8.  Added memorable
2689         shortcuts for special unicode chars that are useful in chant
2690         notation.  Revised exisiting and added new comments.
2691
2692 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
2693
2694         * make/mutopia-rules.make: remove duplicate recipe.
2695
2696 2006-06-02  Werner Lemberg  <wl@gnu.org>
2697
2698         * tex/texinfo.cnf: Fix typo (\euro -> \minus).
2699         Add support for U+0132 (IJ) and U+0133 (ij).
2700
2701 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
2702
2703         * buildscripts/output-distance.py (FileLink): new class. collect
2704         info systems from one .ly file. 
2705         (FileLink.link_files_for_html): further tweaks.
2706
2707 2006-06-02  Graham Percival  <gpermus@gmail.com>
2708
2709         * tex/texinfo.tex: partial fix for @funindex.
2710
2711         * Documentation/user/macros.tely: uncomment @funindex (doesn't
2712         break anything).
2713
2714 2006-06-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
2715
2716         * make/mutopia-vars.make (ly_examples): replace .ly.txt with .ly
2717
2718         * tex/texinfo.tex (sectionheading, q.v.): call \quoteexpand for
2719         @example too. Backportme.
2720
2721 2006-06-02  Graham Percival  <gpermus@gmail.com>
2722
2723         * tex/texinfo.cnf: added UTF-8 support for texinfo; patch
2724         from Werner Lemberg.
2725
2726 2006-06-02  Paco (Francisco Vila)  <fravd@ya.com>
2727
2728         * Documentation/user/music-glossary.tely: additional spanish
2729         updates and a lyrics fix in an example.
2730
2731 2006-06-02  Jürgen Reuter  <reuter@ipd.uka.de>
2732
2733         * scm/define-grob-properties.scm: Previous patch contained
2734         spurious line from another patch not yet committed.  Fixed.
2735
2736         * scm/define-grob-properties.scm: Add missing doc strings for
2737         ancient notation.
2738
2739 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
2740
2741         * buildscripts/output-distance.py
2742         (ComparisonData.write_text_result_page): separate the scores, sort
2743         by geo_score.
2744
2745         * scm/framework-eps.scm (output-classic-framework): start at 1 for
2746         system signatures.
2747
2748         * buildscripts/output-distance.py (me_path): use argv[0] for
2749         sys.path extension
2750         (ComparisonData.img_cell): use colored borders.
2751
2752         * scm/stencil.scm (write-system-signature): escape newlines too.
2753         (write-system-signature): use (1,-1) interval for empty interval
2754
2755 2006-01-01  Graham Percival  <gpermus@gmail.com>
2756
2757         * Documentation/user/music-glossary.tely: Spanish updates
2758         from Francisco Vila.
2759
2760         * Documentation/user/lilypond-book.itely: addition from
2761         Vaclav Smilauer.
2762
2763         * Documentation/user/ various: edits, small additions
2764         from mailist, etc.
2765
2766 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2767
2768         * GNUmakefile.in (tree-lib-prefix-current):
2769         (tree-share-prefix-current): Use version number in tree, add
2770         `current' symlinks.
2771
2772 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
2773
2774         * GNUmakefile.in: write VERSION, again.
2775
2776         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
2777         $(outdir)/%.ly $(outdir)/%.ps): dump sigs for normal files too.
2778
2779         * stepmake/aclocal.m4: robuster version detection.
2780
2781         * buildscripts/output-distance.py
2782         (ComparisonData.create_html_result_page): copy only if file
2783         exists, fixup src paths.
2784
2785         * stepmake/bin/add-html-footer.py (built): junk gulp_file()
2786
2787 2006-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2788
2789         * stepmake/aclocal.m4: Robustification for (gcc) version detection.
2790         Another datarootdir reto.
2791
2792         * cygwin/postinstall-lilypond.sh: Do not fail if info docs aren't
2793         available.  This should be moved to postinstall-lilypond-doc.
2794
2795 2006-05-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
2796
2797         * GNUmakefile.in: simplify local-WWW-post. 
2798         remove -type l from find.
2799
2800         * buildscripts/output-distance.py (ComparisonData.compare_trees):
2801         fixes. Don't follow symlinks.
2802         (ComparisonData.create_html_result_page): remove previous results.
2803         insert ../python in path.
2804
2805         * scripts/lilypond-book.py (PREAMBLE_LY): spacing fixes.
2806
2807 2006-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
2808
2809         * config.make.in (datadir): Add datarootdir to silence autoconf.
2810
2811         * stepmake/aclocal.m4: Update for autoconf-2.59d.
2812
2813 2006-05-31  Erlend Aasland  <erlenda@gmail.com>
2814
2815         * dynamic-engraver.cc: fix bug (dynamics collide with accidentals)
2816
2817         * scm/output-ps.scm (repeat-slash): fix a bug that made repeat
2818         slash beams too wide.
2819
2820 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
2821
2822         * VERSION: release 2.9.7
2823         
2824 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2825
2826         * lily/relocate.cc (read_relocation_dir): Do not blindly
2827         dereference DIR.
2828
2829 2006-05-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
2830
2831         * lily/parser.yy: replace THIS by PARSER
2832
2833         * Documentation/index.html.in: add link to test-results.html page.
2834
2835         * Documentation/topdocs/NEWS.tely (Top): update NEWS entry.
2836
2837         * scm/translation-functions.scm (format-bass-figure): translate
2838         digits over 10 to the left
2839
2840         * scm/define-markup-commands.scm (translate-scaled): new markup.
2841
2842         * mf/feta-nummer-code.mf (code): overshoot the topright tip of the
2843         7 glyph. 
2844
2845         * ly/engraver-init.ly: add Figured_bass_engraver
2846
2847         * lily/engraver-group.cc (acknowledge_grobs): use start/stop drul.
2848
2849         * lily/figured-bass-engraver.cc (clear_spanners): use everywhere.
2850
2851         * lily/score-engraver.cc (announce_grob): only note START announces.
2852
2853         * lily/include/engraver-group.hh (Translator_group):
2854         acknowledge_hash_table_ is now drul.
2855
2856         * lily/engraver.cc (announce_end_grob): new method.
2857
2858         * lily/include/grob-info.hh (class Grob_info): add start_end_ member.
2859
2860         * lily/translator-dispatch-list.cc (create): take start_end argument.
2861
2862         * lily/include/translator.hh (TRANSLATOR_DECLARATIONS): change
2863         acknowledge_static_array_ to drul
2864
2865         * lily/include/translator.icc (ADD_END_ACKNOWLEDGER): new macro.
2866
2867         * scm/define-grob-interfaces.scm
2868         (bass-figure-alignment-interface): add bass-figure-alignment-interface
2869
2870         * scm/define-grobs.scm (all-grob-descriptions): add
2871         BassFigureAlignmentPositioning
2872
2873         * ly/Welcome-to-LilyPond-MacOS.ly: include in LilyPond, so version
2874         number stays up to date. Backportme.
2875
2876 2006-05-30  Mats Bengtsson  <mabe@s3.kth.se>
2877
2878         * Documentation/user/basic-notation.itely (Bar lines): Document
2879         the "||:" bar type. 
2880
2881 2006-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2882
2883         * buildscripts/builder.py: Remove --ly option/target from mf-to-table.
2884
2885         * scripts/lilypond-book.py: Bugfix: do not blindly attempt
2886         .../current hack if LILYPONDPREFIX is fine.  Fixes `scons doc'
2887         build.
2888
2889         * Resurrect `scons lily' build.
2890
2891         * SConstruct (symlink_tree): Bugfix: link
2892         music-drawing-routines.ps to file iso directory.
2893
2894         * lily/SConscript: Remove kpath-guile from LIBS.
2895
2896         * SConstruct (libdir_package_version): Typo.
2897         (configure): Comment-out fontforge for lack of fontforge.pc .
2898         Also add libdir* to environment.
2899
2900 2006-05-30  Graham Percival  <gpermus@gmail.com>
2901
2902         * Documentation/user/ various: minor additions from mailist and
2903         editing.
2904
2905 2006-05-30  Paco <fravd@ya.com>
2906
2907         * Documentation/user/music-glossary.tely: numerous corrections and
2908         some new translations.
2909
2910 2006-05-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
2911
2912         * BackportmeStart.
2913         
2914         * buildscripts/output-distance.py
2915         (ComparisonData.create_html_result_page): new routine: summarise
2916         results in HTML page with images. 
2917         (ComparisonData.create_text_result_page): create summary text files too.
2918
2919         * GNUmakefile.in (web-ext): package .signature files too. They
2920         compress well. 
2921
2922         * scm/stencil.scm (write-system-signature): typo.
2923
2924         * GNUmakefile.in: create web-root/VERSION to help upload scripts.
2925
2926         * scm/stencil.scm (write-system-signature): better escaping.
2927         only write signature for music systems, not for markup systems.
2928
2929         * scm/framework-ps.scm (output-framework): dump-signatures support
2930         for plain output.
2931
2932         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): add -ddump-signatures.
2933
2934         * scm/framework-ps.scm (write-preamble): redefine mark_URI to nop
2935         for -dno-point-and-click
2936
2937         * lily/grob.cc (get_print_stencil): don't read
2938         point_and_click_global to determine whether to set grob-cause.
2939
2940 2006-05-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
2941
2942         * buildscripts/output-distance.py (main): new function.
2943         (ComparisonData): new class.
2944
2945         * lily/ledger-line-engraver.cc (acknowledge_staff_symbol): be more
2946         careful with generating new LedgerLineSpanners.
2947
2948         * lily/ledger-line-spanner.cc (set_spacing_rods): suicide if no staff.
2949
2950         * ly/engraver-init.ly: remove Ledger_line_engraver from Voice
2951         context. This fixes double ledger lines in output. 
2952
2953         * lily/system.cc (get_paper_system): remove 3 layer limit.
2954
2955         * buildscripts/output-distance.py (SystemLink.distance): new
2956         file. Compare signatures.
2957
2958         * python/safeeval.py (SafeEval.visitUnarySub): new file.
2959
2960         * lily/grob-array.cc (remove_duplicates): rename from
2961         uniq(). Sort before calling uniq() so it actually works.
2962
2963 2006-05-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
2964
2965         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): strip
2966         \version from lilypond file snippet.
2967         (Lilypond_file_snippet.ly): oops. typo.
2968         (find_toplevel_snippets): urgh. again.
2969
2970         * lily/system.cc (get_paper_systems): uniq all_elements_ , to
2971         prevent duplicated broken items in output.
2972
2973         * scm/framework-eps.scm (output-classic-framework): only dump if
2974         dump-signatures is set.
2975
2976         * scm/lily.scm (define-scheme-options): add dump-signatures option.
2977
2978         * scm/stencil.scm (write-system-signature): new routine: write
2979         python parseable signature of a separate paper system.
2980         BackportmeEnd.
2981         
2982 2006-05-26  Han-Wen Nienhuys  <hanwen@lilypond.org>
2983
2984         * lily/stanza-number-engraver.cc (process_music): use is_markup()
2985         iso is_string().
2986         include header.
2987
2988 2006-05-25  Erik Sandberg  <mandolaerik@gmail.com>
2989
2990         * translator-group.cc: send music events to engravers in
2991         non-bottom contexts.
2992
2993         * tuplet-engraver.cc: process tuplet brackets in correct order.
2994
2995 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
2996
2997         * stepmake/aclocal.m4: STEPMAKE_PYTHON(): clear cached value since
2998         arg 2 might point us to a new binary (patch by Karl Hammar)
2999         
3000 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
3001
3002         * VERSION (PACKAGE_NAME): release 2.9.6
3003
3004         * Documentation/topdocs/NEWS.tely (Top): trim explanation. 
3005
3006         * Documentation/user/*.itely: 2nd
3007         attempt: replace funindex -> findex globally.
3008
3009 2006-05-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3010
3011         * input/no-notation/display-lily-tests.ly: fix \applyOutput
3012         test. Add \break, \pageBreak, \pageTurn, etc, tests.
3013
3014         * scm/define-music-display-methods.scm: display methods for
3015         breaks. Fix \applyOutput.
3016
3017 2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
3018
3019         * Documentation/user/macros.itexi: comment out funindex expansion. 
3020
3021         * Documentation/user/music-glossary.tely: junk \oldaddlyrics
3022         everywhere.
3023
3024         * GNUmakefile.in: fix wildcarding for scrips/out/ links. Thanks
3025         Karl Hammar. Backportme.
3026  
3027         * Documentation/user/advanced-notation.itely (Balloon help): idem.
3028
3029         * Documentation/user/changing-defaults.itely (Creating contexts): idem.
3030
3031         * Documentation/user/programming-interface.itely (Running a
3032         function on all layout objects): idem.
3033
3034         * Documentation/user/introduction.itely (Automated engraving):
3035         update \applyOutput syntax
3036
3037         * lily/lyric-combine-music-iterator.cc (start_new_syllable):
3038         remove debugging hook.
3039
3040         * configure.in (LINK_GXX_STATICALLY): use "" to allow $
3041         expansion. 
3042
3043         * Documentation/user/GNUmakefile (TEXI2DVI_FLAGS): add -E.
3044
3045         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
3046         TEXI2DVI_FLAGS to texi2dvi invocation. 
3047
3048 2006-05-24  Erik Sandberg  <mandolaerik@gmail.com>
3049
3050         * lily/chord-tremolo-*.cc: Reworked how \repeat "tremolo"
3051         works. More work is done by iterator now, and engraver has been
3052         very much simplified.
3053
3054         * lily/translator-group.cc: try_music is now invoked through a
3055         listener
3056
3057         * lily/*-iterator.cc: Massive cleanups. Junked
3058         try_music_in_children globally. Renamed try_music to report_event,
3059         and made that method descend to a bottom context automatically.
3060
3061         * lily/event-iterator.cc: New file.
3062
3063         * lily/output-property-iterator.cc,
3064         lily/old-lyric-combine-music-iterator.cc: Removed.
3065
3066         * python/convert-rules.py: Modified the syntax for \applyOutput.
3067
3068 2006-05-23  Graham Percival  <gpermus@gmail.com>
3069
3070         * stepmake/stepmake/texinfo-rules.make: added -E, allows pdf doc
3071         creation.
3072
3073         * Documentation/user/ various: stuff that might have helped
3074         to fix the pdf creation, plus some minor doc additions.
3075
3076         * Documentation/user/changing-defaults.itely: remove @b from
3077         @b{ @internasref{foo}}; this breaks texi2dvi -E.
3078
3079 2006-05-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
3080
3081         * lily/beaming-pattern.cc (beamify): deal with negative start
3082         moments for beaming patterns.
3083
3084 2006-05-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
3085
3086         * lily/beaming-info.cc (beamify): new function: read beatLength
3087         and beatGrouping from context. 
3088
3089         * input/regression/beam-beat-grouping.ly (Module): new file.
3090
3091         * input/regression/beam-unconnected-beamlets.ly (Module): new file.
3092
3093         * lily/beam.cc (get_beam_segments): generate events for
3094         max_connect_ case too.
3095         (get_beam_segments): read Stem::max-beam-connect.
3096
3097         * input/regression/beam-single-stem.ly: new file.
3098
3099         * lily/stem.cc (set_beaming): use #f as signaling value for
3100         beamcount 0.
3101
3102         * lily/beam-engraver.cc (typeset_beam): set right bound if unset.
3103
3104         * lily/beam.cc (set_beaming): read clip-edges property.
3105         (calc_direction): don't suicide for single stem.
3106
3107         * lily/beaming-info.cc (best_splitpoint_index): take bool*
3108         argument, remove 1<<15 hack. Remove clip_edges() 
3109
3110         * lily/hairpin.cc (print): only do padding for nonmusical bounds
3111
3112 2006-05-21  Graham Percival  <gpermus@gmail.com>
3113
3114         * Documentation/user/basic-notation.itely: reorg.
3115
3116         * Documentation/user/ various: minor fixes.
3117
3118 2006-05-20  Han-Wen Nienhuys  <hanwen@lilypond.org>
3119
3120         * lily/stencil-expression.cc (register_stencil_head): opps, append
3121         to cdr of static SCM object.
3122
3123 2006-05-19  Graham Percival  <gpermus@gmail.com>
3124
3125         * Documentation/user/README.txt, lilypond.tely, macros.itexi:
3126         update framework for command index.  DOC WRITERS: use @funindex
3127         instead of @cindex @code{}.
3128
3129         * Documentation/user/ various: replace @cindex @code{} => @funindex
3130
3131 2006-05-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
3132
3133         * lily/beam.cc (set_stem_lengths): trigger 'beaming callback, in
3134         case positions is set manually. 
3135
3136 2006-05-18  Erik Sandberg  <mandolaerik@gmail.com>
3137         
3138         * scm/ly-syntax-constructors.scm: New file. Converted a few syntax
3139         rules to Scheme.
3140
3141 2006-05-18  Han-Wen Nienhuys  <hanwen@lilypond.org>
3142
3143         * Documentation/user/changing-defaults.itely (Contexts explained):
3144         use absolute dimension for @image.
3145
3146         * Documentation/user/GNUmakefile (OUT_PNG_IMAGES): generate PNG
3147         out image for illustration too.
3148         ($(outdir)/%.png): add more png <-> eps rules. 
3149
3150 2006-05-17  Graham Percival  <gpermus@gmail.com>
3151
3152         * Documentation/user/ various: remove trailing whitespace, cosmetic
3153         change to reduce changes produced by diff.
3154
3155 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
3156
3157         * lily/main.cc (do_chroot_jail): correctness tweak.
3158
3159         * python/lilylib.py (system): import subprocess in system () only.
3160
3161         * scripts/*.py: use TARGET_PYTHON iso PYTHON. Backportme.
3162
3163         * make/substitute.make (ATVARIABLES): add TARGET_PYTHON as subst
3164         variable. Backportme.
3165
3166 2006-05-17  Erik Sandberg  <mandolaerik@gmail.com>
3167         
3168         * lily/parser.yy: Change all syntax rules of type Music to SCM type
3169
3170 2006-05-17  Werner Lemberg  <wl@gnu.org>
3171
3172         * lily/lexer.ll (init_signature_has_table): Add
3173         `scm-scm-music-music'.
3174
3175         * lily/parser.yy (MUSIC_FUNCTION_SCM_SCM_MUSIC_MUSIC): New token.
3176         (Generic_prefix_music_scm): Add rule for it.
3177
3178         * lily/quote-iterator.cc (Quote_iterator::process): Handle
3179         `quoted-transposition' property.
3180
3181         * ly/music-functions-init.ly (transposedCueDuring): New function.
3182
3183         * scm/define-music-properties.scm (all-music-properties): Updated.
3184
3185         * Documenation/topdocs/NEWS.itely: Document it.
3186
3187 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
3188
3189         * python/lilylib.py (system): move import subprocess to system()
3190         definition. 
3191
3192         * python/convertrules.py (conv): fix convert-ly rules for 2.9.4
3193
3194         * VERSION (PATCH_LEVEL): release 2.9.5
3195         
3196         * Documentation/topdocs/INSTALL.texi (Top): update versions and
3197         build instructions. 
3198
3199         * ly/engraver-init.ly: switch on hairpinToBarline by default.
3200
3201 2006-05-16  Graham Percival  <gpermus@gmail.com>
3202
3203         * Documentation/user/basic-notation.itely: editing from Dave, thanks!
3204
3205         * Documentation/user/ various: minor fixes.
3206
3207 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
3208
3209         * Documentation/topdocs/NEWS.tely (Top): add hairpinToBarline feature.
3210
3211 2006-05-16  Mats Bengtsson  <mabe@s3.kth.se>
3212
3213         * Documentation/user/advanced-notation.itely (Instrument names):
3214         Modified obsolete instruction on how to move instrument names away
3215         from the staves. Hmm, at second thought the bug probably has been
3216         solved, so the full bug description should probably be removed.
3217
3218 2006-05-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
3219
3220         * lily/dynamic-engraver.cc (typeset_all): hang ending on
3221         currentCommandColumn. 
3222
3223         * lily/hairpin.cc (print): also add padding for non-neighbor
3224         hairpin bounds.
3225
3226         * scm/define-context-properties.scm
3227         (all-user-translation-properties): add hairpinToBarline
3228
3229         * input/regression/hairpin-to-barline.ly: new file.
3230
3231         * lily/context.cc (internal_send_stream_event): thinko fix.
3232
3233         * lily/tie.cc (set_default_control_points): robustness fix.
3234
3235         * python/musicxml.py (Part.interpret): don't complain about
3236         incomplete measures.
3237
3238         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): only add
3239         new music if last_event_chord() returned None.
3240
3241         * python/musicxml.py (Part.interpret): skip back over chord notes.
3242
3243 2006-05-16  Erik Sandberg  <mandolaerik@gmail.com>
3244         
3245         * lily/percent-repeat-engraver.cc, lily/parser.yy,
3246         lily/define-music-types.cc, lily/percent-repeat-iterator.cc,
3247         lily/slash-repeat-engraver.cc,
3248         lily/include/percent-repeat-iterator.hh: Rework percent repeats:
3249         iterator sends PercentEvents
3250
3251         * lily/time-scaled-music-iterator.cc, lily/tuplet-engraver.cc:
3252         rework tuplets: send start/stop events to engraver
3253
3254         * lily/context.cc, lily/music.cc, lily/context-scheme.cc: Add
3255         dispatchers event-source and events-below to Context
3256         
3257 2006-05-15  Graham Percival  <gpermus@gmail.com>
3258
3259         * Documentation/user/README.txt: update info for doc writers.
3260
3261         * Documentation/user/programming-interface.itely: integrate
3262         Nicolas' fixes for chapter rewrite.
3263
3264         * Documentation/user/ various: minor fixes.
3265
3266 2006-05-15  Han-Wen Nienhuys  <hanwen@lilypond.org>
3267
3268         * lily/clef-engraver.cc: cleanup.
3269
3270         * Documentation/user/GNUmakefile: dist context-example.eps too.
3271
3272         * lily/key-engraver.cc (create_key): use
3273         explicitKeySignatureVisibility for cancellation too. 
3274
3275         * lily/font-config.cc (init_fontconfig): don't close file if
3276         f==NULL. 
3277
3278 2006-05-15  Erlend Aasland  <erlenda@gmail.com>
3279
3280         * Documentation/topdocs/NEWS.tely: niente and rotation news
3281
3282 2006-05-14  Erlend Aasland  <erlenda@gmail.com>
3283
3284         * lily/include/stencil.hh
3285         * lily/stencil.cc (rotate): new function. Makes it possible
3286         to rotate a stencil around a given offset.
3287
3288         * lily/grob.cc (get_print_stencil): add rotation support
3289
3290         * lily/stencil-interpret.cc (interpret_stencil_expression):
3291         add rotation support
3292
3293         * lily/stencil-scheme.cc (ly:stencil-rotate): new function
3294
3295         * scm/define-grob-properties.scm: add 'rotation property
3296
3297         * scm/define-markup-commands.scm: add rotate markup command
3298         
3299         * scm/output-ps.scm: add rotation support in PostScript backend
3300
3301         * scm/output-svg.scm: add rotation support in SVG backend
3302
3303 2006-05-13  Graham Percival  <gpermus@gmail.com>
3304
3305         * Documentation/user/music-glossary.itely: French correction.
3306
3307         * Documentation/user/programming-interface.itely: major
3308         new docs, some reorg, some info from Nicolas.
3309
3310         * Documentation/user/ various: small fixes.
3311
3312 2006-05-12  Mats Bengtsson  <mabe@s3.kth.se>
3313
3314         * Documentation/user/programming-interface.itely (Markup
3315         programmer interface): Remove duplicate text.
3316
3317 2006-05-12  Graham Percival  <gpermus@gmail.com>
3318
3319         * Documentation/user/context-example.eps: new file.
3320
3321         * Documentation/user/changing-defaults.itely: set up file to
3322         use eps image.
3323
3324         * Documentation/user/programming-interface.itely: changes
3325         from mailist.
3326
3327 2006-05-12  Han-Wen Nienhuys  <hanwen@lilypond.org>
3328
3329         * configure.in (LINK_GXX_STATICALLY): python 2.4 req.
3330
3331 2006-05-11  Graham Percival  <gpermus@gmail.com>
3332
3333         * Documentation/user/programming-interface.itely: first round of
3334         editing and merging emails from Nicolas.
3335
3336         * Documentation/user/scheme-tutorial: minor edit.
3337
3338 2006-05-11  Han-Wen Nienhuys  <hanwen@lilypond.org>
3339
3340         * python/musicxml.py (Xml_node.__init__): _attribute_dict stores
3341         XML attributes.
3342         (Xml_node.message): use it.
3343
3344         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): 
3345         oops. Add duration argument.
3346
3347 2006-05-10  Joe Neeman  <joeneeman@gmail.com>
3348
3349         * lily/paper-column-engraver.cc (make_columns):
3350         * scm/define-grobs.scm: Revert my previous change and set the default
3351         in define-grobs.scm instead.
3352
3353 2006-05-09  Graham Percival  <gpermus@gmail.com>
3354         
3355         * Documentation/user/changing-defaults.itely: general editing,
3356         info about \set and \override.
3357
3358         * Documentation/user/tweaking.itely, advanced-notation.itely:
3359         fixes from Dave Luttinen, thanks!
3360
3361 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
3362
3363         * lily/paper-column-engraver.cc (make_columns): By default, a column
3364         needs to be breakable.
3365
3366 2006-05-09  Han-Wen Nienhuys  <hanwen@lilypond.org>
3367
3368         * scripts/musicxml2ly.py (musicxml_clef_to_lily): use new
3369         Attributes methods
3370         (musicxml_time_to_lily): idem
3371         (musicxml_key_to_lily): idem
3372         (instrument_drumtype_dict): dict for supported drumtypes.
3373         (LilyPondVoiceBuilder.__init__): new class: sanely keep track of
3374         moments and pending mm rests
3375         (musicxml_voice_to_lily_voice): rewrite to use LilyPondVoiceBuilder
3376         (musicxml_voice_to_lily_voice): strip KeyChangeEvents for drums.
3377         (musicxml_voice_to_lily_voice): add mode change.
3378         (option_parser): lxml.etree (http://codespeak.net/lxml/) for more
3379         speed and less memory usage (factor 5 to 10).
3380         (convert): write -defs.ly  and driver file separately so people
3381         can script their own part extraction.
3382
3383         * python/musicxml.py (minidom_demarshal_node): new function:
3384         separate minidom handling.
3385         (lxml_demarshal_node): new function: support lxml.etree too.
3386         (Xml_node.message): new function: verbose error message, with XML
3387         path to offending node.
3388         (Attributes.get_measure_length): sane interface to MusicXML attributes.
3389         (Part_list.generate_id_instrument_dict): new method: collect
3390         instrument names, to be able to set drum_type.
3391         (Part.interpret): handle underfull measures
3392         (Part.interpret): assign instrument names.
3393
3394         * python/musicexp.py (Output_printer.close): new method
3395         (MusicWrapper.print_ly): new class: support other modes,
3396         eg. \drummode
3397         (BarCheck.print_ly): new class. Support bar checks, with comments
3398         and fancy barchecks. 
3399         (NoteEvent.__init__): also set drum_type for drum notes.
3400         (MultiMeasureRest.lisp_expression): dump mm rests.
3401
3402         * lily/paper-column-engraver.cc (stop_translation_timestep): set
3403         line-break-permission if forbidBreak is not set.
3404
3405 2006-05-09  Joe Neeman  <joeneeman@gmail.com>
3406
3407         * scm/define-context-properties.scm:
3408         * scm/define-grob-properties.scm:
3409         * scm/define-grobs.scm:
3410         * scm/define-music-display-methods.scm:
3411         * scm/define-music-properties.scm:
3412         * scm/define-music-types.scm:
3413         * scm/music-functions.scm:
3414         * ly/declarations-init.ly:
3415         * lily/include/constrained-breaking.hh:
3416         * lily/system.cc:
3417         * lily/spaceable-grob.cc:
3418         * lily/simple-spacer.cc:
3419         * lily/paper-score.cc:
3420         * lily/paper-column.cc:
3421         * lily/paper-column-engraver.cc:
3422         * lily/item.cc:
3423         * lily/gourlay-breaking.cc:
3424         * lily/constrained-breaking.cc:
3425         * python/convertrules.py:
3426         Change "penalty", "page-penalty" and "breakable" to "line-break-penalty",
3427         "page-break-penalty" and "line-break-permission".
3428         Add "page-break-permission", "page-turn-permission" and "page-turn-penalty".
3429         Replace BreakEvent with LineBreakEvent, PageBreakEvent and PageTurnEvent.
3430
3431         * lily/bar-engraver.cc:
3432         * lily/beam-engraver.cc:
3433         * lily/forbid-break-engraver.cc:
3434         * lily/ligature-engraver.cc:
3435         * lily/paper-column-engraver.cc:
3436         * lily/percent-repeat-engraver.cc:
3437         * lily/score-engraver.cc:
3438         * lily/score-engraver.hh:
3439         * lily/paper-column-engraver.hh:
3440         Inter-engraver communication regarding line breaks is done through context
3441         properties (Score.forbidBreak) instead of function calls.
3442
3443 2006-05-08  Han-Wen Nienhuys  <hanwen@lilypond.org>
3444
3445         * VERSION (PACKAGE_NAME): release 2.9.4
3446
3447 2006-05-08  Graham Percival  <gpermus@gmail.com>
3448
3449         * Documentation/user/working.itely: proofreading from Dave
3450         Luttinen, thanks.
3451
3452         * Doucmentation/user/README.txt: updated with manual style info.
3453
3454         * Documentation/user/ various: trim linewidth to 78 chars.
3455
3456 2006-05-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
3457
3458         * scm/define-grob-properties.scm (all-internal-grob-properties):
3459         remove chord-tremolo property.
3460
3461         * lily/beam.cc (get_beam_segments): don't use stem position as
3462         base for broken ends.
3463
3464 2006-05-06  Graham Percival  <gpermus@gmail.com>
3465
3466         * Documentation/user/putting.itely: proofreading from Dave
3467         Luttinen, thanks!
3468
3469         * Documentation/user/ various: more reorg and clarifications.
3470
3471 2006-05-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
3472
3473         * scm/lily.scm (TEX_STRING_HASHLIMIT): move from framework-texstr.scm.
3474
3475         * ly/music-functions-init.ly: new function featherDurations
3476
3477         * lily/beam.cc: read grow-direction for feathered beaming.
3478
3479         * Documentation/topdocs/NEWS.tely (Top): typo.
3480
3481 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
3482
3483         * lily/include/beam.hh (struct Beam_stem_segment): add gapped_ for
3484         tremolo beams.
3485
3486 2006-05-05  Erik Sandberg  <mandolaerik@gmail.com>
3487         * lily/context.cc, lily/global-context.cc: Added 'unique' member,
3488         used by music streams.
3489
3490         * lily/dispatcher.cc, lily/dispatcher-scheme.cc,
3491         lily/stream-event.cc, lily/stream-event-scheme.cc,
3492         lily/listener.cc, lily/scheme-listener.cc,
3493         lily/scheme-listener-scheme.cc, lily/include/dispatcher.hh,
3494         lily/include/stream-event.hh, lily/include/listener.hh,
3495         lily/include/scheme-listener.hh, scm/define-event-classes.scm:
3496         Created data structures for music streams.
3497         
3498 2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
3499
3500         * lily/beam.cc (get_beam_segments): new function. Reorganise the
3501         construction of a beam. 
3502         (print): rewrite. 
3503
3504         * flower/include/std-vector.hh (default_compare): use only one comparison.
3505
3506         * scm/define-markup-commands.scm (note-by-number): remove debug display.
3507         (note-by-number): further attachment fixes.
3508
3509         * scm/lily-library.scm (ordered-cons): new function.
3510         (interval-index): new function
3511
3512         * lily/note-head-scheme.cc (LY_DEFINE): new file.
3513
3514         * lily/note-head.cc (get_stem_attachment): new function.
3515
3516         * scm/define-markup-commands.scm (note-by-number): read 'style
3517         property. 
3518
3519         * input/regression/markup-note.ly: show note-head style option.
3520
3521         * mf/feta-bolletjes.mf (overdone_heads): fix attachment points for
3522         triangle head.
3523
3524 2006-05-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
3525
3526         * mf/GNUmakefile (NCSB_OTFS): remove old ncsb detection further.
3527
3528         * configure.in (LINK_GXX_STATICALLY): fix for ncsb detection.
3529
3530         * lily/include/constrained-breaking.hh: GCC 4 fix.
3531
3532 2006-05-04  Joe Neeman  <joeneeman@gmail.com>
3533
3534         * lily/simple-spacer.cc: Remove class Simple_spacer_wrapper.
3535         Replace it with functions get_line_forces and get_line_configuration.
3536         (class Simple_spacer): Make data private.
3537         Rewrite compression algorithm to be faster and simpler.
3538
3539         * lily/simple-spacer-scheme.cc (ly_solve_rod_and_spring_problem):
3540         * lily/gourlay-breaking.cc (solve):
3541         * lily/constrained_breaking.cc (space_line):
3542         Change it to the new simple-spacer code.
3543
3544         * lily/paper-score.cc (get_paper_systems):
3545         (Paper_score):
3546         (process):
3547         Delay breaking the systems until they are requested.
3548         (find_break_indices):
3549         Use vsize for indices.
3550         (calc_breaking):
3551         Move the "Calculating line breaks" message here.
3552
3553         * lily/system.cc (pre_processing):
3554         Move the "Calculating line breaks" message away from here.
3555         (break_into_pieces):
3556         Allow multiple calls to this function in sequence (with touching-but-
3557         not-overlapping breakpoints).
3558
3559         * lily/constrained-breaking.cc:
3560         Replace most of the get_XXXX functions with get_line_details.
3561         Only calculate the force for each line. Calculate configurations only
3562         for the lines we will actually use.
3563         Replace cols_ with lines_.
3564
3565 2006-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3566
3567         * mf/GNUmakefile (depth): remove FC_FIND.
3568
3569         * config.make.in (NCSB_SOURCE_FILES): subst NCSB_SOURCE_FILES
3570
3571         * configure.in (LINK_GXX_STATICALLY): call fc-match from within configure.
3572
3573         * scm/framework-ps.scm (write-preamble): new function.
3574         (write-preamble): load mac fonts via fondu, even if gs-font-load
3575         is set.
3576
3577 2006-05-03  Werner Lemberg  <wl@gnu.org>
3578
3579         * mf/GNUmakefile (FC_FIND): Fix typo.
3580
3581 2006-05-03  Erlend Aasland  <erlenda@gmail.com>
3582
3583         * stepmake/stepmake/generic-targets.make (cvs-clean): also remove out-www dirs.
3584
3585 2006-05-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
3586
3587         * stepmake/aclocal.m4: run python-config for crosscompiling
3588         flags. 
3589
3590         * scripts/lilypond-book.py (Lilypond_file_snippet.my_system): add
3591         -f png for HTML, TEXINFO formats. 
3592
3593         * input/tutorial/lbook-html-test.html: new file.
3594
3595         * lily/include/tie-formatting-problem.hh (class
3596         Tie_formatting_problem): index Chord_outline_map by Tuple2 for
3597         [column, direction]. This fixes laissez vibrer ties.
3598  
3599         * flower/include/tuple.hh (struct Tuple2): new file.
3600
3601         * mf/GNUmakefile (FC_FIND): new function. Find ncsb using
3602         $(FCMATCH), only if $(NCSB_DIR) not set. 
3603
3604         * configure.in (LINK_GXX_STATICALLY): only warn if $NCSB_DIR set.
3605
3606         * config.make.in (DOCUMENTATION): set FCMATCH.  
3607
3608         * autogen.sh (srcdir): don't set --with-ncsb-dir. 
3609
3610 2006-05-03  Graham Percival  <gpermus@gmail.com>
3611
3612         * Documentation/user/ various: final round of reorg.
3613
3614         * Documentation/user/instrument-notation.itely: some more
3615         fixes from Eduardo, thanks!
3616
3617 2006-05-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
3618
3619         * VERSION (PACKAGE_NAME): release 2.9.3
3620
3621         * flower/file-path.cc (is_dir): canonicalize file name before stat'ing.
3622
3623         * lily/relocate.cc (framework_relocation): remove old relocation stuff.
3624
3625 2006-05-01  Mats Bengtsson  <mabe@s3.kth.se>
3626
3627         * scm/define-grob-properties.scm (all-user-grob-properties):
3628         Correct typo, thanks to Eduardo.
3629
3630 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
3631
3632         * scripts/GNUmakefile (SEXECUTABLES): remove lilypond-ps2png.scm
3633
3634         * buildscripts/lilypond-words.py (F): indent fix.
3635
3636         * input/regression/tie-arpeggio-collision.ly: new file.
3637
3638         * lily/tie-formatting-problem.cc (set_column_chord_outline): new
3639         function: store outlines per column rank.
3640
3641         * lily/include/tie-configuration.hh (class Tie_configuration): add
3642         column_ranks_ to specification and configuration, to distinguish
3643         between ties for different heads in arpegiated chords.
3644
3645         * lily/relocate.cc (framework_relocation): use INSTALLER_PREFIX.
3646
3647         * *.py: more 4 space indents.
3648
3649         * autogen.sh (conf_flags): set sensible default for with-ncsb-dir
3650
3651 2006-05-01  Joe Neeman  <joeneeman@gmail.com>
3652
3653         * scm/lily-library.scm: Fix guile 1.6 compatibility in inf? and nan?
3654
3655 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
3656
3657         * buildscripts/pfx2ttf.fontforge (err): create OTF files.
3658
3659         * scripts/abc2ly.py (dump_score): indent of 4 for python code. 
3660
3661         * configure.in (LINK_GXX_STATICALLY): remove locate() call.
3662
3663 2006-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3664
3665         * python/convertrules.py (conv): indent 4 for python files.
3666
3667 2006-04-29  Mats Bengtsson  <mabe@s3.kth.se>
3668
3669         * Documentation/user/changing-defaults.itely (Creating contexts):
3670         Clarify \new semantics.
3671
3672 2006-04-28  Graham Percival  <gpermus@gmail.com>
3673
3674         * Documentation/user/ various: major new sections in the
3675         Learning manual, slight reorg elsewhere.
3676
3677 2006-04-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
3678
3679         * mf/GNUmakefile (MFTRACE_FLAGS): add $(outdir) to $(ENCODING_FILE) 
3680
3681         * scm/framework-ps.scm (output-framework): remove PageMedia
3682
3683 2006-04-27  Graham Percival  <gpermus@gmail.com>
3684
3685         * Documentation/user/ tweaks.itely, working.itely: new
3686         files, being more advanced "learning manual" chapters.
3687
3688         * Documentation/user/ tutorial, putting, lilypond: reorg.
3689
3690 2006-04-26  Graham Percival  <gpermus@gmail.com>
3691
3692         * input/regression/lyric-combine-polyphonic.ly: fixed test
3693         (no more "can't find context `one'" error).
3694
3695 2006-04-25  Joe Neeman <joeneeman@gmail.com>
3696
3697         * lily/stem-tremolo.cc (print): fix whole note tremolo placement
3698
3699         * input/regression/stem-tremolo.ly: add 2 more whole note examples
3700         
3701 2006-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3702
3703         * lily/relocate.cc (read_relocation_dir): new function.
3704
3705 2006-04-26  Graham Percival  <gpermus@gmail.com>
3706
3707         * Documentation/user/instrument-notation.itely: a few more fixes
3708         from Eduardo, thanks!
3709
3710         * Documentation/user/README.txt: new file; contains info on
3711         style that used to be in lilypond.tely.
3712
3713         * Documentation/user/ various: first round of doc reorg.
3714
3715         * Documentation/user/baer-flat-bw.png: remove alpha bit from
3716         graphic; this probably causes problems on some pdf
3717         viewers, notably Adobe Acrobat.
3718
3719 2006-04-24  Graham Percival  <gpermus@gmail.com>
3720
3721         * Documentation/user/instrument-notation.itely: many alterations
3722         to Vocal music, from Eduardo Viera.
3723
3724 2006-04-23  Graham Percival  <gpermus@gmail.com>
3725
3726         * Documentation/user/instrument-notation.itely: fix \new
3727         instead of \context problem.
3728
3729 2006-04-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3730
3731         * lily/relocate.cc (expand_environment_variables): new function.
3732         (read_line): id.
3733         (read_relocation_file): id.
3734
3735         * scm/stencil.scm (eps-file->stencil): fix EPS PS embedding code 
3736
3737 2006-04-21  Erlend Aasland  <erlenda@gmail.com>
3738
3739         * ly/engraver-init.ly: remove old comments from TabVoice
3740
3741 2006-04-20  Graham Percival  <gpermus@gmail.com>
3742
3743         * Documentation/user/instrument-notation.itely: added Erlend's
3744         latest doc patch, thanks!
3745
3746 2006-04-19  Erlend Aasland <erlenda@gmail.com>
3747
3748         * lily/include/slur.hh:
3749         * lily/slur.cc:
3750         * lily/phrasing-slur-engraver.cc:
3751         * lily/slur-engraver.cc: Fix 'cut & paste' code by merging
3752         acknowledge_extra_object () from Phrasing_slur_engraver:: and
3753         Slur_engraver:: and putting it in
3754         Slur::auxiliary_acknowledge_extra_object ().
3755
3756         * ps/music-drawing-routines.ps (draw_dashed_slur): fix another bug
3757
3758         * lily/note-collision.cc: fix a comment
3759
3760 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
3761
3762         * stepmake/bin/add-html-footer.py: fix footer position in
3763         generated html files: before </body> and </html> tags.
3764
3765 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
3766
3767         * scripts/GNUmakefile: revert last "fix", which rather broke make.
3768         Earlier successive `make' commands finally compiled ok.
3769
3770         * Documentation/topdocs/INSTALL.texi: require mftrace 1.1.19.
3771
3772 2006-04-18  Erlend Aasland <erlenda@gmail.com>
3773
3774         * lily/include/stem-tremolo.hh:
3775         * lily/stem-tremolo.cc: move rotated_box () to Lookup:: and update
3776         callers.
3777
3778         * lily/lookup.cc:
3779         * lily/include/lookup.hh: add rotated_box ()
3780
3781 2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
3782
3783         * scripts/GNUmakefile: bugfix: run help2man only after scripts have 
3784         been generated. Fixes "can't get `--help'" bug after make clean.
3785
3786         * THANKS: alphabetize contributors.
3787
3788 2006-04-17  Graham Percival  <gpermus@gmail.com>
3789
3790         * Documentation/user/instrument-notation.itely: added Erlend's
3791         tabs and banjo doc patch.  Thanks!
3792
3793 2006-04-17  Erlend Aasland  <erlenda@gmail.com>
3794
3795         * scm/define-grobs.scm: fix stem-attachment for tablature note heads.
3796
3797         * ps/music-drawing-routines.ps (draw_dashed_line): fix dash pattern bug.
3798
3799         * scm/output-lib.scm: add some more predefined string tunings.
3800
3801         * Documentation/user/instrument-notation.itely: and doc them.
3802
3803 2006-04-16  Jürgen Reuter  <reuter@ipd.uka.de>
3804
3805         * ly/engraver.ly: Remove obsolete comments.
3806
3807         * ly/gregorian-init.ly: Define default layout block.
3808
3809         * input/puer-fragment.ly: Updated and extended.
3810
3811 2006-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3812
3813         * lily/lily-parser-scheme.cc: Use them to fix --output=DIR/BASE
3814         pdf conversion behaviour.
3815
3816         * flower/file-name.cc (dir_name)
3817         (get_working_directory): Move from relocate.cc.
3818
3819         * lily/relocate.cc (setup_paths): Remove rogue stat calls.
3820         
3821         * lily/relocate.cc: Encapsulate sys/stat.h in
3822         HAVE_STAT_H.
3823
3824 2006-04-14  Graham Percival  <gpermus@gmail.com>
3825
3826         * Documentation/user/ various: small updates from Cameron
3827         and Juergen, thanks!
3828
3829         * Documentation/user/ various: small updates of my own.
3830
3831         * THANKS: 2.7 -> 2.8.
3832
3833 2006-04-11  Graham Percival  <gpermus@gmail.com>
3834
3835         * scm/define-context-properties.scm: typo.
3836
3837         * Documentation/user/ : many more small updates.
3838
3839 2006-04-13  Jürgen Reuter  <reuter@ipd.uka.de>
3840
3841         * scm/define-music-types.scm: disposed "docme".
3842
3843 2006-04-11  Erlend Aasland  <erlenda@gmail.com>
3844
3845         * lily/hairpin.cc: make niente circles a bit smaller.
3846
3847 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
3848
3849         * mf/GNUmakefile: remove redundant mftrace check. Also remove
3850         get-pfa and get-*-fonts targets.
3851
3852 2006-04-10  Graham Percival  <gpermus@gmail.com>
3853
3854         * THANKS, Documentation/user/ basic-notation, advanced-notation,
3855         music-glossary, programming-interface: more minor fixes
3856         from mailist.
3857
3858         * scm/define-grob-properties.scm: clarified direction, thanks Mats!
3859
3860         * scm/define-context-properties.scm: another old \property update.
3861         This time tested for compiling!
3862
3863 2006-04-10  Erlend Aasland  <erlenda@gmail.com>
3864
3865         * mf/GNUmakefile: fix for mftrace version >= 1.2.0
3866
3867 2006-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3868
3869         * scm/define-context-properties.scm (all-user-translation-properties): 
3870         * Documentation/user/global.itely (Page formatting): Compile fix.
3871
3872 2006-04-09  Mats Bengtsson  <mabe@s3.kth.se>
3873
3874         * Documentation/user/advanced-notation.itely (Polymetric
3875         notation): Update the example to use the "+" symbol and add link
3876         to input/test/compound-time.ly.
3877
3878 2006-04-08  Graham Percival  <gpermus@gmail.com>
3879
3880         * scm/define-grob-properties.scm: clarify docs for #'direction.
3881
3882         * scm/define-context-properties.scm: update old \property override.
3883
3884         * Documentation/user/ advanced-notation, global, lilypond-book:
3885         more minor doc updates.
3886
3887 2006-04-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
3888
3889         * lily/parser.yy (Generic_prefix_music_scm): append lists, not objects.
3890
3891         * scm/backend-library.scm (search-gs): oops.
3892
3893 2006-04-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
3894
3895         * scripts/lilypond-book.py (output): use base, not filename for href.
3896
3897         * scm/backend-library.scm: only look for gs.
3898
3899         * scripts/lilypond-book.py (output): fix printfilename.
3900
3901         * lily/parser.yy (music_function_musicless_prefix): fold together
3902         definitions of signature (SCM*) (Music|post_event|chord_body_element)
3903
3904         * lily/slur.cc (print): only set font-size if not set yet.
3905
3906         * lily/slur-configuration.cc (add_score): improved layout of debug
3907         scoring output.
3908
3909 2006-04-05  David Feuer  <David.Feuer@gmail.com>
3910
3911         * music-drawing-routines.ps (draw_round_box): removed testing artifact.
3912         (draw_circle): Hopefully fixed regression.
3913         Improved documentation for several procedures.
3914         
3915 2006-03-04  Werner Lemberg  <wl@gnu.org>
3916
3917         * ly/engraver-init.ly (\Score): Add beam-event to quotedEventTypes.
3918
3919 2006-04-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
3920
3921         * scripts/musicxml2ly.py (bindir): add dynamic
3922         relocation. 
3923
3924 2006-04-04  Graham Percival  <gpermus@gmail.com>
3925
3926         * Documentation/user/ basic-notation, advanced-notation, putting,
3927         instrument-notation, invoking, lilypond, THANKS: another ream of small
3928         fixes from the Doc Helpers.
3929
3930 2006-04-03  David Feuer  <David.Feuer@gmail.com>
3931
3932         * music-drawing-routines.ps: remove superfluous gsave/grestore pairs.
3933
3934         * lilyponddefs.ps (set-ps-scale-to-lily-scale): Fixed code duplication.
3935
3936         * Cleaned up interfaces between PostScript and Scheme, and moved
3937         computations from PostScript to Scheme:
3938
3939         * music-drawing-routines.ps
3940         (*SF, stroke_and_fill): new procedures.  Replaced stroke and fill
3941         with stroke_and_fill throughout.
3942         (euclidean_length, print_letter, draw_box): Deleted unused
3943         procedures.  If someone needs draw_box, implement it using
3944         draw_round_box; don't duplicate code.
3945         (print_glyphs, draw_round_box, draw_polygon, draw_repeat_slash):
3946         Refactored/cleaned up interfaces.
3947         (mark_URI): Moved.
3948
3949         * output-ps.scm: reordered arguments to PostScript functions to
3950         match new interfaces
3951         (glyph-string): Rewrote glyph-string.
3952         (grob-cause): Replaced string-append with format.
3953         (repeat-slash): Rewrote to do computation here.
3954         (round-filled-box): Rewrote to do computation here.
3955
3956 2006-04-04  Erlend Aasland  <erlenda@gmail.com>
3957
3958         * stepmake/stepmake/generic-targets.make: add cvs-clean target
3959
3960         * stepmake/stepmake/toplevel- targets.make: print help info about
3961         cvs-clean
3962
3963 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
3964
3965         * input/regression/hairpin-circled.ly: new file
3966
3967 2006-04-03  Erlend Aasland  <erlenda@gmail.com>
3968
3969         * lily/hairpin.cc (print): add support for circled tip
3970
3971         * scm/define-grob-properties.scm: add circled-tip parameter
3972
3973         * scm/define-grobs.scm: init circled-tip to false
3974         
3975 2006-04-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
3976
3977         * scm/music-functions.scm (quote-substitute): set
3978         iterators-ctor. 
3979
3980 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
3981
3982         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): set
3983         BSTINPUTS. 
3984
3985         * Documentation/topdocs/AUTHORS.texi (Top): add David Feuer.
3986
3987         * scm/output-ps.scm (glyph-string): revert cid selectfont.
3988
3989 2006-03-31  David Feuer  <david.feuer@gmail.com>
3990         
3991         * scm/framework-ps.scm:
3992         
3993         * scm/output-ps.scm: glyph-string now produces smaller, more
3994         readable, and probably faster PostScript.  Several findfont
3995         scalefont setfont instances changed to selectfont
3996         Hacked-up string-appends changed to formats.
3997
3998         * ps/music-drawing-routines.ps: add print_letter, print_glyphs.
3999         
4000 2006-03-30  Graham Percival  <gpermus@gmail.com>
4001
4002         * scm/lily-library.scm: make "no version" warning message more polite.
4003
4004         * lily/music.cc: add double quotes to failed octave check.
4005
4006         * Documentation/user/ advanced-notation, changing-defaults,
4007         instrument-notation, invoking, music-glossary: whole bunch of minor
4008         fixes from mailist.
4009
4010 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
4011
4012         * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): use
4013         $(buildscriptdir) iso. depth.
4014
4015         * VERSION (PACKAGE_NAME): release 2.9.1
4016
4017 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
4018
4019         * lily/pango-font.cc (pango_item_string_stencil): more robustness.
4020
4021         * VERSION (PATCH_LEVEL): bump version number.
4022
4023         * flower/include/guile-compatibility.hh (scm_from_uint32): add
4024         scm_from_uint32 ()
4025
4026         * lily/pango-font.cc (pango_item_string_stencil): use
4027         scm_from_uint32 ()
4028
4029         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
4030         $(outdir)/emmentaler-%.svg): remove canary.
4031
4032         * lily/pango-font.cc (pango_item_string_stencil): only use uXXX
4033         glyphnames if we have a ttf font.
4034
4035 2006-03-30  Mats Bengtsson  <mabe@s3.kth.se>
4036
4037         * Documentation/user/advanced-notation.itely (Font selection):
4038         Corrected reference to the font-family-override.ly example.
4039
4040 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
4041         
4042         * lily/chord-tremolo-engraver.cc (acknowledge_stem): set the
4043         stem-tremolo object in the stem (or else the stem might not be
4044         long enough).
4045
4046 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
4047
4048         * lily/ttf.cc (print_trailer): only print existing glyphs.
4049
4050 2006-03-30  Joe Neeman  <joeneeman@gmail.com>
4051
4052         * lily/stem-tremolo.cc (print): for whole notes (and breves, etc.)
4053         position the tremolo based on the position of the notehead.
4054
4055         * input/regression/stem-tremolo.ly: add example of unbeamed eighth
4056         notes and update the texidoc line with the new positioning rules.
4057         
4058 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
4059
4060         * lily/ttf.cc (print_trailer): don't always use uXXX glyphname.
4061
4062         * scripts/lilypond-book.py (Module): set default for linewidth if
4063         preamble not found.
4064
4065 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
4066
4067         * VERSION (PACKAGE_NAME): release 2.9.0.
4068
4069         * input/regression/stem-tremolo-position.ly: new file.
4070
4071         * lily/stem-tremolo.cc: remove Stem_tremolo::dim_callback
4072
4073 2006-03-28  Joe Neeman  <joeneeman@gmail.com>
4074
4075         * lily/stem-tremolo.cc (print): position
4076         the tremolo depending only on the end of the stem
4077         and not on the notehead
4078         (raw_stencil): center, on the middle staff line, the
4079         flag that is closest to the end of the stem (previously
4080         the bottom flag)
4081         (calc_width): add this callback to shorten a tremolo when
4082         it is beamed or it is stemup with a flag
4083         (style): add this callback to make a tremolo rectangular when
4084         it is beamed or it is stemup with a flag
4085         (rotated_box): this is like Lookup::beam but makes a rotated
4086         rectangle instead of a parallelogram
4087
4088         * lily/stem.cc (calc_stem_info): make sure the stem
4089         is long enough to fit the tremolo
4090         (calc-length): reduce the length of tremolo stems since the
4091         tremolo code is now capable of better positioning
4092
4093         * scm/define-grobs.scm: make calc_width the default beam-width
4094         callback for stem-tremolo and add the style callback
4095                 
4096 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
4097
4098         * lily/tuplet-bracket.cc (calc_control_points): handle suicide
4099         case. 
4100
4101 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
4102
4103         * lily/ttf.cc (make_index_to_charcode_map): restore old
4104         cmap. 
4105
4106 2006-03-28  Werner Lemberg  <wl@gnu.org>
4107
4108         * lily/pango-font.cc (get_unicode_name): Fix `uXXXXX' glyph names.
4109
4110 2006-03-28  Graham Percival  <gpermus@gmail.com>
4111
4112         * THANKS: update for 2.9, add section for Documentation helpers.
4113
4114         * Documentation/topdocs/NEWS.tely: compile fix.
4115
4116         * Documentation/user/ basic-notation, global, advanced-notation,
4117         examples.itely: minor fixes from mailist.
4118
4119 2006-03-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
4120
4121         * mf/feta-bolletjes.mf: match width of solfa notes with normal
4122         note heads. 
4123
4124         * lily/ttf.cc (print_trailer): use it.
4125
4126         * lily/pango-font.cc (get_unicode_name): new function.
4127
4128         * lily/ttf.cc (make_index_to_charcode_map): move function from
4129         open-type-font.cc
4130         (print_trailer): substitute uniXXXX name if applicable. 
4131
4132         * lily/pango-font.cc (get_index_to_charcode_map): new function.
4133         (pango_item_string_stencil): use it to generate uniXXXX names.
4134
4135         * mf/feta-bolletjes.mf (overdone_heads): add small style (ugly)
4136         note heads, for uniform widths in shape note output.
4137         (overdone_heads): hmm. remove them again.
4138
4139         * scripts/lilypond-book.py (output): add links to filenames.
4140
4141         * Documentation/topdocs/INSTALL.texi (Top): update versions.
4142
4143         * lily/note-collision.cc (get_clash_groups): only consider when
4144         Note_column::dir <> CENTER. 
4145
4146         * scripts/lilypond-book.py (get_option_parser): init output_name
4147         to ''. 
4148
4149 2006-03-24  Graham Percival  <gpermus@gmail.com>
4150
4151         * Documentation/topdocs/NEWS.tely: add @end itemize
4152
4153         * Documentation/user/ global, advanced-notation: minor
4154         stuff from mailist.
4155
4156 2006-03-23  Graham Percival  <gpermus@gmail.com>
4157
4158         * Documentation/user/ lilypond.tely, music-glossary,
4159         preface: housekeeping; 2005->2006, remove "notes for 2.6"
4160
4161 2006-03-23  Han-Wen Nienhuys  <hanwen@lilypond.org>
4162
4163         * mf/GNUmakefile: don't install .enc files.
4164
4165         * Documentation/topdocs/NEWS.tely: clear for 2.9 cycle.
4166
4167         * VERSION (PATCH_LEVEL): bump to 2.9.0
4168
4169 2006-03-22  Graham Percival  <gpermus@gmail.com>
4170
4171         * Documentation/user/advanced-notation.itely: minor fixes
4172         from mailist.
4173
4174 2006-03-22  Han-Wen Nienhuys  <hanwen@lilypond.org>
4175
4176         * Documentation/topdocs/AUTHORS.texi (Top): add Joe Neeman.
4177
4178         * branch lilypond_2_8
4179
4180 2006-03-22  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
4181
4182         * scripts/lilypond-book.py (samefile): new function, for windoze
4183         compatibility.
4184
4185 2006-03-21  Graham Percival  <gpermus@gmail.com>
4186
4187         * ly/engraver-init.ly: add info about StaffGroup.
4188
4189 2006-03-21  Han-Wen Nienhuys  <lilydev@localhost.localdomain>
4190
4191         * input/regression/stem-direction-context.ly: idem.
4192
4193         * Documentation/topdocs/NEWS.tely (Top): fix interpolation example.
4194
4195         * THANKS: add Mats.
4196
4197         * input/regression/page-layout-twopass.ly: comment out \markup so
4198         tweak-file is left.
4199
4200         * lily/instrument-name-engraver.cc (finalize): add to instrument
4201         name global System. This also fixes chopped instrument names, but
4202         doesn't crash when there are slurs/beams.
4203
4204         * lily/slur-configuration.cc (add_score): disallow negative slur
4205         scores.
4206         
4207 2006-03-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4208
4209         * scm/framework-ps.scm (dump-stencil-as-EPS): remove debugging code.
4210
4211         * lily/instrument-name-engraver.cc (process_music): kludge: add
4212         InstrumentName spanner to axis group of left bound. Fixes chopped
4213         off instrument names in EPS images.
4214
4215         * input/regression/lyric-hyphen-retain.ly: elaborate explanation.
4216
4217         * scripts/abc2ly.py (option_parser): update to 2.7.40
4218
4219 2006-03-20  Graham Percival  <gpermus@gmail.com>
4220
4221         * THANKS: move small doc contributors to SUGGESTIONS.
4222
4223         * Documentation/user/ basic-notation, advanced-notation,
4224         global: small changes from mailist.
4225
4226 2006-03-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4227
4228         * Documentation/user/advanced-notation.itely (Text marks): update
4229         for new rehearsalMarkAlignSymbol convention.
4230
4231         * VERSION (PATCH_LEVEL): bump version.
4232
4233         * input/test/instrument-name-align.ly: new file.
4234
4235         * scm/define-markup-commands.scm (hcenter-in): add hcenter-in.
4236
4237         * input/test/instrument-name-align.ly: new file. Document how to
4238         align instrument names.
4239
4240         * lily/mark-engraver.cc: remove properties.
4241
4242         * scm/define-context-properties.scm
4243         (all-user-translation-properties): remove align symbol properties
4244         for barnumber/reh. mark.
4245
4246         * lily/break-align-interface.cc (self_align_callback): new
4247         interface, new function. Look at complete alignment. This handles
4248         tunable break alignments in case break-align-symbols are missing.
4249
4250         * lily/bar-number-engraver.cc (acknowledge_break_alignment): new function
4251
4252         * lily/mark-engraver.cc (acknowledge_break_alignment): new function.
4253
4254         * python/convertrules.py (conv): mark/bar number alignment rule.
4255
4256         * lily/break-align-interface.cc (calc_positioning_done): also
4257         store offset from last visible break-alignment to its
4258         neighbor. This makes alignment on non-visible objects more reliable.
4259
4260         * po/lilypond.pot (Module): ran po-replace.
4261
4262         * input/regression/tie-single-manual.ly (Module): new file.
4263
4264         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
4265         look at has_manual_position_.
4266         (from_ties): set has_manual_position_ if tie has staff-position set.
4267
4268         * lily/tuplet-bracket.cc (calc_positions): idem.
4269
4270         * lily/tuplet-number.cc (print): don't print tupletnumber if it
4271         doesn't span time.
4272
4273 2006-03-19  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4274
4275         * scm/define-markup-commands.scm (smallCaps): new markup command
4276         for turning a text to small caps using smaller font size and upper
4277         casing.
4278
4279 2006-03-17  Graham Percival  <gpermus@gmail.com>
4280
4281         * Documentation/user/ examples, instrument-notation,
4282         advnaced-notation: minor fixes from mailist.
4283
4284 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4285
4286         * Documentation/user/tutorial.itely (First steps): change example
4287         to verbatim.  
4288
4289 2006-03-17  Graham Percival  <gpermus@gmail.com>
4290
4291         * Documentation/user/ examples, advanced: minor changes from mailist.
4292
4293         * THANKS: add Geoff Horton, for documentation stuff.
4294
4295 2006-03-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4296
4297         * python/lilylib.py (system): revert have_select kludge.
4298
4299         * Documentation/user/tutorial.itely (Commenting input files):
4300         update version numbers in doc. 
4301
4302         * scm/define-grob-interfaces.scm (multi-measure-interface): add
4303         bound-padding to multi-measure-interface
4304
4305 2006-03-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4306
4307         * input/test/engraver-example.ily: update version number.
4308
4309         * VERSION (PACKAGE_NAME): release 2.7.39
4310
4311         * lily/note-spacing.cc (get_spacing): heighten threshold where
4312         accidentals/arpeggios influence previous spacing fully.
4313
4314         * lily/rest.cc (y_offset_callback): only use direction if
4315         staff-position wasn't set before.
4316
4317         * lily/bar-number-engraver.cc: add support for
4318         barNumberAlignSymbol. 
4319         add ADD_ACKNOWLEDGER() call for break_aligned. Fixes bar-number-breathe
4320
4321         * lily/pointer-group-interface.cc (set_ordered): new function. 
4322         (add_unordered_grob): new function.
4323
4324         * lily/grob-array.cc (Grob_array): grob-arrays are always assumed
4325         to ordered, unless the opposite has been proved.  This fixes
4326         random reordering of large object groups across linebreaks,
4327         eg. beams.
4328
4329         * lily/main.cc (do_chroot_jail): printf format fix.
4330
4331         * lily/tie-formatting-problem.cc (generate_configuration):
4332         multiply y-shift for dot with direction.
4333  
4334         * scm/define-markup-commands.scm (note-by-number): put (magstep
4335         size) in y-attach too.
4336
4337         * Documentation/topdocs/NEWS.tely (Top): show override.
4338
4339         * scm/define-grobs.scm (all-grob-descriptions): reinstate neutral
4340         direction for stems.
4341         
4342 2006-03-15  Graham Percival  <gpermus@gmail.com>
4343
4344         * Documentation/user/ changing-defaults, global: minor
4345         fixes from mailist.
4346
4347 2006-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4348
4349         * lily/lexer.ll (Lily_lexer): bump required version to 2.7.38
4350
4351         * lily/spacing-spanner.cc (musical_column_spacing): crude fix for
4352         breakable items after uniformly stretched notes.
4353
4354         * lily/tie-formatting-problem.cc (set_chord_outline): initialize
4355         outline with outer edge of note heads. This prevents infinity
4356         problems with tied whole notes.
4357
4358         * scripts/lilypond-book.py (do_file): use os.popen
4359
4360         * python/convertrules.py (conv): add rule for Stem #'beamed-*
4361
4362 2006-03-14 Erik Sandberg  <mandolaerik@gmail.com>
4363
4364         * Documentation/user/invoking.itely: Add ragged-right to bug report
4365         guidelines.
4366
4367 2006-03-14  Graham Percival  <gpermus@gmail.com>
4368
4369         * Documentation/user/global.itely: small fix from mailist.
4370
4371 2006-03-14  Mats Bengtsson  <mabe@s3.kth.se>
4372
4373         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use the
4374         file descriptor returned by tempfile.mkstemp() when writing
4375         to tmpfile and closing it. Solves problem with unlink(tmpfile)
4376         on mingw.
4377
4378 2006-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
4379
4380         * po/fi.po: newline bugfix.
4381
4382 2006-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
4383
4384         * scm/paper.scm (paper-alist): Rounding fixes.
4385
4386 2006-03-13  Graham Percival  <gpermus@gmail.com>
4387
4388         * Documentation/user/ changing-defaults, instrument-notation,
4389         tutorial: small fixes from mailist, mostly from Mats.  Thanks!
4390
4391 2006-03-13 Heikki Junes  <hjunes@cc.hut.fi>
4392
4393         * po/fi.po: update.
4394
4395 2006-03-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4396
4397         * stepmake/bin/add-html-footer.py (mail_address_url): don't add
4398         mailto: to http:// 
4399
4400         * python/lilylib.py (print_environment): move ps_page_count to
4401         lilypond-book.py
4402
4403 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4404
4405         * Documentation/user/music-glossary.tely (G clef): fix clef alignments.
4406
4407         * scm/framework-ps.scm (embed-document): new function. Use to
4408         embed PFA files.
4409
4410         * ly/engraver-init.ly: init rehearsalMarkAlignSymbol to staff-bar.
4411
4412 2006-03-12  Mats Bengtsson  <mabe@s3.kth.se>
4413
4414         * Documentation/user/instrument-notation.itely (Setting simple
4415         songs): Added \book{...} around the full example, so the separate
4416         markups are included in the printed example. 
4417
4418 2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4419
4420         * scripts/lilypond-book.py (get_latex_textwidth): explicitly close
4421         tmphandle.
4422
4423         * python/lilylib.py (system): rewrite system() using
4424         subprocess. Remove >& redirection trickery.
4425
4426 2006-03-11  Graham Percival  <gpermus@gmail.com>
4427
4428         * Documentation/user/ changing-defaults, global, scheme-tutorial,
4429         notation-appendices.itely: minor fixes from mailist.
4430
4431 2006-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4432
4433         * Documentation/user/GNUmakefile ($(outdir)/lilypond.html):
4434         unsplit man also needs images.
4435
4436         * tex/texinfo.tex (sectionheading, q.v.): relax after \char'15.
4437
4438         * VERSION (PACKAGE_NAME): 2.7.38 released.
4439
4440 2006-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4441
4442         * scripts/lilypond-book.py (get_latex_textwidth): look for latex
4443         log in output dir.
4444
4445 2006-03-08  Johannes Schindelin  <Johannes.Schindelin@gmx.de>
4446
4447         * lily/audio-column.cc, lily/score-performer.cc: MIDI output now
4448         respects the Score.skipTypesetting property.
4449         
4450 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4451
4452         * scm/framework-ps.scm (ps-embed-cff): no Setup section in
4453         Prolog. No %%EOF after CFF file.
4454
4455 2006-03-08  Joe Neeman  <joeneeman@gmail.com>
4456         
4457         * lily/constrained-breaking.cc (get_max_systems): used to return a
4458         much too big value
4459         (combine_demerits): use pointers to reduce copying data
4460         (calc_subproblem): idem
4461         (get_page_penalty): add page turn penalties
4462         
4463 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4464
4465         * Documentation/user/invoking.itely (Invoking lilypond): better
4466         explanation of -e usage.
4467
4468         * lily/main.cc (main_with_guile): don't append to
4469         init_scheme_code_string
4470
4471         * tex/texinfo.tex (sectionheading, q.v.): don't center @image.
4472
4473         * Documentation/user/invoking.itely: add note about MacOS X scripts.
4474
4475         * scripts/convert-ly.py (do_options): don't print help for
4476         --show-rules rule.
4477
4478         * tex/texinfo.tex: patch texinfo.tex to leave single quotes in
4479         @code and @example. Update from texinfo.tex from CVS.
4480
4481 2006-03-08  Graham Percival  <gpermus@gmail.com>
4482
4483         * Documentation/user/scheme-tutorial.itely: clarifies distances
4484         measured in staff-spaces.
4485
4486 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4487
4488         * lily/slur.cc (outside_slur_callback): only calculate offsets if
4489         consider[k] is true.
4490
4491         * scm/output-ps.scm (grob-cause): put numbers to ~$ (Thanks Johannes!)
4492
4493         * lily/spacing-basic.cc (standard_breakable_column_spacing): also
4494         consider columns that have originals.  Unifies spacing for mm
4495         rests around line breaks.
4496
4497         * lily/multi-measure-rest.cc (set_spacing_rods): read bound-padding.
4498         (set_text_rods): idem.
4499         (calculate_spacing_rods): new function: share code between
4500         set_text_rods and set_spacing_rods.
4501         (set_text_rods): take extents of bounds into account.  
4502
4503 2006-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4504
4505         * Documentation/user/basic-notation.itely (Writing music in
4506         parallel): don't use relative.
4507
4508 2006-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4509
4510         * ly/music-functions-init.ly (Module): add shiftDurations
4511
4512         * ly/drumpitch-init.ly (drumPitchNames): add tamtam.
4513
4514         * scm/paper.scm (paper-alist): no decimals for Ax paper sizes. 
4515
4516         * ly/engraver-init.ly: init vocalName to nil.
4517
4518 2006-03-05 Erik Sandberg  <mandolaerik@gmail.com>
4519
4520         * scm/music-functions.scm (music->make-music): bugfix,
4521         KeyChangeEvents are now handled correctly.
4522
4523         * scripts/lilypond-book.py: Add --debug option.
4524
4525 2006-03-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4526
4527         * python/lilylib.py: add tempfile.
4528
4529 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4530
4531         * VERSION (PACKAGE_NAME): release 2.7.37
4532
4533         * python/lilylib.py (ps_page_count): remove make_ps_images().
4534         (ps_page_count): remove mkdir_p
4535         (system): remove cleanup_temp.
4536         (exit): remove lilypond_version_(check)
4537         (error_log): remove pseudo_filter_p
4538         remove read_pipe
4539         remove cp_to_dir
4540         remove identify
4541
4542         * scripts/lilypond-book.py (Lilypond_snippet.compose_ly): don't
4543         use __main__
4544
4545         * lily/accidental-engraver.cc (make_standard_accidental): only add
4546         support for side-axis is X_AXIS. Fixes text-spacing-accidental.ly
4547
4548         * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
4549         $(outdir)/emmentaler-%.svg): rewrite without functions; too many
4550         Make incompatibilities.
4551
4552         * scm/output-ps.scm (grob-cause): replace backslashes by /
4553         (glyph-string): use ~$ for less decimals for glyph-string and grob-cause.
4554
4555 2006-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4556
4557         * cygwin/GNUmakefile: Install fixes.
4558
4559         * scripts/GNUmakefile (SEXECUTABLES): Install fix: remove mup2ly.
4560
4561         * lily/note-head.cc (head::get_balltype): Compile fix.
4562
4563         * flower/file-name.cc (dos_to_posix): Flower string fix.
4564
4565 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4566
4567         * python/lilylib.py: pychecker cleanups.
4568
4569         * scripts/lilypond-book.py
4570         (Lilypond_snippet.output_print_filename): pychecker cleanups
4571
4572         * scripts/midi2ly.py (Key.dump): pychecker cleanups.
4573
4574         * python/lilylib.py (underscore): remove identify() , warranty()
4575
4576         * ps/music-drawing-routines.ps: change Border routine for GSView
4577         compatibility.
4578
4579         * lily/stem.cc (height): use quantize-positions.  This triggers
4580         set_stem_lengths, so scripts on beamed stems are handled correctly.
4581
4582         * lily/side-position-interface.cc (aligned_side): check if edges
4583         of script are inside staff. Fixes accent of edge of the staff.
4584
4585         * input/regression/staccato-pos.ly: more examples.
4586
4587         * stepmake/aclocal.m4 (depth): fix bashism.
4588
4589         * lily/lyric-combine-music-iterator.cc: move from
4590         new-lyric-combine-iterator.cc
4591         (process): add pending_grace_lyric_ member to delay lyrics on
4592         grace notes.
4593
4594         * lily/system-start-text.cc (print): suicide if we don't have any
4595         elements. Fixes hara kiri'd instrument names.
4596
4597         * scripts/mup2ly.py (Module): remove.
4598
4599 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4600
4601         * Documentation/user/global.itely (A single music expression):
4602         close @lilypond properly
4603
4604         * lily/volta-bracket.cc (modify_edge_height): change from
4605         after_line_breaking_callback. Suicide last bracket if appropriate.
4606  
4607         * python/lilylib.py: strip getopt support
4608
4609         * scripts/etf2ly.py (do_options): use optparse
4610
4611         * scripts/midi2ly.py: optparse, strip lilylib copy. 
4612
4613         * scripts/abc2ly.py (voices): use optparse.
4614
4615         * stepmake/stepmake/generic-vars.make: new function absdir.
4616
4617         * scripts/convert-ly.py (bindir): use optparse, argv[0] relocation.
4618
4619         * scripts/lilypond-book.py (find_file): use global_options for
4620         include path
4621
4622         * scm/ps-to-png.scm (ps-page-count): prevent null characters
4623         entering C code.
4624
4625 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4626
4627         * python/lilylib.py (get_global_option): ughness for extracting
4628         global options from lilylib.
4629         (NonDentedHeadingFormatter.format_heading): move from musicxml2ly
4630
4631         * scripts/lilypond-book.py (get_option_parser): use optparse for
4632         option handling.  Put options in global_options variable.
4633
4634 2006-02-28  Heikki Junes  <hjunes@cc.hut.fi>
4635
4636         * Documentation/index.html.in: clarify.
4637
4638 2006-02-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4639
4640         * scm/layout-page-layout.scm (write-page-breaks): add a
4641         music-system-heights property to the page layout output.
4642
4643         * scm/page.scm (make-page-stencil): take footer into account when
4644         computing the 'space-left page property
4645         (annotate-space-left): take footer into account when annonating
4646         space left.
4647
4648 2006-02-28  Graham Percival  <gpermus@gmail.com>
4649
4650         * Documentation/user/ advanced-notation, global: more (final)
4651         docs for music expressions, removed special fermatas.
4652
4653 2006-02-27  Graham Percival  <gpermus@gmail.com>
4654
4655         * Documentation/user/ basic-notation, global: minor changes
4656         from mailist.
4657
4658 2006-02-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4659
4660         * scm/framework-ps.scm:         
4661         * scm/lily-library.scm (nan?, inf?): Move guile 1.6 compatibility
4662         layer for inf? and nan? from framework-ps to lily-library.
4663
4664 2006-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4665
4666         * mf/GNUmakefile ($(outdir)/emmentaler-$(1).otf
4667         $(outdir)/emmentaler-$(1).svg): remove backslashes from define endef.
4668
4669         * buildscripts/substitute-encoding.py (Module): remove file.
4670
4671         * mf/GNUmakefile: more PFA strippage.
4672
4673         * mf/aybabtu.pe.in (i): remove PFAaybabtu generation
4674
4675         * buildscripts/gen-emmentaler-scripts.py (i): remove PFAemmentaler
4676         generation
4677
4678         * scm/framework-ps.scm: remove font name munging.
4679
4680         * Documentation/topdocs/INSTALL.texi (Top): bump GS requirement.
4681
4682 2006-02-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4683
4684         * scm/markup.scm (define-markup-command): change
4685         def-markup-command to define-markup-command
4686
4687         * scm/music-functions.scm (define-music-function): change
4688         def-music-function to define-music-function.
4689
4690         * python/convertrules.py (conv): rules for def-music-function
4691         and def-markup-commands
4692
4693         * Documentation/user/programming-interface.itely,
4694         input/no-notation/display-lily-tests.ly,
4695         input/regression/lily-in-scheme.ly,
4696         input/regression/markup-user.ly,
4697         input/regression/music-function.ly, input/regression/tie-chord.ly,
4698         scm/fret-diagrams.scm, ly/music-functions-init.ly,
4699         ly/gregorian-init.ly: use new macro names (define-music-function,
4700         define-markup-command).
4701
4702 2006-02-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4703
4704         * scripts/lilypond-book.py (main): write Makefile dependencies file. 
4705         (output): add comments to lp-book latex output.
4706
4707         * GNUmakefile.in (footifymail): use gmane address for webpage bug
4708         address.
4709
4710 2006-02-23  Graham Percival  <gpermus@gmail.com>
4711
4712         * Documentation/user/ tutorial, global: minor changes.
4713
4714 2006-02-23  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4715
4716         * mf/GNUmakefile: add '\' in multi-line "define ... endef"
4717         blocks (for make 3.80)
4718
4719         * scm/parser-ly-from-scheme.scm (ly:parse-string-result): add
4720         \notemode so that user should not have to explicitely type it.
4721
4722         * scm/define-music-display-methods.scm: various
4723         fixes (ApplyOutputEvent, ApplyContext; \new, \context and derived
4724         constructs)
4725
4726         * input/no-notation/display-lily-tests.ly: new tests for
4727         \applyOutput and \applyContext
4728
4729 2006-02-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4730
4731         * lily/constrained-breaking.cc: patch by Joe Neeman: "I have
4732         changed it slightly so that the number of systems returned by
4733         solve () will be the same as the last value passed to resize
4734         (). I've also added more documentation, removed casts, fixed style
4735         problems and put in some recovery if constraints aren't satisfied."
4736
4737 2006-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4738
4739         * elisp/lilypond-mode.el (count-matches-as-number): New funtion
4740         for emacs < 22 compatibility.
4741         (count-rexp): Use it.
4742         (LilyPond-string-current-midi, LilyPond-string-all-midi): Remove
4743         substring juggling (Milan Zamazal).
4744
4745 2006-02-23  Graham Percival  <gpermus@gmail.com>
4746
4747         * Documentation/user/ basic-notation, advanced-notation,
4748         global.itely, invoking.itely, tutorial,itely:
4749         minor fixes from mailist.
4750
4751         * scm/define-markup-commands.scm: improve docs of \filled-box.
4752
4753 2006-02-23  Heikki Junes  <hjunes@cc.hut.fi>
4754
4755         * Documentation/index.html.in: changes concern the previous release.
4756
4757         * input/regression/+.ly: cultivate typographical terminology.
4758
4759 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4760
4761         * scm/define-grob-interfaces.scm (parentheses-interface): add
4762         padding to parentheses-interface.
4763
4764         * Documentation/user/GNUmakefile: remove $(CROSS) support from
4765         Documentation/user/GNUmakefile. Use --disable-documentation for that.
4766
4767         * VERSION (PATCH_LEVEL): release 2.7.36
4768
4769         * lily/slur.cc: add avoid-slur (ugh.)
4770         
4771         * lily/slur-configuration.cc (fit_factor): oops, skip point if
4772         intersection gets smaller. This fixes slurs over extreme points.
4773
4774         * lily/melody-engraver.cc (stop_translation_timestep): ignore
4775         stems with neutral-direction set.
4776
4777         * lily/piano-pedal-engraver.cc (create_text_grobs): idem.
4778
4779         * lily/open-type-font.cc (load_table): format error.
4780
4781         * lily/change-iterator.cc (process): format fix.
4782
4783         * flower/include/international.hh (_f): idem.
4784
4785         * flower/include/std-string.hh: add format printf attribute.
4786
4787         * scm/define-grobs.scm (all-grob-descriptions): height of all
4788         PedalLineSpanner is Y-extent property. Fixes pedal-ped.ly
4789
4790         * lily/ambitus-engraver.cc (finalize): use grob_array. This fixes
4791         ambitus lines.
4792
4793         * input/regression/beam-cross-staff-slope.ly: remove decrescendo.
4794
4795 2006-02-22 Erik Sandberg  <mandolaerik@gmail.com>
4796
4797         * input/regression/: upgraded syntax for some files.
4798
4799         * THANKS: Add bughunters.
4800
4801 2006-02-22  Graham Percival  <gpermus@gmail.com>
4802
4803         * Documentation/user/ invoking.itely, advanced-notation.itely,
4804         global.itely: long-awaited "let's make chapter 10 not suck"
4805         update.  Rearrange chapter 10; now called "global issues",
4806         addresses file structure, etc.  Some info from other files
4807         moved into global.itely.
4808
4809 2006-02-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4810
4811         * lily/accidental-engraver.cc (acknowledge_rhythmic_head): also
4812         catch trill-span-event notes.
4813
4814         * Documentation/user/examples.itely (Ancient notation templates): typo.
4815         (Jazz combo): typo.
4816
4817         * scripts/lilypond-book.py (main): scrap invokes_lilypond(). 
4818
4819         * Documentation/user/basic-notation.itely (Ties): document \repeatTie.
4820
4821         * Documentation/topdocs/NEWS.tely (Top): document \repeatTie.
4822
4823         * scm/define-music-types.scm (music-descriptions): add RepeatTieEvent
4824
4825         * lily/repeat-tie-engraver.cc (acknowledge_note_head): new file. cut & paste
4826         froum Laissez_vibrer_engraver.
4827
4828         * ly/declarations-init.ly (repeatTie): add \repeatTie
4829
4830         * scm/define-grobs.scm (all-grob-descriptions): add RepeatTie, RepeatTieColumn
4831
4832         * scm/define-grob-properties.scm (all-user-grob-properties): add
4833         head-direction property.
4834
4835         * lily/tie-formatting-problem.cc (from_semi_ties): rename from
4836         from_lv_ties. Take head direction argument.
4837
4838         * lily/semi-tie-column.cc: rename from
4839         laissez-vibrer-tie-column.cc. Rename class too.
4840
4841         * lily/semi-tie.cc: rename from laissez-vibrer-tie.cc. Rename
4842         class too.
4843
4844         * lily/paper-score.cc (find_break_indices): move from Break_algorithm.
4845
4846         * lily/break-algorithm.cc (find_break_indices): remove linewidth <
4847         0 case.
4848         (find_breaks): idem.
4849
4850 2006-02-21  Graham Percival  <gpermus@gmail.com>
4851
4852         * Documentation/user/advanced-notation.itely: fixed make-moment]
4853         example.
4854
4855         * Documentation/user/basic-notation.itely: more clarification to
4856         transpose.
4857
4858 2006-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4859
4860         * lily/include/constrained-breaking.hh (class
4861         Constrained_breaking): new file.
4862
4863         * lily/constrained-breaking.cc (resize): new file.
4864
4865         * lily/gourlay-breaking.cc (do_solve): ragged-last iso raggedlast
4866
4867         * Documentation/user/advanced-notation.itely (Clusters): insert
4868         end ignore too.
4869
4870         * lily/tie-column.cc (calc_positioning_done): support for
4871         tie-score debugging
4872
4873         * lily/tie-formatting-problem.cc
4874         (generate_extremal_tie_variations): factor out.
4875         (score_ties_configuration): annotate all tie 
4876         (print_ties_configuration): new routine.
4877         (generate_configuration): nudge extremal ties outside of the head
4878         Y extents.
4879         (score_ties_configuration): oops. convert to staff-space before
4880         determining position symmetry.
4881
4882 2006-02-20  Graham Percival  <gpermus@gmail.com>
4883
4884         * Documentation/user/*-notation.itely: misc minor editing,
4885         shifting doc sections around.
4886
4887         * Documentation/user/*-notation-itely, global.itely,
4888         changing-defaults.itely: added new stuff from NEWS.
4889
4890 2006-02-20  Heikki Junes  <hjunes@cc.hut.fi>
4891
4892         * po/fi.po: update.
4893
4894 2006-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4895
4896         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): don't run
4897         lilypond --verbose for lp-book.
4898
4899         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
4900         $(outdir)/%.ly $(outdir)/%.ps): use $(srcdir) iso $(shell pwd).
4901
4902         * make/lysdoc-rules.make ($(outdir)/collated-files.tely): use
4903         $(buildscript-dir) iso. absolute depth.
4904
4905         * buildscripts/genicon.py (dir): thinko.
4906
4907         * Documentation/pictures/GNUmakefile ($(outdir)/%.ico): typo.
4908
4909 2006-02-19 Erik Sandberg  <mandolaerik@gmail.com>
4910
4911         * scm/output-lib.scm: swap darkcyan/darkyellow
4912
4913         * THANKS: Add bughunters.
4914
4915 2006-02-19  Graham Percival  <gpermus@gmail.com>
4916
4917         * Documentation/user/programming-interfaces.itely: fixed example.
4918
4919         * Documentation/user/instrument-notation.itely: fix @{ @}.
4920
4921         * scm/script.scm: add avoid-slur for \open.
4922
4923 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4924
4925         * lily/tie-formatting-problem.cc (score_configuration): use
4926         sliding score for min-length. 
4927
4928         * Documentation/pictures/GNUmakefile (local-dist): loose the rule
4929         spaghetti for icons.
4930
4931         * buildscripts/genicon.py (program_name): new file.
4932
4933         * lily/tie-formatting-problem.cc (set_chord_outline): put dots
4934         in outline too.  
4935         (generate_configuration): for small ties, also look for collisions
4936         at Y + DIR*h + DELTA_Y.
4937         (get_variations): consider variation for dot positions too.
4938
4939         * lily/side-position-interface.cc (aligned_side): take abs for
4940         quantized rounded position. Fixes tenuto below staff.
4941
4942         * scm/stencil.scm (annotate-y-interval): robustify: print nan/inf
4943         markers when necessary.
4944
4945         * lily/program-option.cc (internal_set_option): add
4946         strict_infinity_checking option.
4947
4948         * scm/output-lib.scm (cyan): swap yellow and cyan.
4949
4950 2006-02-19  Graham Percival  <gpermus@gmail.com>
4951
4952         * darwin.patch: trivial linenumber update.
4953
4954         * Documentation/user/ {various}: `\context foo = named' changed
4955         to `\new foo = "name"' in docs.
4956
4957 2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4958
4959         * scm/stencil.scm (annotate-y-interval): use it.
4960
4961         * scm/lily-library.scm (interval-sane?): new function.
4962
4963         * buildscripts/mf-to-table.py (Char_metric.__init__): remove
4964         tfm_checksum stuff.
4965
4966         * lily/tie-formatting-problem.cc (from_lv_ties): add heads for
4967         common refpoint.
4968
4969         * flower/include/std-vector.hh (iterof): add iterof macro.
4970
4971         * lily/enclosing-bracket.cc (width): new function.
4972
4973         * lily/align-interface.cc (align_elements_to_extents): reinstate
4974         warning.
4975
4976 2006-02-18  Heikki Junes  <hjunes@cc.hut.fi>
4977
4978         * Documentation/index.html.in: fix spelling: thankyous.
4979
4980 2006-02-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4981
4982         * lily/lyric-hyphen.cc: typo.
4983
4984 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4985
4986         * stepmake/stepmake/c++-rules.make ($(outdir)/%.cc
4987         $(outdir)/%.hh): generate h and c in one rule; otherwise -jX
4988         builds don't work. 
4989
4990         * VERSION: release 2.7.35
4991
4992         * lily/beam.cc (get_default_dir): oops. Take abs () for
4993         extremes[DOWN].
4994         (get_default_dir): use extreme position criterion only in absence
4995         of forced stem directions.
4996
4997         * VERSION (PATCH_LEVEL): bump VERSION.
4998
4999         * mf/GNUmakefile: explicit rules for emmentaler/aybabtu
5000         dependencies. Necessary for -jX builds.  
5001
5002 2006-02-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5003
5004         * lily/relocate.cc (setup_paths): Yet another const fix.
5005
5006 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5007
5008         * configure.in (HOST_ARCH): determine HOST_ARCH in configure.
5009
5010         * lily/relocate.cc (setup_paths): oops.
5011
5012 2006-02-17  Heikki Junes  <hjunes@cc.hut.fi>
5013
5014         * Documentation/index.html.in: order links: html before PDF.
5015
5016 2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5017
5018         * lily/tie-column-format.cc (Module): remove.
5019
5020         * lily/relocate.cc (setup_paths): GCC 4.2 fixes: const correctness.
5021
5022         * lily/text-spanner.cc (print): idem.
5023
5024         * lily/dynamic-text-spanner.cc (print): only print line if longer
5025         than dash-period.
5026
5027         * lily/auto-change-iterator.cc (change_to): formatting.
5028
5029         * lily/beam.cc (get_default_dir): take extreme note head as input
5030         for stem direction.
5031
5032         * lily/tie.cc (get_default_dir): only look directions for visible
5033         stems. 
5034
5035         * lily/side-position-interface.cc (aligned_side): oops. Don't
5036         mutiply with direction. This fixes quantized (staccato, tenuto)
5037         scripts below notes.
5038
5039         * lily/lyric-hyphen.cc (set_spacing_rods): oops. Multiply with
5040         direction. Fixes c-lyrics-center-align.ly
5041
5042 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
5043
5044         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Add copy
5045         constructor.
5046
5047         * lily/std-string.cc:
5048         * lily/include/std-vector.hh (split_string): Move and rename from
5049         lily/include/misc.hh, lily/misc.cc.  Update callers.
5050
5051 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5052
5053         * lily/include/pango-font.hh: HAVE_PANGO_FT2 iso. HAVE_PANGO_16
5054
5055 2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
5056
5057         * flower/test-file.cc: New file.
5058
5059         * stepmake/stepmake/test-vars.make (TEST_MODULE_LIBES): Fixes for
5060         libraries.
5061
5062         * flower/GNUmakefile (TEST_MODULE_LIBS): Link to flower lib.
5063
5064 2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5065
5066         * flower/include/file-storage.hh: remove file.
5067
5068         * lily/include/midi-item.hh (class Midi_track): idem.
5069
5070         * lily/include/source.hh (class Sources): idem.
5071
5072         * lily/include/performance.hh (class Performance): use vector
5073         iso. Cons<>
5074
5075         * flower/include/cons.hh (class Cons): remove file.
5076
5077         * flower/include/flower-proto.hh: remove template cruft.
5078
5079         * lily/include/font-metric.hh: use size_t not vsize for indices.
5080
5081         * flower/include/flower-proto.hh (Module): remove std-vector.hh
5082         from proto.
5083
5084         * lily/include/all-font-metrics.hh: use HAVE_PANGO_FT2
5085
5086         * lily/include/paper-book.hh (class Paper_book):
5087         make get_system_specs() public.
5088
5089         * scm/layout-page-layout.scm (optimal-page-breaks): only consider
5090         the force=10000 case if we don't have a current-best. 
5091
5092         * lily/tuplet-bracket.cc (get_bounds): don't do (size() - 1) for
5093         vsize 
5094
5095         * flower/include/flower-proto.hh: remove outdated templates.
5096
5097         * scm/page.scm: use annotate-spacing
5098
5099 2006-02-15  Graham Percival  <gpermus@gmail.com>
5100
5101         * scm/translation-functions.scm: circle patch from Erlend, thanks!
5102
5103         * THANKS: moved Erlend Aasland to contributors.
5104
5105 2006-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5106
5107         * config.hh.in: remove HAVE_PANGO_16
5108
5109         * lily/tuplet-bracket.cc (calc_positions): multiply with
5110         staff-space for beam case. This fixes tuplets+beams on scaled
5111         staves.
5112
5113         * config.hh.in: remove all Kpathsea related defines.
5114
5115         * lily/dot-column.cc (side_position): reach stem via dots->
5116         head->stem. Inspect all stems for dot collisions. 
5117
5118         * lily/dot-column-engraver.cc (class Dot_column_engraver): excise
5119         stem handling.
5120
5121         * lily/bar-number-engraver.cc (process_music): document function
5122         of whichBar.
5123
5124         * lily/score.cc (default_rendering): add pscore, not systems
5125         themselves.
5126
5127         * lily/paper-book.cc (get_system_specs): separate generation of
5128         titles and systems.
5129
5130         * flower/include/std-vector.hh: don't include config.hh
5131
5132 2006-02-15  Jan Nieuwenhuizen  <janneke@gnu.org>
5133
5134         * flower/include/std-vector.hh: Better wrapper compatibility with
5135         std::vector.
5136
5137         * flower/include/flower-proto.hh: Remove cheap forward declaration
5138         attempts.
5139
5140         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): Bugfix.
5141
5142 2006-02-14  Graham Percival  <gpermus@gmail.com>
5143
5144         * Documentation/user/invoking.itely: add warning about command line.
5145
5146 2006-02-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5147
5148         * lily/include/lily-proto.hh: add Prob, rm Page.
5149
5150         * flower/include/std-vector.hh (VPOS): use 64 bit-proof version.
5151
5152         * VERSION: release 2.7.34
5153
5154         * lily/relocate.cc (framework_relocation): show canary if
5155         GHOSTSCRIPT_VERSION undefined.
5156
5157         * GNUmakefile.in: remove $(VERSION) symlink.
5158
5159         * lily/relocate.cc (setup_paths): add + 
5160
5161 2006-02-13  Heikki Junes  <hjunes@cc.hut.fi>
5162
5163         * Documentation/index.html.in: specify sizes for all big HTML pages.
5164
5165 2006-02-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5166
5167         * config.hh.in: remove @FRAMEWORKDIR@
5168
5169         * lily/system-start-text.cc (get_stencil): new file: separate out
5170         system-start-delimiter text support.
5171
5172         * input/**ly: replace \context with \new where appropriate.
5173         
5174         * THANKS: add Don.
5175
5176         * lily/slur-scoring.cc (get_base_attachments): use
5177         robust_relative_extent. This fixes problems with empty paper-columns. 
5178
5179 2006-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5180
5181         * Documentation/topdocs/NEWS.tely (Top): document \new syntax.
5182
5183         * scm/define-music-properties.scm (all-music-properties):
5184         create-new property.
5185
5186         * lily/context-specced-music-iterator.cc (construct_children):
5187         inspect 'create-new property iso. magical $uniqueContextId context
5188         id.
5189
5190         * lily/parser.yy (optional_id): allow \new "Bar" = "foo" too.
5191
5192         * lily/context-key-manager.cc (Module): new file. Encapsulate
5193         object key generation.
5194
5195         * lily/include/context-key-manager.hh (Module): new file.
5196
5197 2006-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5198
5199         * scm/define-grobs.scm (all-grob-descriptions): center instrument
5200         names vertically
5201
5202         * configure.in (LINK_GXX_STATICALLY): strip -DSTRING_UTILS_INLINED
5203         options.
5204         (reloc_b): excise --enable-framework-dir
5205
5206         * lily/relocate.cc (framework_relocation): use getenv
5207         LILYPOND_GS_VERSION or -DGHOSTSCRIPT_VERSION to set GS version.
5208
5209 2006-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5210
5211         * flower/include/std-string.hh: 
5212         * flower/include/std-vector.hh: Finish std:: conversion; move
5213         flower extensions from std:: namespace.  Update users.
5214
5215         * lily/include/lily-proto.hh: Replace Link_array__*_ macros by
5216         their expansion to vector<*>.  Update users.
5217
5218 2006-02-10  Graham Percival  <gpermus@gmail.com>
5219
5220         * Documentation/user/invoking.itely: add example to File structure.
5221
5222         * Documentation/user/ instrument-notation.itely, cheatsheet.itely,
5223         examples.itely, putting.itely: {\new|\context} Lyrics \lyricsto.
5224
5225 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5226
5227         * ly/paper-defaults.ly: typo.
5228
5229         * lily/parenthesis-engraver.cc (acknowledge_grob): don't do
5230         set_parent() for parentheses. This will make it show up in bbox
5231         calculations.
5232
5233         * scm/output-lib.scm (parentheses-item::print): rewrite, using
5234         ly:grob-common* functions.
5235
5236         * lily/grob-scheme.cc (LY_DEFINE):
5237         ly:grob-common-refpoint-of-array: new function 
5238         ly:grob-common-refpoint: new function 
5239         ly:grob-relative-coordinate: new function 
5240
5241         * lily/instrument-name-engraver.cc (process_music): use
5242         Text_interface::is_markup(). This fixes \markup on instrument names.  
5243
5244         * scm/define-grobs.scm (all-grob-descriptions): set line-thickness
5245         for ties and slurs.
5246
5247         * lily/slur.cc (print): idem.
5248
5249         * lily/tie.cc: add line-thickness for ties. 
5250
5251 2006-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5252
5253         * scm/output-svg.scm: Document diversion from GNU coding standards
5254         as a workaround for a bug in Microsoft Internet Explorer.
5255
5256 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5257
5258         * lily/instrument-name-engraver.cc (process_music): use
5259         is_markup() iso. is_string()
5260
5261         * Documentation/user/changing-defaults.itely (Module): add menu entry.
5262
5263         * lily/percent-repeat-engraver.cc (process_music): only look at
5264         main_part_ for % repeats.
5265
5266         * lily/stem-tremolo.cc (get_beam_translation): new function.
5267         (calc_slope): new function.
5268         (height): don't use real slope.
5269
5270 2006-02-10  Jürgen Reuter  <reuter@ipd.uka.de>
5271
5272         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: add
5273         new connect-to-neighbor, control-points and staff-padding
5274         properties to make ligature brackets showing up again.
5275
5276 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5277
5278         * VERSION: release 2.7.33
5279
5280         * lily/relocate.cc (prefix_relocation): oops. One TOPLEVEL_VERSION
5281         too many.
5282
5283         * Documentation/user/changing-defaults.itely (Difficult tweaks):
5284         remove applyOutput example.
5285         (Objects connected to the input): document \tweak, \parenthesize
5286
5287         * lily/relocate.cc (prefix_relocation): allow "current"
5288         iso. TOPLEVEL_VERSION for share/lilypond/ suffix. This makes
5289         changing VERSION in a lily tree less painful.
5290
5291         * input/regression/parenthesize.ly: new file. 
5292
5293         * scm/output-lib.scm (parenthesize-element): new function.
5294
5295         * scm/define-grobs.scm (all-grob-descriptions): add ParenthesesItem.
5296
5297         * lily/parenthesis-engraver.cc (acknowledge_grob): new file.
5298
5299         * lily/accidental-engraver.cc (make_standard_accidental): reroute
5300         cause: accidentals are caused by note heads, not note events. 
5301
5302 2006-02-08  Graham Percival  <gpermus@gmail.com>
5303
5304         * darwin.patch: small patch from Erlend, thanks!
5305
5306         * Documentation/user/basic-notation.itely: add stem-neutral example.
5307
5308         * Documentation/user/putting.itely: clarifications.
5309
5310 2006-02-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5311
5312         * Documentation/topdocs/NEWS.tely (Top): remove internal cleanup
5313         note, add more guidelines to what should go into NEWS.
5314
5315         * input/sakura-sakura.ly: document how to override font.
5316
5317         * input/regression/font-family-override.ly:  doc -dshow-available-fonts
5318
5319 2006-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5320
5321         * lily/midi-item.cc (to_string): truncate time sig at 255 beats.
5322
5323 2006-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
5324
5325         * scripts/convert-ly.py (lilypond_version_re_str): Move from
5326         convertrules.  Add explicit grouping, needed for python2.2.
5327
5328 2006-02-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5329
5330         * Documentation/topdocs/NEWS.tely (Top): Mention code cleanup.
5331
5332 2006-02-07  Graham Percival  <gpermus@gmail.com>
5333
5334         * Documentation/user/global.itely: fix line-width in (text) docs.
5335
5336         * Documentation/user/lilypond-book.itely: same.
5337
5338 2006-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5339
5340         * VERSION (PACKAGE_NAME): release 2.7.32
5341
5342         * Documentation/topdocs/NEWS.tely (Top): document new variable
5343         naming.
5344
5345         * flower/include/array.icc (Message): remove file.
5346
5347         * flower/include/std-vector.hh: make sure vsize and VPOS are
5348         defined for binary_search_bounds().
5349
5350         * flower/std-string.cc (std): add to_string(long unsigned).
5351
5352         * configure.in (gui_b): excise std_string option.
5353         (gui_b): excise std_vector option.
5354
5355         * flower/string.cc (Module): excise flower array & string
5356
5357         * flower/include/std-string.hh: excise flower string.
5358
5359         * {ly,lily,scm}/*: use dashes in \paper and \layout variables
5360
5361         * python/convertrules.py (lilypond_version_re_str): require
5362         only numbers and dots in \version string.
5363
5364 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5365
5366         * lily/system-start-delimiter.cc (print): allow style = text too.
5367
5368         * lily/system-start-delimiter-engraver.cc
5369         (acknowledge_system_start_text): new function, also add add to
5370         support of system-start-text (instrument names). This fixes
5371         instrument names on piano staves.
5372
5373         * lily/instrument-name-engraver.cc: rewrite. Use
5374         system-start-delimiter approach. This save memory and cpu.
5375
5376         * scm/define-grobs.scm (all-grob-descriptions): remove
5377         instrument-name from break-alignment.
5378
5379         * mf/GNUmakefile ($(NCSB_TTFS)): depend on pfx2ttf script too.
5380
5381 2006-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5382
5383         * stepmake/stepmake/generic-vars.make (LOOP): Add PLUS to keep -j
5384         jobserver going.
5385
5386         * configure.in (std_vector): On by default.
5387
5388         * lily/include/font-metric.hh:
5389         * lily/include/tfm-reader.hh: 
5390         * lily/include/spanner.hh: Use unsigned for indices and sizes.
5391         Update users.
5392
5393         * Documentation/user/changing-defaults.itely: Fix link v2.5, out-www.
5394
5395 2006-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5396
5397         * VERSION (PACKAGE_NAME): 2.7.31
5398
5399         * scm/framework-ps.scm (dump-stencil-as-EPS): don't hardcode left
5400         EPS edge at 0, but take minimum with left-overshoot. This fixes
5401         cut off system start delims. 
5402
5403         * lily/instrument-name-engraver.cc (stop_translation_timestep):
5404         hack: add to axis group if not added yet. This fixes hara kiri'd
5405         piano staves.
5406
5407         * lily/hara-kiri-group-spanner.cc
5408         (force_hara_kiri_in_y_parent_callback): fix signatures.
5409
5410         * lily/hairpin.cc (print): check next hairpin to see whether or
5411         not to be continuing.
5412
5413 2006-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
5414
5415         * Remove trailing whitespace from makefiles.
5416         
5417         * flower/include/std-vector.hh: Add binary_search_bounds workaround
5418         for earlier gcc.
5419
5420         * .cvsignore: Add out*, out-www, config-*.  Remove lots of cruft.
5421
5422         * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Workaround.
5423
5424         * config.hh.in (HAVE_STL_DATA_METHOD): Add.
5425
5426         * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): New function.
5427
5428         * configure.in: Use it.
5429
5430 2006-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5431
5432         * scm/music-functions.scm (pitch-of-note): new function.
5433
5434         * ly/music-functions-init.ly: add \octave and \addquote
5435
5436         * lily/parser.yy (music_function_chord_body): softcode \octave.
5437         (lilypond_header): softcode \addquote
5438
5439 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5440
5441         * flower/include/std-vector.hh[STD_VECTOR]: Do not include
5442         array.hh, parray.hh at all.  Getting ready to flip the
5443         configure default.
5444
5445         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
5446
5447         * lily/source-file.cc (file::get_line): Help binary_search_bounds
5448         a bit.
5449
5450         * lily/include/lily-proto.hh (Link_array__char_): Bugfix.
5451
5452 2006-02-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5453
5454         * flower/include/array.hh: typo. 
5455
5456 2006-02-02  Graham Percival  <gpermus@gmail.com>
5457
5458         * Documentation/user/advanced-notation.itely: doc "\#" in text.
5459
5460 2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5461
5462         * flower/include/pqueue.hh: Derive from std::vector.
5463
5464         * flower/include/parray.hh: Conform to std::vector interface.
5465         Update users.
5466
5467 2006-02-02  Graham Percival  <gpermus@gmail.com>
5468
5469         * Documentation/topdocs/NEWS.itely: grammar fix from Laura.
5470
5471 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5472
5473         * flower/file-path.cc (is_file): remove if 0 section.
5474
5475         * buildscripts/pfx2ttf.fontforge (err): robustness fix for
5476         selecting afii61352.
5477
5478 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5479
5480         * flower/include/std-vector.hh (boundary): Oops, reverse.
5481
5482         * flower/string-convert.cc (convert::unsigned_string): Bugfix:
5483         remove superfluous `d'.
5484
5485         * flower/include/std-vector.hh (boundary, top): Detach from class.
5486         Remove empty vector shell.
5487
5488         * flower/include/array.hh (reverse, swap): Detach from class.
5489         Update users.
5490         
5491         * flower/include/std-vector.hh
5492         * flower/include/array.hh (concat): Globally change to insert ().
5493
5494         
5495         * flower/include/std-vector.hh
5496         * flower/include/parray.hh
5497         * flower/include/array.hh (elem, elem_ref): Globally replace by
5498         at ().
5499
5500 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5501
5502         * Documentation/topdocs/NEWS.tely (Top): use ly: prefix for members.
5503
5504         * python/convertrules.py (FatalConversionError.sub_cxx_id):
5505         anticipate on identifier substitutions.
5506
5507 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5508
5509         * flower/include/std-vector.hh (insert): Remove, replace by
5510         std::vector interface.  Update callers.
5511
5512         * flower/include/array.icc (insert): Change signature to
5513         match std::vector interface.
5514         
5515         * flower/include/array.icc (vector_sort): Bugfix.
5516
5517 2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5518
5519         * lily/parser.yy (output_def_head_with_mode_switch): new
5520         production. Result: dashes and underscores may be used in the
5521         \paper block.
5522
5523         * lily/lexer.ll: add DASHED_WORD.  Accept in INITIAL mode.
5524
5525         * python/convertrules.py (conv): oops. One slash too much.
5526
5527 2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5528
5529         * flower/include/std-vector.hh (sort): Remove, replace by
5530         ::vector_sort.  Update callers.
5531
5532         * flower/include/std-vector.hh (slice): Remove.  Update callers.
5533         (sort): Bugfix.
5534
5535         * flower/test-std.cc (vector_sort): New test.
5536
5537 2006-02-01  Graham Percival  <gpermus@gmail.com>
5538
5539         * Documentation/user/putting.itely: fixes from Erik.
5540
5541 2006-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
5542
5543         * flower/test-std.cc: Add simple unit test for vector migration.
5544
5545         * stepmake/stepmake/test*: Unit test support.
5546
5547         * flower/include/std-vector.hh (del): Remove.  Use erase (),
5548         update callers.
5549
5550         * flower/include/array.hh (begin, end): Add.
5551         (del, get): Remove.
5552
5553 2006-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5554
5555         * lily/include/lily-guile-macros.hh (MAKE_SCHEME_CALLBACK): use
5556         std::string not String. 
5557
5558         * lily/context-def.cc (path_to_acceptable_context): use INT_MAX
5559         iso UINT_MAX.
5560
5561         * lily/prob.cc (Prob): copy type_ too.
5562
5563         * lily/lily-guile.cc (mangle_cxx_identifier): new
5564         function. Class_bla::foo_bar_[px] ->
5565         ly:class-bla::foo-bar[?!]. Changes throughout
5566
5567 2006-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5568
5569         * flower/include/guile-compatibility.hh (scm_from_unsigned): add scm_from_unsigned().
5570
5571         * lily/beam.cc (calc_direction): take dir from visible stem in
5572         degenerate case.
5573
5574 2006-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
5575
5576         * lily/melody-spanner.cc (spanner::calc_neutral_stem_direction):
5577         Fix -1, >=0 boundary checks for unsigned vsize.
5578
5579         * lily/separating-group-spanner.cc (spanner::find_rods): Fix >=0
5580         loop for unsigned vsize.
5581
5582         * configure.in (--enable-std-vector): New option.
5583         (--enable-std-string): On by default.
5584
5585         * flower/include/std-vector.hh: New file.  Enable switch to
5586         std::vector, update client code.
5587
5588 2006-01-30  Graham Percival  <gpermus@gmail.com>
5589
5590         * scm/document-translation.scm: clarify "this context is also
5591         known as".  Thanks, Werner!
5592
5593         * Documentation/user/putting.itely: small fixes from Don Blaheta.
5594
5595         * Documentation/user/invoking.itely: small fix from Don.
5596
5597 2006-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5598
5599         * scm/lily.scm (define-scheme-options): rename option
5600         preview-include-book-title to book-title-preview
5601         (define-scheme-options): move force-eps-font-include (from paper
5602         block) to eps-font-include -d option.
5603
5604         * VERSION (PATCH_LEVEL): release 2.7.30
5605
5606         * input/bach-schenker.ly (staffPiano): new file.
5607
5608         * buildscripts/pfx2ttf.fontforge: remove No. glyph from TTF file.
5609
5610         * Documentation/topdocs/NEWS.tely (Top): simplify NEWS entry, add
5611         credits to Nicolas.
5612
5613         * scm/define-markup-commands.scm (epsfile): add scaling to \epsfile.
5614
5615         * ps/lilyponddefs.ps: remove start-system, stop-system,
5616         start-page fluff. This saves putting { } code on the stack, fixing
5617         stack overflows when including EPS files.
5618
5619 2006-01-29  Graham Percival  <gpermus@gmail.com>
5620
5621         * Documentation/user/putting.itely: minor fixes (comments on -devel).
5622
5623 2006-01-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5624
5625         * Documentation/topdocs/NEWS.tely (Top): add \parallelMusic news.
5626
5627 2006-01-28  Graham Percival  <gpermus@gmail.com>
5628
5629         * Documentation/user/putting.itely: minor fixes (mostly tab->space).
5630
5631 2006-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5632
5633         * input/mutopia/claop.py: Update.
5634
5635 2006-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5636
5637         * input/regression/completion-heads.ly (texidoc): fix.
5638
5639         * lily/staff-symbol-referencer.cc (on_staff_line): idem.
5640
5641         * lily/tie-formatting-problem.cc
5642         (set_ties_config_standard_directions): use abs iso fabs for ints.
5643
5644         * Documentation/topdocs/INSTALL.texi (Top): document ncsb requirement.
5645
5646         * mf/feta-bolletjes.mf (overdone_heads): solfa_noteheight, a
5647         little less than noteheight, to prevent overlaps in chords.
5648
5649         * lily/note-collision.cc (check_meshing_chords): wipe upper FA
5650         head, and fudge stem-attachment.
5651
5652         * scm/lily-library.scm (not): define hash-for-each for guile 1.6
5653
5654         * lily/slur-scoring.cc (get_best_curve): handle opt_idx < 0 case.
5655
5656 2006-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5657
5658         * lily/main.cc (main): Debugging aid: catch exceptions.
5659
5660         * flower/std-string.cc (to_string): Robustification.  Fixes midi
5661         output with std::string.
5662
5663 2006-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5664
5665         * Documentation/topdocs/INSTALL.texi (Top): remove libkpathsea notes.
5666
5667 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5668
5669         * Fix -DSTRING_UTILS_INLINED.
5670
5671 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5672
5673         * VERSION (PATCH_LEVEL): release 2.7.29
5674
5675         * lily/relocate.cc (setup_paths): mingw uses std string too.
5676
5677         * lily/*.cc: various fixes for substr(ARG).
5678
5679         * lily/sustain-pedal.cc (print): 
5680
5681         * flower/file-name.cc (slashify): use std strings.
5682
5683         * flower/string-convert.cc: remove publib.h
5684
5685         * scm/define-markup-commands.scm (verbatim-file): new markup
5686         command \verbatim-file
5687
5688         * Documentation/topdocs/NEWS.tely: fixup URLs
5689
5690         * input/regression/alignment-vertical-manual-setting.ly (Module):
5691         new file.
5692
5693         * lily/align-interface.cc (align_elements_to_extents): overwrite
5694         translations with numbers in alignment-offsets from left bound
5695
5696         * scm/page.scm (make-page-stencil): read X-offset from paper-system.
5697         (page-translate-systems): new function: take into account Y-offset.
5698
5699         * Documentation/topdocs/NEWS.tely (Top): document new features.
5700
5701         * input/regression/page-layout-manual-position.ly (Module): new
5702         file.
5703
5704 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5705
5706         * flower/file-path.cc (path::parse_path): Oops.
5707
5708         * Finish std::string interface.  For now, use std:: marker
5709         throughout for easy s/r.
5710
5711 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5712
5713         * Documentation/user/putting.itely (Score is a single musical
5714         expression): typo.
5715         (Score is a single musical expression): more typos.
5716
5717         * scm/page.scm (annotate-space-left): thinko.
5718         (annotate-page): more thinkos.
5719
5720 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5721
5722         * scm/layout-page-layout.scm (write-page-breaks): record tweaks
5723         for different \score blocks separately.
5724         (post-process-pages): put write-page-layout into paper block.
5725
5726         * lily/output-def.cc (get_parser): new file.
5727
5728         * lily/output-def-scheme.cc (LY_DEFINE): ly:output-def-parser, new
5729         file.
5730
5731         * lily/include/output-def.hh (class Output_def): add parser_ member.
5732
5733         * input/regression/page-layout-twopass.ly (Module): new file.
5734
5735         * scm/lily.scm: remove cpp hack.
5736
5737         * lily/lyric-engraver.cc (get_voice_to_lyrics): use NPOS everywhere.
5738
5739 2006-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5740
5741         * GNUmakefile.in (c-clean): New target.
5742
5743         * flower/include/std-string.hh: String/std::string compatibility:
5744         Use NPOS for `not found' (iso -1), use ssize for length () and pos
5745         type.
5746
5747         * flower/rational.cc: 
5748         * flower/include/rational.hh: 
5749
5750         * flower/offset.cc: 
5751         * flower/include/offset.hh: 
5752
5753         * flower/interval.cc: 
5754         * flower/include/interval.hh: 
5755
5756         * flower/string-convert.cc: 
5757         * flower/include/string-convert.hh: Use std::string [interface].
5758         Update callers.
5759
5760 2006-01-25  Heikki Junes  <hjunes@cc.hut.fi>
5761
5762         * Documentation/index.html.in: clean up.
5763
5764 2006-01-25  Graham Percival  <gpermus@gmail.com>
5765
5766         * Documentation/user/putting.itely: another new untested doc section.
5767
5768 2006-01-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5769
5770         * scm/layout-page-layout.scm (write-page-breaks): write
5771         \spacingTweaks #ALIST. Handle grace timing.
5772
5773         * scm/: more imports.
5774
5775         * scm/page.scm (make-page): add footer/header.
5776         (annotate-space-left): revise: only take page argument.
5777         (layout->page-init): new function.
5778
5779         * scm/layout-page-layout.scm (write-page-breaks): preliminary
5780         version of the system/spacing/linebreak hack writing to the output
5781
5782         * lily/prob-scheme.cc (LY_DEFINE): take optional 'key val args in
5783         ly:make-prob.
5784
5785         * lily/grob-scheme.cc (LY_DEFINE): ly:spanner-get-bound ->
5786         ly:spanner-bound
5787
5788 2006-01-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5789
5790         * scm/stencil.scm (annotate-y-interval): move from layout-page-layout.scm
5791
5792         * scm/paper-system.scm (paper-system-annotate): new file. Handle paper-system.
5793
5794         * scm/layout-page-layout.scm (optimal-page-breaks): move all page
5795         handling to page.scm
5796
5797         * lily/prob-scheme.cc (LY_DEFINE): new file.
5798         (LY_DEFINE): functions ly:make-prob , ly:prob-type? , ly:prob-(set-)property(!)
5799
5800         * lily/music-scheme.cc (LY_DEFINE): rewrite get/set property using
5801         prob functions.
5802
5803         * lily/music.cc (derived_mark): derive Music from Prob.
5804
5805         * lily/paper-system.cc (LY_DEFINE): derive from Prob.
5806
5807         * lily/prob.cc (Module): Implement Prob (Property Object), object
5808         with shared and r/w property alists.  
5809
5810         * lily/include/prob.hh (Module): new file. Declare Prob.
5811
5812         * flower/string.cc: remove is_empty().
5813
5814         * flower/include/string.hh (class String): remove String:: qualifier.
5815
5816         * buildscripts/analyse-cxx-log.py: new file. Read compile log to
5817         substitute appropriate functions.
5818
5819         * flower/include/string.hh (class String): remove to_str0 and
5820         is_empty(). S&R everywhere.
5821
5822 2006-01-23  Graham Percival  <gpermus@gmail.com>
5823
5824         * Documentation/user/basic-notation.itely: add hairpin
5825         after-linebreak tweak to commonprop.
5826
5827         * Documentation/user/putting.itely: added two new sections.
5828
5829 2006-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5830
5831         * flower/international.cc: 
5832         * flower/include/international.hh: 
5833
5834         * flower/getopt-long.cc: 
5835         * flower/include/getopt-long.hh: Use std::string [interface].
5836         Update callers.
5837
5838         * flower/include/std-string.hh: Oops, bugfix for --disable-std-string.
5839
5840         * stepmake/stepmake/executable-rules.make: Add dependency on
5841         module libraries.
5842
5843 2006-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5844
5845         * flower/file-path.cc: 
5846         * flower/include/file-path.hh: Use std::string [interface].
5847         Update callers.
5848
5849         * flower/direction.cc: 
5850         * flower/axis.cc: Unused.  Remove.
5851
5852         * configure.in (--enable-std-string): New option.
5853
5854         * flower/std-string.cc: 
5855         * flower/include/std-string.hh: New file.
5856
5857         * flower/file-name.cc[STD_STRING]:
5858         * flower/include/file-name.hh[STD_STRING]: Use it.  Update callers.
5859
5860 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5861
5862         * scm/output-svg.scm (placebox): no GNU coding standards in SVG output. 
5863
5864         * scm/define-markup-commands.scm (with-dimensions):
5865         with-dimensions markup command.
5866
5867         * input/test/font-table.ly: use it.
5868
5869         * lily/open-type-font.cc (glyph_list): new function.
5870
5871         * lily/open-type-font-scheme.cc (LY_DEFINE): ly:otf-glyph-list function.
5872
5873         * lily/ttf.cc: remove ly:font-glyph-list scheme function
5874
5875 2006-01-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5876
5877         * ly/music-functions-init.ly (parallelMusic): new music function
5878         for parallel music entry.
5879
5880         * scm/define-music-properties.scm (all-music-properties): new
5881         'void music property
5882
5883         * scm/music-functions.scm (ly:music-message): make public, to be
5884         used in music function definitions
5885
5886         * scm/lily-library.scm (collect-music-for-book): discard music
5887         when the 'void property is set.
5888
5889 2006-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5890
5891         * lily/ttf.cc (LY_DEFINE): store name before destroying face.
5892
5893         * mf/GNUmakefile: idem.
5894
5895         * buildscripts/mf-to-table.py (help): excise fetaXXlist.ly support.
5896
5897         * stepmake/bin/install.py (dest): Only chmod/chown just created directories
5898
5899         * Documentation/user/notation-appendices.itely (The Feta font):
5900         use it.
5901
5902         * input/test/font-table.ly: new file. Generate font table within lily.
5903
5904         * Documentation/user/notation-appendices.itely (The Feta font):
5905         use new font-table.ly file. 
5906
5907         * stepmake/stepmake/install-out-targets.make
5908         (local-install-outfiles): only create directory if
5909         $(INSTALLATION_OUT_DIR) is defined. This fixes install on Gentoo.
5910
5911 2006-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5912
5913         * lily/ttf.cc (LY_DEFINE): new function ly:font-glyph-list.
5914
5915         * VERSION (PACKAGE_NAME): release 2.7.28
5916
5917         * scm/framework-ps.scm (write-preamble): use it to pick exactly
5918         the right font from a Mac dfont.
5919         (write-preamble): don't forget directory, only look at files.
5920
5921         This fixes problems with TTF files in dfonts that don't match
5922         their PostScript names.
5923          
5924         * lily/ttf.cc (LY_DEFINE): ly:ttf-ps-name: new routine to extract
5925         PS name from TTF font.
5926
5927         * input/regression/tie-manual.ly: document new feature.
5928
5929         * Documentation/topdocs/NEWS.tely (Top): add tie NEWS.
5930
5931         * VERSION (MY_PATCH_LEVEL): bump to .28
5932
5933         * Documentation/user/basic-notation.itely (Ties): add tie examples
5934         refs.
5935
5936         * lily/tie-formatting-problem.cc (score_ties_configuration):
5937         symmetry penalties for outer ties.
5938
5939 2006-01-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5940
5941         * lily/tie-formatting-problem.cc (generate_configuration) 
5942         (set_manual_tie_configuration): skip non-pair manual
5943         tie-configuration, so you can set individual ties as
5944
5945           #'tie-configuration = #'((7 . 1) #t (-3 . 1))
5946
5947         * input/regression/tie-chord.ly: use generateTiePattern to
5948         simplify file.
5949
5950         * lily/tie-formatting-problem.cc (peak_around): new function.
5951         (score_configuration): use sliding criterion for staff line collisions. 
5952         (score_configuration): idem for dot collisions.
5953         (generate_configuration): use separate stem_gap for gap to stem.
5954
5955         * lily/include/tie-formatting-problem.hh (struct Tie_details):
5956         separate penalty factors for x and y distance.
5957         (struct Tie_details): separate penalties for tip and center line collisions.
5958
5959 2006-01-19 Han-Wen Nienhuys  <hanwen@xs4all.nl>
5960
5961         * lily/tie-formatting-problem.cc (generate_configuration): make
5962         large ties avoid stafflines in the horizontal section.
5963         (score_configuration): use softcoded penalties
5964         (score_aptitude): idem.
5965
5966         * lily/tie-helper.cc (from_grob): softcode tie details
5967
5968         * lily/staff-symbol-referencer.cc (on_staff_line): new function
5969
5970         * lily/staff-symbol-referencer.cc (on_line): rename from
5971         on_staffline 
5972
5973 2006-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5974
5975         * ly/music-functions-init.ly: remove duplicate tag.
5976
5977         * lily/include/*.hh: GCC 4.1 fixes.
5978
5979 006-01-16  Erlend Aasland  <erlenda@gmail.com>
5980
5981         * Documentation/user/global.itely: fix typos; @bugs -> @refbugs
5982
5983         * scm/define-music-types.scm: fix bug in desc. string
5984         for OverrideProperty
5985
5986 2006-01-15 Erik Sandberg  <mandolaerik@gmail.com>
5987
5988         * scripts/lilypond-book.py: bugfix
5989
5990         * scm/define-music-types.scm: fix typos.
5991
5992 2006-01-14  Graham Percival  <gpermus@gmail.com>
5993
5994         * Documentation/user/ basic-notation.itely, global.itely,
5995         advanced-notation.itely, instrument-notation.itely: small
5996         additions (bugs and commonly tweaked properties).
5997
5998 2006-01-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5999
6000         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): generic
6001         detection of mingw build.
6002         (MINGW_BUILD): opps.
6003
6004 2006-01-12  Jan Nieuwenhuizen  <janneke@gnu.org>
6005
6006         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Add
6007         i686-mingw32.
6008
6009 2006-01-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6010
6011         * scm/music-functions.scm (skip->rest): add skip->rest
6012
6013 2006-01-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6014
6015         * lily/font-config.cc (init_fontconfig): call FcConfigBuildFonts()
6016         explicitly.
6017
6018         * lily/font-config-scheme.cc (LY_DEFINE): also display font and
6019         config dirs. Aids debugging. 
6020         (display_config): also display config files.
6021
6022 2006-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6023
6024         * VERSION: release 2.7.27
6025
6026         * lily/bar-line.cc (calc_bar_size): inspect staff->extent (Y_AXIS)
6027         for determining bar size.
6028
6029         * lily/staff-symbol.cc (print): place lines at distance line-positions
6030
6031         * scm/define-grob-properties.scm (all-user-grob-properties): add
6032         line-positions.
6033
6034         * lily/staff-symbol.cc (height): new function.
6035
6036         * input/regression/staff-line-positions.ly:  new file.
6037
6038 2006-01-06  Graham Percival  <gpermus@gmail.com>
6039
6040         * input/test/add-staccato.ly: remove reference to old file.
6041
6042 2006-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6043
6044         * scripts/lilypond-book.py (invokes_lilypond): allow . in path to
6045         lilypond binary too.
6046
6047 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6048
6049         * make/mutopia-rules.make (Module): use LILYPOND_BINARY
6050
6051 2006-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6052
6053         * scripts/midi2ly.py: Bugfix: Declare datadir.
6054
6055         * make/ly-rules.make:
6056         * make/mutopia-rules.make: Use LILYPOND_BINARY (WAS: LILYPOND, but
6057         that seems to be gone). Fixes make web.
6058
6059         * The grand 2005-2006 replace.
6060
6061         * VERSION (MY_PATCH_LEVEL): Stay on .26 for now.
6062
6063 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6064
6065         * make/lilypond-vars.make: set LILYPOND_BINARY variable
6066         (LILYPOND_BOOK_LILYPOND_FLAGS): new variable
6067         LILYPOND_BOOK_LILYPOND_FLAGS to hold system dependent settings,
6068         like -dgs-font-load.
6069
6070         * Documentation/user/GNUmakefile ($(outdir)/interfaces.itexi):
6071         remove absolute path to lilypond binary.
6072         
6073 2006-01-05 Pedro Kroeger    <kroeger@pedrokroeger.net>
6074
6075         * configure.in (NCSB_DIR): fix --with-ncsb-dir option.
6076
6077 2006-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6078
6079         * make/lilypond-vars.make: support LILYPOND_EXTERNAL_BINARY variable.
6080
6081         * mf/GNUmakefile: remove broken dvips map symlink.
6082
6083 2006-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6084
6085         * lily/main.cc: 
6086         * configure.in: Cosmetic fixes.
6087
6088 2006-01-04  Mats Bengtsson  <mabe@s3.kth.se>
6089
6090         * Documentation/user/music-glossary.tely (Pitch names): Added
6091         Spanish pitch names and durations, thanks to Ernesto Gancedo
6092
6093 2006-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6094
6095         * scm/lily.scm (define-scheme-options): use quasi-quote for option
6096         init. Fixes verbose printing of .scm files.
6097
6098         * stepmake/aclocal.m4: add spaces before - options.
6099         
6100 2006-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
6101
6102         * lily/relocate.cc (setup_paths): Bugfix: do not store result
6103         of path search in local block variable.
6104
6105 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6106
6107         * configure.in (NCSB_DIR): --enable-ncsb-dir
6108         (LINK_GXX_STATICALLY): denko.
6109
6110         * mf/GNUmakefile ($(NCSB_TTFS)): NCSB_DIR iso. NCSB_PATH. 
6111
6112         * configure.in (LINK_GXX_STATICALLY): --enable-ncsb-path option. 
6113         use locate to find c059033l.pfb. 
6114         
6115 2006-01-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6116
6117         * lily/tie-formatting-problem.cc
6118         (problem::generate_base_chord_configuration): Use my_round (was
6119         round).
6120
6121         * lily/source-file.cc (file::get_counts)[!HAVE_MBRTOWC]: Bugfix,
6122         do not invoke mbrtowc.
6123
6124         * lily/relocate.cc (setup_paths): Add more debugging verbosity.
6125
6126 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6127
6128         * scm/lily.scm (lilypond-all): oops. remove debugging hack.
6129
6130 2005-01-02  Heikki Junes  <hjunes@cc.hut.fi>
6131
6132         * Documentation/user/invoking.itely (svg): revise.
6133
6134 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6135
6136         * lily/lexer.ll: use sourcefilename iso. renameinput.
6137
6138 2006-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6139
6140         * mf/GNUmakefile ($(NCSB_TTFS)): revise rule. Create
6141         <PostScriptName>.ttf instead of c059XXXttf.
6142
6143         * lily/program-option.cc (LY_DEFINE): special support for
6144         --verbose, so it works before option init too.
6145  
6146         * mf/GNUmakefile (local-install): oops.
6147
6148         * lily/lyric-hyphen.cc (print): oops.
6149
6150         * buildscripts/pfx2ttf.fontforge: new file.
6151         
6152         * mf/GNUmakefile (NCSB_PATH): add vars for NCSB.
6153         ($(outdir)/%.ttf): new rule. 
6154
6155         * scm/define-grobs.scm (all-grob-descriptions): add font-interface
6156         to LyricHyphen.
6157
6158         * lily/lyric-hyphen.cc (print): multiply hyphen height by
6159         font-size
6160
6161 2005-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6162
6163         * VERSION: release 2.7.26
6164         
6165         * mf/GNUmakefile (install-fc-cache): remove old font.cache-1 files.
6166
6167 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6168
6169         * lily/font-config.cc (init_fontconfig): verbosity.
6170
6171         * THANKS: add Muziekacademie Lede. 
6172
6173         * scripts/musicxml2ly.py (print_voice_definitions): new function 
6174         (print_score_setup): new function
6175         (convert): read part definition to output staves properly.
6176
6177         * python/musicxml.py (Measure.get_notes): new class. Wrap lists of
6178         Music_xml notes.
6179
6180         * python/musicexp.py (Output_printer.__init__): use _ in data
6181         members.
6182         (Output_printer.unformatted_output): new function: no formatting,
6183         but count braces.
6184         (Duration.get_length): remove isinstance() checks for
6185         Output_printer everywhere.
6186
6187         * input/regression/lyrics-bar.ly (texidoc): add
6188         Separating_line_group_engraver.
6189
6190 2005-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
6191
6192         * lily/relocate.cc (framework_relocation): New function,
6193         factored from set_relocation ().
6194         (prefix_relocation): Rename from set_relocation ().
6195         (setup_paths): Use it.
6196
6197 2005-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6198
6199         * scm/*.scm: use LEFT/RIGHT/UP/DOWN etc. iso. magical
6200         numbers. Patch by Erlend Aasland.
6201
6202 2005-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6203
6204         * lily/font-config.cc (init_fontconfig): print warning if cache
6205         file is not existant.
6206
6207         * lily/main.cc: don't use #ifdef but #if
6208
6209 2005-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6210
6211         * lily/grob-property.cc (internal_set_property): don't abort on
6212         calculation-in-progress.
6213
6214         * lily/beam.cc (get_default_dir): robustness: don't divide by zero.
6215
6216         * lily/tuplet-bracket.cc (calc_control_points): oops: typo. Read
6217         connect-to-neighbor property not connect-to-other
6218
6219         * lily/program-option.cc (LY_DEFINE): remove Protected_scm global variable.
6220         (LY_DEFINE): oops. don't forget protection.
6221
6222         * flower/parse-afm.cc (Module): strip AFM handling completely.
6223
6224         * lily/stencil-expression.cc: idem.
6225
6226         * lily/grob-interface-scheme.cc (LY_DEFINE): idem.
6227
6228         * lily/function-documentation.cc (ly_add_function_documentation):
6229         use static member iso. Protected_scm
6230
6231         * lily/main.cc: use ifdef ARGV0_RELOCATION iso. MINGW
6232
6233         * config.make.in (prefix): remove HAVE_KPATHSEA_SO
6234
6235 2005-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6236
6237         * lily/relocate.cc (set_env_dir): New function.
6238         (set_relocation): Use it to fix setting PANGO_PREFIX.
6239
6240 2005-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6241
6242         * input/regression/stem-direction-context.ly: remove rest.
6243
6244         * lily/melody-engraver.cc (process_music): restart for bar lines.
6245         (acknowledge_slur): restart for slurs.
6246
6247 2005-12-27  Heikki Junes  <hjunes@cc.hut.fi>
6248
6249         * Documentation/user/invoking.itely: describe how to view SVG 
6250         output using Inkscape which replace embedded fonts with OTF fonts.
6251
6252 2005-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6253
6254         * lily/relocate.cc (set_relocation): set PANGO_PREFIX
6255
6256 2005-12-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6257
6258         * lily/melody-engraver.cc (class Melody_engraver): Remove lying
6259         comment.
6260
6261 2005-12-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6262
6263         * VERSION (PACKAGE_NAME): release 2.7.25
6264
6265         * Documentation/topdocs/NEWS.tely (Top): document new feature.
6266
6267         * input/regression/stem-direction-context.ly: new file.
6268
6269         * lily/relocate.cc (set_relocation): add PANGO_PREFIX
6270
6271         * lily/melody-engraver.cc (acknowledge_stem): restart MelodyItem
6272         on rest.
6273
6274         * ly/engraver-init.ly: add Melody_engraver
6275
6276         * lily/beam.cc (calc_direction): use default-direction
6277         iso. get_default_direction()
6278
6279         * scm/define-grob-properties.scm (all-user-grob-properties): add
6280         default-direction property.
6281
6282         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem.
6283
6284         * lily/stem.cc (calc_default_direction): remove
6285         Stem::get_default_direction, use default-direction with callback
6286         instead.
6287
6288         * lily/melody-spanner.cc (calc_neutral_stem_direction): 
6289
6290         * lily/melody-engraver.cc: new file. Acknowledge stems for
6291         interpolated stem directions. 
6292
6293         * lily/melody-spanner.cc: new file. Interpolate stem directions.
6294
6295         * scm/define-grobs.scm (all-grob-descriptions): add MelodyItem
6296
6297         * lily/slur-configuration.cc (fit_factor): more robust check for
6298         point in curve X-extent.
6299
6300         * lily/slur.cc (outside_slur_callback): return offset_scm, not 0.
6301         (outside_slur_callback): check for 'outside avoidance.
6302
6303         * lily/slur-configuration.cc (score_extra_encompass): don't use
6304         bound->column() == avoid->column() for checking extents, as this
6305         doesn't work for accidentals. 
6306
6307         * lily/slur-engraver.cc (acknowledge_extra_object): remove
6308         DynamicText hardcoding.
6309
6310         * lily/slur-scoring.cc (enumerate_attachments): robustness: don't
6311         crash if bound stem is NULL
6312
6313         * lily/piano-pedal-performer.cc: patch by MWD for enabling piano
6314         pedals.
6315
6316 2005-12-22  Graham Percival  <gpermus@gmail.com>
6317
6318         * scm/define-markup-commands.scm: typo.  @code{\raise}
6319         => @code{\\raise}.
6320
6321         * darwin.patch: now used again, includes a
6322         required patch from fink.
6323
6324 2005-12-21  Heikki Junes  <hjunes@cc.hut.fi>
6325
6326         * po/TODO: mention gtranslator along with kbabel.
6327         * po/fi.po: update translations.
6328
6329 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6330
6331         * lily/relocate.cc (setup_paths): Bugfix.
6332
6333 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6334
6335         * lily/slur-configuration.cc (score_extra_encompass): don't use
6336         "avoid" choice for avoid-slur.
6337
6338         * stepmake/bin/install.py (dest): don't create existing dir.
6339
6340 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6341
6342         * stepmake/bin/install.py: Remove file before copying.
6343
6344         * config.make.in: 
6345         * stepmake/aclocal.m4: Do not substitute INSTALL.
6346
6347 2005-12-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6348
6349         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
6350         depend on link-tree.
6351
6352         * lily/relocate.cc (setup_paths): only check path for non-absolute
6353         dir without directory part.
6354
6355         * flower/file-name.cc (is_absolute):  new method.
6356         (is_absolute): check root_ too.
6357
6358 2005-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6359
6360         * lily/relocate.cc (setup_paths) [__MINGW32__]: Comment-out broken
6361         relocation code.  Oops, don't comment out too much.
6362
6363         * stepmake/stepmake/generic-vars.make (INSTALL): Assign INSTALL_PY
6364         iso itself.
6365
6366         * lily/relocate.cc [HAVE_GETTEXT]: Include libintl.h.  Fixes mingw
6367         compile.
6368
6369 2005-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6370
6371         * .cvsignore: Add install-sh.
6372
6373         * autogen.sh (srcdir): Typo.
6374
6375 2005-12-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6376
6377         * autogen.sh (srcdir): urg. Touch install-sh.
6378
6379         * stepmake/bin/install-sh (Module): remove.
6380
6381         * stepmake/stepmake/generic-vars.make (INSTALL): add $(INSTALL).
6382
6383         * lily/include/relocate.hh: new file.
6384
6385         * lily/relocate.cc: new file. Contain relocation logic.
6386
6387         * lily/main.cc (setup_paths): fix: LILYPOND_RELOCATE_PREFIX.
6388         (main): read LILYPOND_VERBOSE as the first thing.
6389
6390         * stepmake/aclocal.m4: remove INSTALL variable.
6391
6392         * GNUmakefile.in ($(tree-share-prefix)/mf-link-tree link-mf-tree):
6393         separate target for making font symlinks.
6394         (documentation-dir): use $(if $(findstring )) for switching off
6395         Documentation.
6396
6397         * stepmake/stepmake/help2man-vars.make (OUT_DIST_FILES): only do
6398         something if DOCUMENTATION is no.
6399
6400 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6401
6402         * VERSION: release 2.7.24
6403
6404         * lily/script-column-engraver.cc (stop_translation_timestep):
6405         delay adding to script-column.
6406
6407         * lily/tuplet-bracket.cc (print): suicide if no control-points. 
6408
6409         * python/convertrules.py (conv): rule for number-visibility
6410
6411         * lily/slur-configuration.cc (score_extra_encompass): different
6412         distance measure for avoid and inside avoidance.
6413         (score_extra_encompass): use 1/(distance+eps) as penalty.
6414
6415         * lily/slur-scoring.cc (generate_avoid_offsets): use 'inside
6416         encompass objects for generating slur curves.
6417
6418         * lily/slur.cc: use details iso. slur-details property.
6419
6420         * input/regression/slur-tuplet.ly: new file.
6421
6422         * lily/slur-engraver.cc (acknowledge_tuplet_number): new function.  
6423
6424         * flower/include/offset.hh (class Offset): new operator /=
6425
6426         * lily/tuplet-number.cc (print): new file, new interface.
6427
6428         * scm/define-grob-properties.scm (all-user-grob-properties):
6429         remove number-visibility property.
6430
6431         * lily/tuplet-bracket.cc (calc_control_points): new function
6432         (calc_connect_to_neighbors): new function.
6433         (print): remove text handling for tuplet numberdef.
6434
6435         * lily/tuplet-engraver.cc (struct Tuplet_description): create
6436         TupletNumbers too. 
6437
6438         * lily/lily-guile.cc (robust_scm2booldrul): new function
6439
6440         * scm/define-grobs.scm (all-grob-descriptions): new grob TupletNumber
6441
6442         * lily/tuplet-bracket.cc (calc_position_and_height): use
6443         staff-padding to control whether tuplet brackets are over staves.
6444
6445         * lily/grob.cc (suicide): clear dim_caches_.
6446
6447         * lily/dimension-cache.cc (clear): new function.
6448
6449         * lily/grob.cc (extent): swap order of min-extent and extent
6450         calculations. This fixes hara kiri staves. 
6451
6452 2005-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6453
6454         * lily/main.cc: Nitpick: relocation is not based on path, but on
6455         directory (location).
6456
6457 2005-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6458
6459         * lily/main.cc (setup_paths): read LILYPOND_RELOCATE_PREFIX
6460
6461         * stepmake/stepmake/install-targets.make (local-uninstall): idem.
6462
6463         * stepmake/stepmake/install-out-targets.make (local-install-outfiles): idem.
6464
6465         * stepmake/stepmake/help2man-targets.make (install-help2man): idem.
6466
6467         * stepmake/stepmake/generic-vars.make (Module): idem.
6468
6469         * stepmake/stepmake/executable-targets.make (default): use it.
6470
6471         * stepmake/bin/install.py (create_dir): new file. Replace install-sh.
6472
6473         * make/GNUmakefile: don't install make rules.
6474
6475         * lily/main.cc (setup_paths): don't inspect $PATH for argv0 with
6476         slashes.
6477         (prepend_env_path): more verbosity.
6478
6479 2005-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6480
6481         * GNUmakefile.in: add dir argument for find command.
6482
6483         * lily/parser.yy (bass_figure): set_spot() for bass figures. This
6484         fixes weird line numbers for point & click.
6485
6486         * lily/source-file.cc (get_counts): init line/column/char counts.
6487
6488 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6489
6490         * lily/main.cc: remove ARGV0_RELOCATION, instead use --relocate.
6491
6492 2005-12-16  Graham Percival  <gpermus@gmail.com>
6493
6494         * Documentation/user/basic-notation.itely, advanced-notation.itely:
6495         minor fixes from Fredric.  Thanks!
6496
6497 2005-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6498
6499         * ly/music-functions-init.ly: add \bar and \clef music function 
6500
6501         * lily/lily-lexer.cc: idem.
6502
6503         * lily/parser.yy (FIXME): remove BAR and CLEF.
6504
6505 2005-12-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6506
6507         * Documentation/topdocs/NEWS.tely (Top): doc string argument change.
6508
6509         * lily/parser.yy (Generic_prefix_music_scm): allow strings as
6510         function arguments too
6511
6512         * lily/main.cc (set_relocation): new function.
6513
6514         * scripts/musicxml2ly.py (convert): add \version
6515
6516         * lily/tie.cc: remove get_default_attachments()
6517
6518         * VERSION (PACKAGE_NAME): release 2.7.23
6519         
6520         * lily/chord-tremolo-engraver.cc (acknowledge_stem): use
6521         ultimate_music_cause(). This fixes core dumps in unfold-all-repeats.ly
6522
6523         * Documentation/topdocs/NEWS.tely (Top): document new feature.
6524
6525         * lily/tie-formatting-problem.cc (score_ties): new function
6526         (get_variations): new function. Try flipping dirs for collisions.
6527         (generate_optimal_chord_configuration): new function. 1-opt search
6528         for better configuration.
6529
6530         * lily/tie-configuration.cc: new file.
6531
6532         * lily/tie.cc: junk Tie::get_configuration()
6533
6534         * lily/tie-formatting-problem.cc (score_ties_aptitude): new function.
6535         (score_ties_configuration): new function.
6536         (generate_ties_configuration): new function.
6537         (generate_base_chord_configuration): new function.
6538         (set_ties_config_standard_directions): Move body from tie-column-format.cc 
6539         (set_manual_tie_configuration): Move body from tie-column-format.cc 
6540
6541         * input/regression/tie-dot.ly: new file.
6542
6543         * lily/tie-formatting-problem.cc (score_configuration): score
6544         tie/dot collisions.
6545
6546         * lily/tie-helper.cc (get_transformed_bezier): new function
6547
6548         * Documentation/topdocs/NEWS.tely (Top): strip out-www.
6549
6550         * stepmake/stepmake/python-module-vars.make (SHARED_FLAGS): use
6551         -undefined suppress iso. -framework Python 
6552
6553         * scm/define-grobs.scm (all-grob-descriptions): set
6554         springs-and-rods (thanks Joe Neeman!)
6555
6556 2005-12-12  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6557
6558         * input/no-notation/display-lily-tests.ly (test): 
6559         * scm/display-lily.scm (tag->lily-string): the syntax for tags has
6560         changed from \tag #'(a b) to \tag #'a \tag #'b
6561
6562 2005-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6563
6564         * Documentation/topdocs/NEWS.tely: strip out-www.
6565
6566         * lily/include/grob-interface.hh: include lily-guile.hh not libguile.h
6567
6568         * config.make.in (AR): add AR and RANLIB
6569
6570         * flower/libc-extension.cc: include cassert
6571
6572         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): more robust
6573         darwin check.
6574
6575 2005-12-11  Graham Percival  <gpermus@gmail.com>
6576
6577         * stepmake/stepmake/generic-vars.make: define DARWIN_BUILD.
6578
6579         * stepmake/stepmake/python-modules-vars.make: define
6580         SHARED_FLAGS for OSX.  Thanks Johannes Schindelin!
6581
6582         * THANKS: added Johannes Schindelin.
6583
6584 2005-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6585
6586         * python/midi.c (pymidi_parse): use memcmp() iso. strcmp().
6587
6588         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
6589         Span_arpeggio_engraver, add Tweak_engraver to Score context. 
6590
6591         * lily/parser.yy: reorganize file layout.
6592
6593         * ly/music-functions-init.ly: add tweak music function.
6594
6595         * lily/grob-info.cc (ultimate_music_cause): new function:
6596         recursively lookup causes. 
6597
6598         * lily/parser.yy (chord_body_element): allow music functions for
6599         post-events, allow music functions for chord elements. 
6600  
6601         * lily/font-config-scheme.cc (display_fontset): add cast.
6602
6603         * python/convertrules.py (FatalConversionError.sub_syms): \tag
6604         #'(a b) -> \tag #'a \tag #'b rule.
6605
6606         * python/musicexp.py (Output_printer.dump_version): new function
6607
6608 2005-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6609
6610         * lily/parser.yy (FIXME): remove \tag
6611         (FIXME): remove tag_music() function.
6612
6613         * lily/lily-lexer.cc: remove \tag
6614
6615         * ly/music-functions-init.ly: define music-function "tag"
6616
6617         * lily/parser.yy (chord_body_element): allow tags in chord bodies.
6618
6619 2005-12-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6620
6621         * VERSION (PATCH_LEVEL): release 2.7.22
6622
6623         * input/regression/lyric-hyphen-retain.ly: renew.
6624
6625         * scm/define-grobs.scm (all-grob-descriptions): add LyricSpace
6626         grob
6627
6628         * lily/lyric-hyphen.cc (set_spacing_rods): use minimum-distance
6629         iso. minimum-length property for rods.
6630
6631         * lily/hyphen-engraver.cc (acknowledge_lyric_syllable): create
6632         LyricSpace item to keep lyrics spaced apart.
6633
6634         * ly/engraver-init.ly: remove Separating_line_group_engraver
6635
6636         * Documentation/user/music-glossary.tely: do setfilename before
6637         music-glossary.
6638
6639 2005-12-07  Heikki Junes  <hjunes@cc.hut.fi>
6640
6641         * Documentation/user/lilypond-book.itely: use `,´ after xref:
6642         See xref documentation, for example.
6643
6644 2005-12-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6645
6646         * scripts/musicxml2ly.py (musicxml_voice_to_lily_voice): use
6647         pending_skip iso. ly_voice[-1]
6648         (main): add if __main__ for debugging.
6649
6650         * python/musicxml.py (Accidental.__init__): new class.
6651
6652         * scripts/musicxml2ly.py (progress): new function
6653         (musicxml_key_to_lily): don't barf on modeless keys.
6654         (create_skip_music): new function.
6655         (musicxml_spanner_to_lily_event): new function. Handle beams too.
6656         (musicxml_note_to_lily_main_event): new function.
6657
6658         * python/musicexp.py (Music.__init__): add comment field.
6659         (NestedMusic.append): new routine.
6660         (SequentialMusic.print_ly): print comment.
6661         (ArpeggioEvent.ly_expression): new class
6662         (BeamEvent.ly_expression): new class
6663         (NoteEvent.__init__): support for cautionary/forced accs.
6664
6665         * lily/lookup.cc (slur): normal order for array loop.
6666
6667         * scm/framework-ps.scm (dump-stencil-as-EPS): set left X of bbox
6668         to 0.0.
6669
6670         * ly/engraver-init.ly: set bar-size, so bar-lines aren't
6671         collapsed.
6672
6673 2005-12-06 Erik Sandberg  <mandolaerik@gmail.com>
6674
6675         * scm/music-functions.scm: Make phrasing slurs follow voice direction
6676
6677         * scripts/lilypond-book.py: Introduce option
6678             --preserve-line-breaks, for usage with srcltx
6679
6680 2005-12-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6681
6682         * scm/output-lib.scm (print-circled-text-callback): draw circle
6683         around text using make-circle-markup.
6684
6685         * Documentation/user/*: strip out-www from file names.
6686
6687 2005-12-05  Heikki Junes  <hjunes@cc.hut.fi>
6688
6689         * Documentation/user/lilypond.tely (direntry): remove empty lines;
6690         fixes invalid info entry issue with makeinfo 4.8 in debian sid.
6691
6692 2005-12-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6693
6694         * Documentation/user/GNUmakefile: idem.
6695
6696         * Documentation/user/macros.itexi: strip out-www
6697
6698         * python/rational.py: python 2.3 compat.
6699
6700         * VERSION (PATCH_LEVEL): release 2.7.21
6701
6702         * scripts/musicxml2ly.py (NonDentedHeadingFormatter.format_headi):
6703         option formatting, lilypond style.
6704
6705         * python/musicexp.py: grab from Ikebana: a library for composing
6706         ly music expressions. 
6707         (Output_printer): class for advanced .ly printing.
6708         (eg. tupletting) 
6709
6710         * python/musicxml.py: new file. Read MusicXML MiniDOM tree, and
6711         convert to pythonesque structure.
6712
6713         * python/rational.py: PD rational number class.
6714
6715         * Documentation/user/converters.itely (Invoking musicxml2ly):  new node.
6716
6717 2005-12-04  Erik Sandberg  <mandolaerik@gmail.com>
6718
6719         * lily/part-combine-iterator.cc: Minor bugfix
6720         
6721         * THANKS: Update bughunters
6722
6723 2005-12-02  Werner Lemberg  <wl@gnu.org>
6724
6725         * mf/README: Document process for proper mf2pt1 conversion.
6726
6727         * mf/feta-beugel.mf (draw_brace): Fix path to assure clean
6728         overlapping.
6729
6730         * mf/feta-harmonica.mf: Removed.  Unused.
6731
6732 2005-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6733
6734         * scripts/lilypond-book.py (do_file): fix thinkos.
6735
6736 2005-12-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6737
6738         * lily/GNUmakefile ($(outdir)/FlexLexer.h):
6739         ($(outdir)/parser.cc): 
6740         ($(outdir)/lexer.cc): Bugfix: depend on config.h.
6741
6742 2005-11-30  Pedro Kröger  <kroeger@pedrokroeger.net>
6743
6744         * ly/titling-init.ly (tagline): it should be a space between
6745         "Music engraving by LilyPond" and the version number.
6746
6747 2005-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6748
6749         * VERSION (PACKAGE_NAME): release 2.7.20
6750
6751 2005-11-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6752
6753         * scm/define-markup-commands.scm (pad-to-box): new markup command.
6754
6755         * scm/define-grobs.scm (all-grob-descriptions): set thickness to
6756         1.0.
6757         (all-grob-descriptions): don't shift RehearsalMark arbitrarily.
6758
6759 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6760
6761         * configure.in (LINK_GXX_STATICALLY): remove kpathsea checks.
6762
6763         * kpath-guile/: remove directory
6764
6765         * scm/kpathsea.scm (ly:kpathsea-expand-variable): new
6766         file. Encapsulate kpathsea using commandline tools.
6767
6768         * lily/all-font-metrics.cc (kpathsea_find_file): use (scm
6769         kpathsea) module.
6770
6771 2005-11-29  Mats Bengtsson  <mabe@s3.kth.se>
6772
6773         * Documentation/user/advanced-notation.itely (Setting automatic
6774         beam behavior): Correct a few typos. Thanks to David Bobroff.
6775
6776         * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use
6777         \usepackage instead of \RequirePackage. Thanks to Bernard Hurley.
6778
6779 2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6780
6781         * scripts/*.py: gmane address for bugs.
6782
6783 2005-11-28 Pal Benko <benkop@freestart.hu>
6784         
6785         * make/ly-rules.make: add -f switch to mv
6786
6787         * scm/output-libs.scm: add new bar symbol "." for punctus divisionis
6788
6789         * lily/bar-line.cc: interpret it
6790
6791 2005-11-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6792
6793         * configure.in (--disable-documentation): New switch.
6794
6795         * GNUmakefile.in: Use it.
6796
6797         * stepmake/aclocal.m4: Use AC_ARG_ENABLE for kpatsea.
6798
6799 2005-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6800
6801         * scripts/lilypond-book.py (do_file): search chunks for
6802         \\begin{document}
6803
6804         * GNUmakefile.in: add copy step in between so we can lose the
6805         out-www directories.
6806
6807 2005-11-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6808
6809         * lily/pango-font.cc (pango_item_string_stencil): put
6810         geometry.width into glyph-string too.
6811
6812 2005-11-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6813
6814         * scm/define-music-display-methods.scm (RevertProperty):
6815         (OverrideProperty): Use grob-property-path property, a list of
6816         symbols, instead of grob-property, which used to be a single
6817         symbol.
6818         (BassFigureEvent): a figure can be a plain number, not necessarily a
6819         markup.
6820
6821 2005-11-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6822
6823         * VERSION: release 2.7.19
6824         
6825         * lily/figured-bass-engraver.cc (process_music): check
6826         figuredBassCenterContinuations first.
6827
6828         * scm/translation-functions.scm (format-bass-figure): make double
6829         sharp larger. 
6830
6831         * lily/mark-engraver.cc: read rehearsalMarkAlignSymbol to
6832         determine X-parent.
6833
6834         * lily/system-start-delimiter-engraver.cc: move from
6835         Nested_system_start_delimiter_engraver, rename
6836         Nested_system_start_delimiter_engraver ->
6837         System_start_delimiter_engraver.
6838
6839         * lily/nested-system-start-delimiter-engraver.cc (from_list): read
6840         bracket type from hierarchy.
6841
6842 2005-11-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6843
6844         * lily/rest.cc (y_offset_callback): read staff-position.
6845
6846         * scm/define-grob-properties.scm (all-user-grob-properties): don't
6847         mark after-line-breaking-callback as internal.
6848
6849         * lily/self-aligment-interface.cc: remove self-[XY]-offset.
6850
6851 2005-11-25  Werner Lemberg  <wl@gnu.org>
6852
6853         * mf/feta-banier.mf ("d3"): Make `flare' equal to `staff_space'.
6854
6855 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6856
6857         * stepmake/bin/add-html-footer.py (do_file): add google
6858
6859         * lily/staff-symbol-engraver.cc (process_music): bugfix: stop
6860         staff if first_start_ is true.
6861
6862 2005-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6863
6864         * scripts/midi2ly.py (split_track): add __repr__ members.
6865         (track_first_item): only return Item if not None. This fixes a
6866         problem when dumping a track that starts with an empty channel.
6867
6868         * python/midi.c: doc module.
6869
6870 2005-11-22  Mats Bengtsson  <mabe@s3.kth.se>
6871
6872         * Documentation/user/global.itely (Creating MIDI files): Fix
6873         compilation problem.
6874
6875 2005-11-22  Graham Percival  <gpermus@gmail.com>
6876
6877         * Documentation/user/basic-notation.itely: clarify dynamic
6878         padding text.
6879
6880         * Documentation/user/advanced-notation.itely: add unicode
6881         escape control example, whatever that is.  :)
6882
6883         * Documentation/user/global.itely: added "removing dynamics
6884         from MIDI" code.
6885
6886 2005-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6887
6888         * VERSION (PATCH_LEVEL): release 2.7.18
6889
6890         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): replace
6891         System_start_delimiter_engraver by
6892         Nested_system_start_delimiter_engraver.
6893
6894         * lily/nested-system-start-delimiter-engraver.cc (struct
6895         Bracket_nesting_node): new class.
6896         (struct Bracket_nesting_group): new class
6897         (struct Bracket_nesting_staff): new class.
6898         (process_music): create hierarchy of grobs. This allows separate
6899         tuning of different SSDs. 
6900
6901         * scm/define-grobs.scm (all-grob-descriptions): new Grob SystemStartSquare
6902         (all-grob-descriptions): remove old NestedSystemStartDelimiter.
6903
6904 2005-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6905
6906         * lily/side-position-interface.cc (aligned_side): multiply
6907         staff_radius by 2.
6908
6909         * lily/script-engraver.cc (make_script_from_event): allow setting
6910         values to '()
6911
6912 2005-11-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6913
6914         * lily/system-start-delimiter.cc (line_bracket): don't shorten height.
6915
6916         * scm/define-grobs.scm (all-grob-descriptions): new grob
6917         NestedSystemStartDelimiter.
6918
6919         * input/regression/system-start-heavy-bar.ly: new file.
6920
6921         * lily/nested-system-start-delimiter-engraver.cc: new file.
6922
6923         * lily/nested-system-start-delimiter.cc: new file.
6924
6925         * input/regression/system-start-nesting.ly: new file.
6926
6927         * scm/define-grobs.scm (all-grob-descriptions): use X side
6928         positioning for positioning braces for nested contexts.
6929
6930         * lily/system-start-delimiter.cc (print): don't divide extent by
6931         staff_space.
6932         (print): use style iso. glyph.
6933         (staff_bracket): translate glyph inside routine already.
6934
6935 2005-11-18  Michael Welsh Duggan <md5i@cs.cmu.edu>
6936
6937         * lily/vaticana-ligature-engraver.cc: fixed 2 typos in glyph
6938         names.
6939
6940 2005-11-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6941
6942         * scm/define-context-properties.scm
6943         (all-user-translation-properties): rename figuredBassFormatter
6944         from newFiguredBassFormatter.
6945
6946         * scm/define-grobs.scm (all-grob-descriptions): move from NewBassFigure
6947
6948         * lily/figured-bass-engraver.cc: move from new-figured-bass-engraver.cc
6949
6950         * lily/stem.cc (calc_stem_info): trigger beaming calculation.
6951
6952         * lily/beam.cc (calc_beaming): new function.
6953         (calc_shorten): new function.
6954
6955         * THANKS: add Edward Neeman.
6956
6957         * input/regression/accidental-clef-change.ly: new file.
6958
6959         * lily/note-collision.cc (check_meshing_chords): don't merge fa heads.
6960
6961         * scm/define-grobs.scm (all-grob-descriptions): add Y-offset property.
6962
6963         * lily/clef-engraver.cc (inspect_clef_properties): reset
6964         localKeySignature for clef changes.
6965
6966 2005-11-17  Mats Bengtsson  <mabe@s3.kth.se>
6967
6968         * python/midi.c: PyMIDINIT_FUNC isn't defined in Python < 2.3 
6969         add dummy definition that works in Linux and add information in
6970         INSTALL.texi on the specific Python requirements for Cygwin/Mingw.
6971
6972         * Documentation/user/changing-defaults.itely (Modifying context
6973         plug-ins): Add index for \with.
6974
6975         * Documentation/user/music-glossary.tely (dal segno): Updated
6976         example to version >=2.6.
6977
6978 2005-11-16  Mats Bengtsson  <mabe@s3.kth.se>
6979
6980         * Documentation/user/instrument-notation.itely (Printing chord
6981         names): Reorder \chordmode and \repeat in one example.
6982
6983 2005-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6984
6985         * VERSION: release 2.7.17
6986         
6987         * Documentation/topdocs/NEWS.tely (Top): add note about
6988         refactoring.
6989
6990         * lily/tie-formatting-problem.cc (find_optimal_tie_configuration):
6991         new function. Search region of 3 positions for best tie.
6992         (score_configuration): new function.
6993         (score_aptitude): new function.
6994         (generate_configuration): new function.
6995         (get_configuration): new function.
6996         (Tie_formatting_problem): new function
6997
6998         * input/regression/page-top-space.ly: a6 for page-top-space demo. 
6999
7000         * stepmake/aclocal.m4: use $(if ) for config-FOOF.make
7001
7002         * THANKS: add Eduardo Vieira & Ralph Little
7003
7004         * mf/feta-bolletjes.mf (solfa_quarter_width): make solfa heads
7005         narrower.
7006
7007         * lily/include/tie-formatting-problem.hh (class
7008         Tie_formatting_problem): add Tie_details to
7009         Tie_formatting_problem. Update calling conventions.
7010
7011         * stepmake/aclocal.m4: oops. Include $CONFIGFILE.make, not
7012         config.make.
7013
7014         * Documentation/user/lilypond.tely: remove musedata2ly entry.
7015
7016 2005-11-16  Jürgen Reuter  <reuter@ipd.uka.de>
7017
7018         * lily/ligature-engraver.cc, lily/include/ligature-engraver.hh,
7019         scm/define-context-properties.scm: Maintenance bugfix: make
7020         ligature brackets work again by removing obsolete ligature
7021         primitive callback push/pop.
7022
7023         * scm/define-grobs.scm (LigatureBracket): Maintenance bugfix: do
7024         not call Tuplet_bracket::calc_direction.  Removed obsolete gap
7025         value.
7026
7027 2005-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
7028
7029         * stepmake/aclocal.m4 (depth): Explain why absolute directory is
7030         used and do not call it a path.
7031         (FLEXLEXER_FILE): Rename from FLEXLEXER_PATH and add file name.
7032
7033 2005-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7034
7035         * lily/include/tie-formatting-problem.hh (class
7036         Tie_formatting_problem): new file.
7037
7038         * lily/tie-formatting-problem.cc (common_x_refpoint): new file.
7039
7040         * Documentation/misc/ChangeLog-2.3:  new file.
7041
7042         * lily/audio-staff.cc (output): degarianize.
7043
7044 2005-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
7045
7046         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.pyc):
7047         Unset PYTHONOPTIMIZE.  Fixes install if set.
7048
7049 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7050
7051         * python/convertrules.py (conv): add warning about drums. 
7052
7053         * make/stepmake.make: include toplevel-version.make after config.make.
7054
7055         * stepmake/aclocal.m4 (depth): make sure $srcdir is absolute.
7056         also allow python2.4
7057
7058         * config.make.in (configure-srcdir): remove GXX GCC vars.
7059
7060         * stepmake/aclocal.m4: don't do non-srcdir build with
7061         symlinks. Use inclusion, so the src directory name can be changed.
7062
7063 2005-11-13  Jan Nieuwenhuizen  <janneke@gnu.org>
7064
7065         * make/mutopia-vars.make:
7066         * make/ly-vars.make: Use src-wildcard iso wildcard for source
7067         files.
7068
7069 2005-11-13  Werner Lemberg  <wl@gnu.org>
7070
7071         * mf/feta-arrow.mf: For all glyphs, don't mirror `currentpicture'
7072         but the affected path.  This ensures that the (overlapping) outlines
7073         have the same direction, which is a necessary prerequisite for
7074         FontForge's algorithm to remove overlaps.
7075         Formatting.
7076
7077         * mf/feta-haak.mf: Formatting.
7078         (draw_bracket): Slightly modify outline to avoid an unnecessary
7079         corner.
7080         Don't use ad-hoc values for `leave_angle' and `tip_angle' but derive
7081         them from the affected paths.
7082
7083 2005-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7084
7085         * mf/README: remove xpm / accordion notes.
7086
7087         * lily/tie-column-format.cc (set_chord_outline): add dots into
7088         skyline extents. This fixes tie formatting if the left head has dots.
7089
7090         * lily/tie.cc (get_configuration): only shift tie by a whole staff
7091         space inside the staff.
7092         (get_configuration): shift another position if necessary in case
7093         of left head tie  
7094
7095 2005-11-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7096
7097         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): use
7098         buildscript-dir iso. $(depth)/buildscripts.
7099
7100         * tex/GNUmakefile (local-uninstall): remove
7101         music-drawing-routines.ps juggling.
7102
7103         * stepmake/stepmake/install-targets.make (local-install-files):
7104         prepend src-dir to install targets.
7105
7106         * lily/system-start-delimiter-engraver.cc
7107         (acknowledge_system_start_delimiter): use
7108         add_offset_callback(). This fixes translation of nested
7109         staffgroups.
7110
7111         * lily/grob-closure.cc (add_offset_callback): only encaps in
7112         simple_closure if it's a procedure.
7113         
7114         * lily/span-bar.cc (calc_glyph_name): read glyph-name, not glyph
7115         from bar-line.
7116
7117         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
7118         remove-empty where pertinent.
7119
7120 2005-11-12  Graham Percival  <gpermus@gmail.com>
7121
7122         * Documentation/user/instrument-notation.itely: added
7123         Cameron Horsburgh's multiple stanzas docs.  Thanks!
7124
7125 2005-11-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7126
7127         * lily/GNUmakefile
7128         ($(top-build-dir)/Documentation/pictures/$(outbase)/lilypond.ico):
7129         make picture in builddir, not srcdir.
7130
7131 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7132
7133         * VERSION: release 2.7.16
7134         
7135         * scripts/lilypond-book.py (main): use commands.mkarg () to quote
7136         shell arguments. 
7137
7138 2005-11-10  Mats Bengtsson  <mabe@s3.kth.se>
7139
7140         * Documentation/user/examples.itely (Piano templates): Minor
7141         modification to the Piano centered lyrics example.
7142
7143 2005-11-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7144
7145         * scripts/lilypond-invoke-editor.scm (run-browser): look at
7146         $BROWSER.
7147
7148         * Documentation/user/point-and-click.itely: simplify p&c
7149         instruction: don't configure firefox. Put lilypond-invoke-editor
7150         in front of the browser.
7151
7152         * scripts/lilypond-invoke-editor.scm (run-editor): new function.
7153         (run-browser): new function.
7154
7155         * lily/parser.yy (Lily_lexer): recognize Book
7156
7157         * lily/book.cc (clone): new function
7158
7159         * lily/parser.yy (book_body): allow BOOK_IDENTIFIER.
7160
7161 2005-11-10  Jürgen Reuter  <reuter@ipd.uka.de>
7162
7163         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc:
7164         Maintenance bugfix: reduce number of font related warnings by
7165         updating naming conventions for glyph-name.
7166
7167 2005-11-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7168
7169         * scm/define-grobs.scm (all-grob-descriptions): add
7170         rhythmic-grob-interface to TabNoteHead.
7171
7172         * scm/layout-beam.scm (check-quant-callbacks): remove
7173         set_stem_lengths()
7174
7175 2005-11-08  Jürgen Reuter  <reuter@ipd.uka.de>
7176
7177         * ly/gregorian-init.ly (divisiones): Maintenance bugfix: vertical
7178         alignment of centered divisiones.
7179
7180         * scm/scripts.scm (articulations): Maintenance bugfix:
7181         follow-into-staff -> quantize-position.
7182
7183         * lily/vaticana-ligature-engraver.cc (transform_heads): Bugfix:
7184         plica head in porrectus deminutus.
7185
7186 2005-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7187
7188         * make/lilypond.fedora.spec.in (Group): add %clean section.
7189
7190         * lily/tuplet-bracket.cc (print): change check: remove bracket if
7191         less then 1/5th of total length.  
7192         (print): use gap too.  Fixes tupletUp-single-bracket.ly
7193
7194         * scm/music-functions.scm (glue-mm-rest-texts): also put other
7195         events into EventChord. This fixes textspanners on mm rests. Fixes
7196         spanner-rest.ly
7197
7198         * lily/side-position-interface.cc (get_axis): read side-axis
7199         (set_axis): set side-axis.
7200
7201         * scm/define-grobs.scm (all-grob-descriptions): add side-axis
7202         properties everywhere.
7203
7204         * lily/spacing-spanner.cc (breakable_column_spacing): add
7205         average-spacing-wishes. Take maximum if not set.
7206         (musical_column_spacing): idem. Fixes: spacing-keysig-note.ly
7207
7208         * scm/define-grobs.scm (all-grob-descriptions): add
7209         average-spacing-wishes.
7210
7211         * lily/grob-closure.cc (add_offset_callback): bugfix: properly add
7212         offset callbacks. This fixes alignment for Fingering objects.
7213
7214         * scm/define-grobs.scm (all-grob-descriptions): tiny bit less
7215         space for key - timesig combination. 
7216
7217         * input/regression/script-stem-tremolo.ly (Module): new file.
7218
7219         * scm/define-grobs.scm (all-grob-descriptions): decrease distance
7220         to key sig.
7221
7222         * lily/dynamic-engraver.cc (acknowledge_stem_tremolo): new function.
7223         Fixes: c-tremolo-script.ly.
7224         
7225         * lily/text-engraver.cc (acknowledge_stem_tremolo): new function.
7226
7227         * lily/script-engraver.cc (acknowledge_stem_tremolo): new function.
7228         
7229         * scm/define-grobs.scm (all-grob-descriptions): remove
7230         self-X-offset. Fixes alignment of octavate-8.
7231
7232         * scripts/lilypond-book.py (datadir): look in
7233         LILYPONDPREFIX/share/lilypond/current/
7234
7235         * GNUmakefile.in: symlink current to <VERSION>. 
7236
7237 2005-11-07  Pedro Kroger  <kroeger@pedrokroeger.net>
7238
7239         * lily/main.cc: eps listed as a backend.
7240
7241 2005-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7242
7243         * scm/lily-library.scm (print-music-as-book): quote $defaultpaper.
7244
7245 2005-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7246
7247         * lily/include/score.hh (class Score): remove texts_ member.
7248
7249         * lily/beam.cc (set_stem_lengths): force direction callback.
7250         (print): read quantized-positions, so we can force
7251         Beam::set_stem_lengths to occur.
7252         (rest_collision_callback): use common X parent. 
7253
7254 2005-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7255
7256         * flower/file-path.cc (find): Bugfix: Return name of file found.
7257
7258         * lily/main.cc (setup_paths): Bugfix for argv0 logic.
7259         (setup_paths)[__CYGWIN__ || __MINGW32__]: Normalize argv0.
7260         (setup_paths)[__MINGW32__]: Also look for argv0 + .exe.
7261
7262 2005-11-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7263
7264         * flower/offset.cc: idem.
7265
7266         * mf/*.mf: update email address.
7267
7268         * lily/font-config-scheme.cc:  new file.
7269
7270         * GNUmakefile.in (SUBDIRS): remove debian/ directory.
7271
7272         * lily/*:  cs.uu.nl -> xs4all.nl
7273
7274         * VERSION (PATCH_LEVEL): release 2.7.15
7275
7276         * make/lilypond.mandrake.spec.in (Module): remove Mandrake & Suse
7277         spec files.
7278
7279         * make/lilypond.fedora.spec.in: add %{libdir}/lilypond/
7280
7281 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7282
7283         * GNUmakefile.in: bugfix: encapsulate mkdir && cd in parens.   
7284
7285         * lily/staff-performer.cc (process_music): add audio
7286         elements. This makes MIDI instrument changes work once again.
7287
7288         * lily/main.cc (LY_DEFINE): add gmane address.
7289
7290         * lily/beam.cc: remove calc_positions()
7291
7292         * lily/include/grob.hh (class Grob): move pscore, dim_cache_,
7293         original_ in private scope.
7294         (class Grob): drop pscore_ pointer, change to output_def pointer.
7295         (class Grob): cleanup class definition.
7296
7297         * ly/spanners-init.ly (assertBeamQuant): use make-simple-closure.
7298
7299 2005-11-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7300
7301         * lily/main.cc (setup_paths)[__MINGW32__]: Do not assume argv0 is
7302         absolute.  Better diagnostics.
7303
7304         * GNUmakefile.in: Add bin/ to tree and populate with some links.
7305         This makes lilypond run from the build directory using argv0
7306         relocation (without any --prefix or LILYPONDPREFIX setting).
7307
7308 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7309
7310         * Documentation/topdocs/NEWS.tely (Top): document new backend design.
7311
7312         * scm/define-grobs.scm: purge self-[XY]-offset variables, replace
7313         with simple-closure.
7314
7315         * lily/self-aligment-interface.cc (set_align_self): new function
7316         (set_center_parent): new function.
7317
7318         * lily/side-position-interface.cc (set_axis): new function.
7319
7320         * lily/new-fingering-engraver.cc (position_scripts): use drul for
7321         generic code. 
7322
7323         * scm/define-grob-properties.scm (all-user-grob-properties):
7324         remove [XY]-offset-callbacks add [YX]-offset
7325         
7326 2005-11-02  Mats Bengtsson  <mabe@s3.kth.se>
7327
7328         * scm/define-grobs.scm (all-grob-descriptions): Added space-alist
7329         entry for time signatures after breathing signs. Bug report by
7330         Scott Russell.
7331
7332 2005-11-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7333
7334         * lily/main.cc (setup_paths)[!__MINGW32__]: Bugfix: if argv0 is
7335         not absolute, make it absolute using PATH.
7336
7337 2005-10-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7338
7339         * python/midi.c (initmidi): Fix type for mingw.
7340
7341 2005-10-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7342
7343         * stepmake/stepmake/compile-vars.make (SHARED_FLAGS): Support mingw.
7344
7345         * stepmake/stepmake/generic-vars.make (MINGW_BUILD): Detect mingw
7346         cross compiling.
7347
7348         * stepmake/aclocal.m4: Support python cross compiling.
7349
7350         * stepmake/stepmake/python-module-vars.make (SHARED_MODULE_SUFFIX):
7351         Add mingw section.
7352
7353 2005-11-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7354
7355         * scm/output-lib.scm (chain-grob-member-functions): replace
7356         chained-callback.cc
7357
7358         * lily/chained-callback.cc (Module): remove file.
7359
7360         * lily/rest-collision.cc (force_shift_callback_rest): change to
7361         chained callback.
7362
7363         * lily/rest.cc (y_offset_callback): merge function of 3 callbacks. 
7364
7365         * lily/grob.cc (y_parent_positioning): remove axis argument from
7366         parent_positioning callbacks.
7367         (Grob): junk init code
7368         (get_offset): use generic property callbacks for
7369         X-offset, Y-offset. Remove Grob::{add,has}_offset_callback.
7370         (axis_parent_positioning): new function
7371         (axis_offset_symbol): new function
7372         (chain_offset_callback): new function
7373         (add_offset_callback): new function
7374
7375         * lily/beam.cc (rest_collision_callback): change signature; this
7376         is now a chained callback.
7377
7378         * lily/include/dimension-cache.hh (class Dimension_cache): remove
7379         callback administration.
7380
7381         * lily/simple-closure.cc: new file. Smob type that allows "grob
7382         member functions",
7383
7384             (ly:make-simple-closure FUNC A B)
7385
7386         is evaluated as (FUNC grob A B). This allows chaining of callbacks
7387         in various ways.
7388
7389         * lily/slur-engraver.cc (acknowledge_extra_object): use chained
7390         callbacks.
7391
7392         * lily/slur.cc (outside_slur_callback): take 2 arguments.
7393
7394         * lily/rest.cc (polyphonic_offset_callback): remove.
7395
7396         * lily/script-engraver.cc (try_music): remove bool* argument.
7397
7398         * scm/script.scm (default-script-alist): set quantize-position
7399         appropriately.
7400
7401         * lily/script-engraver.cc: remove follow_into_staff_ special coding. 
7402
7403         * lily/side-position-interface.cc (aligned_side): move staff
7404         position quantization from
7405         Side_position_interface::quantised_position().
7406         (quantised_position): remove
7407         
7408 2005-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7409
7410         * input/regression/beam-quant-standard.ly: reindent, set
7411         debug-beam-quanting to #t.
7412
7413         * lily/beam-concave.cc (calc_concaveness): set concaveness to
7414         10000 if this is a "hard" concave beam.
7415
7416         * lily/beam.cc (calc_least_squares_positions): change from
7417         calc_least_squares_dy
7418         (set_stem_lengths): this is now a chained callback.
7419
7420         * lily/context-property.cc (execute_general_pushpop_property):
7421         bugfix override with procedure should have effect.
7422
7423         * scm/define-grob-properties.scm (all-internal-grob-properties):
7424         remove position-callbacks.
7425
7426         * scm/define-grobs.scm (all-grob-descriptions): use
7427         ly:make-callback-chain for positions property.
7428
7429         * scm/layout-beam.scm (check-quant-callbacks): return list of
7430         chained callbacks.
7431
7432         * scm/lily.scm (type-p-name-alist): add callback-chain
7433
7434         * lily/lily-guile.cc (type_check_assignment): type check failure
7435         is warning not message.
7436
7437         * lily/grob-property.cc (try_callback): walk callback chain if
7438         appropriate.
7439
7440         * lily/chained-callback.cc: new file. new smob type.
7441
7442         * lily/lily-guile.cc (procedure_arity): new function.
7443
7444 2005-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7445
7446         * Documentation/topdocs/INSTALL.texi (Top): add perl flex bison.
7447
7448 2005-10-25  John Mandereau  <john.mandereau@free.fr>
7449  
7450         * Documentation/user/instrument-notation.itely (Figured bass):
7451         describe new features
7452
7453 2005-10-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7454
7455         * lily/beam.cc (calc_least_squares_dy): use property callback.
7456
7457         * lily/beam-concave.cc (calc_concaveness): use property callback.
7458
7459         * ly/paper-defaults.ly: move fixed dimensions from paper.scm 
7460
7461 2005-10-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7462
7463         * HACKING: Update.
7464
7465 2005-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7466
7467         * scm/layout-page-layout.scm (page-headfoot): annotate
7468         pagetopspace too.
7469
7470         * scm/stencil.scm (dimension-arrows): shorten arrowed lines a bit. 
7471
7472         * scm/layout-page-layout.scm (annotate-y-interval): y-annotation
7473         doesn't take y-space.
7474
7475         * scm/paper.scm (paper-alist): fix A7 dimensions. 
7476
7477 2005-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7478
7479         * stepmake/stepmake/generic-vars.make (DIST_FILES): Fix
7480         src-wildcard, remove $(wildcard).
7481
7482         * po/GNUmakefile (PO_FILES): 
7483         * ps/GNUmakefile (PS_FILES): 
7484         * tex/GNUmakefile (TEX_FILES): 
7485         * cygwin/GNUmakefile (POSTINSTALLS):
7486         * vim/GNUmakefile (EXTRA_DIST_FILES): Bugfix: [etags sr?] missed
7487         some wildcard calls.
7488
7489 2005-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7490
7491         * THANKS: add Thomas Bushnell.
7492
7493 2005-10-23  Jan Nieuwenhuizen  <janneke@gnu.org>
7494
7495         * scm/lily.scm: Remove horrendous running-from-gui? kludge.
7496         (lilypond-main): Redirect to gui-main if 'gui is set.
7497
7498         * scripts/midi2ly.py (datadir): Add libdir iso datadir to path,
7499         for alternative installations kludging s/share/lib/g
7500         LILYPONDPREFIX. 
7501
7502         * SConstruct (libdir_package_version): Define.
7503
7504         * python/SConscript: 
7505         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install binary .so
7506         module in libdir.  
7507
7508 2005-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7509
7510         * lily/main.cc: clarify --safe.
7511
7512 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7513
7514         * VERSION: release 2.7.14
7515         
7516         * Documentation/user/*.itely: remove minimumVerticalExtent.
7517
7518         * scm/define-grobs.scm (all-grob-descriptions): remove
7519         RemoveEmptyVerticalGroup
7520
7521         * lily/hara-kiri-engraver.cc (get_spanner): create VerticalAxisGroup.
7522
7523         * lily/include/lily-guile.hh (GUILE_ELLIPSIS): define to get clean
7524         compile on MOSX
7525
7526         * python/convertrules.py (conv): add rules.
7527
7528         * lily/grob.cc: remove is_empty()
7529
7530         * lily/grob-property.cc: remove add_to_list_property().
7531
7532         * scripts/convert-ly.py (datadir): add prefix switching hack to
7533         .py too.
7534
7535         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ily (cresc): remove
7536         space-function tweak.
7537
7538         * lily/grob.cc: remove X-extent-callback / Y-extent-callback.
7539
7540         * scm/define-grob-properties.scm (all-user-grob-properties):
7541         remove callback property.
7542
7543         * lily/include/grob.hh (class Grob): remove property_callbacks_
7544         member. Properties of procedure type are assumed to be callbacks.
7545
7546         * lily/ligature-engraver.cc (override_stencil_callback):
7547         rewrite. Use noteHeadLigaturePrimitive as source.
7548
7549         * scm/define-grob-properties.scm (all-internal-grob-properties):
7550         remove ligature-primitive-callback
7551
7552         * lily/include/dimension-cache.hh (class Dimension_cache): make
7553         class, with Grob as friend.
7554
7555         * lily/grob.cc: remove set_extent_callback(), set_extent() and
7556         has_extent_callback()
7557
7558         * scm/translation-functions.scm (format-new-bass-figure): read
7559         figuredBassPlusDirection
7560
7561         * scm/define-context-properties.scm
7562         (all-user-translation-properties): add figuredBassPlusDirection.
7563
7564         * lily/staff-spacing.cc (next_notes_correction): oops. Init wishes.
7565
7566         * lily/align-interface.cc (set_ordered): new function.
7567
7568         * lily/grob.cc (flush_extent_cache): rewrite.
7569
7570         * lily/dimension-cache.cc (Dimension_cache): cache extent as
7571         Interval pointer directly.
7572
7573         * lily/main.cc (setup_paths): insert extra / .
7574         (setup_paths): junk cff entry.
7575
7576         * lily/font-config.cc (init_fontconfig): only add type1 / otf
7577         directories.
7578
7579         * lily/axis-group-engraver.cc (finalize): remove
7580         extraVerticalExtent, minimumVerticalExtent verticalExtent.
7581
7582         * lily/grob.cc (Grob): don't set extent from ctor.
7583         (extent): use property callbacks. 
7584
7585         * lily/axis-group-interface.cc: remove set_axes() function.
7586
7587         * lily/grob-property.cc (del_property): new function.
7588
7589 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7590
7591         * lily/font-config.cc (init_fontconfig): resurrect mf/out/ check.
7592         
7593 2005-10-20  Jan Nieuwenhuizen  <janneke@gnu.org>
7594
7595         * stepmake/stepmake/script-vars.make (PYTHON_SCRIPTS_IN): Oops.  Add.
7596
7597 2005-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7598
7599         * mf/SConscript: Updates.
7600
7601         * lily/GNUmakefile (OUT_DIST_FILES): Bugfix.
7602
7603         * stepmake/stepmake/*:
7604         * */GNUmakefile:
7605         * config.make.in:
7606         * GNUmakefile.in:
7607         * stepmake/aclocal.m4: Friendlier --srcdir build, allowing `make'
7608         from any directory in build-dir.  Cleanups.
7609
7610         * make/srcdir.make.in: Remove.
7611
7612         * lily/main.cc (setup_paths): Fix and document build-dir hack.
7613
7614         * SConstruct (CheckYYCurrentBuffer): Use TryCompile (there is no
7615         main).
7616
7617         * lily/SConscript: Remove ttftools.
7618
7619         * SConstruct: Resurrect.
7620
7621 2005-10-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7622
7623         * lily/tuplet-bracket.cc (print): use dy iso. positions[RIGHT] for
7624         Y coordinate. 
7625
7626         * lily/paper-book.cc (add_score_title): put Paper_score title into
7627         systems_ list.
7628
7629         * scm/translation-functions.scm (format-new-bass-figure): also
7630         allow plus in combination with _
7631
7632 2005-10-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7633
7634         * VERSION: 2.7.13 released.
7635
7636         * lily/note-collision.cc (check_meshing_chords): don't wipe
7637         stencil, merely set transparent.
7638
7639         * Documentation/topdocs/NEWS.tely (Top): mention John Mandereau. 
7640         (Top): document #'callbacks.
7641         (Top): document nested \override.
7642
7643         * input/regression/figured-bass.ly: update for slash and pluses.
7644
7645         * input/regression/figured-bass-continuation-forbid.ly (Module):
7646         new file.
7647
7648         * scm/translation-functions.scm (format-new-bass-figure): use
7649         slashed-digit if diminished is set.
7650         (format-new-bass-figure): add + if 'augmented is set.
7651
7652         * scm/define-markup-commands.scm (slashed-digit): new command slashed-digit.
7653
7654         * input/test/piano-staff-distance.ly: remove file.
7655
7656         * Documentation/user/advanced-notation.itely (Formatting cue
7657         notes): use length-fraction for making stems/beams smaller.
7658
7659         * lily/parser.yy (bass_figure): accept \+ \! and / as figured bass
7660         modifications.
7661
7662         * lily/new-figured-bass-engraver.cc: new property
7663         centerFiguredBassContinuations
7664
7665         * Documentation/user/changing-defaults.itely (Difficult tweaks):
7666         use callbacks.
7667
7668         * lily/context-property.cc (execute_general_pushpop_property):
7669         robustness checks.
7670
7671         * input/regression/override-nest.ly: new file.
7672
7673         * python/convertrules.py (FatalConversionError.subber): conversion
7674         rule for #'callbacks
7675
7676         * input/regression/override-nest.ly: new function.
7677
7678         * lily/parser.yy (music_property_def): allow \override #'a #'b =
7679         #c too. 
7680
7681         * lily/context-property.cc (lookup_nested_property): new function.
7682         (evict_from_alist): new function.
7683         (general_pushpop_property): new function.
7684         (execute_general_pushpop_property): rewrite. Support nested
7685         properties too.
7686
7687 2005-10-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7688
7689         * lily/beam.cc: use length-fraction too.
7690
7691         * scm/define-grob-properties.scm (all-user-grob-properties):
7692         remove property flag-width-function
7693         (all-user-grob-properties): remove space-function.
7694
7695         * scm/layout-beam.scm: remove flag-width-function.
7696
7697         * lily/beam.cc: remove flag-width-function
7698
7699         * scm/layout-beam.scm: remove beam dir functions.
7700
7701         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): use length-fraction.
7702
7703         * lily/stem.cc (calc_length): multiply with length_fraction. Makes
7704         for easier grace tweaks.
7705
7706         * lily/beam.cc: remove dir-function.
7707
7708         * lily/system.cc (pre_processing): use callback to trigger spacing procedures.
7709
7710         * lily/grob.cc: remove spacing-procedure.
7711
7712         * lily/note-head.cc (calc_stem_attachment): new function.
7713         (internal_print): use callback to get glyph-name.
7714
7715         * lily/grob-property.cc (get_interfaces): new function.
7716
7717         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-interfaces
7718
7719         * lily/stem.cc (calc_stem_end_position): new function.
7720         (calc_length): new function.
7721         document details for stem.
7722         remove Stem::get_direction()
7723
7724         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-set-callback! 
7725
7726         * lily/grob-property.cc (set_callback): new function.
7727
7728         * lily/script-engraver.cc (make_script_from_event): don't trigger callback.
7729
7730         * lily/item-scheme.cc: new file.
7731
7732         * lily/bar-line.cc (before_line_breaking): remove function.
7733         remove bar-size-procedure, break-glyph-function
7734
7735         * lily/clef-engraver.cc (set_glyph): use glyph iso. glyph-name
7736
7737         * lily/clef.cc (before_line_breaking): change to calc_glyph_name.
7738
7739         * lily/system-start-delimiter.cc (print): suicide from
7740         here. Remove after_line_breaking_callback.
7741
7742         * lily/script-interface.cc (calc_direction): use callback for direction.
7743
7744         * lily/side-position-interface.cc (aligned_side): don't use
7745         Side_position_interface::get_direction directly. Use callback. 
7746
7747         * lily/grob.cc (get_stencil): simplify: use callback mechanism to
7748         calculate stencil.
7749         (get_print_stencil): rename from get_stencil: create stencil with
7750         transparency, color and cause. 
7751
7752         * scm/define-grobs.scm: change print-function to stencil callback everywhere.
7753
7754         * python/convertrules.py (conv): insert temporary warning rule.
7755
7756         * lily/multi-measure-rest.cc (set_text_rods): use stencil directly.
7757
7758         * lily/grob-property.cc (try_callback): remove marker if applicable.
7759
7760         * lily/grob.cc: elucidate doc about after/before-line-breaking
7761
7762         * lily/slur-scoring.cc (enumerate_attachments): robustness fix.
7763
7764         * lily/stem.cc (height): idem.
7765
7766         * lily/stem-tremolo.cc: idem.
7767
7768         * lily/slur.cc (height): don't use get_uncached_stencil()
7769
7770         * lily/rest.cc (y_offset_callback): use offset callback
7771         iso. after-line-breaking callback.
7772
7773         * lily/grob.cc: change after/before-line-breaking-callback to
7774         after/before-line-breaking dummy properties.
7775
7776         * lily/include/grob.hh: remove Grob_status.
7777
7778         * scm/define-context-properties.scm
7779         (all-user-translation-properties): remove verticalAlignmentChildCallback
7780
7781         * lily/tuplet-bracket.cc: use positions property iso. left,right-position.
7782         (calc_direction): use callback
7783         (calc_positions): use callback.
7784
7785         * lily/tie.cc (calc_direction): use callback. Only call parent
7786         positioning for more than one tie.
7787
7788         * lily/tie-column.cc (calc_positioning_done): use callback
7789
7790         * lily/slur-scoring.cc (calc_control_points): use callback
7791
7792         * lily/slur.cc (calc_direction): use callback.
7793
7794         * lily/note-collision.cc (force_shift_callback): remove.
7795
7796         * lily/dot-column.cc (force_shift_callback): remove. Use
7797         other_axis_parent_positioning.
7798
7799         * lily/grob.cc (other_axis_parent_positioning): new function.
7800         (same_axis_parent_positioning): new function
7801
7802         * lily/align-interface.cc (alignment_callback): remove function.
7803
7804         * lily/note-collision.cc (calc_positioning_done): use callback.
7805
7806         * lily/laissez-vibrer-tie.cc (calc_control_points): use callback.
7807         (calc_direction): idem.
7808         remove print function.
7809
7810         * lily/laissez-vibrer-tie-column.cc (calc_positioning_done): use callback.
7811
7812         * lily/dot-column.cc (calc_positioning_done): use callback.
7813
7814         * lily/break-align-interface.cc (calc_positioning_done): use callback.
7815
7816         * lily/beam.cc (calc_direction): use pseudo-property for beam
7817         direction callback.
7818         (calc_positions): use callback 
7819
7820         * lily/align-interface.cc (calc_positioning_done): use
7821         callback. Fold fixed  distance and normal alignment in one function.
7822
7823         * lily/stem.cc (calc_stem_end_position): use callback.
7824         (calc_positioning_done): idem.
7825         (calc_direction): idem.
7826         (calc_stem_end_position): idem
7827         (calc_stem_info): idem.
7828
7829         * lily/grob-property.cc (get_property_data): new function: 
7830         (try_callback): new function.
7831
7832         * scm/define-grob-properties.scm (all-user-grob-properties): doc
7833         callbacks property.
7834
7835         * lily/break-align-interface.cc: remove Break_align_interface::alignment_callback.
7836
7837 2005-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7838
7839         * lily/tie.cc (get_position): robustness fix. Don't crash if a
7840         tie
7841         has no heads.
7842         
7843         * lily/include/*.hh (Module): compile fixes.
7844
7845 2005-10-14  Heikki Junes <hjunes@cc.hut.fi>
7846
7847         * elisp/lilypond-font-lock.el, elisp/lilypond-indent.el: Avoid nil 
7848         as an argument for char-syntax: use (char-syntax (or nil 0)) 
7849         instead of (char-syntax nil), thanks to Milan Zamazal.
7850
7851 2005-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7852
7853         * make/lilypond.fedora.spec.in (Group): add lilypond-internals to
7854         dist.
7855
7856         * lily/tuplet-bracket.cc: check columns of bounds, not bounds
7857         themselves.
7858
7859 2005-10-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7860
7861         * flower/include/virtual-methods.hh (VIRTUAL_COPY_CONSTRUCTOR):
7862         add class_name() method.
7863
7864         * lily/music-scheme.cc: remove ly:music-name.
7865
7866 2005-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7867
7868         * cygwin/postinstall-lilypond.sh: Remove cruft.
7869
7870         * cygwin/postremove-lilypond.sh: Remove.
7871
7872         * cygwin/GNUmakefile (default): Remove postremove rules.
7873
7874 2005-10-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7875
7876         * ly/titling-init.ly (evenHeaderMarkup): use space in header on
7877         even header too.
7878         
7879         * scm/define-markup-commands.scm (wordwrap-string): bugfix for
7880         MacOS 9 users.
7881
7882         * lily/hara-kiri-group-spanner.cc (consider_suicide): only
7883         consider break index for broken spanner.
7884
7885         * scm/define-markup-commands.scm (wordwrap-string): remove \r
7886         characters from string before splitting.
7887
7888 2005-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7889
7890         * scm/framework-ps.scm (output-preview-framework): use
7891         is-book-title to determine whether to chop off the booktitle.
7892
7893         * lily/paper-book.cc (systems): init from book-title-properties
7894         (add_score_title): init score-title-properties.
7895
7896         * ly/paper-defaults.ly: add {score,book}-title-properties.
7897
7898         * scm/document-backend.scm (lookup-interface): error message if
7899         using unknown interface.
7900
7901         * lily/volta-bracket.cc (after_line_breaking): new function. Set
7902         edge-height.
7903
7904         * lily/horizontal-bracket.cc (make_enclosing_bracket): rename from
7905         make_bracket.
7906         (make_bracket): new function.
7907
7908         * scm/lily.scm (define-scheme-options): add paper-size option.
7909
7910         * ly/declarations-init.ly (laissezVibrer): get paper size from
7911         -dpaper-size
7912
7913         * scm/translation-functions.scm: use \fontsize for changing the
7914         fontsize.
7915
7916         * scm/define-grobs.scm (all-grob-descriptions): set
7917         between-length-limit to 1.0
7918
7919         * lily/tie-helper.cc: add between_length_limit_ detail property.
7920
7921         * mf/feta-bolletjes.mf: typos.
7922
7923         * lily/note-head.cc (internal_print): don't shadow idx
7924         parameter. This fixes wrong attachment for do shape heads.
7925
7926 2005-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7927
7928         * scm/parser-ly-from-scheme.scm: rename from ly-from-scheme.scm
7929
7930         * scm/parser-clef.scm (supported-clefs): rename from clef.scm
7931
7932         * scm/layout-slur.scm: rename from slur.scm
7933
7934         * scm/layout-page-layout.scm: rename from page-layout.scm
7935
7936         * scm/layout-beam.scm: rename from beam.scm
7937
7938         * scm/define-grob-interfaces.scm (bass-figure-interface): add
7939         bass-figure-interface
7940
7941         * lily/new-figured-bass-engraver.cc (process_music): add
7942         implicitBassFigures property.
7943         
7944         * scm/define-markup-commands.scm (pad-x): new markup.
7945
7946         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set
7947         minimumVerticalExtent on FiguredBass context.
7948
7949         * lily/figured-bass-continuation.cc (center_on_figures): kludge in
7950         case the continuation crosses a line break.
7951
7952 2005-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7953
7954         * flower/file-name.cc (dos_to_posix)[__CYGWIN__]: Return
7955         unconverted value if cygwin_conv_to_posix_path () fails.  Fixes
7956         absolute file name bug.  
7957
7958 2005-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7959
7960         * VERSION (PACKAGE_NAME): release 2.7.12
7961
7962         * input/regression/figured-bass-continuation-center.ly: new file.
7963
7964         * input/regression/beam-outside-beamlets.ly: new file.
7965
7966         * lily/beam.cc (set_beaming): don't clip edges.
7967         (connect_beams): don't clip edges.
7968
7969         * lily/beaming-info.cc (clip_edges): new function.
7970
7971         * lily/enclosing-bracket.cc (struct Enclosing_bracket): new file.
7972
7973         * Documentation/user/instrument-notation.itely (Figured bass):
7974         demonstrate extenders, update seealso links.
7975
7976         * scm/titling.scm (marked-up-headfoot): change tagline
7977         handling. tagline = ##f will blank the tagline as well.
7978
7979 2005-10-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7980
7981         * Documentation/topdocs/NEWS.tely: add entry for Figured bass.
7982
7983         * lily/new-figured-bass-engraver.cc (struct
7984         New_figured_bass_engraver): add new_music_found_ member.
7985
7986         * lily/lilypond-version.cc (Lilypond_version): deal with
7987         incorrectly formatted version strings. 
7988
7989         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): switch on
7990         New_figured_bass_engraver by default.
7991
7992         * lily/ttf.cc (print_trailer): only define glyph names when
7993         FT_Face has FT_FACE_FLAG_GLYPH_NAMES
7994
7995 2005-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
7996
7997         * lily/horizontal-bracket.cc (make_bracket): new function.
7998
7999         * scm/define-grobs.scm (all-grob-descriptions): new grobs
8000         NewBassFigure, BassFigureBracket, BassFigureContinuation,
8001         BassFigureLine, BassFigureAlignment
8002
8003         * lily/new-figured-bass-engraver.cc (process_music): new file.
8004
8005         * lily/figured-bass-continuation.cc: new file.
8006
8007         * lily/include/horizontal-bracket.hh (struct Horizontal_bracket):
8008         new file.
8009
8010 2005-10-04  Mats Bengtsson  <mabe@s3.kth.se>
8011
8012         * scripts/lilypond-book.py: Bug fix, put the quote around the
8013         actual score for LaTeX documents.
8014
8015         * scm/define-grobs.scm (all-grob-descriptions): Change
8016         collapse-height of the SystemStartBracket grob to 5.0, 
8017         so the bracket disappears for single stave score lines (similarly
8018         to SystemStartBraces). 
8019
8020         * Documentation/user/advanced-notation.itely (Polymetric
8021         notation): Clarify the use of compressMusic.
8022
8023         * Documentation/user/basic-notation.itely (Grace notes): Clarify
8024         that the grace spacer note in other staves need the same duration
8025         and document the stroke-style property.
8026
8027 2005-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8028
8029         * Documentation/user/global.itely (Vertical spacing): document
8030         alignment-extra-space and fixed-alignment-extra-space.
8031
8032         * Documentation/topdocs/NEWS.tely (Top): add entry.
8033
8034         * input/regression/alignment-vertical-spacing.ly: new file.
8035
8036         * python/convertrules.py (conv): add rule.
8037
8038         * ly/music-functions-init.ly: rename outputProperty to overrideProperty
8039
8040         * lily/align-interface.cc (stretch_after_break): new
8041         function. Read fixed-alignment-extra-space property.
8042         (align_elements_to_extents): read alignment-extra-space property.
8043
8044         * lily/lily-guile.cc (robust_scm2dir): new function.
8045
8046         * scm/page-layout.scm (page-headfoot): annotate headsep and footsep.
8047         (annotate-space-left): new function. Annotate space left on page. 
8048         (annotate-y-interval): new function.
8049         (paper-system-annotate-last): new function. Annotate bottom-space.
8050
8051         * mf/feta-beugel.mf (y): 
8052
8053 2005-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8054
8055         * VERSION (PACKAGE_NAME):  release 2.7.11
8056
8057         * scm/lily-library.scm (interval-translate): new function
8058         (interval-center): new function. 
8059
8060         * scm/page-layout.scm (paper-system-annotate): new function. Add
8061         arrows for dimensions.
8062  
8063         * scm/stencil.scm (dimension-arrows): new function.
8064
8065         * Documentation/user/global.itely (Vertical spacing): mention annotatespacing
8066
8067         * input/regression/page-spacing.ly: add annotatespacing
8068
8069         * lily/paper-system-scheme.cc (LY_DEFINE): remove ly:paper-system-{extent,stencil}
8070         (LY_DEFINE): new function ly:paper-system-set-property!
8071
8072         * Documentation/user/global.itely (Paper size): explain how to add
8073         sizes.
8074
8075         * scm/paper.scm (paper-alist): rename tabloid paper to 11x17 to
8076         correspond to GS's definition.
8077
8078         * lily/tuplet-bracket.cc (after_line_breaking): suicide empty
8079         tuplet bracket.
8080         (print): only connect to next bracket if the next one is alive.
8081         (print): set padding to 0.0 if the bound is a breakable
8082         column. This makes tupletFullLength brackets reach up to the staff
8083         line if it doesn't connect to the next line.
8084
8085 2005-09-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8086
8087         * lily/bar-number-engraver.cc: correct docs.
8088
8089         * scm/output-lib.scm (first-bar-number-invisible): rename from
8090         default-bar-number-visibility
8091
8092 2005-09-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8093
8094         * scm/define-music-properties.scm (all-music-properties): remove
8095         predicate property.
8096
8097 2005-09-28  Heikki Junes  <hjunes@cc.hut.fi>
8098
8099         * po/fi.po: refresh.
8100
8101 2005-09-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8102
8103         * input/regression/hara-kiri-pianostaff.ly (disappear): remove
8104         superfluous s1.
8105         (disappear): bugfix.
8106
8107         * lily/stem-tremolo.cc (raw_stencil): read slope property.
8108
8109         * lily/include/paper-system.hh (class Paper_system): remove
8110         staff_extents_ member.
8111
8112         * lily/paper-system-scheme.cc (LY_DEFINE): remove.
8113
8114         * lily/include/paper-system.hh (class Paper_system): remove
8115         number_ variable. Remove is_title_. Remove break_before_penalty_
8116
8117         * lily/paper-book.cc (systems): use 'number property iso. number_
8118         member.
8119
8120         * lily/paper-system-scheme.cc: remove ly:paper-system-break-before-penalty
8121         remove ly:paper-system-number.
8122
8123         * scm/lily-library.scm (paper-system-title?): new function.
8124
8125         * lily/book.cc (process): bugfix: flip ?: cases. 
8126
8127         * Documentation/user/changing-defaults.itely (Difficult tweaks):
8128         add outputProperty.
8129
8130         * ly/music-functions-init.ly: add outputProperty music function.
8131
8132         * scm/paper.scm (set-paper-dimension-variables): add pagetopspace
8133
8134         * scm/page-layout.scm (ly:optimal-page-breaks): read next-space
8135         and next-padding.
8136         (optimal-page-breaks): rename from ly:optimal-page-breaks.
8137
8138         * lily/paper-system-scheme.cc (LY_DEFINE): new function.
8139
8140         * lily/paper-system.cc (internal_get_property): new function.
8141
8142         * Documentation/user/global.itely (Vertical spacing): refer to
8143         page-spacing.ly
8144
8145         * scm/page-layout.scm (ly:optimal-page-breaks): add support for
8146         pagetopspace
8147
8148         * input/regression/page-spacing.ly: new file.
8149
8150         * input/regression/page-top-space.ly: new file.
8151
8152         * lily/spacing-spanner.cc: cmath -> math.h
8153
8154         * lily/paper-system.cc (read_left_bound): new function. Read
8155         line-break-system-details from left bound to determine extents.
8156  
8157         * Documentation/user/programming-interface.itely (Using LilyPond
8158         syntax inside Scheme): change applyxxx -> applyXxx.
8159
8160         * ly/music-functions-init.ly: add outputProperty music function.
8161
8162         * lily/parser.yy (Generic_prefix_music_scm): add scm-scm-scm signature.
8163
8164         * lily/grob-scheme.cc (LY_DEFINE): add ! to ly:grob-suicide! name.
8165
8166         * python/convertrules.py (conv): rule
8167
8168         * ly/music-functions-init.ly: applyxxx -> applyXxx
8169
8170         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): alias
8171         TabVoice to Voice.
8172
8173 2005-09-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8174
8175         * flower/include/real.hh: include <math.h> iso. <cmath>
8176
8177         * flower/include/offset.hh: include real.hh
8178
8179 2005-09-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8180
8181         * Documentation/user/changing-defaults.itely (Difficult tweaks):
8182         fix example, now that 'interfaces is no longer directly available.
8183
8184         * lily/book.cc (process): don't crash if paper == NULL.
8185
8186         * po/fr.po: update.
8187
8188 2005-09-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8189
8190         * scm/define-music-types.scm (music-descriptions): set length and
8191         start-callback for QuoteMusic
8192
8193 2005-09-15  Mats Bengtsson  <mabe@s3.kth.se>
8194
8195         * lily/tie.cc (get_configuration): Replace fabs -> abs for integer
8196         arguments. Fixes compilation error with gcc 3.3.
8197
8198 2005-09-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8199
8200         * VERSION: release 2.7.10
8201
8202         * stepmake/stepmake/python-module-rules.make
8203         ($(outdir)/%$(SHARED_MODULE_SUFFIX)): SHARED_FLAGS at the end.  
8204
8205         * lily/*.cc: remove <cmath> everywhere. <cmath> is included from
8206         real.hh
8207
8208 2005-09-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8209
8210         * stepmake/stepmake/c++-vars.make (#EXTRA_CXXFLAGS): don't add
8211         -Werror. Otherwise GCC barfs over various optimizations.
8212
8213         * scm/define-grob-properties.scm (all-internal-grob-properties):
8214         add note-head property
8215
8216         * Documentation/user/instrument-notation.itely (Laissez vibrer
8217         ties): new node.
8218
8219         * input/regression/laissez-vibrer-ties.ly: new file.
8220
8221         * lily/laissez-vibrer-engraver.cc: new file.    
8222
8223         * lily/include/tie-column-format.hh: new file.
8224
8225         * lily/tie-column-format.cc: new file. 
8226
8227         * lily/tie-column.cc (set_manual_tie_configuration): new function.
8228
8229         * lily/laissez-vibrer-tie.cc: new file.
8230
8231         * lily/include/laissez-vibrer-tie.hh: new file.
8232
8233         * ly/engraver-init.ly: add Laissez_vibrer_engraver
8234
8235         * ly/declarations-init.ly (laissezVibrer): add \laissezVibrer
8236
8237         * scm/define-grobs.scm (all-grob-descriptions): add
8238         LaissezVibrerTie, LaissezVibrerTieColumn
8239
8240         * lily/tie-column.cc (set_tie_config_directions): new function
8241         (final_shape_adjustment): new function.
8242         (shift_small_ties): new function.
8243
8244         * scm/define-music-types.scm (music-descriptions): add LaissezVibrerEvent
8245
8246         * lily/include/tie.hh (struct Tie_details): add x_gap_
8247         (struct Tie_configuration): add head_position_
8248
8249         * lily/tie-column.cc (set_chord_outline): new function.
8250
8251         * mf/cmr.enc.in:  remove file.
8252
8253 2005-09-11  Graham Percival  <gpermus@gmail.com>
8254
8255         * Documentation/user/examples.itely: typo fix.  Thanks, Matevž
8256
8257 2005-09-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8258
8259         * mf/feta-banier.mf: make vertical stem 1/2 stemthickness wide to
8260         reduce aliasing effects.
8261
8262         * lily/tie-column.cc (set_chord_outlines): bugfix: insert complete
8263         box in skyline.
8264
8265 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8266
8267         * lily/tie.cc (get_configuration): don't crash if left_dot is NULL.
8268
8269         * flower/include/real.hh: std::fabs too.
8270
8271 2005-09-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8272
8273         * Documentation/user/lilypond.tely: Spell Baßtuba in UTF-8 (Werner). 
8274
8275         * lily, flower: Include C++ iso C headers.  Import namespace std
8276         throughout.
8277
8278         * lily/side-position-interface.cc: 
8279         * lily/scm-hash.cc: 
8280         * lily/note-head.cc: 
8281         * lily/include/includable-lexer.hh: 
8282         * flower/include/string-data.icc: Remove using std::*.
8283
8284         * lily, flower: Include C++ iso C headers.  Import namespace std
8285         throughout.
8286
8287         * lily/side-position-interface.cc: 
8288         * lily/scm-hash.cc: 
8289         * lily/note-head.cc: 
8290         * lily/include/includable-lexer.hh: 
8291         * flower/include/string-data.icc: Remove using std::*.
8292
8293         * Documentation/user/instrument-notation.itely (Entering lyrics):
8294         Multiple latin-1->utf-8 conversion fix.
8295
8296         * Documentation/user/*tely: Update Emacs cookie to utf-8.
8297
8298 2005-09-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8299
8300         * lily/tie.cc (get_configuration): also avoid dots for non-space
8301         situations.
8302
8303 2005-09-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8304
8305         * Documentation/user/instrument-notation.itely: Bugfix.
8306
8307 2005-09-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8308
8309         * tex/GNUmakefile: don't install texinfo.tex
8310
8311         * tex/ : cleanup: remove unused files.
8312
8313         * lily/general-scheme.cc: remove my_{isinf,isnan}.
8314
8315         * flower/include/real.hh: using std::{isnan,isinf}
8316         
8317         * VERSION (PATCH_LEVEL): release 2.7.9
8318
8319 2005-09-05  Graham Percival  <gpermus@gmail.com>
8320
8321         * Documentation/user/ instrument-notation.itely,
8322         advanced-notation.itely: minor tweaks.
8323
8324         * input/test/script-chart.ly: add item padding.
8325
8326 2005-09-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8327
8328         * flower/offset.cc: use math.h iso. <cmath>
8329
8330         * scm/ps-to-png.scm (make-ps-images): use png16m again, for sake
8331         of IE users.
8332
8333         * scm/framework-eps.scm (dump-stencils-as-EPSes): cleanup.
8334         (widen-left-stencil-edges): new function. Fix alignment problems
8335         with LaTeX includegraphics.
8336
8337         * lily/text-interface.cc (interpret_markup): use abort().
8338
8339 2005-09-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8340
8341         * input/regression/tie-chord.ly (testLong): add a chord in 4ths
8342
8343         * lily/tie.cc (get_configuration): update bezier shape as we
8344         change Y positions.
8345         (get_configuration): don't move large ties if we're outside of the
8346         staff.
8347
8348 2005-09-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8349
8350         * scm/define-markup-commands.scm (strut): swap X and Y dims.
8351         
8352 2005-09-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8353
8354         * .cvsignore: Add auto-generated configure files and then some.
8355
8356 2005-09-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8357
8358         * scm/define-grobs.scm (DynamicLineSpanner): Add
8359         X-extent-callback.  Fixes hairpin-slur collision.
8360
8361 2005-08-31  Graham Percival  <gpermus@gmail.com>
8362
8363         * Documentation/user/advanced-notation.itely,
8364         basic-notation.itely: minor changes.
8365
8366 2005-08-31  Mats Bengtsson  <mabe@s3.kth.se>
8367
8368         * scm/framework-eps.scm (dump-stencils-as-EPSes): Insert a
8369         \linebreak between each .eps file if \betweenLilyPondSystem is
8370         undefined. 
8371
8372         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8373         music): Document the \linebreak
8374
8375         * Documentation/user/lilypond-book.itely,
8376         input/tutorial/lbook-latex-test.tex,
8377         Documentation/user/examples.itely: Remove \usepackage{graphics}
8378
8379 2005-08-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8380
8381         * mf/aybabtu.pe.in (i): don't merge alphabet into aybabtu.
8382
8383         * lily/ly-module.cc (make_stand_in_procs_weak): 1.6.4 and earlier
8384         compat bugfix.
8385
8386         * scripts/lilypond-book.py (PREAMBLE_LY): define
8387         inside-lilypond-book
8388         (modify_preamble): new function. Insert \RequirePackage{graphics}
8389         when no {graphics found in preamble.  
8390
8391 2005-08030  Graham Percival  <gpermus@gmail.com>
8392
8393         * Documentation/user/basic-notation.itely, global.itely,
8394         tutorial.itely: misc small changes.
8395
8396 2005-08-30  Jan Nieuwenhuizen  <janneke@gnu.org>
8397
8398         * stepmake/aclocal.m4: Include MY_PATCH_LEVEL in config.make's
8399         VERSION.
8400
8401 2005-08-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8402
8403         * lily/tie-column.cc (new_directions): put Tie down on center
8404         staff line. 
8405
8406         * lily/script-interface.cc (before_line_breaking): use
8407         Grob::programming_error
8408
8409         * scm/ps-to-png.scm (make-ps-images): use pngalpha device.
8410
8411         * scripts/lilypond-book.py (get_latex_textwidth): oops. Take [0]
8412         of splitext.
8413
8414 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8415
8416         * VERSION (PACKAGE_NAME): VERSION release 2.7.8
8417
8418 2005-08-29  Werner Lemberg  <wl@gnu.org>
8419
8420         * mf/GNUmakefile: Add `-f' flag to `rm' command while removing
8421         the `*.scale.pfa' files to avoid warnings.
8422
8423 2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8424
8425         * lily/tempo-performer.cc (process_music): idem.
8426
8427         * lily/midi-def.cc (get_tempo): Rational to int conversion bug.
8428
8429 2005-08-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8430
8431         * Documentation/user/advanced-notation.itely (Text markup): not a
8432         fragment.
8433
8434         * lily/midi-item.cc (to_string): use to_int() iso. int cast.
8435
8436         * lily/staff-performer.cc (initialize): add tempo/name to
8437         audio_staff_
8438
8439
8440 2005-08-26  Graham Percival  <gpermus@gmail.com>
8441
8442         * Documentation/user/advanced.itely: add text-only example.
8443
8444         * Documentation/user/invoking.itely: add index entries for
8445         convert-ly.
8446
8447         * Documentation/user/ tutorial.itely, basic-notation.itely:
8448         small fixes suggested by Steve D.  Thanks!
8449
8450 2005-08-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8451
8452         * input/regression/markup-bidi-pango.ly: new file.
8453
8454         * lily/pango-font.cc (pango_item_string_stencil): make Mingw code
8455         standard. Remove #ifdef. Remove memleak.
8456         (text_stencil): use text_dir to decide how to composite items.
8457         (text_stencil): determine uniform text direction for the entire
8458         string.
8459
8460         * scripts/lilypond-book.py (output_name): remove
8461         latex_filter_cmd. Non-portable to non-Unix systems. 
8462         (get_latex_textwidth): use File.write and os.unlink() instead.
8463
8464         * THANKS: add Vicente & Trevor.
8465
8466         * lily/grob.cc (discretionary_processing): look up origin for
8467         programming_error too. 
8468
8469         * input/regression/tie-broken.ly: new file.
8470
8471         * lily/tie-column.cc (set_chord_outlines): set outline for line
8472         break case too.
8473         
8474 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8475
8476         * lily/pango-font.cc (text_stencil): don't translate glyphs in
8477         unscaled transform, just translate stencils.
8478
8479         * ly/performer-init.ly: init timing to #t.  Fixes bar checks in
8480         MIDI.
8481
8482         * scm/define-markup-commands.scm (wordwrap-string): use
8483         text-direction
8484         (wordwrap-stencils): idem.
8485         (line): idem.
8486         (fill-line): idem.
8487         (wordwrap-stencils): translate last line to right for
8488         text-direction = LEFT.
8489
8490         * scm/define-grob-properties.scm (all-user-grob-properties): add
8491         text-direction.
8492
8493 2005-08-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8494
8495         * lily/lily-parser.cc (Lily_parser): also copy output_basename_
8496         when copying a Lily_parser object.
8497
8498 2005-08-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8499
8500         * scm/define-markup-commands.scm (null): add null markup.
8501
8502 2005-08-25  Mats Bengtsson  <mabe@s3.kth.se>
8503
8504         * lily/item.cc: Add documentation of center-invisible
8505
8506 2005-08-24  Graham Percival  <gpermus@gmail.com>
8507
8508         * Documentation/user/advanced-notation.itely: add info about
8509         raising text.
8510
8511         * Documentation/user/programming-interface.itely: fix example
8512         involving raised text.
8513
8514 2005-08-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8515
8516         * lily/beam.cc (print): fix X start/end points of isolated
8517         beamlets.
8518
8519         * scm/output-ps.scm (grob-cause): escape spaces in URLs.
8520
8521         * lily/multi-measure-rest.cc (set_text_rods): new function.
8522
8523         * lily/vertical-align-engraver.cc (process_music): call
8524         Align_interface::set_axis(). This forces #'elements to be ordered,
8525         preventing random vertical reordering of staves.
8526
8527         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
8528         add avoid-slur property. 
8529
8530         * Documentation/user/basic-notation.itely (Measure repeats): add
8531         countPercentRepeats example.
8532
8533         * Documentation/user/advanced-notation.itely (Other text markup
8534         issues): remove remark about normal-font.  We have \normal-text
8535
8536         * input/regression/tie-chord.ly: add note about remaining bugs.
8537
8538         * lily/tie.cc (print): try Tie_column::set_directions () if
8539         control-points not yet defined.
8540
8541 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8542
8543         * lily/system-start-delimiter.cc (staff_brace): don't remove brace
8544         extent. This fixes braces falling out of the EPS bbox.
8545
8546         * mf/feta-beugel.mf (braces_per_font): make brace glyph align
8547         exactly to bbox.
8548
8549 2005-08-23  Graham Percival  <gpermus@gmail.com>
8550
8551         * {various} : change #up->#UP and #down->#DOWN.
8552
8553         * ly/titling-init.ly: Spacing fix when using printallheaders=##t.
8554
8555         * Documentation/user/advanced-notation.itely: clarify
8556         what objects handles text on a multimeasure rest.
8557
8558 2005-08-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8559
8560         * VERSION (PATCH_LEVEL): release 2.7.7
8561
8562 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8563
8564         * make/lilypond-vars.make: set -dgs-font-load for "make web" 
8565
8566         * Documentation/topdocs/INSTALL.texi (Top): add GS bugfix requirement.
8567
8568         * input/regression/*.ly: formatting clean-up. Default layout
8569         before music expression.
8570
8571         * input/mutopia/R.Schumann/GNUmakefile (examples): switch off
8572         romanze28-2 example.
8573
8574         * scm/ps-to-png.scm: remove dir-re function.
8575         (make-ps-images): generate page names, instead of globbing them.
8576         This brings down LilyPond memory usage for make web by a factor
8577         10. 
8578
8579         * scripts/lilypond-book.py (Lilypond_snippet.png_is_outdated):
8580         don't use glob. With 3000 files, globbing
8581         Documentation/user/out-www/ can take too much time. 
8582         
8583         * lily/lily-guile.cc (gulp_file_to_string): take size argument.
8584
8585         * lily/general-scheme.cc (LY_DEFINE): take optional size argument.
8586
8587         * input/regression/tie-manual.ly: new file
8588
8589         * input/regression/tie-chord.ly: update.
8590
8591         * flower/include/interval.hh (struct Interval_t): 
8592
8593         * lily/tie.cc (distance): new function 
8594         (height): new function.
8595         (init): new function
8596         (Tie_details): new struct.
8597
8598         * lily/skyline.cc (skyline_height): new function.
8599
8600         * lily/tie-column.cc (set_chord_outlines): new function.
8601         (new_directions): read tie-configuration
8602
8603         * lily/skyline.cc: fix ASCII art.
8604         
8605 2005-08-22  Mats Bengtsson  <mabe@s3.kth.se>
8606
8607         * python/convertrules.py (string_or_scheme): Fix spelling error
8608
8609 2005-08-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8610         
8611         * lily/tie-column.cc (set_directions): set directions only once.
8612         (add_configuration): new function.
8613
8614         * lily/tie.cc (set_control_points): new function
8615
8616         * lily/tie-column.cc (new_directions): new function.
8617
8618         * ly/music-functions-init.ly: set 'pitch property
8619         iso. trill-pitch. This makes \relative work with \pitchedTrill
8620
8621         * lily/tie.cc (get_configuration): new function. Don't generate
8622         control points, rather, generate configuration.
8623         remove head-pair property.
8624
8625         * lily/include/tie.hh (struct Tie_configuration): new struct.
8626
8627 2005-08-22  Heikki Junes  <hjunes@cc.hut.fi>
8628
8629         * Documentation/topdocs/NEWS.tely: clarify.
8630
8631 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8632
8633         * lily/tie.cc: remove minimum-length
8634
8635         * scm/define-grob-properties.scm (all-user-grob-properties):
8636         remove staffline-clearance, y-offset 
8637
8638         * input/regression/tie-dots.ly (Module): remove.
8639
8640         * lily/tie.cc (get_control_points): rewrite. Put short ties in
8641         staff-spaces, make long ties cross staff lines. Avoid flags and dots.
8642
8643         * input/regression/tie-single.ly: new file.
8644
8645 2005-08-21  Graham Percival  <gpermus@gmail.com>
8646
8647         * ly/bagpipe.ly: fix compile problem.
8648
8649 2005-08-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8650
8651         * lily/midi-item.cc (name): new method.
8652
8653         * lily/staff-performer.cc (acknowledge_audio_element): use
8654         signature of baseclass.
8655
8656         * lily/engraver-group.cc (do_announces): move recursion call out
8657         of while loop. 
8658
8659         * lily/drum-note-performer.cc (class Drum_note_performer): use
8660         process_music everywhere.
8661
8662         * ly/performer-init.ly: add default children everywhere.
8663
8664         * lily/paper-book.cc (output): call paper-book-write-midis
8665         directly: always write MIDI, even if no \layout {} block. 
8666
8667 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8668
8669         * VERSION (PACKAGE_NAME): release 2.7.6
8670
8671         * lily/percent-repeat-engraver.cc (try_music): don't print warning
8672         about not being able to handle repeat.
8673
8674 2005-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8675
8676         * Documentation/user/examples.itely (Piano templates):
8677         * lily/include/performer-group.hh: Remove last traces of
8678         Performer_group_performer.  Fixes make web.
8679
8680 2005-08-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8681
8682         * Documentation/user/examples.itely (Piano templates): change
8683         Engraver_group_engraver -> Engraver_group
8684
8685         * lily/ly-module.cc (make_stand_in_procs_weak): only kludge if
8686         scm_stand_in_procs is not weak_any.
8687
8688         * lily/volta-bracket.cc (print): don't use strcmp().
8689
8690         * lily/volta-engraver.cc (process_music): use
8691         Text_interface::is_markup() for setting the 'text property of the
8692         volta bracket.
8693
8694         * input/mutopia/claop.py (accents): update syntax to 2.6
8695
8696         * scm/define-context-properties.scm
8697         (all-user-translation-properties): add countPercentRepeats.
8698
8699         * Documentation/user/basic-notation.itely (Measure repeats): add
8700         isolated percent example.
8701
8702 2005-08-18  Graham Percival  <gpermus@gmail.com>
8703
8704         * input/ {various}: change direction #1, #-1 to
8705         #up/#down or \fooUp, \fooDown.
8706
8707         * Documentation/user/music-glossary.tely: #-1 to #down.
8708
8709         * ly/bagpipe.ly, engraver-init.ly, property-init.ly: #1
8710         to #up, #-1 to #down.
8711
8712 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8713
8714         * lily/include/engraver-group.hh: rename.
8715
8716         * lily/include/performer-group.hh: rename.
8717
8718 2005-08-18  Mats Bengtsson  <mabe@s3.kth.se>
8719
8720         * input/test/script-abbreviations.ly: Removed some old LaTeX
8721         left overs.
8722
8723 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8724
8725         * python/convertrules.py (conv): inside-slur -> avoid-slur.
8726         Remove functions.  Remove if 1: constructs, reindent.
8727
8728         * scripts/convert-ly.py (add_version): Add functions from
8729         convertrules.py
8730
8731         * scm/script.scm (default-script-alist):
8732         s/priority/script-priority.  Fixes script stacking.  Backportme.
8733         (Fermata): Very low priority.
8734
8735 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8736
8737         * input/regression/*.ly: remove superfluous \score blocks. Reindent.
8738
8739         * input/regression/slur-script.ly: remove padding tweaks. Add
8740         comment strings.
8741
8742         * lily/note-spacing.cc (get_spacing): remove kludge for EOL wide
8743         time sigs and related stuff.
8744
8745         * scm/define-grob-properties.scm (all-user-grob-properties): add
8746         @code{} tags to property description.
8747
8748         * lily/include/line-group-group-engraver.hh (Module): remove file.
8749
8750         * python/convertrules.py (conv): add rule for
8751         Engraver_group_engraver -> Engraver_group.
8752
8753         * lily/include/performer-group-performer.hh: analogous.
8754
8755         * lily/include/engraver-group-engraver.hh: rename to Engraver_group.
8756
8757         * lily/context-def.cc (instantiate): check for
8758         Engraver_group_engraver and Performer_group_performer not
8759         Engraver/Performer. Fixes crashes when doing \with { \consists .. }
8760  
8761 2005-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8762
8763         * input/les-nereides.ly: Remove three fingering tweaks, update
8764         remaining one.
8765
8766         * input/regression/slur-script-inside.ly: Update, fix doc.
8767
8768         * scm/script.scm: Update to avoid-slur.
8769
8770         * scm/define-grob-properties.scm (avoid-slur): New property.
8771
8772         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
8773         * lily/slur-engraver.cc (acknowledge_extra_object): Invoke
8774         outside_slur_callback if avoid-slur != #'inside.
8775
8776         * scm/define-grobs.scm (Fingering, Textscript): No
8777         inside-slur/outside-slur preference.
8778         (DynamicLineSpanner): Always outside slur.
8779
8780         * input/regression/slur-script.ly: More tests.
8781
8782 2005-08-17  Graham Percival  <gpermus@gmail.com>
8783
8784         * Documentation/user/lilypond-book: fix notime entry.
8785
8786         * Documentation/user/advanced-notation.itely: add info on
8787         getting an I rehearsal mark.
8788
8789         * Documentation/user/putting.itely: reinstate "I", re-enforce
8790         the fact that \override numbers are the result of
8791         experimentation and personal taste.
8792
8793         * Documentation/user/invoking.itely: update convert-ly bugs.
8794
8795 2005-08-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8796
8797         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set timing
8798         to #t.
8799
8800         * lily/timing-translator.cc (initialize): don't initialize timing.
8801
8802         * input/regression/stem-spacing.ly (Module): remove file.
8803
8804         * input/regression/spacing-stick-out.ly: specify Score context for
8805         \override
8806
8807         * input/regression/clefs.ly: remove spurious {}s 
8808
8809 2005-08-17  Heikki Junes  <hjunes@cc.hut.fi>
8810
8811         * Documentation/topdocs/NEWS.tely,
8812         input/regression/repeat-percent-count.ly: clarify a bit.
8813
8814 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8815
8816         * input/no-notation/display-lily-tests.ly: delete
8817         display-lily-init call.
8818
8819         * ly/music-functions-init.ly (displayLilyMusic): move
8820         display-lily-init call at top level, so that the user should not
8821         have to call it.
8822
8823         * scm/define-music-display-methods.scm (note-name->lily-string):
8824         retrieve note names directly from pitchnames using new function `rassoc'.
8825         (display-lily-init): note names list construction removed.
8826
8827 2005-08-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8828
8829         * THANKS: spello.
8830
8831         * lily/lily-parser.cc (get_header): copy module, instead of
8832         returning it.
8833
8834         * Documentation/topdocs/NEWS.tely (Top): add entry for percent
8835         counters.
8836
8837         * Documentation/user/basic-notation.itely (Measure repeats): add
8838         links to Counter grobs.
8839
8840         * scm/define-grobs.scm (all-grob-descriptions): add
8841         DoublePercentRepeatCounter
8842         (all-grob-descriptions): add PercentRepeatCounter
8843
8844         * lily/percent-repeat-engraver.cc (class Percent_repeat_engraver):
8845         also create counter grobs.
8846
8847         * lily/separation-item.cc (extremal_break_aligned_grob): don't
8848         return grob without space-alist.
8849
8850         * input/proportional.ly: tune staff-padding.
8851
8852         * input/regression/repeat-percent-count.ly: new file. 
8853
8854 2005-08-16  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8855
8856         * input/no-notation/display-lily-tests.ly: moved from
8857         input/regression/ to input/no-notation. Be sure to call
8858         `display-lily-init' before trying to use the display function.
8859
8860 2005-08-16  Mats Bengtsson  <mabe@s3.kth.se>
8861
8862         * scripts/lilypond-book.py (option_definitions): Don't localize
8863         the empty string. Fixes bug when --psfonts was used with
8864         non-English locale.
8865
8866 2005-08-15  Graham Percival  <gpermus@gmail.com>
8867
8868         * lily/tuplet-bracket.cc: simple build fix.
8869
8870         * Documentation/user/putting.itely: use "we" instead of "I".
8871
8872         * Documentation/user/basic-notation.itely: cautionary accidentals
8873         work with naturals, too.
8874
8875 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8876
8877         * lily/tuplet-bracket.cc (calc_position_and_height): add
8878         staff-padding support.
8879
8880         * input/proportional.ly: set staff-padding.
8881         
8882         * VERSION (PATCH_LEVEL): release 2.7.5
8883
8884         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): text formatting
8885         fixes. Remove tweaks.
8886
8887         * input/regression/tuplet-slope.ly: add a test case.
8888
8889         * lily/tuplet-bracket.cc (calc_position_and_height): revert
8890         erroneous fix. Add spanner bounds to offset array with relative X
8891         positions.
8892
8893         * ly/engraver-init.ly: add Rest_engraver only once.
8894
8895         * scm/define-music-display-methods.scm (KeyChangeEvent): only do
8896         (*parser*) lookup if (*parser*) != #f.
8897
8898 2005-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>
8899
8900         * lily/phrasing-slur-engraver.cc (acknowledge_extra_object):
8901         Cut-and paste update.
8902
8903         * input/regression/slur-script.ly: Add example of reverting
8904         inside-slur for fingering.
8905
8906         * scm/define-grobs.scm (DynamicLineSpanner, Fingering,
8907         TextScript): Explicitly set inside-slur #f, forcing these out of slur.
8908
8909         * lily/slur-engraver.cc (acknowledge_extra_object): Only invoke
8910         outside_slur_callback if inside-slur == #f (as opposed to unset).
8911
8912 2005-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8913
8914         * tex/GNUmakefile (INSTALLATION_FILES): Remove enc symlink setup,
8915         encoding files are already removed.
8916
8917 2005-08-15  Mats Bengtsson  <mabe@s3.kth.se>
8918
8919         * Documentation/user/advanced-notation.itely (Instrument names):
8920         Document a workaround for instrument names that collide with
8921         system start braces/brackets.
8922
8923 2005-08-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
8924
8925         * lily/rest-collision.cc (do_shift): spello.
8926
8927         * input/proportional.ly: use #'used property. Set break-overshoot
8928         property.
8929
8930         * mf/feta-arrow.mf: center on arrow tip center, iso. tip edge.
8931
8932         * lily/paper-column.cc: add #'used property
8933
8934         * lily/mark-engraver.cc (stop_translation_timestep): set grob
8935         array for staves found.
8936
8937         * lily/metronome-engraver.cc (stop_translation_timestep): set grob
8938         array for stavesFound.
8939
8940         * lily/staff-spacing.cc (next_note_correction): add fixed and
8941         space to calling convention. This fixes spacing of accidentals
8942         after barlines.
8943
8944         * input/regression/spacing-accidental-stretch.ly: add barline -
8945         accidental case.
8946
8947         * scm/framework-ps.scm (page-header): add version number to
8948         creator
8949         (eps-header): idem.
8950
8951         * mf/feta-bolletjes.mf: swap d0 and u0 fa heads.
8952         
8953 2005-08-13  Graham Percival  <gpermus@gmail.com>
8954
8955         * Documentation/user/global.itely: add "fit as much as
8956         possible onto this page" example (Vertical spacing).
8957
8958 2005-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8959
8960         * *: Nitpick run.
8961
8962         * buildscripts/fixcc.py: Fixes.
8963
8964 2005-08-12  Graham Percival  <gpermus@gmail.com>
8965
8966         * Documentation/user/advanced-notation.itely: add markup
8967         example to Text spanners.
8968
8969 2005-08-12  Mats Bengtsson  <mabe@s3.kth.se>
8970
8971         * Documentation/user/basic-notation.itely (Ties): Add example of
8972         tying a tremolo to a chord. Thanks to Steve Doonan. 
8973
8974         * lily/tie-engraver.cc: Add tieWaitForNote to the list of read
8975         properties and move tieMelismaBusy to the list of written
8976         properties. 
8977
8978 2005-08-12  Heikki Junes  <hjunes@cc.hut.fi>
8979
8980         * po/TODO: suggest to use a dedicated tool like kbabel.
8981
8982         * po/fi.po: update using kbabel.
8983
8984 2005-08-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8985
8986         * *: Remove obsolete files.  Nitpick run.
8987
8988         * lily/lily-guile.cc (parse_symbol_list): Bugfix.
8989
8990 2005-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8991
8992         * mf/GNUmakefile (get-*-fonts): Rename from get-*-pfa.  Copy SVG
8993         too.
8994
8995         * Documentation/topdocs/NEWS.tely (Top): Add slur script feature.
8996
8997         * lily/lily-guile.cc (parse_symbol_list): Rewrite.  Grok multiple
8998         whitespace as symbol separator.
8999
9000         * lily/side-position-interface.cc: Add slur-padding.
9001
9002         * input/regression/slur-script.ly: Fixed.  Backportme?  This is
9003         quite a large fix, and it never worked in a stable release; so not
9004         really a regression.
9005
9006         * lily/phrasing-slur-engraver.cc (class Phrasing_slur_engraver):
9007         Update cut and paste code from Slur_engraver.
9008
9009         * scm/define-grob-interfaces.scm (dynamic-line-spanner-interface):
9010         Add.
9011
9012         * scm/define-grobs.scm (DynamicLineSpanner): Add
9013         dynamic-line-spanner-interface.
9014         (DynamicLineSpanner, TextScript, Fingering): Add slur-padding.
9015
9016 2005-08-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9017
9018         * lily/slur-engraver.cc (acknowledge_extra_object): Bugfix: use
9019         to_boolean () so that non-set 'inside-slur means false.
9020
9021         * lily/slur.cc (outside_slur_callback): Bugfixes: make sure that
9022         slur has control-points.  Skip script without direction.  Always
9023         do_shift if script inside slur, even if slur not contained in
9024         script y-extent.  Increment k in loop.
9025
9026 2005-08-11  Mats Bengtsson  <mabe@s3.kth.se>
9027
9028         * scm/define-markup-commands.scm: Improved regexp to search for
9029         EPS bounding boxes and corrected call to ly:warning.
9030
9031 2005-08-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9032
9033         * Documentation/user/programming-interface.itely (Displaying music
9034         expressions): doc for \displayLilyMusic. Also some precisions in
9035         "Markup construction in Scheme"
9036
9037 2005-08-10  Mats Bengtsson  <mabe@s3.kth.se>
9038
9039         * scm/define-markup-commands.scm (normal-text): Added 2 new
9040         markup commands, \normal-text and \medium (the latter thanks to
9041         Bruce Fairchild). 
9042
9043 2005-08-08  Graham Percival  <gpermus@gmail.com>
9044
9045         * Documentation/user/programming-interface.itely: fix @{ @}.
9046
9047         * scm/define-markup-commands.scm: add linewidth info to
9048         \justify and \wordwrap, add "upright is the opposite of italic".
9049
9050         * Documentation/user/advanced-notation.itely: shaped->shape,
9051         add (cons (markup "foo")) type of example to text markup,
9052         reword multi-measure rests section.
9053
9054         * lily/note-heads-engraver.cc: changed Shaped->Shape in a
9055         comment.  No actual code was touched.
9056
9057         * Documentation/user/invoking.itely: add more info about
9058         \include.  Thanks, Bruce!
9059
9060         * THANKS: add Bruce Fairchild, alphabetise.
9061
9062         * Documentation/user/global.itely: document \score{\header{}}
9063         behavior.
9064
9065         * Documentation/user/basic-notation.itely: reword multi-measure
9066         rest discussion in Rests.
9067
9068 2005-08-08  Mats Bengtsson  <mabe@s3.kth.se>
9069
9070         * Documentation/user/programming-interface.itely (Markup
9071         construction in Scheme): Corrected example and tried to clarify
9072         the implicit \line in the table.
9073
9074 2005-08-07  Graham Percival  <gpermus@gmail.com>
9075
9076         * Documentation/user/instrument-notation.itely: moved
9077         some bagpipe info back into the bagpipe section.  Somehow
9078         it ended up in the "other vocal issues" section?!  :o_O
9079
9080 2005-08-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9081
9082         * scm/framework-ps.scm (dir-join): Rename from path-join (joins
9083         directories, not paths).
9084
9085 2005-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9086
9087         * scm/framework-ps.scm (munge-lily-font-name): Bugfix: Munge only
9088         plain emmentaler/aybabtu.  Backportme.
9089
9090         * lily/tuplet-bracket.cc (calc_position_and_height): Bugfix:
9091         missing dir correction.
9092
9093 2005-08-05  Graham Percival  <gperlist@shaw.ca>
9094
9095         * scm/define-markup-commands: fix reversed justify/wordwrap
9096         doc strings.
9097
9098 2005-08-05  Jürgen Reuter  <reuter@ipd.uka.de>
9099
9100         * lily/ligature-engaver.cc, lily/coherent-ligature-engaver.cc,
9101         lily/gregorian-ligature-engaver.cc,
9102         lily/include/ligature-engraver.hh,
9103         lily/include/coherent-ligature-engraver.hh,
9104         lily/include/gregorian-ligature-engraver.hh: make these classes
9105         truely abstract.  This should fix some internal oddities such as
9106         duplicate as well as dead translator/property declarations, and
9107         also some dead code.
9108
9109         * lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc:
9110         bugfix: avoid message "junking empty ligature" on ligature
9111         brackets by collecting dummy grobs.
9112
9113 2005-08-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9114
9115         * lily/tuplet-bracket.cc (print): default right overshoot to 0.0
9116
9117         * input/proportional.ly (staffKind): bugfix.
9118         (staffKind): updates by Trevor Baca.
9119
9120         * scm/define-grobs.scm (all-grob-descriptions): remove arrows as
9121         default layout. 
9122
9123         * lily/tuplet-bracket.cc (print): check whether edge-text is a
9124         pair.
9125
9126         * lily/beam.cc (rest_collision_callback): call position_beam() if
9127         necessary.
9128
9129         * VERSION: release 2.7.4
9130
9131         * input/regression/spacing-uniform-stretching.ly: new file.
9132
9133         * lily/spacing-loose-columns.cc (set_loose_columns): use robust_relative_extent().
9134
9135         * Documentation/topdocs/NEWS.tely (Top): add Nicolas as
9136         contributor.
9137
9138         * lily/include/ly-module.hh: define MODULE_GC_KLUDGE globally.
9139
9140         * input/proportional.ly: new file.
9141
9142         * lily/tuplet-bracket.cc (after_line_breaking): don't suicide if
9143         columns is empty
9144
9145         * lily/tuplet-engraver.cc (finalize): new function. Reset right
9146         bounds to currentCommandColumn for the last step.
9147         (start_translation_timestep): if tupletFullLength is set, set
9148         bound to Paper Column
9149
9150         * input/regression/tuplet-full-length.ly (indent): new file.
9151
9152         * lily/spacing-loose-columns.cc (set_loose_columns): space a whole
9153         clique of loose columns, eg. a set of grace notes in strict
9154         notespacing.
9155
9156         * input/regression/spacing-strict-spacing-grace.ly: new file.
9157
9158         * lily/key-signature-interface.cc: change property name to
9159         alteration-alist
9160
9161         * lily/key-engraver.cc (read_event): read keyAlterationOrder, not
9162         keyAccidentalOrder
9163
9164         * python/convertrules.py (conv): keyAccidentalOrder ->
9165         keyAlterationOrder
9166
9167         * lily/key-engraver.cc (create_key): always print a cancellation
9168         for going to C-major/A-minor, regardless of printKeyCancellation.
9169         (create_key): remove typecheck for visibility. This fixes key
9170         signature not being printed.
9171
9172         * lily/spacing-determine-loose-columns.cc: new file.
9173
9174         * input/regression/spacing-strict-notespacing.ly: new file.
9175
9176         * lily/spacing-spanner.cc (generate_springs): rename from
9177         do_measure. 
9178         (generate_pair_spacing): new function.
9179         (init, generate_pair_spacing): set between-cols for floating
9180         nonmusical columns.
9181
9182         * lily/spaceable-grob.cc (get_spring): new function. 
9183
9184         * lily/tuplet-bracket.cc (print): on the left, the overshoot is
9185         relative to the right edge of the prefatory matter.
9186
9187         * lily/beam.cc (print): read break-overshoot to determine where to
9188         stop/start broken beams.
9189
9190         * input/regression/spanner-break-overshoot.ly: new file.
9191
9192 2005-08-04  Graham Percival  <gperlist@shaw.ca>
9193
9194         * ly/bagpipe.ly: updated.
9195
9196         * Documentat/user/instrument.itely: un-comment out bagpipe example.
9197
9198 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9199
9200         * lily/dynamic-engraver.cc (acknowledge_slur): add slur to
9201         support: now (de)crescs avoid slurs as well.
9202
9203         * Documentation/user/instrument-notation.itely (Bagpipe example):
9204         comment out non-functioning bagpipe example.
9205         (Bagpipe definitions): idem.
9206
9207         * Documentation/topdocs/NEWS.tely (Top): add uniform-stretching example.
9208         (Top): add proportionalNotationDuration example.
9209
9210         * input/regression/spacing-proportional.ly: new file.
9211
9212         * lily/tuplet-bracket.cc (parallel_beam): broken bracket never is
9213         synched to a beam.
9214
9215         * lily/beam.cc (shift_region_to_valid): divide by zero fix. This
9216         fixes beams with a single stem (eg. beams across linebreaks.)
9217
9218         * lily/parser.yy (simple_string): allow \new STRING_IDENTIFIER.
9219
9220         * flower/rational.cc (operator +): prevent overflow. This fixes
9221         heavily nested tuplets.
9222
9223         * lily/auto-beam-engraver.cc (derived_mark): new method. Yes. We
9224         have to protect even those unlikely to be corrupted data members.  
9225
9226 2005-08-04  Graham Percival  <gperlist@shaw.ca>
9227
9228         * ly/bagpipe.ly: new file.
9229
9230         * THANKS: added Sven Axelsson.
9231
9232 2005-08-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9233
9234         * lily/spacing-engraver.cc (stop_translation_timestep): directly
9235         copy proportionalNotationDuration into currentMusicalColumn if
9236         set.
9237
9238         * lily/spacing-spanner.cc (musical_column_spacing): if
9239         uniform-stretching set, fixed space is 0.0
9240
9241         * input/regression/spacing-multi-tuplet.ly: show
9242         uniform-stretching property.
9243
9244         * lily/spacing-spanner.cc (effective_shortest_duration): new function.
9245
9246         * lily/include/spacing-spanner.hh (class Spacing_spanner): new file.
9247         (struct Spacing_options): new struct.
9248
9249         * lily/spacing-basic.cc: new file.
9250
9251         * lily/spacing-spanner.cc (note_spacing): remove outdated code:
9252         delta_t doesn't have to be smaller than shortest_playing_len
9253
9254 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9255
9256         * input/regression/markup-arrows.ly:  new file.
9257
9258         * lily/tuplet-bracket.cc: document new behavior.
9259
9260         * input/regression/tuplet-broken.ly: new file. Demonstrate tuplets
9261         with line breaks.
9262
9263         * scm/define-markup-commands.scm (arrow-head): arrow-head markup command.
9264
9265         * scm/define-grobs.scm (all-grob-descriptions): set arrows as
9266         default 
9267
9268         * lily/tuplet-bracket.cc: add edge-text property.
9269         add break-overshoot.
9270         (print): read break-overshoot.
9271         (print): read edge-text, add stencils.
9272
9273         * mf/feta-arrow.mf: new file.
9274
9275         * mf/feta-generic.mf: add feta-arrow.
9276
9277 2005-08-03  Mats Bengtsson  <mabe@s3.kth.se>
9278
9279         * Documentation/user/lilypond-book.itely (An example of a
9280         musicological document): Added flag -o to dvips for people who use
9281         the default setting in teTeX where output is sent to the printer. 
9282
9283         * Documentation/user/global.itely (Vertical spacing): Added
9284         reference to the Axis_group_engraver which documents the *Extent
9285         properties.
9286
9287 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9288
9289         * Documentation/user/basic-notation.itely (Tuplets): add note
9290         about nested tuplets. Remove BUG. 
9291
9292         * input/regression/tuplet-nest.ly: update: remove manual hack. 
9293
9294         * lily/tuplet-bracket.cc (print): use robust_scm2drul
9295         (print): manually call print() for subtuplets.
9296         (calc_position_and_height): add subtuplets to the
9297         support. Vertically shift outer tuplet 
9298
9299         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): set
9300         remove-first for Lyrics, ChordNames and FiguredBass
9301
9302         * scm/define-grob-properties.scm (all-internal-grob-properties):
9303         use ly:grob-array? iso. grob-list?
9304         (all-internal-grob-properties): add tuplets grob-array.
9305
9306         * lily/tuplet-bracket.cc (add_tuplet_bracket):
9307         new function
9308
9309 2005-08-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9310
9311         * input/test/time-signature-staff.ly: new file.
9312
9313         * ly/declarations-init.ly (center): escape to Scheme. Fixes
9314         spurious #<Music FingerEvent> errors. Backportme.
9315
9316 2005-08-03  Mats Bengtsson  <mabe@s3.kth.se>
9317
9318         * Documentation/user/programming-interface.itely (Markup
9319         construction in Scheme): Corrected markup syntax in the
9320         translation table.
9321
9322 2005-08-03  Graham Percival  <gperlist@shaw.ca>
9323
9324         * Documentation/user/instrument-notation.itely: small update
9325         to bagpipe notation docs; thanks Sven!
9326
9327         * Documentation/user/basic-notation.itely: add link about trills.
9328
9329 2005-08-02  Graham Percival  <gperlist@shaw.ca>
9330
9331         * Documentation/user/music-glossary: remove accidentally committed
9332         fink patch.
9333
9334 2005-08-02  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
9335
9336         * lily/lily-parser.cc (get_header): new function. Enable multiple
9337         \header definitions.
9338
9339         * lily/parser.yy (lilypond_header_body): use get_header.
9340
9341         * ly/init.ly:
9342         * scm/lily-library.scm (print-score-with-defaults): renamed
9343         $globalheader to $defaultheader
9344             
9345         * Documentation/user/global.itely (Creating titles): added short
9346         explanation that multiple headers are useable.
9347
9348
9349 2005-08-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9350
9351         * lily/module-scheme.cc (LY_DEFINE): new file. 
9352
9353         * Documentation/user/advanced-notation.itely (Font selection): add
9354         doco for make-pango-font-tree.
9355
9356 2005-07-31  Graham Percival  <gperlist@shaw.ca>
9357
9358         * Documentation/user/music-glossary: more languages
9359         for tenuto.
9360
9361         * Docuemntation/user/instrument-notation.itely: minor
9362         update for bagpipe example.
9363
9364 2005-07-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9365
9366         * input/regression/+.ly (TODO): add some text.
9367
9368 2005-07-28  Graham Percival  <gperlist@shaw.ca>
9369
9370         * Documentation/user/invoking.itely: \score begins with music.
9371
9372         * Documentation/user/ basic-notation.itely,
9373         instrument-notation.itely: minor changes.
9374
9375         * Documentation/user/music-glossary.itely: began tenuto entry.
9376
9377 2005-07-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9378
9379         * scm/output-socket.scm (bezier-sandwich): add bezier-sandwich
9380
9381         * mf/feta-bolletjes.mf: swap up and down for aiken heads.
9382
9383 2005-07-27  Graham Percival  <gperlist@shaw.ca>
9384
9385         * Documentation/user/examples.itely: remove bagpipe template.
9386
9387         * Documentation/user/instrument-notation.itely: add bagpipe
9388         section, maybe fix quotes in lyrics.  I hate text encoding.
9389         Clarify chord durations, more bagpipe stuff.
9390
9391 2005-07-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9392  
9393         * lily/accidental-engraver.cc: formatting fixes.
9394
9395         * lily/spacing-spanner.cc (prune_loose_columns): right-items is a
9396         grob-array.
9397
9398         * lily/arpeggio.cc (print): suicide arpeggio for single notehead.
9399
9400         * lily/note-column.cc (arpeggio): new function.
9401
9402         * lily/note-spacing.cc (get_spacing): also take arpeggio into
9403         account for spacing.
9404
9405 2005-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9406
9407         * lily/main.cc (sane_setenv)[!ARGV0_RELOCATION]: Also define.
9408         (setup_guile_env): Use it instead of nonstandard setenv.  Fixes
9409         mingw build.
9410         
9411 2005-07-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9412
9413         * scm/lily.scm (lilypond-all): clear anonymous modules after
9414         processing files.
9415
9416 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9417
9418         * flower/include/guile-compatibility.hh (SCM_I_CONSP): add
9419         SCM_I_CONSP
9420
9421         * VERSION: 2.7.3 released
9422
9423         * Documentation/user/invoking.itely (Invoking lilypond): add
9424         LILYPOND_GC_YIELD documentation.
9425
9426         * lily/*: cleanups: use scm_from_int iso. scm_int2num. Idem for
9427         scm_from_real / scm_make_real.
9428
9429         * lily/main.cc (setup_guile_env): new function. Set GC min_yields
9430         higher. This increases memory footprint, but provides overall
9431         speedup of 15 to 20%. 
9432
9433         * lily/include/translator.hh (class Translator): remove
9434         PRECOMPUTED_VIRTUAL everywhere.
9435
9436         * lily/include/lily-guile.hh: inline scm_c[ad]r, scm_is_pair.
9437
9438         * lily/context.cc (now_mom): non-recursive now_mom() 
9439
9440         * lily/include/profile.hh: new file.
9441
9442         * lily/profile.cc: new file.
9443
9444         * lily/grob.cc (Grob::Grob): look properties up directly.
9445
9446         * lily/open-type-font.cc (get_indexed_char): cache index -> bbox
9447         lookups.
9448
9449         * lily/include/box.hh (class Box): smob Box type.
9450
9451         * lily/smobs.cc (protect_smob): O(1) GC (un)protection.
9452
9453         * lily/include/smobs.hh (DECLARE_BASE_SMOBS): add methods
9454         protect() and unprotect(). Use throughout.
9455
9456 2005-07-24  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9457
9458         * Documentation/topdocs/NEWS.tely: new item for \displayLilyMusic
9459
9460         * scm/define-music-display-methods.scm (markup->lily-string):
9461         markup elements can also be strings (without simple-markup
9462         appended)
9463
9464 2005-07-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9465
9466         * lily/context.cc (where_defined): also assign value in
9467         where_defined().
9468
9469         * lily/bezier.cc (get_other_coordinate): use curve_coordinate
9470         (curve_coordinate): new function
9471
9472         * lily/simple-spacer.cc (add_columns): only add rods between
9473         column i and begin/end if keep-inside-line is set (this repleces
9474         allow-outside-line as default)
9475
9476 2005-07-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9477
9478         * lily/tuplet-engraver.cc (start_translation_timestep): only read
9479         tupletSpannerDuration if applicable.
9480
9481         * lily/font-size-engraver.cc (process_music): read fontSize only
9482         once per timestep.
9483
9484         * lily/engraver*cc: use throughout.
9485         
9486         * lily/include/translator.icc (ADD_ACKNOWLEDGER): new macro.
9487
9488         * lily/translator.cc (add_acknowledger): new file. Directly jump
9489         into an Engraver::acknowledge_xxx () method based on a grobs
9490         interface-list.
9491
9492         * lily/include/translator-dispatch-list.hh (class
9493         Engraver_dispatch_list): new struct, new file.
9494
9495         * scm/define-context-properties.scm
9496         (all-internal-translation-properties): remove acceptHashTable,
9497         acknowledgeHashTable
9498
9499         * lily/translator-group.cc (mark_smob): idem for acceptHashTable.
9500
9501         * lily/engraver-group-engraver.cc (Engraver_group_engraver):
9502         change acknowledgeHashTable to C++ member. 
9503
9504         * lily/rest-collision.cc (do_shift): use extract_grob_set().
9505
9506 2005-07-22  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9507
9508         * scm/display-lily.scm: new file. Define a `display-lily-music'
9509         function, that displays the music expression given as an argument,
9510         using LilyPond notation.
9511
9512         * scm/define-music-display-methods.scm: new file. Implementation
9513         of display methods for each music type.
9514
9515         * ly/music-functions-init.ly (displayLilyMusic): new function for
9516         displaying music with LilyPond notation.
9517
9518         * input/regression/display-lily-tests.ly: new regression test file
9519         for `display-lily-music'.
9520
9521         * scm/markup.scm: remove obsolete debugging code (for printing
9522         markups with LilyPond notation).
9523
9524         * scm/define-music-types.scm (music-name-to-property-table):
9525         * scm/clef.scm (supported-clefs): export, in order to be accessible
9526         from the (scm display-lily) module.
9527
9528 2005-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
9529
9530         * Documentation/topdocs/NEWS.tely (Top): Typo.
9531
9532 2005-07-22  Heikki Junes  <hjunes@cc.hut.fi>
9533
9534         * Documentation/index.html.in, Documentation/texinfo.css,
9535           stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
9536           Documentation/bibliography/index.html.in,
9537           Documentation/bibliography/html-long.bst: revert css-width patch,
9538           it does not work with IE6.
9539
9540 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9541
9542         * Documentation/texinfo.css: revert 760px hack. 
9543
9544         * VERSION: release 2.7.2
9545
9546         * Documentation/topdocs/NEWS.tely (Top): mention barNumberCheck
9547
9548         * Documentation/user/basic-notation.itely (Barnumber check): add
9549         section.
9550
9551         * scm/music-functions.scm (skip-to-last): new function. Show only
9552         last showLastLength part of the \score.
9553
9554         * lily/moment-scheme.cc (LY_DEFINE): new function ly:moment-sub
9555
9556         * python/convertrules.py (conv): add ly:x-moment rule
9557
9558         * lily/moment-scheme.cc (LY_DEFINE): rename ly:X-moment  -> ly:moment-X
9559
9560         * Documentation/topdocs/NEWS.tely (Top): add new feature.
9561
9562         * Documentation/user/instrument-notation.itely (Flexibility in
9563         alignment): options in subsections.
9564
9565         * lily/lyric-engraver.cc (process_music): don't typeset text for _
9566         syllable text. Instead, assume that the previous lyric text is a
9567         melismated text.
9568
9569         * Documentation/index.html.in: revert 800x600 change.
9570
9571 2005-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9572
9573         * lily/main.cc (main): Remove invalid handle kludge.
9574
9575         * scm/lily.scm (running-from-gui?): WINDOWS: check -dgui.
9576         (lambda): add gui define.
9577
9578 2005-07-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9579
9580         * Documentation/topdocs/NEWS.tely (Top): add note about Musica ficta.
9581
9582         * Documentation/user/instrument-notation.itely (Musica ficta
9583         accidentals): add section Musica ficta accidentals
9584
9585         * lily/accidental-engraver.cc (make_suggested_accidental): new
9586         function.
9587         (make_standard_accidental): move into new function.
9588         (create_accidental): new function.
9589
9590         * scm/define-grobs.scm (all-grob-descriptions): new Grob
9591         AccidentalSuggestion
9592
9593         * lily/output-def-scheme.cc (LY_DEFINE): take default  argument.
9594
9595         * lily/output-def.cc (lookup_variable): return SCM_UNDEFINED if
9596         undefined.
9597
9598         * Documentation/user/global.itely (Page formatting): document
9599         horizontalshift.
9600
9601         * scm/page-layout.scm (default-page-music-height):
9602         horizontalshift: new variable, shift all systems by
9603         horizontalshift to the right, to make space for instrument names.
9604
9605         * scm/paper.scm (set-paper-dimension-variables): add horizontalshift
9606
9607         * lily/input-scheme.cc (LY_DEFINE): take format commands.
9608
9609 2005-07-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9610
9611         * lily/note-column.cc (dir): idem.
9612
9613         * lily/spacing-spanner.cc (Module): idem.
9614
9615         * lily/script-column.cc (before_line_breaking): use extract_grob_set()
9616
9617         * lily/include/paper-column.hh (class Paper_column): add
9618         non-static get_rank() member.
9619
9620         * VERSION: release 2.7.1
9621         
9622         * scm/framework-null.scm: new file, used for benchmarking.
9623
9624 2005-07-20  Heikki Junes  <hjunes@cc.hut.fi>
9625
9626         * Documentation/topdocs/INSTALL.texi, configure.in: fix
9627         version dependencies for fontforge and gs.
9628
9629         * Documentation/index.html.in, Documentation/texinfo.css,
9630         stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
9631         Documentation/bibliography/index.html.in, 
9632         Documentation/bibliography/html-long.bst: optimize width of
9633         html for a 800x600 screen (width:760), increases printability
9634         when 'fit to page' is not set and readability in wide screens.
9635
9636         * stepmake/bin/add-html-footer.py: add missing </p>.
9637
9638 2005-07-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9639
9640         * scm/define-markup-commands.scm (beam): use polygon in beam
9641         command.
9642
9643         * lily/grob-pq-engraver.cc (stop_translation_timestep): save up
9644         all acknowledged grobs, and do potentially expensive merge and
9645         write in one go.
9646
9647         * buildscripts/mf-to-table.py (write_fontlist): enforce noBreak.
9648
9649         * configure.in (reloc_b): add --enable-static-gxx to statically
9650         link to libstdc++
9651
9652         * lily/GNUmakefile (static-gxx-libs): new target
9653         static-gxx-libs. Create symlink to libstdc++.a
9654
9655         * lily/new-lyric-combine-music-iterator.cc: rename to
9656         Lyric_combine_music_iterator
9657
9658         * lily/lyric-combine-music-iterator.cc
9659         (Old_lyric_combine_music_iterator): rename to
9660         Old_lyric_combine_music_iterator
9661
9662         * lily/*-engraver.cc (various): remove double use of
9663         PRECOMPUTED_VIRTUAL function: only use
9664         start_translation_timestep() and stop_translation_timestep(), not
9665         both.
9666
9667         * lily/break-substitution.cc (fast_substitute_grob_array): do
9668         fast_substitute_grob_array for all unordered grob_arrays.
9669         (substitute_grob): return Grob *. Saves packing/unpacking SCMs.
9670         (substitute_grob_array): optimize.
9671
9672         * lily/align-interface.cc (set_axis): set ordered_ for 'elements
9673
9674         * lily/include/grob-array.hh (class Grob_array): ordered_ member.
9675
9676         * lily/parser.yy: revert $globalheader patch.
9677         
9678         * lily/include/translator.icc
9679         (IMPLEMENT_FETCH_PRECOMPUTABLE_METHODS): directly jump into
9680         Translator methods, without _static helper.
9681  
9682         * lily/grob-smob.cc (derived_mark): rename from
9683         do_derived_mark(). Return void.
9684
9685         * scm/define-context-properties.scm
9686         (all-internal-translation-properties): remove tweakCount/tweakRank.
9687
9688         * scm/output-lib.scm (begin-of-line-invisible): use vectors for
9689         predefined break-visibilities.
9690
9691         * lily/item.cc (handle_prebroken_dependencies): use a vector of 3
9692         booleans for break-visibility.
9693
9694         * Documentation/topdocs/NEWS.tely (Top): add note about engravers.
9695
9696         * python/convertrules.py (conv): rule for Timing_translator. 
9697
9698         * lily/include/translator.icc: new file. 
9699
9700         * lily/paper-column-engraver.cc (process_music): new
9701         file. Separate Paper_column factory from Score_engraver.
9702
9703         * lily/vertically-spaced-context-engraver.cc: administer
9704         spaceable-staves property of System.
9705
9706         * lily/translator-group-ctors.cc: new file.
9707
9708         * lily/context-property.cc (make_grob_from_properties): construct
9709         the right Grob class programmatically, looking at the class entry
9710         for the meta property.
9711
9712         * lily/break-align-engraver.cc (stop_translation_timestep): call
9713         Break_align_interface::add_element() directly.
9714
9715         * lily/context.cc (measure_position): measure_position() is now a
9716         normal function.
9717
9718         * lily/include/translator.hh (class Translator): rename
9719         process_acknowledged_grobs() to process_acknowledged() and move to
9720         Translator.
9721
9722         * scm/define-grobs.scm (all-grob-descriptions): add a 'class meta
9723         field for each grob description.
9724
9725         * lily/include/translator-group.hh (class Translator_group):
9726         change to base class. Separate class from Translator. This gets
9727         rid of virtual inheritance for Engravers/Performers.
9728
9729         * lily/staff-performer.cc (class Staff_performer): derive
9730         Staff_performer from Performer, not Performer_group_performer 
9731
9732         * Lily/translator-group.cc (precomputed_recurse_over_translators):
9733         new function.
9734         (precompute_method_bindings): new function. Precompute lists of
9735         Translators, so we only call methods (process_music,
9736         start_translation_timestep, etc.) for Translators needing
9737         it. Also: dispose of pointer-to-member-function calls.
9738
9739         * lily/engraver-group-engraver.cc: remove engraver_each,
9740         recurse_down_engravers ()
9741
9742         * lily/note-head.cc (internal_print): only call
9743         glyph-name-procedure if style != default. 
9744
9745 2005-07-16  Graham Percival  <gperlist@shaw.ca>
9746
9747         * ly/titling-init.ly: add printallheaders option.
9748
9749         * Documentation/user/global.itely: document printallheaders.
9750
9751 2005-07-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9752
9753         * lily/system.cc (do_derived_mark): don't mark from object_alist_
9754         anymore, but do it centrally.  
9755
9756         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
9757         hammer hack.
9758
9759         * lily/grob-scheme.cc (LY_DEFINE): new function ly:grob-object
9760
9761         * scm/output-lib.scm: remove hammer-print-function.
9762
9763         * lily/include/pointer-group-interface.hh (extract_grob_set): new
9764         macro. Declare a Link_array<Grob> and fill it from a grob.
9765         (extract_item_set): idem for item.
9766
9767         * lily/break-substitution.cc: add header.
9768         (fast_substitute_grob_array): rewrite for Grob_arrays.
9769         (substitute_grob_array): idem.
9770
9771         * lily/group-interface.cc (add_thing): remove file.
9772
9773         * flower/include/parray.hh (class Link_array): slice() is const.
9774
9775         * lily/include/grob-array.hh: new file.
9776
9777         * lily/grob-array.cc (spanner): new file.
9778
9779         * lily/beam-quanting.cc (fill): read details property from beam.
9780
9781         * lily/beam.cc: support details property.
9782
9783         * total speedups below: approx 10%.
9784
9785         * lily/include/beam.hh: new struct, softcode beam quanting parameters
9786
9787         * lily/include/grob.hh (class Grob): add interfaces_ member.
9788
9789         * lily/bezier.cc (init_polynomial_cache): new function: cache
9790         binom(3,j) t^j (1-t)^{3-j}
9791         (curve_point): opps, actually use the cache for t^j , (1-t)^j! 
9792
9793         * lily/*.cc: substitution throughout.
9794
9795         * lily/grob-property.cc (internal_get_object): new routine.
9796         (internal_set_object): idem. Store grob refrences in separate
9797         alist. This saves processing time, since properties aren't
9798         break-substituted, and the per grob namespace is smaller, both for
9799         grobs and non-grob properties.
9800
9801         * scm/define-grob-properties.scm (all-internal-grob-properties):
9802         remove center-element.
9803
9804         * lily/grob.cc: remove tweak-count, tweak-rank.
9805
9806 2005-07-15  Graham Percival  <gperlist@shaw.ca>
9807
9808         * Documentation/user/lilypond-book.itely: fixes example.
9809
9810 2005-07-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9811
9812         * Documentation/user/global.itely (Creating titles):    
9813         * Documentation/user/examples.itely (All headers): change the
9814         place of \header in \score blocks (after music block) to make
9815         examples compile (cf. changes on parser.yy on 2005-07-10)
9816
9817 2005-07-13  Graham Percival  <gperlist@shaw.ca>
9818
9819         * python/convertrules.py: add exc -> ecc rule.
9820
9821         * scripts/convert-ly.py: add location of convertrules.py
9822         in a comment.
9823
9824         * Documentation/user/changing-defaults.itely: fix language.
9825
9826 2005-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
9827
9828         * lily/lily-parser-scheme.cc (LY_DEFINE): Guile 1.6 fix.
9829
9830 2005-07-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9831
9832         * scm/output-socket.scm (grob-bbox): don't use inf? 
9833
9834         * flower/include/rational.hh: add operator bool() 
9835
9836         * scm/define-music-types.scm (music-descriptions): remove
9837         internal-class-name properties.
9838
9839         * lily/include/event.hh: remove file.
9840
9841         * lily/include/music-constructor.hh: remove file.
9842
9843         * lily/parser.yy (Lily_lexer): check EVENT_IDENTIFIER using 'event
9844         in 'types property.
9845
9846         * lily/music.cc (duration_length_callback): new function.
9847
9848         * lily/event.cc: remove file.
9849
9850         * lily/music-constructor.cc: remove file.
9851
9852         * lily/music-scheme.cc (LY_DEFINE): rename to ly:make-music
9853
9854         * lily/context.cc (get_grob_key): nop if use_object_keys not set.
9855         (get_context_key): idem.
9856
9857         * scm/lily.scm (lambda): new option object-keys (default to #f)
9858
9859         * scm/output-svg.scm (utf-8-string): rename  from utf8-string.
9860
9861         * scm/output-gnome.scm: remove beam routine.
9862
9863         * scm/output-ps.scm (scm): idem.
9864
9865         * scm/output-svg.scm: remove beam.
9866
9867         * ps/music-drawing-routines.ps: remove draw_beam.
9868
9869         * lily/lookup.cc (beam): use round_filled_polygon() for beam.
9870
9871         * flower/include/guile-compatibility.hh (scm_from_locale_string):
9872         add scm_from_locale_string compatibility glue. 
9873
9874 2005-07-13  Yoshinobu Ishizaki  <isizaki@mte.biglobe.ne.jp>
9875
9876         * scripts/lilypond-book.py: Prevent occuring error when
9877         'lilypond-book --output=foo/ somefile.ly' is executed multiple
9878         times and target file shoud be overwritten.  (Error message said
9879         'input file and output file is same'.)
9880
9881 2005-07-13  Graham Percival  <gperlist@shaw.ca>
9882
9883         * input/regression/slur-extreme.ly,
9884         input/regression/slur-scoring.ly, lily/slur-configuration.cc,
9885         lily/slur.cc, mf/feta-din-code.mf, mf/feta-timesig.mf,
9886         mf/parmesan-heads.mf, scm/define-grob-properties.scm: Change
9887         "excentricity" to "eccentricity".
9888
9889         * Documentation/user/converters.itely: fix URL for Noteedit and
9890         Rosegarden.
9891
9892         * THANKS: added Yoshinobu Ishizaki.
9893
9894 2005-07-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9895
9896         * scm/define-markup-commands.scm (justify-field): add. 
9897
9898         * scm/define-grobs.scm (all-grob-descriptions): decrease font size.
9899
9900 2005-07-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9901
9902         * lily/lookup.cc (filled_box): express filled_box with
9903         round_filled_box
9904
9905         * scm/midi.scm (paper-book-write-midis): new function. Write all
9906         performances in numbered MIDI files.
9907
9908         * lily/performance-scheme.cc (LY_DEFINE): new file.
9909         (LY_DEFINE): new function ly:performance-write.
9910
9911         * lily/lily-parser-scheme.cc (LY_DEFINE): ly:parser-output-name:
9912         new function.
9913         (LY_DEFINE): change name ly:parser-define -> ly:parser-define!
9914
9915         * scm/framework-*.scm: use port arguments throughout.
9916
9917         * lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
9918
9919         * lily/paper-outputter.cc (Paper_outputter): take port argument.
9920
9921         * lily/paper-outputter-scheme.cc (LY_DEFINE): take port argument.
9922
9923         * scm/framework-texstr.scm (output-framework): 
9924
9925         * input/regression/repeat-fold.ly (texidoc): remove TeX strings.
9926
9927         * scm/output-lib.scm (tablature-stem-attachment-function):
9928         tablature stem attachment fix. 
9929
9930 2005-07-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9931
9932         * lily/bezier.cc: hardcode binomial coefficients of order 3.
9933
9934         * lily/include/music-wrapper.hh: remove Music_wrapper as Music subtype.
9935
9936         * scm/define-music-types.scm (music-descriptions): don't use
9937         Music_wrapper type.
9938
9939         * lily/paper-column.cc (print): print moment too.
9940
9941         * scripts/mup2ly.py (cp_to_dir): remove 1.5.2 compat glue.  
9942         remove compatibility cruft.
9943
9944         * lily/parser.yy (score_body): \score can only begin with Music. 
9945
9946         * lily/score-scheme.cc (LY_DEFINE): rename scorify to
9947         make-score. Take music argument only. Move parser interaction to
9948         Scheme.
9949
9950         * scm/lily-library.scm (scorify-music): new function.
9951
9952         * python/lilylib.py (datadir): remove 2.1 compat kludge.
9953         (datadir): remove resource import.
9954         (print_environment): remove get_bbox()
9955         (cp_to_dir): remove pre 1.5.2 compat glue.
9956
9957 2005-07-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9958
9959         * lily/include/simple-spacer.hh (Module): idem.
9960
9961         * lily/include/spring.hh (struct Spring): store inverse
9962         strength. This prevents division by zero.
9963
9964         * VERSION: release 2.7.0
9965         
9966         * lily/include/music.hh (class Music): remove Music::duration_log()
9967
9968         * lily/stem-engraver.cc (make_stem): take duration log from event.
9969
9970         * lily/chord-tremolo-engraver.cc: don't ack note-head-interface.
9971
9972 2005-07-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
9973
9974         * scm/lily.scm (ly:load): load autochange.scm
9975
9976         * Documentation/user/tutorial.itely (Running LilyPond for the
9977         first time): remove reference to DVI/TeX
9978
9979         * scm/define-markup-commands.scm (text): add \text markup command.
9980
9981         * configure.in (reloc_b): bump requirement to Python 2.2.
9982
9983         * lily/include/dots.hh (class Dots): make has_interface() static.
9984
9985         * python/convertrules.py (conv): add rule for ly:grob-default-font
9986
9987         * scm/define-grobs.scm (all-grob-descriptions): reorganize in
9988         alphabetical order.
9989
9990         * input/regression/trill-spanner-pitched.ly: new file.
9991
9992         * lily/font-interface-scheme.cc (LY_DEFINE): function
9993         ly:grob-default-font (changed from get-default-font).
9994
9995         * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file.
9996
9997         * lily/note-head.cc (internal_print): if style is not a symbol,
9998         set style to 'default. 
9999         (internal_print): no style suffix if glyph-name-procedure not
10000         set. Default to quarter head.
10001
10002         * scm/define-grobs.scm (Module): new grob TrillPitchHead.
10003
10004         * scm/define-music-properties.scm (all-music-properties): add trill-pitch.
10005
10006         * ly/music-functions-init.ly: \pitchedTrill
10007
10008         * lily/pitched-trill-engraver.cc (acknowledge_grob): new file.
10009
10010         * ly/Welcome_to_LilyPond.ly: update to 2.6.0
10011
10012         * lily/trill-spanner-engraver.cc (finalize): rename req -> event
10013
10014         * scm/define-markup-commands.scm (pad-markup): pad-markup command.
10015
10016         * po/fr.po: update
10017
10018         * po/de.po: update.
10019
10020 2005-07-06  Graham Percival  <gperlist@shaw.ca>
10021
10022         * Documentation/user/changing-defaults.itely: add link
10023         to grob-iterface.
10024
10025         * Documentation/user/advanced-notation.itely: add material
10026         to Setting automatic beam behaviour.  Thanks, Joe!
10027
10028         * Documentation/user/lilypond.itely: change encoding to utf-8.
10029
10030 2005-07-01  Mats Bengtsson  <mabe@s3.kth.se>
10031
10032         * Documentation/user/advanced-notation.itely (Setting automatic
10033         beam behavior): Correct the documentation of
10034         revert-auto-beam-setting (backportme)
10035
10036 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10037
10038         * lily/ly-module.cc (ly_make_anonymous_module): define
10039         %module-public-interface of module. 
10040
10041         * lily/lily-parser.cc (print_smob): allow printing of parser smob
10042         without lexer.
10043
10044 2005-07-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10045
10046         * input/regression/fret-diagrams.ly: stretch example.
10047
10048 2005-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10049
10050         * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
10051         Fodor).
10052
10053 2005-06-30  Graham Percival  <gperlist@shaw.ca>
10054
10055         * Documentation/topdocs/AUTHORS.texi: update personal web address.
10056
10057         * Documentation/user/examples.itely, lilypond-book.itely:
10058         change \RequirePackage to \usepackage.
10059
10060         * Documentation/user/global.itely: document copyright and tagline.
10061
10062 2005-06-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10063
10064         * Documentation/user/basic-notation.itely (Transpose): remove link
10065         to nonexistent UntransposableMusic.
10066
10067         * scm/output-svg.scm: remove old definitions.
10068
10069         * scripts/lilypond-book.py (do_file): search for kpsewhich before
10070         invoking.
10071
10072         * python/lilylib.py (search_exe_path): new function.
10073
10074 2005-06-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10075
10076         * python/lilylib.py (mkdir_p): remove setup_environment()
10077         (backportme)
10078
10079         * buildscripts/mutopia-index.py (headertext): trim text.
10080
10081         * Documentation/topdocs/NEWS.tely (Top): refresh.
10082
10083         * scm/define-markup-commands.scm (wordwrap-string): new function:
10084         split string in paras and words.
10085         (wordwrap-markups): new function.
10086         (wordwrap-stencils): new function. 
10087         (justify): use it.
10088         (wordwrap): use it.
10089         (wordwrap-string): use it
10090         (justify-string): use it.
10091
10092         * scm/lily-library.scm (regexp-split): new function.
10093
10094         * scm/define-markup-commands.scm: remove encoded-simple. 
10095         remove font-markup.
10096         (fontsize): remove old version  of fontsize.
10097         (wordwrap): new markup function. Wrap into paragraphs.
10098
10099         * VERSION: Branch lilypond_2_6
10100         (MINOR_VERSION): go to 2.7.0
10101
10102 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10103
10104         * po/zh_TW.po: update from translation project.
10105
10106 2005-06-28  Graham Percival  <gperlist@shaw.ca>
10107
10108         * scm/midi.scm: compile fix.
10109
10110 2005-06-28  Mats Bengtsson  <mabe@s3.kth.se>
10111
10112         * scripts/lilypond-book.py : Fix embarrassing bug in my previous
10113         patch. Now, the tempfile module is loaded too, not only used.
10114
10115 2005-06-28  Stephen Charles McCarthy  <stecmccarthy@hotpop.com>
10116
10117         * scm/midi.scm: changed midi volumes in absolute-volume-alist from
10118         0.05 - 1.00 to 0.25 - 1.00
10119
10120         * scm/midi.scm: moved the default-instrument-equalizer procedure
10121         to just under the insturment-equalizer-alist it takes as an
10122         argument.
10123
10124 2005-06-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10125
10126         * Documentation/user/advanced-notation.itely (Font selection):
10127         remove CMR note.
10128
10129         * scm/framework-ps.scm (write-preamble): ly:warning iso. ly:warn 
10130
10131 2005-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10132
10133         * THANKS: Add UTF-8 marker.
10134
10135         * Documentation/user/point-and-click.itely (http): Update: use
10136         lilypond-invoke-editor.  Fix: instruct to use user.js.
10137
10138 2005-06-27  Graham Percival  <gperlist@shaw.ca>
10139
10140         * ly/titling-init.ly: implements printpagenumber, increases
10141         space between dedication and title (to avoid collisions with
10142         "g" and "q" in dedication), and nicer logic about copyright
10143         and instrument fields being printed on the first page.
10144         Thanks Vincent!
10145
10146         * Documentation/user/global.itely: document printpagenumber.
10147
10148 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10149
10150         * Documentation/topdocs/NEWS.tely: Update to 2.6.
10151
10152 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10153
10154         * THANKS: update to 2.6
10155
10156         * VERSION: 2.6.0 released.
10157
10158 2005-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10159
10160         * cygwin/GNUmakefile (OUT_POSTREMOVES): Reinclude install script
10161         rule, errorneously removed probably because of misleading comment.
10162
10163 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10164
10165         * python/lilylib.py (datadir): py2exe comments.
10166
10167         * Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement.
10168
10169         * configure.in (reloc_b): make fontconfig REQUIRED.
10170
10171 2005-06-27  Heikki Junes <hjunes@cc.hut.fi>
10172
10173         * po/fi.po: add latest translations.
10174
10175 2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10176
10177         * ChangeLog: recode utf-8
10178
10179         * Documentation/pictures/lilypond.xpm (Module): edited photo as
10180         logo.
10181
10182         * Documentation/user/examples.itely (Module): 2.4.0 -> 2.6.0
10183
10184         * input/*.ly (Module): 2.4 -> 2.6 grand convert-ly s/r. 
10185
10186         * python/convertrules.py (do_conversion): don't print program_name
10187         from within a module
10188
10189         * configure.in (reloc_b): bump fontforge requirement to 20050624.
10190
10191         * python/convertrules.py (conv): add 2.6.0 dummy rule.
10192
10193 2005-06-23  Graham Percival  <gperlist@shaw.ca>
10194
10195         * Documentation/user/lilypond-book.itely,
10196         Documentation/user/examples.itely: add \RequirePackage{graphics}.
10197
10198         * ly/titling.ly: checks printfirstpagenumber, adds meter, and
10199         fixes baseline-skip.  Thanks Vincent!
10200
10201         * Documentation/user/advanced-notation.itely, global.itely:
10202         moved "Selecting font sizes" to global, since it deals with
10203         notation font size, not text fonts.
10204
10205 2005-06-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10206
10207         * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice
10208         to fonts.
10209
10210 2005-06-23  Mats Bengtsson  <mabe@s3.kth.se>
10211
10212         * scripts/lilypond-book.py (LATEX_DOCUMENT): More or less ugly
10213         workaround since /dev/stdin doesn't work on Cygwin. Using a
10214         temporary file in the current directory since latex doesn't
10215         understand the path name to the default TMP in Cygwin (at least on
10216         win XP).
10217         
10218         * Documentation/user/global.itely (Creating titles): Correct
10219         misprint in example. Thanks to Rob Vlasaty.
10220
10221 2005-06-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10222
10223         * VERSION (PATCH_LEVEL): release 2.5.32
10224
10225         * lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser
10226         variable in lily module
10227
10228         * scm/framework-ps.scm (output-classic-framework): error message
10229         regarding the classic framework.
10230
10231         * Documentation/user/henle-flat-gray.png (Module): new file.
10232
10233         * Documentation/user/baer-flat-gray.png (Module): new file.
10234
10235         * scm/output-lib.scm (fret-number-tablature-format): vcenter and
10236         whiteout for markups.
10237
10238         * buildscripts/substitute-encoding.py (note_glyph): include _ in
10239         regex too. This fixes change clef appearance in PDF. 
10240
10241         * ttftool/include/*: remove.
10242
10243         * configure.in (reloc_b): remove TTFTOOL_ENDIAN
10244
10245         * config.make.in (WINDRES): remove TTFTOOL_ENDIAN.
10246
10247         * lily/GNUmakefile (MODULE_INCLUDES): remove ttftool
10248
10249         * ttftool/*: remove ttftool subdirectory.
10250
10251         * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory.
10252
10253         * lily/ttf.cc (print_header): new file. Convert to type42, using
10254         FreeType to parse the TTF. 
10255
10256         * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp
10257         and post table may differ. Pass around post_nglyphs as well.
10258
10259 2005-06-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10260
10261         * ly/music-functions-init.ly (musicMap): new music function
10262         musicMap. 
10263         
10264 2005-06-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10265
10266         * make/mutopia-rules.make: anti-alias-factor = 2
10267
10268         * scm/ps-to-png.scm (make-ps-images): cleanup multipage vs. single
10269         page switch.
10270
10271         * make/lilypond-vars.make (LILYPOND_BOOK_FLAGS): set
10272         anti-alias-factor for lilypond-book runs.
10273
10274         * scm/ps-to-png.scm (scale-down-image): new function.
10275         (my-system): new function.
10276         (make-ps-images): blow up GS resolution by anti-alias-factor,
10277         scale down image by anti-alias-factor.  This improves appearance
10278         of bitmaps
10279         (make-ps-images): remove showpage. Fixes spurious empty png at
10280         end.
10281
10282         * scm/framework-ps.scm (write-preamble): downcase filename before
10283         string-matching. Should fix .TTF files (as opposed to ttf files)  
10284
10285         * Documentation/user/tutorial.itely (Running LilyPond for the
10286         first time): separate subsections for windows, macos and unix.  
10287
10288         * Documentation/user/invoking.itely (Updating files with
10289         convert-ly): add MacOS X note.
10290
10291 2005-06-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10292
10293         * Documentation/user/introduction.itely (Engraving): don't include
10294         file optical-spacing, add directly.
10295
10296         * lily/paper-outputter.cc (file): open file in binary mode. This
10297         fixes OTF embedding on windows.
10298
10299 2005-06-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10300
10301         * scm/framework-ps.scm (write-preamble): remove debugging output.
10302
10303         * mf/aybabtu.pe.in (i): don't generate aybabtu.cff
10304
10305         * mf/GNUmakefile ($(outdir)/fonts.cache-1): create font cache for
10306         outdir.
10307         (install-fc-cache): install font cache in installation directories.
10308
10309 2005-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
10310
10311         * scm/editor.scm (editor-command-template-alist): Use char iso
10312         column, except for Emacs.
10313         (get-editor-command): Substitute char too (Bertalan Fodor).
10314
10315 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10316
10317         * scm/ps-to-png.scm (make-ps-images): Use ~S instead of single
10318         quoted ~s.  This should fix PNG output on Windows; single quotes
10319         are regular characters on Windows.
10320
10321 2005-06-16  Graham Percival  <gperlist@shaw.ca>
10322
10323         * Documentation/user/basic-notation.itely: include ChoirStaff
10324         in System start delimiters.
10325
10326         * Documentation/user/putting.itely: new doc section on
10327         fixing overlapping notation.
10328
10329 2005-06-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10330
10331         * Documentation/user/global.itely (Paper size): \paper is in
10332         \book, not \score.
10333
10334         * make/mutopia-rules.make: -ddelete-intermediate-files
10335
10336         * ly/engraver-init.ly: make Staff default child of ChoirStaff.
10337
10338 2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10339
10340         * ChangeLog: Recode utf-8.
10341
10342         * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
10343         datadir with .py modules.
10344
10345 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
10346
10347         * Documentation/user/basic-notation.itely (Ties): add tieDashed.
10348
10349 2005-06-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10350
10351         * make/mutopia-rules.make: switch off ps, p&c for lilypond runs.
10352         
10353         * scm/framework-ps.scm (write-preamble): remove status check.
10354
10355         * Documentation/user/invoking.itely (Updating files with
10356         convert-ly): remove -o option.
10357
10358         * VERSION (PACKAGE_NAME): release 2.5.31
10359
10360         * scm/framework-ps.scm (write-preamble): use ly:system.
10361         (write-preamble): verbosity.
10362
10363         * scripts/convert-ly.py: cleanup. Use lilylib. Use convertrules.
10364
10365         * python/convertrules.py: new file. Store conversion rules
10366         separately.
10367
10368 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10369
10370         * scm/backend-library.scm (postprocess-output): remove debugging gobs.
10371
10372 2005-06-14  Mats Bengtsson  <mabe@s3.kth.se>
10373
10374         * Documentation/topdocs/NEWS.tely (Top): Corrected name of
10375         \musicDisplay 
10376
10377         * Documentation/user/instrument-notation.itely (More stanzas): Add
10378         reference to StanzaNumber.
10379
10380 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10381
10382         * THANKS: separate section for website translators.
10383
10384 2005-06-14  Graham Percival  <gperlist@shaw.ca>
10385
10386         * Documentation/topdocs/INSTALL.texi: update vim info;
10387         thanks Simon Bailey!
10388
10389         * Documentation/user/advanced-notation.itely: included
10390         color names.
10391
10392         * Documentation/user/advanced-notation.itely,
10393         Documentation/usr/notation-appendices.itely: moved
10394         color names into an appendix.
10395
10396 2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10397         
10398         * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
10399
10400         * scm/lily.scm (lambda): initialize program options from here.
10401
10402         * scm/framework-*.scm: add header info.
10403
10404         * lily/main.cc (parse_argv): only set output format to pdf if no
10405         other format specified.
10406
10407         * scm/backend-library.scm (postprocess-output): process
10408         'delete-intermediate-files after running convert-to-*. This fixes
10409         PNG generation when 'delete-intermediate-files is set.
10410         
10411 2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10412
10413         * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
10414         links on website. 
10415
10416 2005-06-13  Graham Percival  <gperlist@shaw.ca>
10417
10418         * Documentation/topdocs/INSTALL.texi,
10419         Documentation/user/lilypond-book.itely: typos.
10420
10421 2005-06-12  Pal Benko  <benkop@freestart.hu>
10422
10423         * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
10424         added between program name and switch; -b changed to -f not
10425         to generate pdf
10426
10427 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10428
10429         * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
10430         (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
10431
10432         * input/sakura-sakura.ly: add \midi.
10433
10434         * buildscripts/mutopia-index.py (find): use /usr/bin/find
10435         iso. python find. 
10436
10437         * ttftool/test.c (main): cosmetics.
10438
10439         * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
10440
10441         * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
10442         create a ttf2ps binary.
10443
10444         * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
10445
10446         * scm/backend-library.scm (postscript->png): set rename-page-1 to
10447         true.
10448
10449 2005-06-11  Graham Percival <gperlist@shaw.ca>
10450
10451         * Documentation/user/lilypond-book.itely: add warning about
10452         the font warnings in dvips.
10453
10454 2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10455
10456         * THANKS: typo
10457
10458         * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
10459
10460         * GNUmakefile.in: remove links for .map, .enc
10461         don't fail if out/ doesn't exist yet.
10462
10463 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10464
10465         * ttftool/util.c (surely_read): return nbytes
10466
10467         * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
10468
10469         * VERSION (PACKAGE_NAME): release 2.5.30
10470
10471         * flower/string-convert.cc (precision_string): >? fix.
10472
10473         * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
10474         (make-ps-images): add verbose -q too.
10475
10476         * lily/default-actions.cc (Module): new file. default
10477         {book,score}-print functions.
10478
10479         * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
10480         pass results via parseStringResult, lookup via ly:parser-lookup.  
10481
10482         * lily/lily-parser.cc (Lily_parser): only clone lexer in
10483         constructors.
10484         (parse_file): encapsulate do_yyparse() in scm_set_current_module()
10485         (parse_string): idem.
10486
10487         * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
10488
10489         * lily/main.cc (main_with_guile): copy be_verbose_global into
10490         ly_set_option()
10491
10492 2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10493
10494         * scm/backend-library.scm (postscript->pdf):
10495         * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
10496         verbose mode.  Search for several names of gs executable.
10497
10498 2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10499
10500         * lily/ly-module.cc (ly_make_anonymous_module): call make-module
10501         directly. This fixes a massive memory leak, provided you use CVS
10502         GUILE.
10503
10504 2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
10505
10506         * ly/property-init.ly: Added tieDashed.
10507
10508         * THANKS: Added some bughunters for 2.5.
10509
10510 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10511
10512         * lily/program-option.cc: add debug-gc option.
10513
10514         * lily/include/lily-guile-macros.hh: don't protect exported module
10515         objects.
10516
10517         * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
10518
10519         * scm/backend-library.scm (postscript->pdf): use
10520         delete-intermediate-files iso. running-from-gui? 
10521
10522         * ttftool/util.c (surely_read): robustness. Allow read() to return
10523         less bytes than requested, as per posix standards.
10524
10525         * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
10526         program option.
10527
10528         * ttftool/include/ttftool.h ("C"): rename verbosity to
10529         ttf_verbosity. Add to public interface.
10530
10531         * scm/music-functions.scm (unfold-repeats): remove debugging display.
10532
10533         * lily/program-option.cc: rename from scm-option.cc
10534
10535         * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
10536         (get_help_string): Print pretty help string.
10537
10538         * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
10539         to snippet preamble.
10540
10541         * lily/scm-option.cc: remove command-line-settings option. Fold
10542         all command-line options plus default settings in a generic
10543         interface. 
10544
10545         * flower/getopt-long.cc (table_string): indent 2nd lines of help
10546         texts too.
10547
10548 2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
10549
10550         * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
10551         or EXT_ components non-empty.
10552
10553 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10554
10555         * scm/lily.scm (running-from-gui?): Export.
10556
10557         * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
10558         output in .ly source directory.
10559
10560 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10561
10562         * ttftool/util.c (surely_lseek): more verbosity.
10563
10564         * lily/include/lily-proto.hh: add Context_def. This fixes FC4
10565         compile.
10566
10567         * lily/parser.yy (Repeated_music): remove >? 
10568
10569         * scm/backend-library.scm (postscript->pdf): Support for
10570         -dgs-font-load=1
10571
10572         * scm/framework-ps.scm (write-preamble): make font loading
10573         switchable to GS via --define-default gs-font-load=1
10574
10575 2005-06-09  Graham Percival  <gperlist@shaw.ca>
10576
10577         * Documentation/user/global.itely: added \layout docs.
10578
10579 2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10580
10581         * lily/lily-parser-scheme.cc: add unistd.h
10582
10583 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10584
10585         * scm/editor.scm: add char argument.
10586
10587         * scripts/lilypond-invoke-editor.scm (dissect-uri): add char. 
10588
10589         * ttftool/util.c (syserror): use errno for better error reporting.
10590
10591         * lily/source-file.cc (get_counts): new function. Calc column,
10592         line and char count in one go.
10593
10594         * lily/binary-source-file.cc (quote_input): rename to quote_input
10595
10596         * lily/input.cc (set): new function.
10597
10598 2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
10599
10600         * flower/file-path.cc (find): Bugfix.  Append rather than prepend
10601         directory part of file name to search directory.
10602
10603         * lily/lily-parser-scheme.cc (ly:parse-file): Prepend cwd to
10604         search path and chdir to DIR if --outname=DIR used.
10605
10606         * lily/main.cc (prepend_env_path): Bugfix: Check directory
10607         existence before appending original path.
10608
10609 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10610
10611         * ttftool/parse.c (readNamingTable): verbosity for "bad TTF
10612         file" massage.
10613
10614         * Documentation/user/GNUmakefile (TEXINPUTS): set TEXINPUTS so our
10615         texinfo.tex is always used.
10616         
10617 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10618
10619         * flower/include/axis.hh: rename from axes.hh
10620
10621         * lily/include/text-interface.hh (Module): rename from text-item.hh
10622
10623         * VERSION (PATCH_LEVEL): release 2.5.29
10624
10625         * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
10626
10627         * scm/framework-ps.scm (font-file-as-ps-string): new function.
10628         (handle-macfont): new function. Call fondu for Native mac fonts.
10629
10630         * scm/define-markup-commands.scm (fill-line): handle text-widths =
10631         '() case.
10632
10633 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10634
10635         * scm/ps-to-png.scm (make-ps-images): Bugfix: `Pages: 1\n' is not
10636         multi-page.  Fix .eps regular expression.
10637
10638 2005-06-07  Graham Percival  <gperlist@shaw.ca>
10639
10640         * Documentation/user/putting.itely: add info on modifying templates.
10641
10642         * Documentation/user/lilypond.itely, converters.itely, invoking.itely:
10643         misc small changes.
10644
10645 2005-06-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10646
10647         * scm/ps-to-png.scm (make-ps-images): no paper size for multi-page.
10648
10649         * scripts/lilypond-ps2png.scm
10650
10651         * VERSION (PACKAGE_NAME): release 2.5.28
10652
10653 2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10654
10655         * lily/main.cc (prepend_env_path): Do not append /, that does not
10656         work.  Localedir lives in datadir, not in prefix.
10657
10658         * scm/framework-ps.scm (write-preamble): Remove load-font-via-GS
10659         hack for windows.
10660
10661         * flower/include/file-cookie.hh: Compile fix.
10662
10663 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10664
10665         * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
10666
10667         * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
10668         system primitives.
10669         (gulp-port): using read-string!/partial. We don't want to read an
10670         entire PS file  (GUILE 1.6 limits strings to 16M) 
10671
10672         * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
10673         properties. Add font-interface. 
10674
10675         * scm/define-grob-properties.scm (all-user-grob-properties):
10676         remove old bracket properties.
10677
10678         * scm/x11-color.scm: reformat. 
10679
10680         * lily/ledger-line-engraver.cc (acknowledge_grob): create new
10681         LedgerLineSpanner if new StaffSymbol is found. 
10682
10683         * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
10684         staff-symbol for finishing staff. 
10685
10686         * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
10687
10688         * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
10689         change black to currentColor everywhere. This fixes color support
10690         in SVG.
10691
10692 2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
10693
10694         * input/regression/fret-diagrams.ly: new file to test fret diagram
10695         capability
10696
10697         * scm/output-tex.scm: remove white-dot and white-text
10698
10699         * scm/output-ps.scm: remove white-dot and white-text
10700
10701         * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
10702         using ly:stencil-in-color instead
10703         (draw-dots) : remove call to white-dot
10704
10705 2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10706
10707         * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
10708         support.
10709
10710         * ttftool/ttfps.c: use lily_cookie functions everywhere. 
10711
10712         * flower/include/file-cookie.hh: new file. lily_cookie extension 
10713
10714         * flower/file-cookie.cc: new file. lily_cookie extension.
10715         
10716 2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10717
10718         * scm/editor.scm (editor-command-template-alist): Add syn
10719         editor (Jaap [de Vos]).
10720
10721 2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10722
10723         * scripts/lilypond-ps2png.scm:
10724         * scm/ps-to-png.scm: New file.
10725
10726         * scm/backend-library.scm (postscript->png): Use it.
10727
10728         * scripts/lilypond-ps-to-png.py: Remove file.
10729
10730         * python/lilylib.py (get_bbox, make_ps_images): Remove.
10731
10732 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10733
10734         * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
10735
10736         * scm/auto-beam.scm (default-auto-beam-check): only forbid beam
10737         start on grace moment. Fixes autobeam-grace.ly.
10738
10739         * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't
10740         process anything unless we're at the end of a pending beam. Fixes
10741         syncopated 8ths beamed across a beat.
10742
10743 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10744
10745         * scm/editor.scm (editor-command-template-alist): Start emacs if
10746         emacslient fails.
10747
10748         * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
10749
10750         * flower/file-path.cc (is_file, is_dir): Export.
10751
10752         * lily/main.cc (prepend_env_path, set_env_file): Use them.
10753
10754 2005-06-02  Mats Bengtsson  <mabe@s3.kth.se>
10755
10756         * lily/easy-notation.cc: Added include cctype to correct
10757         compilation error.
10758
10759 2005-06-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10760
10761         * scm/backend-library.scm (postscript->pdf): set resolution to
10762         1200, so bitmap fonts aren't that ugly. 
10763
10764         * Documentation/topdocs/NEWS.tely (Top): add entry about font family.
10765
10766         * lily/dynamic-engraver.cc (acknowledge_grob): only center on
10767         parent if we have a notehead. Fixes incorrect offsets when
10768         Paper_column is very wide in the X direction.
10769
10770         * input/regression/font-family-override.ly (Module): new file.
10771
10772         * scm/font.scm (make-pango-font-tree): new function.
10773
10774         * lily/beam.cc (before_line_breaking): remove warning about less
10775         than 2 visible stems. We still get a warning when there is only
10776         one stem.
10777
10778 2005-06-01  Werner Lemberg  <wl@gnu.org>
10779
10780         * buildscripts/substitute-encoding.py: Handle PFAemmentaler-xx.pfa
10781         correctly.
10782
10783 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10784
10785         * lily/slur-scoring.cc (generate_avoid_offsets): new
10786         function. Generate avoid offsets once per slur.
10787
10788         * lily/slur.cc (add_extra_encompass): add dependency to
10789         extra-encompass object. This fixes bugs/c-phrasing-slur.ly
10790
10791         * lily/stencil.cc (is_empty): check dim_ field for is_empty()
10792         too. Fixes inf error with added bass notes.
10793
10794         * scripts/lilypond-book.py (do_options): --psfonts doesn't take
10795         argument anymore.
10796
10797         * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
10798
10799         * input/tutorial/lbook-latex-test.tex: add line length test.
10800
10801         * scripts/lilypond-book.py (set_default_options): new
10802         function. Call this before dissecting snippets, so linewidth
10803         settings reach the snippets.
10804
10805 2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
10806
10807         * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
10808
10809 2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10810
10811         * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
10812
10813 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
10814
10815         * stepmake/aclocal.m4: More autopackage friendliness.
10816
10817 2005-05-31  Graham Percival  <gperlist@shaw.ca>
10818
10819         * Documentation/index.html.in: remove link to LSR.
10820
10821         * Documentation/user/global.itely: remove duplicate
10822         "dedication" \header{} section.
10823
10824 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10825
10826         * VERSION (PACKAGE_NAME): release 2.5.27.
10827
10828         * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
10829         too. Plugs memory leak.
10830
10831         * make/lilypond.fedora.spec.in (Group): remove
10832         lilypond-pdfpc-helper.
10833
10834         * scripts/GNUmakefile (SEXECUTABLES): remove
10835         lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
10836
10837         * scm/font.scm (make-century-schoolbook-tree): add Mono as
10838         'typewriter family.
10839
10840         * lily/score.cc (Score): unprotect copy of Output_def. Plugs
10841         memory leak.
10842
10843         * lily/parser.yy (score_body): don't clone Score, that's done in
10844         Lily_lexer::try_special_identifiers(). This fixes a memory leak.
10845
10846         * lily/score-engraver.cc (derived_mark): new function.
10847         (initialize): unprotect Paper_score. This fixes a memory leak.
10848
10849         * lily/score-performer.cc (derived_mark): new function.
10850
10851         * lily/score-translator.cc (get_output): use SCM for get_output() call.
10852
10853         * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
10854         spurious warning.
10855
10856         * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
10857         serif.
10858
10859 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
10860
10861         * configure.in (reloc_b): Add --enable-relocation.
10862
10863 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10864
10865         * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
10866
10867         * input/regression/alignment-order.ly: add Staff example.
10868
10869 2005-05-31  John Mandereau   <john.mandereau@free.fr>
10870
10871         * po/fr.po: update.
10872
10873 2005-05-31  Graham Percival  <gperlist@shaw.ca>
10874
10875         * Documentation/index.html.in: add link to LSR.
10876
10877 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10878
10879         * scm/define-stencil-commands.scm (Module): new file. Register all
10880         allowed stencil expression heads in a central place.
10881
10882         * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
10883         ly:make-stencil
10884
10885         * lily/stencil-expression.cc (all_stencil_heads): registering
10886         stencil expressions.
10887
10888         * lily/stencil-interpret.cc: new file. Stencil expression
10889         interpreting.
10890
10891         * input/xiao-haizi-guai-guai.ly: move file back.
10892
10893 2005-05-30  Graham Percival  <gperlist@shaw.ca>
10894
10895         * Documentation/user/advanced.itely, converters.itely,
10896         instrument-notation.itely, lilypond-book.itely: misc small
10897         changes.
10898
10899 2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10900
10901         * lily/lexer.ll: Skip UTF-8 BOM at BOF.
10902
10903         * make/lilypond.fedora.spec.in: Fix source url.
10904
10905         * cygwin: Update from mingw patches.
10906
10907         * scm/editor.scm (editor-command-template-alist): Use jedit
10908         -reuseview (Bertalan), add uedit (Patrick Huberts).
10909
10910         * input/xiao-hai-zi-guai-guai.ly: Rename from
10911         xiao-haizi-guai-guai.ly.
10912
10913         * input/*: Reindent, do not use TAB.
10914
10915         * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
10916         white background.
10917
10918 2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10919
10920         * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
10921         numerical overflow error.
10922
10923 2005-05-29 Laura Conrad <lconrad@laymusic.org>
10924         
10925         * abc2ly.py: fix to syntax error in multi-part output.
10926
10927 2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10928
10929         * lily/span-bar.cc (print): sort bar line extents. Fixes problem
10930         with disappearing span bars when alignAboveContext is active
10931
10932         * lily/property-iterator.cc (check_grob): use is-grob?
10933         object-property. Fixes crash-key-sig-font-size.ly. 
10934
10935 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10936
10937         * lily/bar-line.cc (print): don't round barlines; this produces
10938         odd aliasing effects in Acroread.
10939
10940         * lily/timing-engraver.cc (process_music): robustness fix.
10941
10942         * lily/context-def.cc (filter_engravers): bugfix.
10943
10944 2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10945
10946         * lily/lilypond.rc.in: Add ly-icon.
10947
10948         * lily/GNUmakefile: 
10949         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
10950         rules.
10951
10952 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10953
10954         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
10955
10956         * ps/music-drawing-routines.ps: 
10957
10958         * scm/output-ps.scm: remove draw ez_ball.
10959
10960         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
10961         EasyNotation context definition.
10962
10963         * lily/easy-notation.cc (brew_ez_stencil): new file. Use
10964         Text_interface and color for making easy note heads.
10965
10966         * lily/stencil.cc (with_color): new function.
10967
10968         * ps/music-drawing-routines.ps: remove draw_zigzag_line
10969
10970         * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
10971         output routine. Zigzag now works in SVG too.
10972
10973         * scm/output-tex.scm (filledbox): idem.
10974
10975         * scm/output-svg.scm (filledbox): idem.
10976
10977         * scm/output-ps.scm (lily-def): remove horizontal-line. 
10978
10979         * lily/lookup.cc (horizontal_line): use draw-line. 
10980
10981         * lily/system-start-delimiter.cc: remove old staff bracket code.
10982
10983         * mf/feta-haak.mf: further tweaks.
10984
10985         * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
10986
10987         * mf/feta-generic.mf: include feta-haak.
10988
10989         * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
10990
10991         * scm/framework-ps.scm (write-preamble): only load fonts if their
10992         filename is a string. 
10993
10994 2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
10995
10996         * scm/output-svg.scm (circle): support circle.
10997         (bracket): stub for bracket.
10998
10999         * scripts/lilypond-book.py (main): make sure --psfonts warning is
11000         correct.
11001
11002 2005-05-26  Graham Percival  <gperlist@shaw.ca>
11003
11004         * Documentation/user/lilypond.tely, advanced-notation.itely,
11005         basic-notation.itely, instrument-notation.itely, global.itely,
11006         introduction.itely, tutorial.itely: rearranging, editing,
11007         clean-up.
11008
11009         * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
11010         for compiling on FreeBSD.
11011
11012 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11013
11014         * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
11015         otf files.
11016
11017         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
11018         bugfixes.
11019
11020         * VERSION: 2.5.26 released.
11021
11022         * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
11023
11024 2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
11025
11026         * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
11027         if printpagenumber is false.
11028
11029 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11030
11031         * lily/font-config.cc (init_fontconfig): comment out FontConfig
11032         cache warning.
11033
11034         * lily/tie.cc (print): support dotted ties.
11035         
11036 2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11037
11038         * scm/define-grobs.scm (all-grob-descriptions): switch off
11039         debugging
11040         (all-grob-descriptions): Arpeggio has Y-extent.
11041
11042         * scm/define-music-properties.scm (all-music-properties): document
11043         length-callback and start-callback as "read-only".
11044
11045         * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
11046         length-callback after creation. 
11047
11048         * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
11049         compressmusic -> compressMusic.
11050
11051         * ly/music-functions-init.ly (oldaddlyrics): idem.
11052
11053         * lily/parser.yy: NewLyricCombineMusic ->
11054         LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
11055
11056 2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
11057
11058         * ly/Welcome_to_LilyPond.ly: typo.
11059
11060 2005-05-24  Graham Percival  <gperlist@shaw.ca>
11061
11062         * Documentation/user/lilypond.tely: move changing-defaults to be
11063         before global issues.
11064
11065         * Documentation/user/basic-notation.itely: move Transpose section
11066         here from advanced/Other.
11067
11068         * Documentation/user/changing-defaults.itely,
11069         advanced-notation.itely: move Fonts to advanced, edit.
11070
11071 2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11072
11073         * lily/parser.yy (bare_int): remove rule.  From now on, we require
11074         # before negative integers.
11075
11076 2005-05-23  Graham Percival  <gperlist@shaw.ca>
11077
11078         * ly/property.ly: Update tieDotted to have the same form as slurDotted.
11079
11080         * Documentation/user/lilypond.tely: change Unified index to
11081         LilyPond index.
11082
11083         * Documentation/user/advanced-notation.itely,
11084         instrument-notation.itely: editing.
11085
11086 2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11087
11088         * scm/lily.scm (lilypond-all): Bugfix: return failed.
11089
11090         * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
11091
11092 2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11093
11094         * lily/general-scheme.cc (ly:stderr-redirect): Rename from
11095         ly:port-move.  Needs to be stderr-specific on mingw.
11096         Run fixcc.
11097
11098 2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11099
11100         * lily/general-scheme.cc (ly:port-move): Remove.
11101
11102         * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
11103         windows.
11104
11105         * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
11106         variables.  This eliminates the need for a gs.bat wrapper, which
11107         opens a console.
11108
11109         * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
11110         * scm/lily.scm (running-from-gui?): 
11111         * lily/main.cc[MINGW]: Remove isatty inversion, this is an
11112         artifact of not compiling with -mwindows.
11113
11114         * scm/editor.scm: Define PLATFORM.
11115
11116 2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11117
11118         * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
11119         can start to cut & paste lilypond-book fragments.  
11120
11121         * scm/define-music-types.scm (music-descriptions): remove
11122         UntransposableMusic
11123
11124 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11125
11126         * scm/output-ps.scm (glyph-string): remove / before CIDs.
11127
11128 2005-05-20  Graham Percival  <gperlist@shaw.ca>
11129
11130         * Documentation/user/instrument-notation.itely: remove *Engraver.
11131
11132         * Documentation/user/advanced-notation.itely: edit, rearrange.
11133
11134 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11135
11136         * scm/output-ps.scm (glyph-string): take cid? argument. Use
11137         findresource iso. findfont for CID CFF fonts.
11138
11139         * VERSION (PACKAGE_NAME): release 2.5.25
11140
11141         * ly/Welcome_to_LilyPond.ly: add  \version
11142
11143 2005-05-20  Graham Percival  <gperlist@shaw.ca>
11144
11145         * Documentation/user/programming-interface.itely: move
11146         \displayMusic into its own section.
11147
11148         * Documentation/user/basic-notation.itely: finish editing.
11149
11150 2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11151
11152         * flower/file-path.cc (find): don't throw away file_name.dir, but
11153         append to it. Fixes \include with directories.
11154
11155         * flower/include/file-path.hh (class File_path): don't derive from
11156         Array<String>.
11157
11158         * flower/include/file-name.hh (class File_name): remove to_str0()
11159
11160         * lily/hara-kiri-engraver.cc (acknowledge_grob): split
11161         Hara_kiri_engraver in separate file.
11162
11163         * lily/slur-configuration.cc (score_encompass): oops, <? to min()
11164         translation went wrong. Fixes vertically translated slurs.
11165
11166 2005-05-19  Graham Percival  <gperlist@shaw.ca>
11167
11168         * Documentation/user/basic-notaton.itely: editing.
11169
11170 2005-05-18  Graham Percival  <gperlist@shaw.ca>
11171
11172         * Documentation/user/macros.itexi, basic-notation.itely:
11173         add @commonprop (commonly used properties) macro.
11174
11175 2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11176
11177         * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
11178
11179         * scripts/lilypond-book.py (invokes_lilypond): new function
11180         (main): only run fontextract if invokes_lilypond() is true.
11181
11182         * lily/function-documentation.cc (ly_add_function_documentation):
11183         duh, use !=
11184
11185         * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
11186
11187         * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
11188
11189         * scm/lily.scm (running-from-gui?): lowercase Darwin.
11190
11191         * lily/function-documentation.cc (ly_add_function_documentation):
11192         use scm_hash_table_p() for checking.
11193
11194 2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
11195
11196         * Documentation/user/advanced-notation.itely (Text scripts):
11197         Change nonexisting @internalsref{Text markup} to @ref{Text
11198         markup}.  Change @internalsref{Text script} to
11199         @internalsref{TextScript}.
11200
11201         * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
11202
11203 2005-05-17  Graham Percival  <gperlist@shaw.ca>
11204
11205         * Documentation/user/tutorial.itely, basic-notation.itely,
11206         changing-defaults.itely: remove duplicate cindex entries
11207         that appear on the same page.
11208
11209         * scm/define-grobs.scm: change default padding for TextSpanner.
11210
11211         * Documentation/topdocs/AUTHORS.texi: update email address.
11212
11213         * Documentation/user/global.itely: add info about \include.
11214
11215 2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
11216
11217         * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
11218         when running-from-gui.
11219
11220         * scm/editor.scm (get-editor): Add platform defaults.
11221
11222         * scm/backend-library.scm (postscript->pdf): Typo.
11223
11224 2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11225
11226         * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
11227
11228         * lily/font-config.cc (init_fontconfig): add warning about cache.
11229
11230 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11231
11232         * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
11233
11234 2005-05-16  Mats Bengtsson  <mabe@s3.kth.se>
11235
11236         * lily/horizontal-bracket.cc (print): Take care of the direction
11237         property so brackets above the stave point downwards. 
11238
11239         * scm/define-grobs.scm (all-grob-descriptions): Set staff-padding
11240         for HorizontalBracket so it doesn't end up within the stave.
11241
11242 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11243
11244         * lily/GNUmakefile (default): Typo.
11245
11246         * scm/lily.scm (PLATFORM): Export.
11247
11248         * scm/framework-ps.scm (write-preamble)[MINGW]: Use
11249         load-font-via-GS, ttftool or fopencookie is broken on windows.
11250         
11251         * scm/backend-library.scm (postscript->pdf)[MINGW]: Do not use
11252         -dSAFER, that is broken on windows.
11253
11254 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11255
11256         * lily/GNUmakefile ($(outdir)/FlexLexer.h): conditional dependency
11257         for FlexLexer.h
11258
11259         * scripts/lilypond-invoke-editor.scm: remove stray -
11260
11261 2005-05-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11262
11263         * lily/lily-guile.cc (ly_scm2newstr): Use scm_i_string_length.
11264         Fixes deprecation warning.
11265
11266         * flower/include/string.icc (to_string): Only inline if
11267         -DSTRING_UTILS_INLINED.
11268
11269         * lily/pango-font.cc (pango_item_string_stencil): Normalize file
11270         name.  Remove windows comment.
11271
11272         * scm/editor.scm (slashify): New function.
11273         (get-editor-command): Use it.
11274         (get-command-template): Do not alter editor command if
11275         environment value includes `%(file)s' magic.
11276
11277         * scripts/lilypond-invoke-editor.scm (unquote-uri): New function.
11278         (dissect-uri): Use it.
11279         (unquote-uri): Bugfix.
11280
11281 2005-05-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11282
11283         * scm/framework-ps.scm (write-preamble): add TTF rule.
11284
11285         * Documentation/topdocs/README.texi (Top): remove note about
11286         xdelta.
11287
11288         * Documentation/topdocs/INSTALL.texi (Top): remove Flex
11289         requirement.
11290
11291         * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new
11292         function. Figure out where FlexLexer.h lives
11293
11294         * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h
11295         
11296 2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11297
11298         * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
11299         with Windows root in file name.
11300
11301         * scm/backend-library.scm (ly:system): Only redirect output (using
11302         system and shell, ugh) if /dev/null is writable.
11303
11304         * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
11305         windows icon.
11306
11307         * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
11308         on Mingw.
11309
11310         * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
11311         click.
11312
11313         * flower/file-path.cc (is_dir, is_file): New function.  Actually
11314         use result of stat when available.
11315
11316         * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
11317         absolute file name and root.
11318
11319         * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
11320
11321         * scm/editor.scm (get-editor-command): Typo: do not apply editor.
11322
11323         * flower/file-name.cc (slashify): Bugfix, do substitute if no
11324         slashes in file name.
11325
11326 2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
11327
11328         * Documentation/user/preface.itely (Preface): Run
11329         texinfo-all-menus-update.
11330
11331         * scm/editor.scm (get-editor-command): Bugfix: allow full
11332         LYEDITOR setting, partial XEDITOR setting.  With typo fix.
11333
11334         * Documentation/pictures/lilypond-48.xpm: New file.
11335
11336         * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
11337
11338         * ly/Welcome_to_LilyPond.ly: New file.
11339
11340         * lily/main.cc (main): Only identify if we have a terminal.
11341
11342         * scm/backend-library.scm (postscript->png)
11343         (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
11344         non-/bin/sh).
11345
11346 2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
11347
11348         * Documentation/topdocs/AUTHORS.texi: polish, update.
11349
11350 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11351
11352         * Documentation/user/preface.itely (Notes for version 2.6): new
11353         notes for 2.6
11354
11355         * lily/dynamic-engraver.cc (stop_translation_timestep): first set
11356         finished_span_, then call typeset_all(). Fixes spurious "Hairpin
11357         is not fully contained" warnings.
11358
11359         * lily/slur-scoring.cc (get_bound_info): remove warning.
11360
11361         * lily/staff-symbol-engraver.cc (process_music): start initial
11362         spanner in process_music(). This fixes overrides of StaffSymbol
11363         properties.
11364
11365         * scm/framework-pdf.scm (Module): remove.
11366
11367         * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update.
11368
11369         * lily/ambitus-engraver.cc: formatting cleanups.
11370
11371         * mf/feta-solfa.mf (Module): remove.
11372
11373         * ChangeLog: more details about contributions.
11374
11375 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11376
11377         * lily/align-interface.cc (align_elements_to_extents): warn if
11378         called too early. Fixes: disappearing-staff-lines.ly
11379
11380         * VERSION (PACKAGE_NAME): release 2.5.24
11381
11382 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
11383
11384         * stepmake/aclocal.m4: Typo.
11385
11386         * flower/string.cc (substitute): Take two strings or two
11387         characters.  Update callers.
11388
11389 2005-05-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11390
11391         * flower/file-name.cc (File_name): Slashify.
11392
11393         * scm/lily.scm: Use gui-main iso lilypond-main on MINGW.
11394
11395         * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor.
11396
11397         * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function.
11398
11399         * configure.in (gui_b): Use it.
11400
11401         * lily/lilypond.rc.in: New file.
11402
11403         * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable.
11404
11405 2005-05-12  Graham Percival  <gperlist@shaw.ca>
11406
11407         * Documentation/user/advanced-notation.itely: edit of Text
11408         section; clarify text scripts vs. text markup.
11409
11410 2005-05-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11411
11412         * lily/multi-measure-rest-engraver.cc
11413         (Multi_measure_rest_engraver): init bar_seen_ to true. Notice
11414         separation items on start. Fixes mm rests in start of score.
11415
11416         * lily/slur-scoring.cc (move_away_from_staffline): robustness,
11417         don't access StaffSymbol if not there.
11418         Fixes: crash-staff-symbol-engraver.ly.
11419
11420         * lily/instrument-name-engraver.cc (class
11421         Instrument_name_engraver): data member first_. Create
11422         InstrumentName on start. 
11423
11424 2005-05-12  Graham Percival  <gperlist@shaw.ca>
11425
11426         * Documentation/user/instrument-notation.itely: add guitar
11427         position.
11428
11429         * Documentation/user/introduction.itely,
11430         Documentation/user/lilypond.tely,
11431         Documentation/user/tutorial.itely: begin pruning
11432         unused (duplicated) cindex entries and misc cleanup.
11433
11434 2005-05-12  Mats Bengtsson  <mabe@s3.kth.se>
11435
11436         * input/test/volta-chord-names.ly: Bring the explanation up to
11437         date.
11438
11439 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
11440
11441         * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
11442         Specify `@documentencoding utf-8' for html, ignore warnings.
11443
11444 2005-05-11  Erik Sandberg  <ersa9195@student.uu.se>
11445
11446         * THANKS: Added bughunters.
11447
11448 2005-05-11  Heikki Junes  <hjunes@cc.hut.fi>
11449
11450         * lily/main.cc: update help string for `lilypond -H'.
11451
11452         * po/fi.po: update.
11453         
11454 2005-05-10  Graham Percival  <gperlist@shaw.ca>
11455
11456         * Documentation/user/advanced-notation.itely: minor fixes.
11457
11458 2005-05-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11459
11460         * scm/editor.scm: New module.
11461
11462         * scm/lily.scm (gui-main): Use it.
11463
11464         * scm/framework-gnome.scm (spawn-editor): Use it.
11465
11466         * scripts/lilypond-invoke-editor.scm: Use it in new script.
11467
11468 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11469
11470         * scm/framework-ps.scm (load-font-via-GS):  new function.
11471
11472         * lily/pango-font.cc (pango_item_string_stencil): add support for
11473         CID keyed font.
11474
11475         * scm/output-ps.scm (glyph-string): add support for CID keyed font.
11476
11477 2005-05-10  Graham Percival  <gperlist@shaw.ca>
11478
11479         * Documentation/user/basic-notation.itely: add @ref.
11480
11481         * Documentation/user/advanced-notation.itely: add example
11482         of 5/8 beaming.
11483
11484 2005-05-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11485
11486         * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes.
11487
11488         * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
11489         going through ps2pdf wrappers.
11490
11491 2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
11492
11493         * Documentation/user/instrument-notation.itely: petrucci note
11494         heads: updated docu
11495
11496         * input/regression/note-head-style.ly: updated regression test;
11497         indentation fixes
11498
11499         * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note
11500         heads as default
11501
11502         * mf/parmesan-heads.mf: minor editing; use musicological names
11503         (rather than optical description) as note head names
11504
11505         * scm/output-lib.scm: complete petrucci heads
11506
11507 2005-05-09  Pal Benko  <benkop@freestart.hu>
11508
11509         * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural
11510         heads, but bigger)
11511
11512 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11513
11514         * lily/main.cc (main_with_guile): Remove no files check.
11515
11516         * lily/main.cc (ly:usage): Export to Scheme.
11517
11518         * scm/lily.scm (no-files-handler): New function.
11519
11520         * scm/lily.scm (lilypond-main): Use it.
11521
11522         * configure.in (gui_b): Add mbrtowc checking.
11523         Resurrect [utf8/]wchar.h checking.
11524
11525 2005-05-09  Mats Bengtsson  <mabe@s3.kth.se>
11526
11527         * Documentation/user/advanced-notation.itely (Metronome marks):
11528         Add link to the program reference for MetronomeMark
11529
11530         * Documentation/user/lilypond-book.itely (An example of a
11531         musicological document): Correct the example using psfonts 
11532
11533 2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
11534
11535         * po/fi.po: update after a lesson how to update entries against
11536         source.
11537         
11538         * po/TODO: document the lesson.
11539
11540 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11541
11542         * configure.in (gui_b): remove wcrtomb checking.
11543
11544         * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
11545         bits. Patch by Matthias Neeracher. <neeracher@mac.com>
11546
11547 2005-05-09  Mats Bengtsson  <mabe@s3.kth.se>
11548
11549         * scripts/convert-ly.py: In the conversion to version 1.9.0, 
11550         keep Scheme expressions and strings unmodified when doing the
11551         conversion to postfix notation for slurs and beams. Should
11552         hopefully solve most related conversion problems. 
11553
11554         * Documentation/user/lilypond-book.itely : Clarify and correct how
11555         to call dvips with -h psfonts.
11556
11557 2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
11558
11559         * Documentation/user/instrument-notation.itely (Entering lyrics):
11560         Typo.  Fixes build.
11561
11562 2005-05-09  Graham Percival  <gperlist@shaw.ca>
11563
11564         * Documentation/user/lilypond-book.itely: document PSFONTS file.
11565
11566         * Documentation/user/lilypond.tely, lilypond-book.itely,
11567         tutorial.itely: change references to 2.5.x to 2.6.x.
11568
11569         * Documentation/user/instrument-notation.itely: clarified \addlyrics
11570         vs \lyricmode.
11571
11572         * Documentation/user/invoking.itely: remove old info about
11573         lilypond-profile.
11574
11575         * Documentation/topdocs/INSTALL.texi: remove old info about
11576         lilypond-profile, add warning about needing international fonts
11577         to build docs.
11578
11579 2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11580
11581         * lily/include/grob-info.hh (class Grob_info): make data member
11582         private. Changes throughout.
11583
11584         * input/regression/alignment-order.ly: new file. 
11585
11586         * lily/vertical-align-engraver.cc (acknowledge_grob): read
11587         alignAboveContext and alignBelowContext
11588
11589 2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11590
11591         * lily/pfb.cc (LY_DEFINE): add cast.
11592
11593         * scm/framework-ps.scm (write-preamble): embed CFFs if file name
11594         matches .otf
11595         (write-preamble): warn about unknown fonts.
11596
11597         * lily/pfb.cc (Module): new function ly:otf->cff
11598
11599         * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
11600         (get_otf_table): new function.
11601
11602 2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11603
11604         * scm/backend-library.scm (postscript->png): call lilypond-ps2png
11605         iso. ps2png.
11606
11607 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
11608
11609         * po/fi.po: apply second round of update.
11610
11611 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11612
11613         * scm/x11-color.scm (make-x11-color-handler): don't use
11614         #\sp. Apparently doesn't work on all platforms. 
11615
11616 2005-05-06  Graham Percival  <gperlist@shaw.ca>
11617
11618         * Documentation/user/advanced-notation.itely, putting.itely,
11619         tutorial.itely, global.itely, introduction.itely: really minor fixes.
11620
11621 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11622
11623         * VERSION (PACKAGE_NAME): release 2.5.23
11624
11625 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11626
11627         * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
11628         convert to utf-8.
11629
11630         * THANKS: Add translators for this release, convert to utf-8.
11631
11632         * mf/GNUmakefile (MFTRACE_FLAGS):
11633         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
11634         outdir as option (WAS: hardcoded).
11635
11636 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11637
11638         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
11639         finished_span_
11640
11641         * THANKS: add Hans Forbrich.
11642
11643         * Documentation/topdocs/NEWS.tely (Top): document new feature.
11644
11645         * Documentation/user/basic-notation.itely (Staff symbol): document
11646         start/stop staff. Reference to ossia.ly
11647
11648         * input/test/ossia.ly: new example using stop and startStaff.
11649
11650         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
11651         in other words, don't create "|" barline at start of the score.
11652         (start_translation_timestep): don't set whichBar for start of score.
11653
11654         * input/regression/staff-halfway.ly: use new functionality.
11655
11656         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
11657         start and stop staff based on events.
11658
11659         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
11660
11661         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
11662
11663 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11664
11665         * Documentation/user/programming-interface.itely (How markups work
11666         internally ): remove \encoding reference.
11667
11668 2005-05-04  Mats Bengtsson  <mabe@s3.kth.se>
11669
11670         * scripts/convert-ly.py: Attempt to do a smarter update of 
11671         text markups from versions < 1.9.0 with arbitrary nesting.
11672
11673 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
11674
11675         * po/fi.po: convert to utf-8, and update.
11676
11677 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11678
11679         * make/lilypond.suse.spec.in: update from suse 2.4 package.
11680
11681         * lily/*.cc: more <? >? to min/max changes
11682
11683         * lily/include/interpretation-context-handle.hh: rename
11684         Interpretation_context_handle to Context_handle.
11685
11686 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
11687
11688         * input/regression/GNUmakefile (local_delete): use `find` together 
11689         with `xargs` to avoid too long argument-lists in cmd line.
11690
11691 2005-05-04  Graham Percival  <gperlist@shaw.ca>
11692
11693         * Documentation/user/introduction.itely: updates "About this manual".
11694
11695         * Documentation/user/advanced-notation.itely,
11696         invoking.itely: minor fixes.
11697
11698 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11699
11700         * COPYING: add font exception. Update FSF address. 
11701
11702         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
11703         should be taken without child context.
11704
11705         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
11706
11707         * scm/define-markup-commands.scm (triangle): new command, as
11708         robust replacement for unicode Delta/Triangle.
11709
11710 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11711
11712         * ps/music-drawing-routines.ps: add fillp argument.
11713
11714         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
11715
11716         * lily/font-config.cc (init_fontconfig): don't add cff/
11717
11718         * VERSION (PACKAGE_NAME): release 2.5.22
11719
11720         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
11721
11722         * lily/grace-engraver.cc (consider_change_grace_settings): use
11723         is_alias(). Fixes problem with CueVoice grace notes. 
11724
11725         * lily/simultaneous-music-iterator.cc (construct_children): call
11726         Music_iterator::quit() for iterators that start out invalid. This
11727         fixes indefinitely continuing contexts.
11728
11729         * buildscripts/substitute-encoding.py: new file
11730
11731         * Documentation/user/basic-notation.itely (Basic polyphony): fix
11732         missing @end 
11733
11734         * scripts/lilypond-book.py (write_if_updated): print file name.
11735
11736         * Documentation/user/basic-notation.itely (Explicitly
11737         instantiating voices): idem.
11738
11739         * Documentation/user/advanced-notation.itely (Text spanners):
11740         remove stray { } 
11741
11742         * lily/context.cc (default_child_context_name): the default child
11743         is now first in accepts_list_.
11744
11745         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
11746         \defaultchild to all relevant contexts.  This fixes:
11747         drums-pitch.ly.
11748
11749         (Probably also fixes similar problems with ancient
11750         transcriptions getting CueVoices instead of the desired voices.)
11751  
11752         * lily/context-def.cc (get_default_child): new function.
11753         (get_accepted): place default child in front of list.
11754
11755         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
11756
11757         * lily/include/context-def.hh (struct Context_def): add
11758         default_accept_
11759
11760 2005-05-03  Graham Percival  <gperlist@shaw.ca>
11761
11762         * scm/define-grobs.scm: remove "remove-first" line, since
11763         the absent property is set to #f anyway.
11764
11765         * Documentation/user/basic-notation.itely,
11766         advanced-notation.itely, instrument-notation.itely: minor
11767         fixes.
11768
11769         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
11770
11771         * Documentation/user/advanced-notation.itely,
11772         changing-defaults.itely: consolidate Text stuff in
11773         advanced notation.
11774
11775         * Documentation/user/global.itely: better docs for \header.
11776
11777         * Documentation/user/putting.itely: new chapter; placeholder
11778         for future expansion.
11779
11780         * Documentation/user/examples.itely: moved "suggestions for
11781         writing LP files" section into putting.itely.
11782
11783         * Documentation/user/lilypond.itely: added new chapter,
11784         fixed the short table of contents.
11785
11786 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11787
11788         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
11789         infinity for unfeasible beams.
11790
11791         * make/lilypond.fedora.spec.in (Group): idem.
11792
11793         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
11794
11795         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
11796
11797         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
11798         fonts directly.
11799
11800         * buildscripts/gen-emmentaler-scripts.py (i): idem.
11801
11802         * mf/GNUmakefile: remove all CFF rules.
11803
11804         * scm/framework-ps.scm (ps-embed-cff): reinstate.
11805
11806         * lily/open-type-font-scheme.cc (LY_DEFINE):
11807         new function ly:otf-font-table-data.
11808         (LY_DEFINE): new function otf-font?
11809
11810 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11811
11812         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
11813         ($(outdir)/Fontmap.lily): idem.
11814
11815         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
11816         for PFAEmmentaler-XXX.pfa. 
11817
11818         * Documentation/user/music-glossary.tely (accidental): NL
11819         translation of accidental.
11820
11821 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
11822
11823         * flower/include/international.hh: Bugfix: include "string.hh".
11824
11825         * lily/include/mingw-compatibility.hh: New file.
11826
11827         * flower/include/libc-extension.hh (memrev): Rename from strrev.
11828
11829         * configure.in: Search for mingw wcrtomb library.
11830
11831 2005-05-02  Mats Bengtsson  <mabe@s3.kth.se>
11832
11833         * scripts/convert-ly.py: Bug fix
11834
11835         * Documentation/user/changing-defaults.itely (Common tweaks):
11836         Added example where the context has to be specified explicitly
11837         (MetronomeMark). 
11838
11839 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11840
11841         * scripts/lilypond-book.py (ly_options): set timing to #f for
11842         notime option.
11843
11844         * scripts/convert-ly.py (conv): typo.
11845
11846         * flower/*.cc: remove <? and >?
11847         
11848         * lily/*.cc: remove <? and >?
11849
11850         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
11851         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
11852         editor.
11853
11854 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11855
11856         * lily/part-combine-engraver.cc: add space to variable list.
11857
11858 2005-04-30  Graham Percival  <gperlist@shaw.ca>
11859
11860         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
11861         remove-first to false (matches docs)
11862
11863         * Documentation/user/advanced-notation.itely: corrected docs
11864         concerning remove-first.
11865
11866 2005-04-29  Mats Bengtsson  <mabe@s3.kth.se>
11867
11868         * lily/part-combine-engraver.cc: make sure that the relevant
11869         properties are included in the documentation.
11870
11871 2005-04-28  Graham Percival  <gperlist@shaw.ca>
11872
11873         * Documentation/user/lilypond-book.itely: Bernard's docs
11874         for \betweenLilyPondSystem.
11875
11876 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11877
11878         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
11879         remarks.
11880
11881 2005-04-28  Pal Benko  <benkop@freestart.hu>
11882
11883         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
11884         only on vertical lines of flexa shape, and use a constant
11885         thickness value for horizontal lines (patch slightly modified by
11886         Jürgen Reuter)
11887
11888         * lily/include/mensural-ligature.hh: make 2 comments clearer
11889
11890 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
11891
11892         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
11893         to need_extra_horizontal_space; bugfix: use class scope to avoid
11894         global namespace pollution
11895
11896         * Documentation/user/instrument-notation.itely (ligatures): added
11897         comment on possible future syntax change and how to work around
11898
11899         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
11900         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
11901         intervals (fixes agnus dei example)
11902
11903         * Documentation/user/instrument-notation.itely (white mensural
11904         ligatures): selected a more illustrative example
11905
11906 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
11907
11908         * Documentation/index.html.in: specify utf-8 charset in meta content.
11909
11910 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11911
11912         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
11913         empty 2nd page for single page.
11914
11915         * scm/lily.scm: remove p&c definitions.
11916
11917         * po/zh_TW.po (Module): new translation.
11918
11919         * lily/lily-guile.cc (ly_chain_assoc): remove.
11920
11921         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
11922         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
11923
11924 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11925
11926         * lily/beaming-info.cc: remove infinity_i
11927
11928         * scripts/abc2ly.py (out_filename): fix thinko with \version.
11929
11930 2005-04-26  Graham Percival  <gperlist@shaw.ca>
11931
11932         * Documentation/user/basic-notation.itely,
11933         instrument-notation.itely, advanced-notation.itely,
11934         changing-defaults.itely: minor fixes.  Added docs
11935         for colors to advanced-notation.itely.
11936
11937         * Documentation/user/advanced-notation.itely: fixed compile
11938         problem and added Bernard's x11-color doc patch.
11939
11940 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11941
11942         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
11943         alright this time round.
11944
11945 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11946
11947         * Documentation/topdocs/INSTALL.texi (Top): idem.
11948
11949         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
11950
11951         * VERSION (MAJOR_VERSION): release 2.5.21
11952
11953         * scm/output-ps.scm (grob-cause): bugfix.
11954
11955 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11956
11957         * cygwin/*: Update.
11958
11959         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
11960         stuff.
11961
11962         * scm/output-ps.scm (grob-cause): Bugfix.
11963
11964         * scm/lily.scm (ly:load): Remove x11-color.
11965
11966         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
11967         quote executable, fixes getting version from program --with
11968         --options.
11969         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
11970         $ac_exeect.
11971
11972         * Documentation/user/GNUmakefile: Only build music-glossary with
11973         rendered lilypond snippets during web.
11974
11975 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
11976
11977         * po/de.po: update.
11978
11979         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
11980
11981 2005-04-22  Laura Conrad <lconrad@laymusic.org>
11982  
11983         * scripts/abc2ly:
11984         second title line append with punctuation dash character;
11985         encode abc2ly python strings in utf-8
11986        
11987 2005-04-21  Laura Conrad <lconrad@laymusic.org>
11988
11989         * scripts/abc2ly fix chords (again)
11990  
11991 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
11992
11993         * scm/x11-color.scm: new file
11994         All x11 color names can be accessed with:
11995         #(x11-color 'ColorName),
11996         #(x11-color "ColorName") or:
11997         #(x11-color "color name")
11998         If the x11 color name is not recognised then it defaults
11999         to black
12000
12001         * scm/lily.scm: amended to call scm/x11-color.scm
12002
12003 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12004
12005         * Documentation/user/invoking.itely (Reporting bugs): comment out
12006         reference to online PNG bug repository.
12007
12008 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12009
12010         * lily/translator-scheme.cc (ly:translator-property): Remove.
12011         Update callers.
12012
12013         * lily/context-scheme.cc (ly:context-now): Move from translator.
12014         Update callers.
12015
12016 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12017
12018         * input/regression/grid-lines.ly (skips): refine example.
12019
12020         * scm/define-context-properties.scm
12021         (all-user-translation-properties): doc autoBeamCheck
12022
12023         * input/regression/grid-lines.ly (Module): new file.
12024
12025         * lily/grid-point-engraver.cc (Module): new file.
12026
12027         * lily/grid-line.cc (Module): new file.
12028
12029         * lily/grid-line-span-engraver.cc (Module): new file.
12030
12031         * lily/grid-line-interface.cc (Module): new file.
12032
12033 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12034
12035         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
12036         missing parameter, actualy cdr through list.  Actually return a
12037         list with ENTRY removed (was '()).
12038
12039         * scripts/convert-ly.py: Update.  Print warning if file cannot be
12040         opened.
12041         (do_conversion): Fix printing of continuation comma.
12042
12043         * Documentation/user/advanced-notation.itely (Beam formatting):
12044         Remove refbugs about compound time and mixed duration.
12045
12046         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
12047         modulo moments explicitely.
12048
12049         * lily/moment.cc (operator %): New function.
12050
12051         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
12052
12053         * lily/translator-scheme.cc (ly:translator-now,
12054         ly:translator-property): New function.
12055
12056         * scm/auto-beam.scm (default-auto-beam-check): New function.
12057
12058         * lily/auto-beam-engraver.cc (test_moment): Use it.
12059
12060         * flower/rational.cc (operator %): Bugfix.
12061
12062 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
12063
12064         * scripts/abc2ly: Bugfix
12065
12066 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12067
12068         * python/fontextract.py (write_extracted_fonts): bugfix, too many
12069         %'s on EndFont comment.
12070
12071         * lily/ledger-line-spanner.cc: some more words of explanation.
12072
12073 2005-04-20  John Williams <williams@tni.com>  
12074         
12075         * scripts/lilypond-book.py: htmlquote bugfix.
12076         Allow snippets to be given distinct filenames.
12077         Allow the default alt text to be overridden.
12078
12079 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
12080
12081         * ly/performer-init.ly: Bugfix
12082
12083         * THANKS: Added bughunters.
12084
12085 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12086
12087         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
12088
12089         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
12090         position (was: use modulo measure length).
12091
12092         * configure.in (no gui_b): Remove optional gtk+ requirement.
12093
12094 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12095
12096         * Documentation/user/basic-notation.itely (Pitches): add
12097         LedgerLineSpanner.
12098
12099         * lily/dynamic-engraver.cc (process_music): set right bound to
12100         script if present. Else, do not set.
12101         (acknowledge_grob): only set right bound of finished spanner to
12102         note column if no other bound is set.
12103
12104         * python/lilylib.py (make_ps_images): switch back to png16m.
12105         
12106 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
12107
12108         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
12109         writing up to date file.  Add dvips usage suggestion.
12110
12111         * scripts/convert-ly.py: Fix error message.
12112         Print usage if no files on command line.
12113         (usage): Add example usage.
12114
12115         * input/test/compound-time.ly: New file.
12116
12117         * input/test/circle.ly: New file.
12118
12119         * Documentation/topdocs/NEWS.tely: Use them.
12120
12121         * input/test/boxed-stencil.ly: Remove \score.
12122
12123         * buildscripts/mf-to-table.py (base): Add .log dependency.
12124
12125         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
12126         pfa's.  Add .log dependency
12127
12128         * scm/define-markup-commands.scm (lower): New command.
12129
12130         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
12131         make it default.
12132
12133 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12134
12135         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
12136         also to finished cresc as right bound. This fixes:
12137         skip-string-decresc.ly
12138
12139         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
12140         relative_coordinate if extent is empty.
12141
12142         * lily/stem.cc (width_callback): determine correct extent if flag
12143         is not there. This fixes slur-no-flag.ly
12144
12145         * lily/grace-engraver.cc (consider_change_grace_settings): new
12146         function.
12147         (initialize): also consider_change_grace_settings() on
12148         initialization. Fixes large grace notes at start of score.
12149
12150         * lily/break-align-interface.cc (do_alignment): don't translate if
12151         total_extent is empty.
12152
12153         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
12154
12155 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12156
12157         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
12158         with slash.
12159
12160 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
12161
12162         * stepmake/aclocal.m4: Remove tfm_path.
12163
12164 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12165
12166         * scm/music-functions.scm (markup-expression->make-markup): fix
12167         bug with cons arguments of markup commands.
12168         (music->make-music): fix music expression property list building
12169
12170 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
12171
12172         * aclocal.m4: Massage package names.
12173
12174         * SCons updates.
12175
12176 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12177
12178         * VERSION (PACKAGE_NAME): release 2.5.20
12179
12180         * lily/stem.cc (calc_stem_info): add minimum Y extent of
12181         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
12182
12183         * lily/percent-repeat-engraver.cc (try_music): add measure before
12184         next_moment to future processing moment. Fixes:
12185         percent-repeat-mm-rest.ly
12186         (process_music): don't add moment for 2nd time.
12187
12188         * input/regression/repeat-percent.ly: add mmrests as extra test.
12189
12190         * lily/axis-group-engraver.cc (acknowledge_grob): read
12191         keepAliveInterfaces to decide what to kill.
12192
12193         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
12194         percent-repeat-interface to keepAliveInterfaces. This fixes
12195         percent-repeat-harakiri.
12196
12197 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12198
12199         * SCons updates.
12200
12201 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12202
12203         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
12204
12205         * aclocal.m4: remove --enable-tfm-path configure option
12206
12207         * input/test/ancient-font.ly (lowerStaff): clef name errors.
12208
12209         * scm/backend-library.scm (postscript->png): newline after
12210         finishing command.
12211
12212         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
12213         (LY_DEFINE): ly:paper-score-paper-systems: new function 
12214
12215         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
12216
12217         * lily/score.cc (default_rendering): use Music_output too.
12218
12219         * input/test/chord-names-languages.ly (Module): rename file.
12220
12221         * lily/text-spanner.cc: add bound-padding.
12222
12223         * lily/paper-book.cc (systems): accept Paper_score
12224         iso. Paper_system vector. 
12225
12226         * input/regression/line-arrows.ly: new file.
12227
12228         * lily/paper-score.cc (process): run get_paper_systems() only once.
12229
12230         * lily/line-spanner.cc (line_stencil): add arrows.
12231
12232 2005-04-18  Jonatan Liljedahl  <lijon@kymatica.com>
12233
12234         * lily/line-interface.cc (make_arrow): new function. 
12235         (arrows): idem.
12236
12237 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
12238
12239         * input/test/chord-names-german.ly: update for italian/french
12240         chords.
12241         
12242         * Documentation/user/instrument-notation.itely (Printing chord
12243         names): update.
12244
12245 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12246
12247         * lily/include/paper-score.hh (class Paper_score): remove unused
12248         prototypes.
12249
12250         * lily/book.cc (process): add -COUNT to midi output.
12251
12252         * lily/score.cc (book_rendering): remove outname argument
12253         (book_rendering): return list of Music_outputs. 
12254
12255         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
12256
12257         * lily/book.cc (process): loop over Music_outputs returned from
12258         Score::book_rendering().
12259
12260         * lily/*.cc (width_callback): remove spurious "unused" warnings
12261         for assert (axis==[XY]_AXIS); 
12262
12263         * lily/include/music-output.hh (class Music_output): smobify class.
12264
12265         * lily/include/paper-score.hh (class Paper_score): make members
12266         private.
12267
12268         * lily/performance.cc (process): return #f iso. #<undefined>. This
12269         prevents #<undefined> leaking into GUILE-userspace.
12270
12271 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12272
12273         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
12274
12275 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
12276
12277         * scm/chord-name.scm : support for italian and french
12278         chords names.
12279
12280         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
12281         a space defined by chordPrefixSpacer when the root name is
12282         direclty followed by a prefix.
12283
12284         * ly/engraver-init.ly : chordPrefixSpacer       
12285         * scm/define-context-properties.scm : chordPrefixSpacer
12286         * ly/property-init.ly : italianChords, frenchChords 
12287
12288 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
12289
12290         * mf/feta-din.mf: Remove.
12291
12292         * mf/GNUmakefile (fontdir): Bugfix.
12293
12294         * mf/SConstruct: Some updates.
12295
12296         * SConstruct: Require pkg-config.
12297         (test_program): Bugfix for double digit version compares, use
12298         integer (not string-) compare.
12299         Optionally require gs 8.14.
12300
12301         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
12302
12303         * lily/*: s/ifdef HAVE_*/if have/.
12304
12305         * SConstruct (test_lib): New function.  Update pkg-config and some
12306         other requirements.
12307
12308         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
12309         freetype, pangof2t.
12310
12311 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12312
12313         * po/lilypond.pot, ...: Update using bison-CVS.
12314
12315         * python/lilylib.py (make_ps_images): Fixo.
12316
12317 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12318
12319         * python/lilylib.py (make_ps_images): typo.
12320
12321         * configure.in (gui_b): make bison optional.
12322
12323         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
12324
12325 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
12326
12327         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
12328         with one parameter can be defined in a LaTeX file when processed
12329         by lilypond-book this will be evaluated between the systems of
12330         a multi-system score. The parameter is the number of systems processed.
12331
12332 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12333
12334         * python/lilylib.py (make_ps_images): Escape newline.
12335
12336         * Documentation/user/music-glossary.tely: Run
12337         texinfo-all-menus-update.
12338
12339 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
12340
12341         * scm/lily-library.scm (old-relative-not-used-message)
12342         (version-not-seen-message): Add input-file-name-location to message.
12343
12344         * lily/parser.yy (lilypond): Add token aliases.
12345
12346         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
12347         not confuse with alteration.
12348         (alteration): Add.
12349
12350 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12351
12352         * python/lilylib.py (make_ps_images): use -dEPSCrop
12353
12354         * VERSION (PACKAGE_NAME): release 2.5.19 
12355
12356         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
12357         only put xrefs in info documentation.
12358
12359         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
12360         .pdf rule to tex-rules.make.
12361
12362         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
12363         from -systems.* output.
12364
12365         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
12366         directly, remove -$(PAGESIZE) target.
12367
12368         * input/test/embedded-postscript.ly: update.
12369
12370 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12371
12372         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
12373
12374         * Documentation/user/changing-defaults.itely (Font selection):
12375         document font-name.
12376
12377         * input/regression/font-name.ly: show Pango fonts for
12378         font-name. Update example. 
12379
12380         * lily/pango-select.cc (properties_to_pango_description): don't
12381         convert symbol font-size to number, but use to lookup.
12382
12383         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
12384
12385         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
12386         (NAME . FILE-NAME) tuples for font descriptions. 
12387         (write-preamble): display BeginFont DSC comments.
12388
12389         * python/fontextract.py (write_extracted_fonts): new file. Extract
12390         font resources from a PS file.
12391
12392         * scripts/lilypond-book.py (option_definitions): --psfonts option.
12393         (Compile_error.process_include): do_file returns chunks.
12394
12395         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
12396
12397         * make/lysdoc-targets.make: .texi is .PRECIOUS
12398
12399         * scripts/lilypond-book.py (write_if_updated): new function.
12400
12401 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
12402
12403         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
12404
12405 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12406
12407         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
12408
12409         * input/regression/markup-syntax.ly: remove \score.
12410
12411         * scm/define-markup-commands.scm (draw-circle): add fill argument
12412
12413         * scm/stencil.scm (make-circle-stencil): add fill argument
12414
12415         * ps/music-drawing-routines.ps: add fill argument.
12416
12417         * ly/performer-init.ly: add CueVoice to MIDI too.
12418
12419         * ps/music-drawing-routines.ps: new routine BeginEPSF /
12420         EndEPSF.
12421
12422         * input/regression/markup-eps.ly: new file.
12423
12424         * scm/framework-ps.scm (write-preamble): change order: vars should
12425         be inited before procedures.
12426
12427         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
12428         for EPS files.
12429
12430         * scm/define-markup-commands.scm (epsfile): add epsfile command.
12431
12432 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12433
12434         * configure.in (gui_b): add check for ghostscript 8.15
12435
12436 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12437
12438         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
12439         start of line. Fixes cresc-after-newline.ly
12440
12441         * lily/source-file.cc (file_line_column_string): use get_column().
12442
12443 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12444
12445         * lily/source-file.cc (get_column): utf-8 support for column numbers.
12446
12447 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
12448
12449         * lily/*: use message () iso progress_indication () for messages.
12450         Revise/uniformise user messages.
12451
12452         * flower/warn.cc (progress_indication): New function.
12453         (message): Use it.  Fixes newline problems.
12454
12455         * config.make.in (webdir): Sort out install dirs.
12456
12457         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
12458
12459         * python/lilylib.py (command_name): Bugfix.
12460         (make_ps_images):
12461
12462 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
12463
12464         * lily/main.cc: --help says what types of backends are availabe
12465
12466 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12467
12468         Fix ./VERSION dependency, and without need to reconfigure.
12469
12470         * lily/main.cc (setup_paths): Update.
12471
12472         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
12473
12474         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
12475
12476         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
12477         Add \line for some simplistic cases.
12478
12479         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
12480
12481 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12482
12483         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
12484         to compile LY files (useful for adding eg. "-I" args)
12485         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
12486         2Gnome command for gnome backend.
12487         (LilyPond-command-formatgnome): call the 2Gnome command. key
12488         binding: C-c C-g
12489
12490 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
12491
12492         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
12493         depend on all PNG images.
12494
12495 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
12496
12497         * GNUmakefile.in: Bugfix: also link .map files.
12498
12499 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12500
12501         * scm/music-functions.scm (music->make-music): generate 
12502         a (make-music ...) sexpr from a music expression.
12503         (display-scheme-music): use guile pretty printer to display the
12504         make-music sexpr.
12505
12506 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12507
12508         * ly/engraver-init.ly: reindent.
12509         Add CueVoice.
12510
12511         * scm/music-functions.scm (music-pretty-string): handle moments
12512         too.
12513         (music-pretty-string): only print non-empty lists.
12514         (cue-substitute): create CueVoice context, which has smaller type.
12515
12516         * lily/moment-scheme.cc (LY_DEFINE): new methods
12517         ly:moment-grace-{numerator,denominator}
12518
12519         * lily/context-handle.cc: remove quit() method. 
12520
12521         * lily/font-config.cc (init_fontconfig): be verbose about font path.
12522         (init_fontconfig): success is 0, not !0
12523
12524 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12525
12526         * mf/feta-nummer-code.mf (code): add plus glyph.
12527
12528         * lily/tie.cc (print): idem.
12529
12530         * lily/slur.cc (print): don't use thickness property for
12531         slur shape-thickness.
12532
12533         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
12534         while adding stencils.
12535
12536         * scm/define-markup-commands.scm (with-color): with-color markup
12537         command.
12538         (whiteout): new markup command 
12539         (filled-box): new markup command
12540
12541 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
12542
12543         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
12544         test for PDF docs.
12545
12546         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
12547         PFAAybabtu-Regular.  Fixes feta font in PDFs.
12548         
12549         Notes for tetex-3.0 make web:
12550            psclean.map: s/uhv8a/uhvr8a/
12551            config.ps add:
12552                 p +psfonts_t1.map
12553                 p +psclean.map
12554                 p +typeface.map
12555
12556 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12557
12558         * scm/music-functions.scm (music-pretty-string): fix bug with
12559         string argument.
12560
12561 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
12562
12563         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
12564
12565 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12566
12567         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
12568         only process options if they're there.
12569         (write_file_map): add version-seen? to snippet-map.ly
12570
12571 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
12572
12573         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
12574         formatting cleanups.
12575
12576         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
12577         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
12578
12579 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12580
12581         * scm/framework-ps.scm (ps-font-command): don't hash, just use
12582         name directly.
12583
12584         * lily/main.cc (setup_paths): either add mf/out to search path or 
12585         fonts/{otf,type1,etc}
12586         
12587         * lily/font-config.cc (init_fontconfig): either add mf/out to
12588         FontConfig or fonts/{otf,type1,etc}
12589
12590         * GNUmakefile.in: don't put mf/ link in share/ dir.
12591
12592         * lily/staff-spacing.cc: move same-direction-correction to
12593         note-spacing-interface
12594
12595         * scm/lily.scm (lilypond-main): use variable argument count for
12596         exception handler.
12597
12598         * lily/font-config.cc (init_fontconfig): add operator pacification
12599         message.
12600
12601         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
12602
12603         * buildscripts/gen-emmentaler-scripts.py (i): generate
12604         PFAEmmentaler as well.
12605
12606         * scm/framework-ps.scm (munge-lily-font-name): new function
12607         (write-preamble): hack: insert PFA equivalent of CFF into
12608         .PS. This makes LilyPond output printable on normal PS printers
12609         again.
12610
12611         * buildscripts/gen-emmentaler-scripts.py (i): generate
12612         PFAEmmentaler.pfa aswell.
12613
12614 2005-04-06  John Williams <williams@tni.com>  
12615         
12616         * scripts/lilypond-book.py: refactor the compose_ly procedure.
12617         
12618 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12619
12620         * scm/page-layout.scm (default-page-make-stencil): always combine
12621         the header stencil, even if empty. This prevents the body text to
12622         reach up to the margins.
12623
12624         * po/rw.po (Module): new file, for Kinyarwanda.
12625
12626         * input/test/spacing-optical.ly (Module): new file.
12627
12628         * lily/staff-spacing.cc: add same-direction-correction
12629
12630 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
12631
12632         * Documentation/user/introduction.itely (Engraving): Comment-out
12633         non-existent file.
12634
12635 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12636
12637         * scm/define-grob-properties.scm (all-user-grob-properties): add
12638         same-direction-correction
12639
12640         * VERSION: release 2.5.18
12641
12642 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
12643
12644         * lily/grob.cc (mark_smob): Check pscore->layout_ before
12645         dereferencing.  Fixes make web.
12646
12647         * lily/midi-stream.cc: Handle unwritable midi file.  Include
12648         errno.h.
12649
12650         * Documentation/user/: Fix links.
12651
12652 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12653
12654         * lily/text-interface.cc (Module): rename from text-item.cc
12655
12656         * input/regression/apply-output.ly (texidoc): function naming fix.
12657
12658         * lily/time-signature-performer.cc (derived_mark): new function.
12659
12660         * lily/lily-parser-scheme.cc:  print mapped file name for progress
12661
12662         * scripts/lilypond-book.py (find_linestarts): new function.
12663         (find_toplevel_snippets): keep track of line numbers.
12664
12665         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
12666         all key changes.
12667
12668         * ly/declarations-init.ly (partCombineListener): use
12669         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
12670
12671         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
12672
12673 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
12674
12675         * lily/text-item.cc: Fix link.
12676
12677         * Documentation/user/changing-defaults.itely (Changing defaults):
12678         Fix programs reference links.
12679
12680         * Documentation/user/music-glossary.tely: Convert to utf-8.
12681
12682 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12683
12684         * make/lilypond-vars.make: remove TEXMF from variables.
12685         remove DEB_BUILD pk font variables.
12686         remove GUILE_LOAD_PATH
12687         remove TeX memory vars.
12688
12689 2005-04-04  Werner Lemberg  <wl@gnu.org>
12690
12691         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
12692
12693 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12694
12695         * ps/lilyponddefs.ps: remove reencode-font
12696
12697         * lily/simple-spacer.cc (add_columns): also compare
12698         directly. Column rank doesn't distinguish between broken and
12699         unbroken columns. This fixes large spaces before time sig changes.
12700
12701         * Documentation/user/point-and-click.itely: document ly:set-option.
12702
12703         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
12704         point_and_click_global is set.
12705
12706         * lily/scm-option.cc (LY_DEFINE): add point-and-click
12707         ly:set-option argument.
12708
12709 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
12710
12711         * GNUmakefile.in: Include symlinks in webball.
12712
12713         * Documentation/user/GNUmakefile (source-links): Add symlinks to
12714         source dir for split and non-split manuals.
12715
12716         * Documentation/user/*y: Fix @uref/@inputfile links for
12717         split/non-split HTML documents.
12718
12719         * Documentation/user/GNUmakefile (local-WWW): Do not generate
12720         .ps.gz.
12721         
12722 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
12723
12724         * GNUmakefile.in: Add newline.
12725
12726 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
12727
12728         * tex/lilyponddefs.tex: use color instead of xcolor
12729         * scm/output-tex.scm: minor editing
12730
12731 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12732
12733         * scm/music-functions.scm (display-scheme-music): pretty printer
12734         for music expressions.
12735
12736 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
12737
12738         * buildscripts/install-info-html.sh (index_file): Fix link.
12739
12740 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
12741
12742         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
12743
12744         * Documentation/index.html.in: Add size estimates with some big pages.
12745
12746         * Documentation/user/tutorial.itely (Running LilyPond for the
12747         first time): Add/replace some @rglos links.  TODO: add more
12748         @rglos links in tutorial, test non-intrusiveness (.css).
12749
12750         * stepmake/bin/add-html-footer.py (do_file): Remove info's
12751         annoying's indication of referencing external document.
12752
12753         * Documentation/user/GNUmakefile: Split version of glossary too.
12754         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
12755         links, not only for html.
12756
12757         * Documentation/user/introduction.itely: Fix some links for other
12758         than html, do not use `here' as link name.
12759
12760 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
12761
12762         * scm/documentation-generate.scm (string-append): Fix @usermanref,
12763         @glossaryref.
12764
12765 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12766
12767         * scm/page-layout.scm (default-page-make-stencil): only add header
12768         if existing and not empty. Fixes spurious programming error.
12769
12770         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
12771
12772 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
12773
12774         * scm/output-tex.scm: implement {re,}setcolor
12775         * tex/lilyponddefs.tex: use color package
12776
12777 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
12778
12779         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
12780         additions to website.
12781
12782         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
12783
12784         * Documentation/user/macros.itexi: Fix @usermanref html links in
12785         split documents: use @inforef.
12786
12787 2005-03-30  Graham Percival  <gperlist@shaw.ca>
12788
12789         * Documentation/user/programming-interface.itely: minor fix.
12790
12791         * Documentation/user/advanced-notation.itely: added info to
12792         Metronome markings.
12793
12794 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
12795
12796         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
12797         use box-stencil.  Remove y-padding argument.
12798         (make-stencil-circler): New function.
12799
12800         * buildscripts/lilypond-words.py (F): 
12801         * elisp/SConscript (a): 
12802         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
12803         * vim/SConscript (a): 
12804         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
12805
12806         * lily/general-scheme.cc: Build fix.
12807
12808         * scm/markup.scm:
12809         * input/regression/markup-scheme.ly: 
12810         * input/regression/markup-syntax.ly: Drop 'new-' from name.
12811
12812         * scm/stencil.scm (make-circle-stencil): New function.
12813
12814         * scm/define-markup-commands.scm (draw-circle): Use it.  New
12815         name (was cicle).  Update callers.
12816         (circle): New markup command, similar to box.
12817
12818         * scm/stencil.scm (circle-stencil): New function.
12819
12820 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
12821
12822         * configure.in: Detect libutf8/wchar.h variant.
12823
12824         * stepmake/aclocal.m4: Modify shared size test.
12825
12826 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12827
12828         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
12829
12830 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12831
12832         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
12833         
12834         * VERSION (PACKAGE_NAME):  release 2.5.17
12835
12836 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
12837
12838         * scm/backend-library.scm (postscript->png): Fix comment and png
12839         message.
12840
12841         * GNUmakefile.in (link-tree): Fix locales.
12842
12843 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12844
12845         * lily/stencil-scheme.cc (LY_DEFINE): change to
12846         ly:stencil-aligned-to, non mutating.
12847
12848         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
12849
12850         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
12851
12852         * lily/quote-iterator.cc (derived_mark): call
12853         Music_wrapper_iterator::derived_mark() too.
12854
12855         * lily/grace-engraver.cc (derived_mark): change signature, add
12856         const.
12857
12858 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12859
12860         * SConstruct (symlink): 
12861         * GNUmakefile.in (link-tree): Add scripts to prefix.
12862
12863         * lily/general-scheme.cc (ly:effective-prefix): New function.
12864
12865         * scm/backend-library.scm (postscript->png): Use it.
12866
12867 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12868
12869         * lily/paper-score.cc (process): don't delete grobs after
12870         producing stencils. 
12871
12872         * scm/part-combiner.scm (determine-split-list): switch off
12873         debugging info.
12874
12875         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
12876         if available.
12877
12878         * scm/define-context-properties.scm
12879         (all-user-translation-properties): add stringNumberOrientations.
12880
12881         * lily/new-fingering-engraver.cc (position_scripts): make generic,
12882         so fingering and string-numbers are separately controlled.
12883
12884 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12885
12886         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
12887         not use debugging.
12888
12889 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12890
12891         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
12892
12893         * config.hh.in: add HAVE_FONTCONFIG.
12894
12895         * Documentation/user/instrument-notation.itely (String number
12896         indications): new node.
12897
12898         * input/regression/new-markup-syntax.ly (texidoc): add circle.
12899
12900         * lily/new-fingering-engraver.cc (add_string): new function. 
12901         (acknowledge_grob): accept string-number-event as well.
12902
12903         * scm/define-markup-commands.scm (circle): new markup command.
12904
12905         * scm/output-lib.scm (print-circled-text-callback): new function.
12906
12907         * lily/GNUmakefile: move ifeq after include stepmake.make.
12908
12909 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12910
12911         * config.make.in (HAVE_LIBKPATHSEA_SO):
12912         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
12913
12914         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
12915         add KPATHSEA_LIBS.
12916
12917         * debian/watch: 
12918         * debian/control: Update.
12919
12920 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12921
12922         * input/test/title-markup.ly (spaceTest): remove.
12923
12924         * input/test/embedded-tex.ly (Module): remove.
12925
12926         * input/test/music-box.ly: use 'name property, not ly:music-name.
12927
12928         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
12929
12930         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
12931
12932 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12933
12934         * Documentation/topdocs/INSTALL.texi (Top): Remove information
12935         about xdeltas.  Add information about CVS.
12936
12937         * scm/lily.scm (lilypond-main): Fix invocation of handler,
12938         gracefully handle failed files.
12939
12940         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
12941
12942         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
12943         small fixes.
12944
12945         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
12946         No unnecessarily specific i18n messages.  Remove stray `1'.
12947
12948 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12949
12950         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
12951         documentencoding
12952
12953         * scm/documentation-lib.scm (texi-file-head): set utf-8
12954         documentencoding.
12955
12956         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
12957         Delta, not the Symbol one. 
12958
12959         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
12960         for the .map file.
12961
12962         * Documentation/topdocs/INSTALL.texi (Top): add running
12963         requirement as compilation requirement.
12964
12965 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12966
12967         * buildscripts/mutopia-index.py (headertext): add h1 header and
12968         utf-8 charset meta field.
12969
12970         * input/GNUmakefile: prune example list.
12971
12972         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
12973         options.
12974
12975         * lily/slur-scoring.cc (get_base_attachments): only look at stem
12976         extent for visible stems.
12977
12978         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
12979
12980 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
12981
12982         * Documentation/topdocs/INSTALL.texi (Top): Updates.
12983
12984         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
12985
12986 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
12987
12988         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
12989         pass inf/nan into slur scoring.
12990
12991         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
12992         page.
12993
12994         * scripts/abc2ly.py (dump_voices): use alphabet().
12995
12996 2005-03-27  Jeff Smith <whydoubt@yahoo.com>
12997         
12998         * mf/GNUmakefile (depth): use $(FONTFORGE). 
12999
13000 2005-03-27 Matthias Neeracher <neeracher@mac.com>
13001         
13002         * flower/include/virtual-methods.hh: simplify. Patch by
13003
13004 2005-03-25  John Williams <williams@tni.com>  
13005
13006         * scripts/lilypond-book.py (main): add png for HTML too, guess
13007         only if necessary. 
13008
13009 2005-03-25  Graham Percival  <gperlist@shaw.ca>
13010
13011         * Documentation/topdocs/INSTALL.texi: now recommends
13012         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
13013
13014         * Documentation/user/basic-notation.itely,
13015         Documentation/user/tutoria.itely: warn about
13016         only one (phrasing) slur at once.
13017
13018 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
13019
13020         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
13021
13022 2005-03-23  Graham Percival  <gperlist@shaw.ca>
13023
13024         * Documentation/user/basic-notation.itely: fixed info about
13025         ending a (de)cresc.
13026
13027         * Documentation/user/lilypond-book.itely: fixed
13028         lilypond-book filter example and warned about not doing
13029         --filter and --process at the same time.
13030
13031 2005-03-23  Mats Bengtsson  <mabe@s3.kth.se>
13032
13033         * lily/parser.yy (bass_number),
13034         Documentation/user/instrument-notation.itely (Figured bass): 
13035         Add the possibility to use text markup in figured bass. 
13036
13037 2005-03-19  Graham Percival  <gperlist@shaw.ca>
13038
13039         * Documentation/user/global.itely: added info about naming
13040         identifiers and breakbefore.
13041
13042         * Documentation/user/invoking.itely: added info about batch
13043         processing files with convert-ly, removed references to TeX
13044         in the jail section.
13045
13046         * Documentation/user/examples.itely: possibly fixed piano
13047         dynamics.
13048
13049         * Documentation/user/advanced-notation.itely: added info
13050         about removing other types of Staff.
13051
13052         * Documentation/user/instrument-notation.itely: possibly
13053         fixed piano staff line switch.
13054
13055         * Documentation/user/changing-defaults.itely: added info
13056         about using normal font in titles.
13057
13058 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13059
13060         * VERSION (PATCH_LEVEL): release 2.5.16
13061
13062         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
13063         explicitly.
13064
13065 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
13066
13067         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
13068         whitespace.
13069
13070         * python/lilylib.py (make_ps_images):
13071         * scm/backend-library.scm (postscript->pdf, postscript->png):
13072         Quote file name.  Use format rather than string-append juggling.
13073
13074 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13075
13076         * python/lilylib.py (make_ps_images): add x to -g argument. 
13077
13078         * lily/key-performer.cc (create_audio_elements): don't use
13079         scm_eval_string. Check for minor 3rd directly.
13080   
13081         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
13082         (sarabandeCelloGlobal): key is D minor, not F major.
13083
13084 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
13085
13086         Fix truncated --png output (Peter Danenberg).
13087         
13088         * python/lilylib.py (make_ps_images):
13089         * scripts/ps2png.py (copyright): Grok --papersize option.
13090
13091         * scm/backend-library.scm (postscript->png): Add parameter
13092         PAPERSIZE.  Update callers.
13093
13094         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
13095         Fixes symbol placement.
13096
13097         * lily/spanner.cc: 
13098         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
13099         <libc-extension.hh>).
13100
13101 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
13102
13103         * Nitpick run.
13104
13105         * buildscripts/fixcc.py: Update.
13106
13107         Builddir run fixes.
13108
13109         * HACKING (datadir): Add VERSION.
13110
13111         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
13112         higher up.
13113
13114 2005-03-15  Werner Lemberg  <wl@gnu.org>
13115
13116         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
13117         diagonal stem doesn't become thinner.
13118
13119 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
13120
13121         * buildscripts/fixcc.py: Fixes (Werner).
13122
13123 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13124
13125         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
13126         Emmentaler/Aybabtu.
13127
13128         * GNUmakefile.in: fix lilypond-words path.
13129
13130         * po/tr.po: update to 2.3.21
13131
13132         * lily/new-fingering-engraver.cc (position_scripts): take priority
13133         from head position.
13134
13135         * input/regression/finger-chords-order.ly (texidoc): new file.
13136
13137 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
13138
13139         * make/ly-rules.make: 
13140         * stepmake/aclocal.m4: 
13141         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
13142
13143         * buildscripts/fixcc.py (rules): Leave space after operator.
13144
13145 2005-03-14  Werner Lemberg  <wl@gnu.org>
13146
13147         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
13148         top of the glyph with smooth curve.
13149
13150 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13151
13152         * Documentation/user/global.itely (Page layout): remove
13153         printpagenumber.
13154
13155 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
13156
13157         * input/regression/mensural-ligatures.ly: new file (with examples
13158         compiled by Pal Benko).
13159
13160         * Documentation/user/instrument-notation.itely: Bugfix: yet some
13161         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
13162         musicglyph access.  Many small beautifications in ancient
13163         examples.
13164
13165         * input/test/divisiones.ly: fixed indentation; small
13166         beautifications
13167
13168         * ly/engraver-init.ly: added FIXME comment
13169
13170         * scripts/lilypond-book.py,
13171         Documentation/user/lilypond-book.itely: added music fragment
13172         option "packed" to lilypond-book
13173
13174         * Documentation/user/instrument-notation.itely: Bugfix: added
13175         missing LedgerLineSpanner color setting in several places.  Added
13176         music fragment option "packed" to VaticanaContext example.
13177
13178 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13179
13180         * scm/define-grobs.scm (all-grob-descriptions): switch off
13181         Hyphen_spanner::set_spacing_rods 
13182
13183         * lily/lyric-hyphen.cc (print): add padding between syllable and
13184         hyphen.
13185         (print): shorten hyphen in tight situations (determine using
13186         minimum-length)
13187
13188         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
13189         0.4pt.
13190
13191 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
13192
13193         * ly/titling-init.ly (bookTitleMarkup): Refinements.
13194
13195         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
13196         header/footer markings for regression-test.
13197
13198         * scm/backend-library.scm (output-scopes, header-to-file): Move
13199         from framework-tex.scm.
13200
13201         * scm/framework-ps.scm (output-framework)
13202         (output-preview-framework):
13203         * scm/framework-eps.scm (output-classic-framework)
13204         (output-framework): Use it.  Fixes collated files.
13205
13206 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
13207
13208         * input/sakura-sakura.ly: 
13209         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
13210
13211         * buildscripts/guile-gnome.sh: Update.
13212
13213         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
13214
13215         * mf/aybabtu.pe.in: Capitalize Aybabtu.
13216
13217 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13218
13219         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
13220         culprit: always exit the loop if we find a rod, even if it has
13221         distance < 0. 
13222
13223         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
13224         algorithm.
13225
13226         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
13227         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
13228
13229         * scm/output-svg.scm (dashed-line): new  function body.
13230         
13231         * GNUmakefile.in: create .htaccess.
13232
13233 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13234
13235         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
13236
13237 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13238
13239         * VERSION (PACKAGE_NAME): release 2.5.15
13240
13241         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
13242
13243         * scm/framework-svg.scm (output-framework): put scaling in
13244         document header. Apply scaling only once.
13245         (output-framework): dump page size in px, not mm. 
13246
13247         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
13248         from font-size.
13249
13250         * lily/paper-outputter-scheme.cc (LY_DEFINE):
13251         ly:outputter-output-scheme, new function.
13252
13253         * scm/output-svg.scm (pango-description-to-svg-font): new function
13254
13255 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13256
13257         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
13258         target.
13259
13260         * input/typography-demo.ly: new file.
13261
13262 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
13263
13264         * Documentation/user/global.itely (File structure): Add markup blocks
13265         to toplevel expressions.
13266         (Multiple movements, Creating titles): Add markup blocks.
13267
13268         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
13269         <libc-extension.hh>).
13270
13271         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
13272
13273         * flower
13274         * lily
13275         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
13276
13277 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13278
13279         * lily/accidental.cc: special bboxes for natural. 
13280
13281         * mf/feta-toevallig.mf: make stems heavier.
13282
13283         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
13284         texts as well.
13285
13286         * mf/feta-klef.mf: revise. 
13287
13288         * mf/feta-schrift.mf: make thinning of accent less pronounced.
13289
13290         * mf/feta-klef.mf: add rounded curve at top. 
13291         make thinnib a little heavier.
13292
13293 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
13294
13295         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
13296
13297         * buildscripts/fixcc.py: New file.
13298
13299         * input/regression/utf8.ly: Update Debian font description.
13300
13301 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
13302
13303         * stepmake/aclocal.m4: Fix test.
13304
13305 2005-03-09  Graham Percival  <gperlist@shaw.ca>
13306
13307         * Documentation/user/invoking.itely: added Sebastino Vigna's
13308         docs for the --jail option.
13309
13310 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13311
13312         * lily/stem.cc (print): only produce stemlets if there are no
13313         noteheads on this stem.
13314
13315         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
13316         don't crash on stemlet (visible stem without heads).
13317
13318         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
13319         unbroken situations. 
13320
13321         * scm/output-lib.scm (center-invisible): new function.
13322
13323         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
13324         wishes to determine loose column space.
13325
13326         * lily/font-config.cc (init_fontconfig): add
13327         fonts/{otf,type1,cff}  to path.
13328
13329         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
13330
13331         * mf/GNUmakefile (Module): install all fonts under otf/
13332
13333         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
13334         replace /fonts/otf/ by /ps/ 
13335
13336         
13337 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
13338
13339         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
13340
13341         * lily/book.cc (process): Oops, add score_.header_.
13342
13343         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
13344
13345         * lily/parser.yy: Handle toplevel and book texts as score.
13346
13347         * scm/page-layout.scm (default-page-make-stencil):
13348         Bugfix: (page-properties rename.
13349
13350         * scm/backend-library.scm (ly:system): Typo.
13351
13352 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13353
13354         * stepmake/stepmake/executable-targets.make (installexe): don't
13355         strip installed executables
13356
13357         * lily/font-select.cc (get_font_by_design_size): revert
13358         pango_description_string as well.
13359
13360         * lily/system.cc (set_loose_columns): put loose column just left
13361         of next column.
13362
13363         * lily/include/group-interface.hh (extract_grob_array): rename
13364         from Pointer_group_interface__extract_grobs
13365
13366         * input/regression/ledger-line-minimum.ly (texidoc): new file.
13367
13368         * lily/ledger-line-spanner.cc (set_spacing_rods): new
13369         function. Keep ledgered note heads at a minimum distance.
13370         Introduce minimum-length-fraction
13371         (print): introduce length-fraction property.
13372
13373 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13374
13375         * tex/GNUmakefile: remove latin1.enc rules.
13376
13377 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
13378
13379         * scm/titling.scm: Typo.
13380
13381         * input/regression/score-text.ly: Really add.
13382
13383         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
13384
13385 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13386
13387         * lily/open-type-font-scheme.cc:  new file.
13388
13389 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
13390
13391         * scm/titling.scm (layout-extract-page-properties): Rename from
13392         page-properties.  Update callers.
13393
13394         * lily/lexer.ll (Lily_lexer):
13395         * lily/parser.yy: Junk lyric_markup state.
13396
13397         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
13398
13399         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
13400         Add texts parameter.
13401
13402 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
13403
13404         * lily/lexer.ll (lyric_markup): New mode.
13405         (Lily_lexer::push_lyric_markup_state): New method.
13406         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
13407
13408         * lily/parser.yy (book_body):
13409         (toplevel_expression): Grok \markup texts.
13410
13411         * lily/score-scheme.cc (ly:music-scorify): 
13412         * scm/lily-library.scm (collect-music-for-book): Take texts
13413         parameter.
13414
13415         * lily/score.cc (texts_): New member.
13416
13417         * lily/paper-book.cc (systems): Format score texts.
13418
13419         * score-text.ly: New file.
13420
13421         * ttftool/SConscript:
13422         * kpath-guile/SConscript: New file.
13423
13424         * lily/SConscript:
13425         * SConstruct: Update.
13426
13427 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13428
13429         * VERSION (PACKAGE_NAME): release 2.5.14
13430
13431 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
13432
13433         * lily/main.cc: Add dummy xgettext markers.
13434
13435 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13436
13437         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
13438         requirements
13439
13440         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
13441         executable is < 40k
13442
13443         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
13444         hack.
13445
13446 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
13447
13448         * flower/libc-extension.cc:
13449         * flower/include/libc-extension.hh: [Open]BSD simply cast
13450         cookie/funopen declarations.
13451
13452         * stepmake/aclocal.m4: Check for libkpathsea.so.
13453
13454         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
13455         dl_kpse_find_file.
13456
13457 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13458
13459         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
13460         (open_library): alternative for static library.
13461
13462 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
13463
13464         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
13465
13466         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
13467
13468         Drop run-time dependency on teTeX.
13469
13470         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
13471
13472         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
13473         KPATHSEA_LIBS in LIBS.
13474         (STEPMAKE_DLOPEN): New function.
13475
13476         * lily/font-config.cc (init_fontconfig): Use dir for directory,
13477         not path.
13478
13479         * flower/file-path.cc (directories): Rename from paths, as this
13480         return an array of directories (a single path).
13481
13482 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13483
13484         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
13485
13486         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
13487         new ly:kpathsea-find-file
13488
13489         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
13490
13491         * kpath-guile/GNUmakefile: new file
13492
13493         * buildscripts/gen-emmentaler-scripts.py (i): generate
13494         emmentaler-X.fontname as well.
13495
13496         * buildscripts/ps-embed-cff.py: new script
13497
13498         * scm/lily-library.scm: remove ps-embed-cff.
13499
13500         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
13501         font loading. 
13502
13503         * scm/font.scm (add-music-fonts): load dynamics/numbers through
13504         fontconfig as well.
13505
13506         * lily/font-config.cc (init_fontconfig): add cff/ too.
13507
13508         * ly/generate-embedded-cff.ly: capitalize.
13509
13510         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
13511         so as to register the pango font.
13512
13513         * lily/font-config.cc (init_fontconfig): add
13514         prefix/{otf,type1,mf/out} to fontconfig path.
13515
13516         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
13517         overrides all. 
13518
13519         * configure.in (gui_b): remove ec mftrace check
13520
13521         * config.hh.in: use lilypond-Major.Minor as data directory.
13522
13523         * scm/framework-ps.scm (dump-page): use output-units for landscape.
13524
13525         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
13526         name.
13527
13528 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
13529
13530         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
13531         error messages.
13532
13533         * flower/libc-extension.cc:
13534         * flower/include/libc-extension.hh: [Open]BSD fixes for
13535         cookie/funopen declarations.
13536
13537 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13538
13539         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
13540         emmentaler.
13541
13542         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
13543         lcrm10.
13544
13545         * scm/define-markup-commands.scm (fontsize): new markup
13546         command. Also set baseline-skip
13547
13548 2005-03-06 Sebastiano Vigna <vigna@dsi.unimi.it>.
13549         
13550         * lily/main.cc (do_chroot_jail): paranoia security for webserver
13551         use.
13552
13553 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13554
13555         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
13556
13557         * lily/pdf.cc: remove PDF related files
13558
13559 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13560
13561         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
13562         <hamamatsu@gmx.de>
13563
13564 2005-03-05  Graham Percival  <gperlist@shaw.ca>
13565
13566         * Documentation/user/advanced-notation.itely: first draft
13567         of reorg done.
13568
13569         * Documentation/user/global.itely: fixed (sub)section
13570         bits of MIDI.
13571
13572 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
13573
13574         * cygwin/mknetrel (extras): Bufix (Bertalan).
13575
13576         * Documentation/user/basic-notation.itely (Chords): @ref fix.
13577         * Documentation/user/instrument-notation.itely (Introducing chord
13578         names): Compile fix: must have unique name.
13579
13580 2005-03-02  Graham Percival  <gperlist@shaw.ca>
13581
13582         * Documentation/user/instrument-notation.itely: reorg.
13583
13584 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
13585
13586         * scm/output-gnome.scm:
13587         * scm/output-svg.scm: Fix font scaling.
13588
13589 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
13590
13591         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
13592         what link to use best.
13593
13594         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
13595         * Documentation/user/tutorial.itely (Automatic and manual beams):
13596         Fix @ref.
13597
13598         * lily/tweak-registration.cc (replace_grob_tweak): New function.
13599         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
13600         * scm/framework-gnome.scm (tweak): Use it.
13601
13602 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13603
13604         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
13605
13606         * scm/output-ps.scm (white-text): reinstate white-text
13607
13608 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
13609
13610         * scm/output-ps.scm (offset-add): Remove.
13611
13612         * scm/lily-library.scm (offset-flip-y): New function.
13613         * scm/framework-gnome.scm (tweak): Use it.
13614
13615         * scm/output-gnome.scm (grob-cause): Add parameter.
13616
13617         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
13618         * scm/output-ps.scm (url-link): Move.
13619         (white-text): Warn user about brokenness.
13620
13621         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
13622         wrt ghostscript.
13623
13624 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13625
13626         * lily/slash-repeat-engraver.cc (try_music): always make slashes
13627         if body length smaller than measure length.
13628
13629         * scm/define-markup-commands.scm (with-url): oops. use Y extent
13630         for Y.
13631
13632         * ly/titling-init.ly (tagline): put default tagline in \paper
13633
13634 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
13635
13636         * lily/kpath.cc: 
13637         * lily/pdf.cc (Pdf_file): Use more generic error messages.
13638
13639         * scm/lily-library.scm (version-not-seen-message): New function.
13640         * ly/init.ly: Use it.
13641
13642         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
13643         breaks as progess.
13644
13645         * scripts/lilypond-book.py (do_process_cmd): Do not lump
13646         whitespace with l10n message.
13647
13648         * scm/framework-tex.scm (convert-to-ps):
13649         (convert-to-dvi): Do not use overly specific l10n messages.
13650
13651         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
13652
13653         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
13654         merge stderr with stdout.  
13655
13656 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
13657
13658         * flower/libc-extension.cc: Tested BSD compile fix (Matthias
13659         Neeracher).
13660
13661 2005-02-29  Graham Percival  <gperlist@shaw.ca>
13662
13663         * Documentation/user/instrument-notation.teily: moved
13664         \arpeggio to Basic.
13665
13666         * Documentation/user/advanced-notation.itely: Articulation to
13667         Basic, a bunch of stuff from Basic moved to Advanced.
13668
13669         * Documentation/user/basic.itely: swapped various sections,
13670         reorganized Basic.
13671
13672 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
13673
13674         * flower/memory-stream.cc: 
13675         * flower/libc-extension.cc: Remove obsolete #undefs.
13676
13677         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
13678         more carefully.
13679
13680 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13681
13682         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
13683         dependency.
13684
13685         * VERSION (PACKAGE_NAME): release 2.5.13
13686
13687         * GNUmakefile.in (web-ext): don't ship ps.gz
13688
13689         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
13690         stdout
13691
13692 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
13693
13694         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
13695         without libintl.  Now it compiles too.
13696
13697 2005-02-28  Graham Percival  <gperlist@shaw.ca>
13698
13699         * Documentation/user/basic-notation.itely,
13700         instument-notation.itely, advanced-notation.itely:
13701         split up contents of notation.itely.
13702
13703         * Documentation/user/notation.itely: file removed.
13704
13705         * Documentation/user/invoking.itely, converters.itely:
13706         moved convert-ly info to invoking.itely.
13707
13708         * Documentation/user/global.itely, changing-defaults.itely,
13709         sound-output.itexi: moved global settings, file layout, and
13710         sound into global.itely.
13711
13712         * Documentation/user/sound-output.itexi: file removed.
13713
13714         * Documentation/user/lilypond.tely: removed links to
13715         notation.itely and sound.itely.
13716
13717 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13718
13719         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
13720
13721         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
13722  
13723         * THANKS: add sponsor.
13724
13725         * scm/define-markup-commands.scm (with-url): new markup command.
13726
13727         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
13728         tagline.
13729         
13730         * scm/output-tex.scm (url-link): stub.
13731
13732         * scm/output-ps.scm (url-link): new function.
13733
13734         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
13735         ly:set-point-and-click
13736
13737 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
13738
13739         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
13740         based on pdf-viewer setting.
13741
13742         * scm/framework-ps.scm (write-preamble): Find and set preferred
13743         pdf-viewer.
13744
13745 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13746
13747         * Documentation/user/point-and-click.itely: update for PDF point &
13748         click.
13749
13750         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
13751         editors based on EDITOR setting.
13752
13753 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
13754
13755         * scm/*: Oops, more grand 2005 replace bits.
13756
13757 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13758
13759         * ps/music-drawing-routines.ps: new routine: insert PDF mark
13760
13761         * scm/output-ps.scm (grob-cause): point & click support for
13762         PostScript
13763
13764 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13765
13766         * lily/input-scheme.cc (LY_DEFINE): rename to
13767         ly:input-file-line-column
13768
13769 2005-02-26  Graham Percival  <gperlist@shaw.ca>
13770
13771         * Documentation/user/examples.itely: small fix from Steve Doonan.
13772
13773         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
13774
13775         * THANKS: added Yuval Harel.
13776
13777         * Documentation/user/{various}: inserted two spaces after a period.
13778
13779         * Documentation/user/lilypond.tely: added framework for reorg.
13780
13781         * Documentation/user/basic-notation.itely, instrument-notation.itely,
13782         advanced-notation.itely, global.itely: new files, placeholder for
13783         future reorg.
13784
13785 2005-02-26 Yuval Harel  <yuvalh@hotpop.com>
13786
13787         * Documentation/user/notation.itely: revamped Polyphony section
13788         
13789 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13790
13791         * Documentation/user/lilypond-book.itely (Music fragment options):
13792         doc fontload.
13793
13794         * Documentation/user/changing-defaults.itely (Text encoding): add
13795         fontload option to utf8 include
13796
13797         * scripts/lilypond-book.py (compose_ly): add fontload option
13798
13799         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
13800         force-eps-font-include option.
13801
13802         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
13803         black triangle
13804
13805         * Documentation/user/invoking.itely (Editor support): remove
13806         lilypond-latex section.
13807
13808         * scripts/lilypond-latex.py (Module): remove script.
13809
13810         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
13811         overwrite .log. 
13812
13813         * lily/main.cc: remove -m, --no-layout
13814
13815         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
13816         to define. We don't want to override fprintf everywhere.
13817
13818 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
13819
13820         * cygwin/lilypond.hint: 
13821         * cygwin/README.in: Update dependencies.
13822
13823         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
13824         Bugfix: do not pollute CPPFLAGS, LIBS.
13825
13826         * cygwin/mknetrel (extras): Cross compile fixes.
13827
13828         * ttftool/util.c: 
13829         * ttftool/ttfps.c: 
13830         * ttftool/ps.c: #include libc-extension.hh
13831
13832         * flower/include/libc-extension.hh:
13833         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
13834         wrapper using funopen.
13835         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
13836         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
13837
13838         * config.hh.in:
13839         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
13840         (AC_CHECK_HEADERS): Add libio.h
13841
13842         * scripts/convert-ly.py: Uniformize, internationalize.
13843         (2.5.2): Remove fatal encoding rule.
13844         (2.5.13): Handle latin1 encoding gracefully.
13845
13846 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
13847
13848         * HACKING: Fix line breaks.
13849
13850 2005-02-23  Werner Lemberg  <wl@gnu.org>
13851
13852         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
13853         contains those two files.
13854
13855 2005-02-21  Werner Lemberg  <wl@gnu.org>
13856
13857         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
13858         to improve overlap removal process.
13859
13860         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
13861         left and right ending.  This ensures better overlapping.
13862         Update all callers.
13863         ("lineprall"): Don't use draw_gridline to get better overlapping.
13864
13865 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13866
13867         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
13868
13869         * Documentation/topdocs/NEWS.tely (Top): oops.
13870
13871 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
13872
13873         * HACKING: new file.
13874
13875         * input/regression/utf8.ly (portuguese): added a portuguese example
13876         to show latin1 accents.
13877
13878 2005-02-21  Pal Benko  <benkop@freestart.hu>
13879
13880         * lily/mensural-ligature-engraver.cc:
13881         * lily/mensural-ligature.cc:
13882         * lily/include/mensural-ligature.hh: new algorithm implemented
13883
13884         * scm/define-grob-properties.scm: join-left killed (add-join may
13885         be used); join-left-amount changed to join-right-amount
13886
13887 2005-02-21  Graham Percival  <gperlist@shaw.ca>
13888
13889         * Documentation/user/notation.itely: small but urgent fix.
13890
13891 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
13892
13893         * lily/duration-scheme.cc: bugfix: correct parameters to
13894         SCM_ASSERT_TYPE.
13895
13896         * THANKS: added Pal.
13897
13898         * Documentation/user/notation.itely: bugfix: unTeXified
13899         $\\backslash$.  Bugfix: yet another glyph renaming victim:
13900         "timesig.*x/y" -> "timesig.*xy".
13901
13902 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13903         
13904         * VERSION (PACKAGE_NAME): release 2.5.12
13905
13906 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13907
13908         * ly/engraver-init.ly: set tieWaitForNote to #t by default
13909
13910         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
13911
13912         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
13913
13914         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
13915
13916 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
13917
13918         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
13919         latin1..utf-8.
13920
13921         * input/regression/stanza-number.ly:
13922         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
13923
13924         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
13925
13926 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13927
13928         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
13929         NEWS. Refer to website for older news.  
13930
13931         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
13932         .HTML. This should be done for specific servers only.
13933
13934         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
13935         .ly image examples.
13936
13937         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
13938         in layer 0 too.
13939
13940         * scm/define-context-properties.scm
13941         (all-user-translation-properties): add tieWaitForNote
13942
13943         * scm/define-grobs.scm (all-grob-descriptions): add
13944         Tie_column::before_line_breaking
13945
13946         * lily/tie.cc (get_column_rank): new function
13947
13948         * lily/tie-column.cc (before_line_breaking): new function.
13949         (werner_directions): take into account ties that start on
13950         different columns.  
13951
13952         * lily/score-engraver.cc (set_columns): move add_column() so we
13953         have column rank available.
13954
13955         * lily/tie.cc (get_column_rank): new function.
13956
13957         * input/regression/utf8.ly (japanese): add japanese lyrics.
13958
13959         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
13960
13961         * THANKS: add Steve D
13962
13963         * ttftool/*.c: add TTF -> Type42 conversion library. Based on
13964         Public Domain work by Juliusz Chroboczek <jch@pps.jussieu.fr>
13965
13966 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
13967
13968         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
13969         to show harmonic notes
13970         * scm/define-markup-commands.scm: in \markup-by-number
13971         "dots-dot" -> "dots.dot" to show dotted notes
13972
13973 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
13974
13975         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
13976
13977         * flower/memory-stream.cc (writer): new file.
13978
13979         * configure.in: add endian test.
13980
13981 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
13982
13983         * Documentation/user/examples.itely: small
13984         simplification/beautification
13985
13986         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
13987         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
13988         notation manual.
13989
13990         * lily/mensural-ligature.cc: bugfix: another few victims of the
13991         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
13992
13993         * ly/gregorian-init.ly: commit some experimental code for hi-level
13994         ligature input language lying around here for several months.
13995
13996         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
13997         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
13998
13999         * lily/vaticana-ligature-engraver.cc: bugfix: another few
14000         "x-y-z"->"x.y.s-z" fixes.
14001
14002 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14003
14004         * scm/framework-pdf.scm (scm): new file
14005
14006         * lily/include/pdf.hh (class Pdf_file): new file.
14007
14008         * lily/pdf.cc (write_trailer): new file.
14009
14010 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
14011
14012         * input/regression/color.ly: new file
14013
14014         * lily/stencil.cc (interpret_stencil_expression):
14015         when a color expression is encountered: save current color,
14016         process the rest of the expression, and restore previous color.
14017
14018         * lily/system.cc (get_line): check all grobs for color property and
14019         prepare the stencil scheme expressions for further processing.
14020         Fix layer-loop.
14021
14022         * scm/define-grob-properties.scm: introduce the color property.
14023
14024         * scm/output-lib.scm: color helper functions.
14025
14026         * scm/output-ps.scm: introduce setcolor/resetcolor.
14027
14028 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
14029
14030         * ly/*.ly, input/regression/*.ly: Added missing \version
14031         statements in some files.
14032
14033 2005-02-15  Graham Percival  <gperlist@shaw.ca>
14034
14035         * Documentation/user/notation.itely: minor editing.
14036
14037         * Documentation/user/converters.itely: updated convert-ly bugs.
14038
14039         * Documentation/user/lilypond-book.itely: add info about using
14040         feta characters in latex.
14041
14042 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14043
14044         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
14045
14046 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14047
14048         * scm/define-grob-properties.scm (all-user-grob-properties):
14049         removed 'dashed property.
14050
14051 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
14052
14053         * scm/lily.scm (define-safe-public): new macro for defining
14054         variables that can be used in --safe mode. Use it in *.scm
14055         instead of manually setting safe-objects in safe-lily.scm.
14056
14057 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14058         
14059         * lily/slur.cc: Slur-dash patch by Bertalan.
14060
14061         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
14062
14063         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
14064
14065 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
14066
14067         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
14068
14069 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
14070
14071         * mf/GNUmakefile: teTeX-3.0 install fix.
14072
14073         * Cygwin patch from Bertalan.
14074
14075         * stepmake/stepmake/metafont-rules.make: Remove bashism.
14076
14077 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
14078
14079         * GNUmakefile.in: 
14080         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
14081
14082         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
14083         2.0.x compatibility.
14084
14085 2005-02-08  Werner Lemberg  <wl@gnu.org>
14086
14087         * mf/feta-din-code.mf: Format; clean up code.
14088         Replace `---' with `--' plus explicit path directions.
14089         (linethickness#, stafflinethickness#): Remove.
14090         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
14091         ("dynamic s"): Improve shape.
14092         ("dynamic p"): Improve shape.
14093         Replace `draw' with better outline approximation.
14094         ("dynamic r"): Improve shape.
14095         Don't call `fill' and `draw' at the same time.
14096
14097 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
14098
14099         * SConstruct (symlink):
14100         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
14101         build fix: add enc symlink.
14102
14103         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
14104
14105         Support for DESTDIR besides prefix=/foo
14106
14107         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
14108
14109         * stepmake/stepmake/*.make:
14110         * */GNUmakefile:
14111         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
14112
14113         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
14114
14115         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
14116         mawk in fontforge (date) test.
14117
14118 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14119
14120         * scm/font.scm (make-century-schoolbook-tree): add NCS as
14121         font-family=roman. Add Luxi Sans as sans
14122
14123 2005-02-07  Graham Percival  <gperlist@shaw.ca>
14124
14125         * Documentation/user/notation.itely: add warning about
14126         percent repeats and Voice contexts.
14127
14128         * Documentation/user/lilypond-book.itely: clarified the
14129         necessity of dvips -u arguments.
14130
14131 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
14132
14133         * THANKS: Added a bunch of bug hunters.
14134
14135 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14136
14137         * scm/framework-ps.scm (output-preview-framework): bugfix.
14138
14139         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
14140         o/ for chord modifier..
14141
14142         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
14143
14144         * lily/drum-note-performer.cc:  remove unused (thanks Michael
14145         Welsh Duggan). 
14146
14147 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
14148
14149         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
14150
14151         * ly/titling-init.ly: Do not also print intstrument in header on
14152         first page.  Do not print page number on first and only page.
14153
14154 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14155
14156         * input/regression/*.ly: remove old-relative everywhere
14157
14158         * lily/music-sequence.cc (simultaneous_relative_callback): do
14159         what-if analysis on copy, not on original. Fixes old-relative
14160         compatibility.
14161
14162         * scm/backend-library.scm (postscript->png): space before
14163         --verbose.
14164         
14165 2005-02-05  Werner Lemberg  <wl@gnu.org>
14166
14167         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
14168         is defined.
14169
14170         * mf/feta-alphabet.mf: Define `staffsize#'.
14171         Include `feta-params.mf'.
14172         s/staffheight/design_size/.
14173
14174         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
14175
14176         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
14177
14178         * mf/feta-nummer-code.mf: Reformatted.
14179         (draw_six): Use outline intersection to avoid a self-intersecting
14180         path.
14181         ("Numeral comma"): Fix serious outline glitches.  This slightly
14182         changes the glyph shape.
14183         ("Numeral dash"): Use `draw_rounded_block'.
14184         ("Numeral dot"): Use `drawdot'.
14185         ("Numeral 1"): Assure identical tangent directions for the
14186         intersection points of paths.  The glyph shape improvement is only
14187         visible at very high magnifications.
14188         ("Numeral 2"): Use `solve' macro to make the lower right part of
14189         the glyph outline touch the x axis exactly.  This changes the
14190         glyph shape.
14191         Minor fixes for better overlap removal support.
14192         ("Numeral 4"): Make lefter corner `rounder'.
14193         ("Numeral 5"): Assure identical tangent directions for the
14194         intersection points of paths.  This improves the glyph shape at
14195         high magnifications.
14196         ("Numeral 7"): Use `solve' macro to make the upper right part of
14197         the glyph outline touch the metrics box exactly.  This changes the
14198         glyph shape.
14199         Avoid corner in the upper left part of the glyph (causing a minor
14200         shape change).
14201
14202         * mf/feta-ital-*.mf: Removed.  Unused.
14203
14204 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14205
14206         * VERSION (PATCH_LEVEL): release 2.5.11
14207
14208         * input/regression/fill-line-test.ly: new file.
14209
14210         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
14211         emmentaler name, eg. emmentaler-23. 
14212
14213 2005-02-04  Christian Hitz  <chhitz@gmx.net>
14214
14215         * scm/scm/define-markup-commands.scm (fill-line): rework for better
14216         alignment with centered texts
14217
14218         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
14219         list of paddings
14220
14221 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14222
14223         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
14224
14225         * lily/note-column.cc (translate_rests): call flush_extent_cache()
14226         of parents when translating rests. Fixes: c-chord-rest.ly 
14227
14228         * lily/include/dimension-cache.hh (struct Dimension_cache): add
14229         dimension_callback_ member.
14230
14231         * lily/grob.cc (flush_extent_cache): new function. Force recompute
14232         of extents.
14233
14234 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
14235
14236         * all but lily/*: The grand 2004/2005 replace.
14237
14238 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14239
14240         * lily/*: add space after ,  
14241
14242         * scm/music-functions.scm (has-request-chord): don't use
14243         ly:music-name anywhere. Fixes <<\\>> notation. 
14244
14245         * scm/define-markup-commands.scm (box): use font-size for
14246         padding. Fixes boxed-rehearsal-marks.ly
14247
14248         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
14249         identifier definition too, so foo = \lyrics { ...   } bar = #1
14250         doesn't complain about "bar" being LYRICS_STRING.
14251
14252         * lily/paper-def.cc (find_pango_font): new routine; Store
14253         pango_fonts in hash tab too. This is necessary for retrieving
14254         Pango_fonts::physical_font_tab() later on.
14255  
14256         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
14257         crash if psname is null.
14258
14259         * lily/lily-guile.cc (ly_hash2alist): new function
14260
14261         * Documentation/user/changing-defaults.itely (Text encoding):
14262         rewrite. 
14263
14264         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
14265         -> font_filename mapping.
14266
14267         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
14268         ly_pango_font_physical_fonts
14269
14270         * scm/framework-ps.scm (supplies-or-needs): extract names from
14271         physical Pango_fonts.
14272
14273         * utf8.ly: new file.
14274
14275 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14276
14277         * Documentation/user/changing-defaults.itely (Page layout): add
14278         doco about systemSeparatorMarkup.
14279
14280         * scm/page-layout.scm (default-page-make-stencil): add-to-page
14281         function.
14282         (default-page-make-stencil): insert system separators.
14283
14284         * scm/define-markup-commands.scm (hcenter): add
14285         (beam): add.
14286
14287 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14288
14289         * scm/output-ps.scm (ez-ball): reinstate ez notation.
14290
14291 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
14292
14293         * lily/main.cc: Spell backend consistently.  Sort options.
14294
14295 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14296
14297         * scripts/lilypond-book.py (Module): revert @include.
14298         
14299 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
14300
14301         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
14302         Bugfix: @include .tex (not .texi).  Small cleanups.
14303
14304         * stepmake/bin/add-html-footer.py (i18n): New function.
14305
14306 2005-01-31  Werner Lemberg  <wl@gnu.org>
14307
14308         * mf/feta-nummer.mf: Removed.  Unused.
14309
14310 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14311
14312         * lily/ : 2004 -> 2005 s&r
14313
14314         * scm/file-cache.scm (cached-file-contents): add file. Read each
14315         file only once.
14316
14317         * scm/font.scm (add-pango-fonts): change order. Medium weight is
14318         now default.
14319
14320         * VERSION: release 2.5.10
14321         
14322         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
14323
14324         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
14325
14326         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
14327         that both X and Y extents of bbox are non-nil.
14328
14329 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14330
14331         * scm/chord-name.scm (alteration->text-accidental-markup): change
14332         - to . 
14333
14334         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
14335
14336         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
14337
14338         * Documentation/user/invoking.itely (Invoking lilypond): add note
14339         about EPS backend.
14340
14341         * scm/framework-eps.scm: new file: create per-system/per-page EPS
14342         files for inclusion in lilypond-book document.
14343
14344         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
14345
14346         * input/tutorial/lbook-texi-test.texi: new file.
14347
14348         * scm/safe-lily.scm (safe-objects): add
14349         {begin,end}-of-line-(in)?visible as safe.
14350  
14351 2005-01-30  Graham Percival  <gperlist@shaw.ca>
14352
14353         * Documentation/user/changing-defaults.itely: fixed example
14354         of (dynamics).
14355
14356 2005-01-29  Graham Percival  <gperlist@shaw.ca>
14357
14358         * lily/main.cc: fix info about -o=FILE.
14359
14360 2005-01-29  Werner Lemberg  <wl@gnu.org>
14361
14362         * mf/feta-toevallig.mf ("Natural"): Completely changed the
14363         construction to assure smooth transition from straight to curved
14364         lines.
14365
14366 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14367
14368         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
14369         stencils.
14370
14371         * ps/lilyponddefs.ps: add start-page, start-system doesn't
14372         translate to top of page. Fixes alignment problems of
14373         lilypond-generated EPS files.
14374
14375 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14376
14377         * scm/part-combiner.scm (analyse-spanner-states): trigger on
14378         crescendo-end as well, since Decrescendo maybe ended with Stop
14379         Crescendo.). Fixes: partcombine-diminuendo.ly
14380
14381         * scm/script.scm (default-script-alist): swap portato symbols.
14382
14383         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
14384
14385         * lily/paper-outputter-scheme.cc (LY_DEFINE):
14386         ly:outputter-port. New function.
14387
14388         * scm/framework-ps.scm (output-classic-framework): dump a
14389         -systems.texi too
14390         (output-classic-framework): dump multiple systems on an "infinite"
14391         page EPS including fonts. 
14392
14393         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
14394         .eps files for both texi and tex formats. Use PNG coming from
14395         lilypond.
14396         
14397 2005-01-28  Graham Percival  <gperlist@shaw.ca>
14398
14399         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
14400
14401         * scripts/lilypond-latex.py: fix info about -o=FILE.
14402
14403 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14404
14405         * ly/generate-embedded-cff.ly: write .cff.ps files.
14406
14407         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
14408
14409         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
14410         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
14411
14412 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
14413
14414         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
14415
14416 2005-01-28  Werner Lemberg  <wl@gnu.org>
14417
14418         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
14419         macros.
14420         (draw_bulb): Improved.
14421
14422         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
14423         metapost bug.
14424         (draw_pedal_P): Use soft_end_penstroke.
14425         (draw_pedal_d): Use soft_start_penstroke.
14426
14427         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
14428         path.
14429         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
14430         doesn't change the glyph shape.
14431
14432         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
14433         changing the shape) to avoid fontforge warnings.
14434
14435         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
14436         soft_end_penstroke and fix glyph shape.
14437
14438 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14439
14440         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
14441
14442 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14443
14444         * scm/define-markup-commands.scm (line): filter out empty stencils
14445         from line command.
14446
14447         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
14448         amount.
14449
14450 2005-01-27  Graham Percival  <gperlist@shaw.ca>
14451
14452         * Documentation/user/notation.itely: added info about what
14453         \voiceFoo does.  Also rewrote warning about marks at
14454         a line break.
14455
14456         * Documentation/user/changing-defaults.itely: added info
14457         about putting dynamics in parenthesis and brackets.
14458
14459 2005-01-27  Werner Lemberg  <wl@gnu.org>
14460
14461         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
14462
14463 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14464
14465         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
14466         portato-direction.ly
14467
14468         * lily/beam.cc (consider_auto_knees): add beam height to
14469         threshold. Fixes: knee-multiple-beam.ly
14470
14471         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
14472         pedal line spanners. Fixes: instrument-center-pedal.ly
14473
14474         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
14475         if encountering barline. Fixes: auto-beam-repeat.ly
14476
14477 2005-01-26  Werner Lemberg  <wl@gnu.org>
14478
14479         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
14480         overlapping.
14481
14482         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
14483         with inflections for the 1/2 sharp glyph.
14484
14485         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
14486         connection between `t' and `r'.
14487         Unify bulb with the rest of `r' to avoid grazing outlines which
14488         confuses the overlap removal algorithm of fontforge.
14489
14490         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
14491         inflections.
14492         (draw_cross): Fix shape to have uniform thickness in corners.
14493
14494         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
14495         to avoid an uneven number of self-intersections; this confuses
14496         fontforge.
14497         Fix a slight bug in the shape at left bottom (which is visible only
14498         at high magnifications).
14499         `Center' the stem horizontally to avoid overlapping.
14500
14501 2005-01-24  Werner Lemberg  <wl@gnu.org>
14502
14503         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
14504         to `asis'.
14505         (fet_begingroup): Save group name in string `feta_group'.
14506         (fet_endgroup): Updated.
14507         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
14508
14509         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
14510
14511         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
14512         in metapost.
14513
14514 2005-01-24  Graham Percival  <gperlist@shaw.ca>
14515
14516         * Documentation/user/notation.itely: really minor editing.
14517
14518 2005-01-22  Graham Percival  <gperlist@shaw.ca>
14519
14520         * Documentation/user/examples.itely: minor editing.
14521
14522         * Documentation/user/changing-defaults.itely: minor editing.
14523
14524         * Documentation/user/notation.itely: clarified info on polyphony
14525         and \addlyrics.
14526
14527 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
14528
14529         * scm/output-gnome.scm: 
14530         * scm/output-svg.scm:
14531         * scm/lily-library.scm (font-name-style): Update font name
14532         kludging for fontconfig use.
14533
14534 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
14535
14536         * scm/define-markup-commands.scm: Document right-align and
14537         larger markup commands. Remove "TODO" from the topmost comment
14538         "each markup function should have a doc string." More consistent
14539         use of new-lines.
14540
14541 2005-01-22  Graham Percival  <gperlist@shaw.ca>
14542
14543         * Documentation/user/changing-defaults: removed info about
14544         copyright symbol, since it's likely to change soon.
14545         Added info about betweensystemspace.
14546
14547         * Documentation/user/notation.itely: minor fixes.
14548
14549         * Documentation/user/lilypond.tely,
14550         Documentation/user/music-glossary.tely: changed copyright
14551         date to 2005 instead of 2004.
14552
14553         * input/test/volta-chord-names.ly: added old example back.
14554
14555 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14556
14557         * mf/feta-beugel.mf: use design size 20 (not 15).
14558
14559         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
14560         change name to aybabtu completely
14561
14562 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14563
14564         * buildscripts/gen-emmentaler-scripts.py (outdir): add
14565         design_size to fontname
14566
14567 2005-01-19  Werner Lemberg  <wl@gnu.org>
14568
14569         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
14570         mf/feta-schrift.mf: s/p/pat/ if a path variable.
14571
14572         * mf/feta-autometric.mf (set_char_box): Add code which emits
14573         specials for mf2pt1 if run with metapost.
14574         (to_bp): New macro for mf2pt1.
14575
14576 2005-01-18  Graham Percival  <gperlist@shaw.ca>
14577
14578         * Documentation/user/changing-defaults: added info on
14579         creating a copyright symbol.
14580
14581 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14582
14583         * VERSION: release 2.5.9
14584         
14585 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
14586
14587         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
14588
14589         * Documentation/user/notation.itely: Document
14590         score-override-auto-beam-setting Fix documentation for
14591         revert-auto-beam-setting.
14592
14593 2005-01-18  Werner Lemberg  <wl@gnu.org>
14594
14595         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
14596         (procset): New function to define a procset resource.
14597         (ps-embed-pfa): New function to define a font resource.
14598         (setup): New function to define a `Setup' environment.
14599         (preamble): Use new functions.
14600
14601         * ps/lilypond.defs (init-lilypond-parameters): New function to
14602         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
14603
14604 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14605
14606         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
14607
14608 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
14609
14610         * scm/define-markup-commands.scm: Change number->markletter-string
14611         to take two arguments (vector number). Add number->mark-alphabet-vector
14612         and markalphabet markup command.
14613
14614         * scm/translation-functions.scm: Add format-mark-box-alphabet,
14615         format-mark-alphabet, format-mark-box-barnumbers and
14616         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
14617
14618 2005-01-17  Graham Percival  <gperlist@shaw.ca>
14619
14620         * Documentation/user/examples.itely: add SATB automatic piano
14621         reduction template.
14622
14623         * Documentation/user/notation.itely: added info about changing
14624         partcombine texts.  Also adds examples of alternate lyrics.
14625
14626         * Documentation/user/changing-defaults.itely: added warning
14627         about \RemoveEmptyStaffContext overriding previous changes.
14628
14629 2005-01-17  Werner Lemberg  <wl@gnu.org>
14630
14631         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
14632         feta-alphabet*.
14633
14634 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14635
14636         * python/lilylib.py (make_ps_images): don't do final showpage for
14637         multi-page documents.
14638         
14639         * VERSION (MY_PATCH_LEVEL): release 2.5.8
14640
14641 2005-01-16  Graham Percival  <gperlist@shaw.ca>
14642
14643         * Documentation/user/lilypond.tely: changed order of appendices;
14644         unified index should be last.
14645
14646         * Documentation/user/notation.itely: add example of key signatures
14647         and info about Staff.printKeyCancellation.
14648
14649 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14650
14651         * lily/include/repeated-music.hh (class Repeated_music): change
14652         into "namespace" class.
14653
14654         * lily/event.cc: remove Key_change_event.
14655
14656         * lily/include/transposed-music.hh (class Transposed_music): remove.
14657
14658         * lily/transposed-music.cc: remove
14659
14660         * lily/include/relative-music.hh: remove.
14661
14662         * lily/include/music-sequence.hh (struct Music_sequence): change
14663         into "namespace" class.
14664
14665         * lily/untransposable-music.cc (Module): remove
14666
14667         * lily/include/un-relativable-music.hh (Module): remove
14668
14669         * lily/include/untransposable-music.hh (Module): remove
14670
14671         * lily/include/music-list.hh (Module): remove file
14672
14673         * lily/un-relativable-music.cc: remove file.
14674
14675 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
14676
14677         * lily/parser.yy: Compile fix.
14678
14679 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14680
14681         * lily/include/music.hh (class Music): unvirtualize transpose().
14682
14683         * lily/sequential-music.cc: remove file.
14684
14685         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
14686
14687         * lily/slur-scoring.cc (get_best_curve): only switch on
14688         DEBUG_SLUR_SCORING for non NDEBUG builds.
14689
14690         * lily/include/music.hh (class Music): replace Music::start_mom()
14691         by start-callback property
14692
14693         * lily/include/grace-music.hh: remove file. 
14694
14695         * lily/stem.cc (height): robustness fix.
14696
14697         * lily/time-scaled-music.cc: remove file.
14698
14699         * lily/include/music.hh (class Music): include SCM init argument.
14700         (class Music): replace Music::get_length() virtual by
14701         length-callback property everywhere.
14702
14703         * scripts/convert-ly.py (conv): add  # to \property scalar value.
14704
14705         * mf/GNUmakefile: don't install *list.ly
14706
14707 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
14708
14709         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
14710
14711 2005-01-12  Werner Lemberg  <wl@gnu.org>
14712
14713         This patch addresses the following problems in the feta sources
14714         files which contribute to the fetaXX fonts.
14715
14716         . Many fixes for rasterization at low resolutions (consistent use of
14717           `vround' and `hround', integer shift values for paths, applying
14718           `eps' for mirrored paths, use of `define_whole_pixels' and
14719           friends, etc.) -- while this probably looks like a waste of time
14720           it has revealed deficiencies in some glyph shapes.  See comment at
14721           the end of feta-params.mf how vertical symmetry is achieved.
14722
14723         . The `---' operator has been replaced everywhere with `--'; this
14724           both improves and considerably reduces the font size after
14725           conversion with mf2pt1.
14726
14727         These change aren't explicitly mentioned below since virtually all
14728         glyphs are affected.
14729
14730         Other notable differences:
14731
14732         . Glyphs from feta-accordion.mf now have charboxes around the
14733           outline.
14734
14735         . Fixed incorrect charbox for `accDot'.
14736
14737         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
14738
14739         . Fixed position of the bow in the `upprall' glyph and its siblings.
14740
14741         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
14742           dependent on the staff line thickness to avoid touching the middle
14743           staff line at smaller sizes.
14744
14745         . Largely extended output for feta-testXX: Where useful, glyphs
14746         are shown both between and on staff lines.
14747
14748
14749         * mf/feta-params.mf (staff_space_rounded,
14750         stafflinethickness_rounded, linethickness_rounded,
14751         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
14752         Update all code which uses them where appropriate.
14753         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
14754         New variables used to control rasterization at low resolutions.  Set
14755         to zero if feta code is processed with metapost.
14756
14757         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
14758         (draw_rounded_block, draw_square_block): Updated to use `--' only.
14759         (flare_path): Updated.
14760         Make it work with `filldraw' (but only circular pens).
14761         (hfloor, vfloor, hceiling, vceiling): New macros.
14762
14763         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
14764         Use `draw' again in mf mode to have good pixel dropout control.
14765         Fix intersection points of horizontal lines with circle.
14766         ("accDot"): Fix parameters for set_char_box.
14767         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
14768         control.
14769
14770         * mf/feta-banier.mf: Updated.
14771
14772         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
14773         testing.
14774         (undraw_inside_ellipse): Remove `center' argument.  Update all
14775         callers.
14776         (draw_brevis): New macro, called by "Brevis notehead".
14777         (draw_whole_triangle_head): New macro, called by "Whole
14778         trianglehead".
14779         (draw_small_triangle_head): Use `filldraw'.
14780
14781         * mf/feta-eindelijk.mf: Remove useless global group.
14782         Updated.
14783
14784         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
14785         `filldraw'.
14786
14787         * mf/feta-pendaal.mf: Updated.
14788
14789         * mf/feta-puntje.mf: Updated.
14790
14791         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
14792         less points.
14793         ("Flageolet"): Use `draw' again in mf mode to have good pixel
14794         dropout control.
14795         ("Varied Coda"): Use `draw_block'.
14796         (draw_comma): Fix typo.
14797         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
14798         pixel dropout control.
14799
14800         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
14801         position of bow.
14802
14803         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
14804         sizes.
14805
14806         * mf/feta-toevallig.mf (remember_pic): New variable, used for
14807         testing.
14808         (draw_meta_sharp): Much simplified.
14809         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
14810
14811         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
14812
14813 2005-01-13  Mats Bengtsson  <mabe@s3.kth.se>
14814
14815         * Documentation/user/notation.itely (Ancient rests): Fix typo
14816         (thanks Anthony)
14817
14818 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
14819
14820         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
14821
14822         * lily/main.cc (setup_paths): Add cff.
14823
14824         * mf/GNUmakefile (foe): Include actual target %.cff.
14825         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
14826
14827 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14828
14829         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
14830         suffix for main_input_b_.
14831
14832         * scm/music-functions.scm (toplevel-music-functions):
14833         precompute music lengths for music expressions.  
14834
14835 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
14836
14837         * lily/include/input.hh (class Input): new `end_' slot for end of
14838         input. Renamed defined_str0_ to start_.
14839
14840         * lily/input.cc (Input): Add Input::Input (Input const &) and
14841         remove Input::Input (Source_file*, char const *). Use the new
14842         slots.
14843         (set_location): method used by bison to propagate input
14844         locations (YYLLOC_DEFAULT).
14845         (end_line_number, end_column_number, step_forward): new methods
14846         
14847         * lily/input-scheme.cc (ly:input-both-locations): new function,
14848         similar to ly:input-location, but also return the end line and
14849         column.
14850
14851         * lily/include/includable-lexer.hh: 
14852         * lily/includable-lexer.cc: 
14853         * lily/include/lily-lexer.hh (class Lily_lexer): 
14854         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
14855         Includable_lexer to Lily_lexer, in order to update lexloc (the
14856         yylloc), a new slot of Lily_lexer.
14857         (here_input, LexerError): simplify by using the lexloc slot (aka
14858         yylloc)
14859
14860         * lily/lexer.ll: #define yylloc to use input locations (it may
14861         be useless here?). Fixed the #embedded_scm rule (step the location
14862         forward in order to skip the sharp sign before parsing the scheme
14863         expression)
14864
14865         * lily/include/lily-parser.hh (class Lily_parser): 
14866         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
14867         here_input()
14868         (parser_error): overload for more precise locations of errors.
14869
14870         * lily/parser.yy (YYLTYPE): set location type to Input
14871         (YYLLOC_DEFAULT): use Input::set_location()
14872         (yylex): add the YYLTYPE* location parameter.
14873         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
14874         Give an Input parameter to THIS->parser-error() for more accurate
14875         messages.
14876
14877 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14878
14879         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
14880
14881         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
14882         on BEAMQUANTING for non-NDEBUG builds.
14883
14884         * lily/stem.cc (head_count): performance: avoid String::String()
14885         inside oft called function.
14886
14887 2005-01-09  Graham Percival  <gperlist@shaw.ca>
14888
14889         * Documentation/user/examles.itely: attempted fix for broken
14890         string quartet template.
14891
14892         * Documentation/user/notation.itely: remove unnecessary broken
14893         link.
14894
14895 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14896
14897         * VERSION (PACKAGE_NAME): release 2.5.7
14898
14899 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
14900
14901         * config.make.in (METAFONT): Append -progname=mf, fixes use with
14902         mf-nowin for teTeX-3.0.  Backportme.
14903
14904         * scm/output-svg.scm (utf8-string): New function.
14905
14906         * scm/output-gnome.scm (utf8-string): New function.
14907         (otf-name-mangling): Remove.
14908
14909         * lily/pango-font.cc (Pango_font): Use font string iso font
14910         filename for utf8-text.
14911
14912         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
14913         name.
14914
14915 2005-01-08  Graham Percival  <gperlist@shaw.ca>
14916
14917         * Documentation/user/notation.itely: add info about
14918         Staff.extraNatural = ##f in Pitches section.  Also
14919         fixed some minor issues in the Vocal music section.
14920
14921 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14922
14923         * scm/output-ps.scm (white-text): comment out Helvetica font,
14924         which is broken for my GS install.
14925
14926         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
14927         which provides a tighter bbox.
14928
14929         * scm/define-grobs.scm (all-grob-descriptions): remove all
14930         extra-offsets from definitions.
14931
14932 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
14933
14934         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
14935         add tuning for 4-string bass and some common 4/5-string banjo
14936         tunings.  New function (four-string-banjo) turns a 5-string tuning
14937         into a 4-string tuning.  New function
14938         (fret-number-tablature-format-banjo) computes correct fret numbers
14939         on 5-string banjos.
14940
14941         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
14942         Add beam correction to TabVoice.
14943
14944         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
14945         using bold font; makes tabs more readable.
14946
14947 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14948
14949         * lily/font-select.cc (get_font_by_design_size): don't make
14950         Modified_font_metric; this causes trouble, since we don't know the
14951         font magnification from inside Pango_font::text_stencil()
14952
14953         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
14954
14955         * Documentation/user/notation.itely (The Lyrics context): comment out
14956         broken {Small ensembles} link.
14957
14958         * scm/framework-svg.scm (output-framework): change calling convention.
14959
14960         * lily/object-key-dumper-scheme.cc: new file.
14961
14962         * lily/object-key-undumper-scheme.cc: new file.
14963
14964         * lily/tweak-registration-scheme.cc: new file.
14965
14966         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
14967
14968         * Documentation/user/examples.itely (String quartet): uncomment
14969         broken example.
14970
14971         * lily/font-config.cc: new file.
14972
14973 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
14974
14975         * scm/output-svg.scm: 
14976         * scm/output-gnome.scm: s/bigcheese/emmentaler.
14977
14978         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
14979
14980 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
14981
14982         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
14983         Add headers.
14984
14985         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
14986
14987 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
14988
14989         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
14990
14991         * lily/include/main.hh: lose _b hungarian suffixes for global
14992         variables.
14993
14994         * lily/include/lily-guile-macros.hh: new file.
14995
14996         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
14997
14998         * lily/general-scheme.cc: new file. 
14999
15000         * lily/font-select.cc (get_font_by_design_size): retrieve
15001         PangoFont for (designsize . "pango-descr") entries.
15002
15003         * lily/lily-parser-scheme.cc: new file.
15004
15005         * lily/output-def-scheme.cc: new file.
15006
15007         * lily/paper-book-scheme.cc: new file.
15008
15009         * lily/duration-scheme.cc (LY_DEFINE): new file.
15010
15011         * lily/pitch-scheme.cc:  new file.
15012
15013         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
15014
15015 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15016
15017         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
15018
15019 2005-01-06  Graham Percival  <gperlist@shaw.ca>
15020
15021         * Documentation/user/notation.itely: minor editing.
15022
15023         * Documentation/user/changing-defaults: minor editing.
15024
15025         * Documentation/user/examples.itely: add template for
15026         string quartet part extraction; demonstrates tag.
15027
15028 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
15029
15030         * Documentation/user/notation.itely: documents
15031         format-mark-box-letters and format-mark-box-numbers
15032
15033         * scm/define-context-properties.scm: change comment.
15034
15035 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15036
15037         * scm/framework-ps.scm (output-classic-framework): new function:
15038         dump systems as separate .eps files (without fonts) and write a
15039         single collecting .tex file.
15040
15041 2005-01-05  Mats Bengtsson  <mabe@s3.kth.se>
15042
15043         * Documentation/user/notation.itely (Setting simple songs):
15044         Correct several errors in the equivalent formulation of
15045         \addlyrics. 
15046         (The Lyrics context): Corrected link to the SATB example.
15047
15048 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15049
15050         * scm/lily.scm (completize-formats): new function
15051         (postprocess-output): new function
15052
15053         * lily/paper-book.cc (classic_output): change calling
15054         convention. Give basename as first argument. 
15055         remove Paper_book::post_processing().
15056
15057         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
15058
15059 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15060
15061         * lily/paper-outputter.cc (LY_DEFINE): new function
15062         ly:outputter-close.
15063
15064         * lily/main.cc: change --format,-f to --backend,-b
15065
15066         * lily/include/main.hh: rename format to backend.
15067
15068         * scm/translation-functions.scm (format-mark-box-numbers): add.
15069         patch by Erlend Aasland
15070
15071 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15072
15073         * lily/pango-font.cc (text_stencil): dump string as
15074         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
15075
15076 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
15077
15078         * configure.in (gui_b): Remove handy developer-only
15079         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
15080         CVS source installations (but break other non-default but correct
15081         PKG_CONFIG_PATH setups), as this is no longer developer-only.
15082
15083         * SConstruct: 
15084         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
15085         compatibility (backportme).
15086
15087         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
15088
15089 2005-01-03  Werner Lemberg  <wl@gnu.org>
15090
15091         Prepare glyph shapes for mf2pt1 conversion.
15092
15093         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
15094         (accDiscant, accFreebase, accStdbase): Replace `draw' with
15095         `penstroke'.
15096         (accDot): Use `drawdot'.
15097         (accBayanbase): Replace `draw' with `draw_gridline'.
15098         (print_penpos): Moved to feta-macros.mf.
15099         (accOldEE): Replace `filldraw' with `penstroke'.
15100         Replace `draw' with `penstroke' and `drawdot'.
15101
15102         * mf/feta-banier.mf: Code clean-up.
15103         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
15104         `fill'.
15105
15106         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
15107
15108         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
15109         paremeter to control drawing of labels.  Update all callers.
15110
15111         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
15112         (new_bulb): Return a bulb as a single path.  To do that, it now
15113         takes some more parameters.  Updated all callers.
15114         (draw_gclef): Major clean-up.  `draw' has been replaced with
15115         `penstroke', unnecessary outlines have been removed.
15116         Remove (unused) gnome-canvas code.
15117
15118         * mf/feta-macros.mf (print_penpos): New macro (from
15119         feta-accordion.mf).
15120         Other minor fixes.
15121
15122         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
15123         ("Pedal dot"): Use `drawdot'.
15124         (draw_pedal_P): Add parameter to control drawing of labels.  Update
15125         all callers.
15126         Fix shape at top.
15127         (draw_pedal_e): Add parameter to control drawing of labels.  Update
15128         all callers.
15129         (draw_pedal_d): Add parameter to control drawing of labels.  Update
15130         all callers.
15131         Revert drawing direction.
15132
15133         * mf/feta-schrift.mf (draw_fermata): Use single path.
15134         (draw_short_fermata): Replace `filldraw' with `fill'.
15135         (draw_long_fermata, draw_very_long_fermata): Replace calls to
15136         `draw_rounded_block' with a single path.
15137         ("Thumb"): Draw full circle instead of mirroring segments.
15138         (draw_accent): New macro.
15139         ("> accent", "espr"): Use it.
15140         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
15141         ("open (unstopped)"): Draw full circle instead of mirroring
15142         segments.
15143         (draw_vee): Removed.
15144         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
15145         ("Downbow"): Replace calls to `draw_rounded_block' with a single
15146         path.
15147         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
15148         partial pieces drawn with `fill' -- these do still overlap with the
15149         stem of the `t' but just once, not multiple times so that fontforge
15150         can handle it gracefully.
15151         Change other parts of the glyph so that fontforge's overlapping
15152         algorithm reliably works.
15153         (draw_heel): Replace `draw' with `fill'.
15154         (draw_toe): Use `draw_accent' instead of `draw_vee'.
15155         ("Flageolet"): Replace `draw' with `penstroke'.
15156         ("Segno"): Replace `filldraw' with `penstroke'.
15157         Replace `draw' with `drawdot'.
15158         ("Coda"): Replace `fill' with `penstroke', using a single path.
15159         ("Varied Coda"): Use less overlapping paths.
15160         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
15161         single path.
15162
15163         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
15164         group to better control the `labels' command.
15165         Rename argument to `offset' and use it actually.  Update all
15166         callers.
15167         Replace `filldraw' with `fill'.
15168         ("mordent", "prallmordent", "upmordent", "downmordent",
15169         "lineprall"): Replace `draw' with `draw_gridline'.
15170         ("upprall", "downprall"): Replace `draw' with `fill'.
15171
15172         * mf/feta-timesig.mf: Formatting.
15173
15174         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
15175         to...
15176         ("Flat"): Here.
15177         (draw_paren): Move code to draw labels to...
15178         ("Right Parenthesis"): Here.
15179
15180 2005-01-02  Graham Percival <gperlist@shaw.ca>
15181
15182         * Documentation/user/notation.itely: add example of \setTextDecresc
15183         and \setTextDim.
15184
15185 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
15186
15187         * scm/define-markup-commands.scm :  fix glyph-strings of
15188         accidentals and \note-by-number
15189
15190 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15191
15192         * VERSION: 2.5.6 released.
15193         
15194         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
15195
15196         * input/regression/new-markup-scheme.ly: oops. font-family=music
15197         -> font-encoding fetaMusic.  
15198
15199         * lily/main.cc: put default to PS.
15200
15201         * lily/tfm.cc: idem.
15202
15203         * lily/afm.cc: idem.
15204
15205         * lily/include/modified-font-metric.hh (struct
15206         Modified_font_metric): remove coding_scheme() method.
15207
15208         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
15209
15210         * scripts/convert-ly.py (conv): crash on encountering \encoding.
15211
15212         * input/les-nereides.ly: convert to utf8
15213
15214         * lily/modified-font-metric.cc (text_dimension): idem.
15215
15216         * lily/parser.yy (TODO): idem.
15217
15218         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
15219
15220         * lily/lexer.ll: remove encoding
15221
15222         * scm/framework-ps.scm (output-variables): separately scale the
15223         page to mm 
15224
15225         * lily/pango-font.cc (Pango_font): fix scaling.
15226
15227         * lily/font-metric.cc (design_size): design_size returns a
15228         dimension now as well.
15229
15230 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15231
15232         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
15233         brace generation. 
15234
15235         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
15236
15237 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
15238
15239         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
15240         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
15241
15242 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15243
15244         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
15245         in first run as well.
15246
15247         * scm/paper.scm (layout-set-staff-size): use text-font-size in
15248         dimension less points (ie. 12 = 12 point)
15249
15250         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
15251
15252         * lily/all-font-metrics.cc (find_pango_font): set description_
15253
15254         * lily/pango-font.cc (text_stencil): export size as well.
15255         (text_stencil): fix scaling and extents box.
15256
15257 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15258
15259         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
15260
15261         * Documentation/user/invoking.itely (Invoking lilypond): document
15262         texstr
15263
15264         * scripts/convert-ly.py (conv): add ancient rules.
15265
15266         * scm/clef.scm (c0-pitch-alist): replace - with .
15267
15268         * scripts/lilypond-book.py (process_snippets): add texstr support.
15269
15270         * scm/framework-texstr.scm (header): change extension to .textmetrics
15271
15272         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
15273         -f tex.
15274
15275         * lily/text-metrics.cc: new file.
15276         (try_load_text_metrics): new function
15277
15278         * lily/include/text-metrics.hh: new file.
15279
15280 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15281
15282         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
15283         ly_scheme_function to ly_lily_module_constant.
15284
15285         * lily/modified-font-metric.cc (text_dimension): try
15286         lookup_tex_text_dimension() first.
15287
15288         * lily/tfm.cc: new function ly:load-text-dimensions
15289
15290 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15291
15292         * scm/output-texstr.scm (text): use \lilygetmetrics
15293
15294         * scm/framework-texstr.scm (header): dump in new format.
15295
15296         * tex/lilypond-tex-metrics: new file.
15297         
15298 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
15299
15300         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
15301         mapping.
15302         (index_to_charcode): New method.
15303
15304         * scm/output-ps.scm (glyph-string): 
15305         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
15306
15307 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
15308
15309         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
15310         implement fully, need FONT to get to charcode.
15311
15312         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
15313
15314         * scm: Cleanups.
15315
15316         * Documentation/user/changing-defaults.itely: Fix internalsrefs
15317         {Tunable context properties},
15318         {All layout objects},
15319         {Music definitions}.
15320
15321 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15322
15323         * VERSION: release 2.5.5
15324         
15325         * lily/main.cc: use TeX as default output format.
15326
15327         * flower/file-path.cc (find): try to open directly as well, so we
15328         find absolute path files. 
15329
15330         * lily/pango-select.cc: new file.
15331
15332         * scm/framework-ps.scm: remove all encoding code. 
15333         load pfb/pfa for PangoFont too.
15334         
15335         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
15336
15337 2004-12-22  Werner Lemberg  <wl@gnu.org>
15338
15339         Prepare glyph shapes for mf2pt1 conversion.
15340
15341         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
15342
15343         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
15344         (define_triangle_shape): Use it to replace `draw' with `fill' and
15345         `unfill'.  Update all callers.
15346         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
15347         (draw_cross): Ditto.
15348         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
15349         Use penrazor for better conversion with mf2pt1.
15350         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
15351         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
15352         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
15353         draw_la_head, draw_ti_head): Replace `filldraw' with
15354         `fill'.  Update all callers.
15355
15356 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15357
15358         * lily/paper-book.cc (output): revert: only allow a single output
15359         format.
15360
15361         * lily/include/pango-font.hh: new file.
15362
15363         * lily/pango-font.cc: new file.
15364
15365         * lily/font-metric.cc (text_stencil): new routine
15366
15367         * lily/all-font-metrics.cc (find_pango_font): new routine.
15368
15369         * lily/include/font-metric.hh (struct Font_metric): add
15370         text_stencil()
15371
15372         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
15373
15374 2004-12-22  Werner Lemberg  <wl@gnu.org>
15375
15376         Prepare glyph shapes for mf2pt1 conversion.
15377
15378         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
15379
15380         * mf/feta-toevallig.mf: Formatting.
15381         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
15382         ("Natural"): Fix paths to allow better postprocessing.
15383         (draw_meta_flat): Use `z3l' as additional point in path to get
15384         better conversion with mf2pt1.
15385         Other minor cleanups.
15386         ("3/4 Flat"): Add auxiliary points and modify path to replace
15387         `draw' with `fill'.
15388         ("Double Sharp"): Mirror path segments instead of picture elements
15389         to get a single outline.
15390         Modify path to replace `filldraw' with `fill'.
15391
15392 2004-12-22  Graham Percival  <gperlist@shaw.ca>
15393
15394         * input/test/unfold-all-repeats.ly: added file back.
15395
15396         * Documentation/user/notation.itely,
15397         Documentation/user/programming-interface.itely
15398         Documentation/user/changing-defaults.itely: fixed misc broken
15399         links to input/test/ files.
15400
15401 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
15402
15403         * tex/texinfo.tex: Update.  We should not be distributing this,
15404         but since we do, use latest version.
15405
15406         * Documentation/user/macros.itexi: Comment-out \fetaflat,
15407         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
15408         macros for feta glyphs.
15409
15410 2004-12-22  Graham Percival  <gperlist@shaw.ca>
15411
15412         * Documentation/user/changing-defaults.itely: fix index for set.
15413
15414         * Documentation/user/converters.itely: added convert-ly bugs list
15415         from CVS.
15416
15417 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
15418
15419         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
15420         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
15421         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
15422         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
15423
15424         * mf/GNUmakefile (pfa_warning): Use less broken check.
15425
15426         * python/lilylib.py (setup_environment): Remove cruft from
15427         GS_FONTPATH.
15428
15429         * configure.in: Bump mftrace requirement to 1.1.1.
15430
15431 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
15432
15433         * scm/output-svg.scm (beam): Use polygon.
15434
15435         * scm/lily-library.scm: Bugfix.
15436
15437         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
15438
15439         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
15440
15441 2004-12-19  Werner Lemberg  <wl@gnu.org>
15442
15443         Prepare glyph shapes for mf2pt1 conversion.
15444
15445         * mf/feta-eindelijk: Some formatting.
15446         (multi_rest_x, multi_beam_height): Removed.  Unused.
15447         ("Quarter rest"): Use `intersectiontimes' to create a single
15448         outline.
15449         (rest_crook): Removed.  Unused.
15450         (draw_rest_bulb): Return path (without filling).  Update callers.
15451         Simplified.
15452         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
15453         "128th rest"): Simplify `pat'.
15454         Create single outline.
15455
15456 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
15457
15458         * mf/GNUmakefile (ALL_GEN_FILES):
15459         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
15460
15461         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
15462         function.
15463
15464 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15465
15466         * scm/output-texstr.scm (placebox): add routine
15467
15468         * VERSION (PACKAGE_NAME): release 2.5.4
15469
15470         * scm/framework-texstr.scm (output-framework): new file.  
15471
15472         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
15473         processing.
15474
15475         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
15476
15477         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
15478         rule.
15479
15480         * configure.in (gui_b): bump mftrace requirement to 1.1.0
15481
15482         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
15483
15484         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
15485
15486 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
15487
15488         * scm/framework-svg.scm (dump-page): Implement landscape.
15489
15490 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
15491
15492         * lily/main.cc (setup_paths): Add svg to search path.
15493
15494         * scm/output-svg.scm:
15495         * scm/framework-svg.scm: Add pageSet.  Update.
15496         (dump-fonts): New function.
15497         (output-framework): Use it.
15498
15499         * mf/GNUmakefile: 
15500         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
15501
15502 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15503
15504         * tex/lilyponddefs.tex: comment out new ifpdf code.
15505
15506 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
15507
15508         * GNUmakefile.in: 
15509         * SConstruct (symlink): Replace afm by otf.
15510
15511         * scm/framework-gnome.scm (gnome-main): Remove invocation of
15512         ly:pango-add-afm-decoder.
15513
15514         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
15515
15516 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15517
15518         * scm/output-ps.scm (new-text): don't access t glyph for getting
15519         space dimension.
15520
15521         * ly/init.ly: warn about \version
15522
15523         * lily/lexer.ll: set version-seen?
15524
15525 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
15526
15527         * scm/output-svg.scm (string->entities): Update.
15528
15529 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15530
15531         * lily/main.cc (setup_paths): replace afm by otf for path. 
15532
15533         * lily/pangofc-afm-decoder.cc: remove.
15534
15535         * lily/include/pangofc-afm-decoder.hh: remove.
15536
15537         * scm/framework-scm.scm (output-framework): new file.
15538
15539         * mf/GNUmakefile: remove SAUTER_FONTS.
15540         remove SVG/sodipodi hacks.
15541
15542         * scm/lily-library.scm (stderr): move stderr.
15543
15544         * mf/GNUmakefile: remove AFM support.
15545
15546         * buildscripts/mf-to-table.py (base): remove AFM support.
15547
15548         * lily/open-type-font.cc (design_size): use design_size
15549
15550 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
15551
15552         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
15553
15554 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
15555
15556         * mf/GNUmakefile: Generate combined aybabtu info.
15557         * mf/aybabtu.pe.in (i): Load it.
15558
15559         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
15560         are not symbols.
15561
15562         * lily/include/open-type-font.hh (count): New method.
15563
15564         * mf/aybabtu.pe.in: Typo.
15565
15566         * Documentation/user/out/lilypond-internals.nexi (Scheme
15567         functions): Typo.
15568
15569         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
15570
15571 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15572
15573         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
15574         subfonts.
15575
15576         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
15577
15578         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
15579         (tex-font-command-raw): new function.
15580
15581         * lily/include/virtual-font-metric.hh (Module): remove file
15582
15583         * lily/virtual-font-metric.cc (Module): remove file.
15584         
15585
15586         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
15587         (get_indexed_char): read bbox from lily table if present.
15588
15589 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15590
15591         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
15592         aybabtu.subfonts
15593
15594         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
15595         global glyphname. Enables more than 64 glyphs in the OTF.
15596
15597 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
15598
15599         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
15600         braces.
15601
15602         * lily/open-type-font.cc (design_size): Use 12 as default for
15603         design size.
15604
15605         * mf/aybabtu.pe.in: New file.  Merge all our braces.
15606
15607         * mf/GNUmakefile: Generate aybabtu.
15608
15609         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
15610
15611 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
15612
15613         * scm/lily-library.scm (char->unicode-index): Remove.
15614
15615         * scm/output-gnome.scm (text): Bugfix for plain string input.
15616         Updates.
15617
15618         * scm/output-svg.scm (svg-font): Add weight to font selection.
15619
15620 2004-12-14  Mats Bengtsson  <mabe@s3.kth.se>
15621
15622         * Documentation/topdocs/INSTALL.texi (Top): Point to
15623         buildscripts/out/clean-fonts instead of
15624         buildscripts/clean-fonts.sh. 
15625
15626 2004-12-13  Graham Percival  <gperlist@shaw.ca>
15627
15628         * input/regression/figured-bass.ly: attempt to clarify text.
15629
15630         * Documentation/user/notation.tely: add cindex for tag, attempt to
15631         add figured bass example.
15632
15633         * Documentation/user/changing-defaults: basic editing.
15634
15635 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15636
15637         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
15638
15639         * lily/open-type-font.cc (LY_DEFINE): new function
15640         ly:font-sub-fonts
15641
15642         * lily/include/font-metric.hh (struct Font_metric): new method
15643         sub_fonts()
15644
15645         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
15646         . with - in add.stem.
15647         
15648 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
15649
15650         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
15651         and fetaDynamic.
15652
15653         * lily/rest.cc (glyph_name): Change - to . .
15654
15655         * scm/output-gnome.scm (text): Hello world, again.
15656
15657         * scm/output-svg.scm (named-glyph): New function.  Hello world!
15658
15659         * lily/modified-font-metric.cc (index_to_charcode): New method.
15660
15661         * lily/include/font-metric.hh (index_to_charcode): New function.
15662
15663         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
15664         new function.
15665         (ly:font-glyph-to-index): Remove.
15666
15667 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15668
15669         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
15670
15671         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
15672
15673         * lily/open-type-font.cc (load_scheme_table): new function
15674
15675         * lily/dots.cc (print): replace - 
15676
15677         * lily/open-type-font.cc (attachment_point): new function.
15678         (load_table): read LILC table
15679
15680         * buildscripts/gen-bigcheese-scripts.py (Module): new
15681         file. Generate FF scripts.
15682
15683         * mf/feta-din10.mf: idem.
15684
15685         * mf/feta-nummer10.mf: remove mf files.
15686
15687         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
15688
15689 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
15690
15691         * lily/lily-guile.cc: Use scm_from_locale_stringn.
15692
15693         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
15694         compatibility.
15695
15696 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15697
15698         * lily/open-type-font.cc (get_indexed_char): scale metrics by
15699         design-size and units_per_EM.
15700
15701         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
15702
15703 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
15704
15705         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
15706         does not crash fontforge.
15707
15708         * scm/lily-library.scm (char->unicode-index): Hack to map onto
15709         PUA.
15710
15711 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15712
15713         * scm/framework-ps.scm (ps-embed-cff): new function.
15714
15715         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
15716
15717 2004-12-12  Werner Lemberg  <wl@gnu.org>
15718
15719         * mf/bigcheese.pe.in: Add PUA mapping.
15720         Don't create Type 42 but bare CFF font.
15721
15722 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
15723
15724         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
15725         within canvas boundaries.
15726
15727         * mf/merge.pe.in: Set font names, version, license GPL.
15728
15729         * make/substitute.make: Add FONTFORGE.
15730
15731         * config.make.in (FONTFORGE): Add.
15732
15733         * configure.in (gui_b): Use PATH_PROG for fontforge.
15734
15735 2004-12-11  Graham Percival  <gperlist@shaw.ca>
15736
15737         * scm/define-markup-commands.scm: add baseline-skip to info
15738         about \column.
15739
15740 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15741
15742         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
15743
15744         * scm/output-gnome.scm (named-glyph): Use it.
15745
15746         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
15747
15748         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
15749         (upper_string, lower_string, reverse_string): Remove.
15750
15751         * configure.in (fontforge): Reinstate version check.
15752
15753         * ly/engraver-init.ly: Fix clef glyph names.
15754
15755         * lily/time-signature.cc (special_time_signature): Fix fraction
15756         glyph names.
15757
15758 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15759
15760         * mf/merge.pe: new file.
15761
15762         * lily/freetype.cc: new file.
15763
15764         * lily/include/open-type-font.hh (class Open_type_font): new file.
15765
15766         * lily/include/freetype.hh: new file.
15767
15768         * lily/open-type-font.cc: new file.
15769
15770         * lily/all-font-metrics.cc (find_otf): new function.
15771
15772 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15773
15774         * lily/time-signature.cc (special_time_signature): Fix.
15775
15776         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
15777         GTK2 before checking for pango.  Fixes -fgnome.
15778
15779         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
15780         Scheme name.
15781
15782         * scm/define-markup-commands.scm:
15783         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
15784
15785         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
15786
15787         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
15788         date versions.  Fixes configure.
15789         (STEPMAKE_CHECK_VERSION): Support optional actual program version
15790         argument.
15791
15792 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15793
15794         * buildscripts/mf-to-table.py (write_ps_encoding): write real
15795         names in .enc
15796
15797         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
15798
15799 2004-12-09  Graham Percival  <gperlist@shaw.ca>
15800
15801         * Documentation/user/changing-defaults.itely: add info about
15802         make-dynamic-script
15803
15804         * Documentation/user/notation.itely: add link in dynamics to
15805         section about make-dynamic-script.
15806
15807 2004-12-09  Christian hitz  <chhitz@gmx.net>
15808
15809         * lily/lily-guile.cc: change MACOS_X to __APPLE__
15810
15811 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15812
15813         * buildscripts/mf-to-table.py (parse_logfile): use . for
15814         concatting name and group.
15815         (parse_logfile): use M for Minus (negative.)
15816
15817         * lily/include/type-swallow-translator.hh
15818         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
15819
15820         * lily/*.cc: cosmetics around = sign.
15821
15822         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
15823         lyric spacing on the penultimate column.
15824
15825 2004-12-05  Christian Hitz  <chhitz@gmx.net>
15826
15827         * configure.in:
15828         * lily/accidental-placement.cc:
15829         * lily/bar-line.cc:
15830         * lily/beam-concave.cc:
15831         * lily/beam-quanting.cc:
15832         * lily/beam.cc:
15833         * lily/bezier-bow.cc:
15834         * lily/bezier.cc:
15835         * lily/break-align-interface.cc:
15836         * lily/custos.cc:
15837         * lily/dimension-cache.cc:
15838         * lily/dot-column.cc:
15839         * lily/font-metric.cc:
15840         * lily/font-select.cc:
15841         * lily/gourlay-breaking.cc:
15842         * lily/grob-property.cc:
15843         * lily/grob.cc:
15844         * lily/lily-guile.cc:
15845         * lily/line-spanner.cc:
15846         * lily/lookup.cc:
15847         * lily/lyric-extender.cc:
15848         * lily/lyric-hyphen.cc:
15849         * lily/mensural-ligature.cc:
15850         * lily/midi-def.cc:
15851         * lily/misc.cc:
15852         * lily/note-collision.cc:
15853         * lily/note-column.cc:
15854         * lily/note-head.cc:
15855         * lily/paper-outputter.cc:
15856         * lily/percent-repeat-item.cc:
15857         * lily/rest-collision.cc:
15858         * lily/side-position-interface.cc:
15859         * lily/simple-spacer.cc:
15860         * lily/slur-configuration.cc:
15861         * lily/slur-scoring.cc:
15862         * lily/slur.cc:
15863         * lily/spaceable-grob.cc:
15864         * lily/spacing-spanner.cc:
15865         * lily/spanner.cc:
15866         * lily/staff-symbol-referencer.cc:
15867         * lily/stem.cc:
15868         * lily/stencil.cc:
15869         * lily/system-start-delimiter.cc:
15870         * lily/system.cc:
15871         * lily/text-item.cc:
15872         * lily/tie.cc:
15873         * lily/tuplet-bracket.cc:
15874         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
15875         <cmath> beacause isinf/isnan is undefined in <cmath>
15876
15877 2004-12-03  Mats Bengtsson  <mabe@s3.kth.se>
15878
15879         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
15880
15881 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15882
15883         * VERSION: release 2.5.3
15884         
15885 2004-11-29  Arno Waschk <arno@arnowaschk.de>
15886
15887         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
15888
15889 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15890
15891         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
15892
15893         * lily/note-head.cc (internal_print): always try the "s" head if
15894         u/d not found.
15895
15896         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
15897
15898 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15899
15900         * mf/parmesan-heads.mf (overdone_heads): typos.
15901
15902 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
15903
15904         * lily/parser.yy (markup): in markups, { .. } without command
15905         before are also flattened, ie \line must be explicitely used.
15906
15907         * Documentation/user/changing-defaults.itely:
15908         * Documentation/user/notation.itely: 
15909         * input/wilhelmus.ly: 
15910         * input/regression/instrument-name-markup.ly: 
15911         * input/regression/markup-score.ly: 
15912         * input/regression/new-markup-scheme.ly: 
15913         * input/regression/new-markup-syntax.ly: 
15914         * input/test/coriolan-margin.ly: use \line in markups where
15915         appropriate
15916         
15917 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
15918
15919         * scm/new-markup.scm (map-markup-command-list): helper function
15920         used in parser.yy to map markup commands on a markup list.
15921
15922         * lily/parser.yy: get rid off < > in markups by treating { } as
15923         real lists.
15924
15925         * lily/lexer.ll: remove < > from markup lexer mode.
15926
15927         * scripts/convert-ly.py (conv): add rule for converting 
15928         \markup < > to \markup { }
15929
15930         * ly/titling-init.ly: 
15931         * input/test/coriolan-margin.ly: 
15932         * input/regression/new-markup-syntax.ly: 
15933         * input/regression/new-markup-scheme.ly: 
15934         * input/regression/multi-measure-rest-text.ly: 
15935         * input/regression/markup-stack.ly: 
15936         * input/regression/markup-score.ly: 
15937         * input/regression/instrument-name-markup.ly: 
15938         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
15939         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
15940         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
15941         * input/wilhelmus.ly: 
15942         * Documentation/user/notation.itely: 
15943         * Documentation/user/music-glossary.tely: 
15944         * Documentation/user/changing-defaults.itely: change < > to { } in
15945         markups
15946
15947 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15948
15949         * lily/accidental-placement.cc (position_accidentals): shortcut if
15950         no accidentals to place.
15951
15952 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
15953
15954         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
15955         typo s/ly:dimension ?/ly:dimension?/
15956
15957         * input/regression/lily-in-scheme.ly: 
15958         * input/regression/music-function.ly: 
15959         * ly/spanners-init.ly (assertBeamSlope): 
15960         * scm/music-functions.scm (def-grace-function): add the paper
15961         argument to music function definitions.
15962
15963 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
15964
15965         * lily/moment.cc (LY_DEFINE):
15966         ly:moment-main-{denominator,numberator}, new function.
15967
15968         * lily/score-engraver.cc (typeset_all): assign to column on basis
15969         of axis-group-parent-X setting.
15970
15971         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
15972         add_element() on basis of axis-group-parent-Y setting.
15973
15974         * lily/grob.cc: add axis-group-parent-{XY} properties.
15975
15976         * input/regression/spacing-stick-out.ly: new file.
15977
15978         * lily/simple-spacer.cc (add_columns): use binary search for
15979         setting column rods. Changes O(n^2) to O(n log(n)) for
15980         constructing spacing problem from columns.
15981         (add_columns): read allow-outside-line to make sure no texts stick
15982         out.
15983         (solve): Simple_spacer::is_active() only determines
15984         satisfies_constraints_ for non-ragged typesetting.
15985
15986         * lily/simultaneous-music.cc (to_relative_octave): only set
15987         old_relative_used if return pitch actually changed.
15988
15989         * scm/define-context-properties.scm
15990         (all-user-translation-properties): change to match implementation.
15991
15992         * python/lilylib.py: Replace re.match by re.search and adds "-c
15993         showpage" to the gs command line (Johannes Schindelin)
15994
15995         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
15996         before processing. Prevents crash when inf is in the extent.
15997
15998         * scm/define-markup-commands.scm (note-by-number): add "s" to
15999         "noteheads-" glyphname.
16000  
16001         * lily/parser.yy (Generic_prefix_music): supply parser argument to
16002         music function as well.
16003         
16004 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16005
16006         * VERSION: release 2.5.2
16007
16008         * Documentation/user/changing-defaults.itely (Creating titles):
16009         add breakbefore variable.
16010
16011         * lily/paper-book.cc (set_system_penalty): new function. Set
16012         penalty_ based on breakBefore setting
16013
16014         * lily/context-specced-music-iterator.cc (construct_children):
16015         interpret special context id $uniqueContextId 
16016
16017         * lily/context.cc (create_unique_context): new method. Move
16018         creation of unique (\new) contexts into interpreting phase. This
16019         makes
16020
16021           foo= \new Staff ..
16022           << \foo \foo >>
16023
16024         produce 2 staves.
16025         
16026
16027         * scm/define-music-properties.scm (all-music-properties): add
16028         quoted-voice-direction
16029
16030         * ly/music-functions-init.ly: killCues function.
16031
16032         * scm/music-functions.scm (cue-substitute): move creation of voice
16033         contexts further to the back. 
16034
16035 2004-11-25  Werner Lemberg  <wl@gnu.org>
16036
16037         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
16038         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
16039
16040 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
16041
16042         * buildscripts/guile-gnome.sh: Fixed typo.
16043
16044 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16045
16046         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
16047
16048         * scripts/abc2ly.py (dump_slyrics): add ord(). 
16049
16050         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
16051         to regular engraver. 
16052
16053 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16054
16055         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
16056
16057 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
16058
16059         * scm/define-markup-commands.scm (fill-line): Typo.
16060
16061         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
16062         and newer.
16063
16064 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
16065
16066         * ly/dynamic-scripts-init.ly: Fixed typo.
16067
16068 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16069
16070         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
16071         note-head, to have different attachment points for up and down.
16072
16073         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
16074
16075         * mf/feta-generic.mf (else): remove solfa.
16076
16077         * mf/feta-bolletjes.mf (tishape): remove unicode test.
16078
16079         * scm/define-context-properties.scm
16080         (all-user-translation-properties): add shapeNoteStyles property.
16081
16082         * lily/shape-note-heads-engraver.cc (process_music): new file.
16083
16084         * lily/event.cc (transpose): call Event::transpose() for
16085         transposing the tonic.
16086
16087 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
16088
16089         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
16090         Unicode/OpenType and AFM.
16091
16092         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
16093
16094 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16095
16096         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
16097
16098         * lily/context.cc (Context): unprotect key from ctor.
16099
16100         * scm/stencil.scm (stack-lines): return empty-stencil if argument
16101         is '()
16102         (stack-stencils): idem.
16103
16104         * Documentation/user/changing-defaults.itely (Creating titles):
16105         document new title layout options.
16106
16107         * lily/parser.yy (lilypond_header_body): copy previous
16108         $globalheader if present.
16109
16110         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
16111         ly:module-copy
16112         
16113         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
16114
16115         * scm/titling.scm: remove old titling functions
16116
16117         * lily/stencil.cc (translate): remove absolute dimension.
16118
16119         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
16120         via markup.
16121
16122         * scm/page-layout.scm (marked-up-headfoot): create header/footer
16123         field from user-supplied markup
16124
16125         * scm/define-markup-commands.scm (on-the-fly): new markup
16126         command. Enter SCM markup procedure directly in Scheme.
16127         (fromproperty): new markup command. Read markup from props argument.
16128
16129         * scm/titling.scm (marked-up-title): create title via
16130         user-specified markup. 
16131
16132         * scm/define-markup-commands.scm (column): remove empty stencils
16133         from column.
16134
16135         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
16136         not have side-effect of creating variable stub.
16137
16138         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
16139
16140 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
16141
16142         * scm/encoding.scm (coding-alist): 
16143         * scm/font.scm (add-ec-fonts):
16144         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
16145         Extended-TeX-Font-Encoding---Latin.
16146
16147         * lily/side-position-interface.cc (general_side_position): Add
16148         actual offset to error message (avoid constant error messages).
16149
16150         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
16151         block.
16152
16153         * lily/font-select.cc (select_encoded_font)
16154         (get_font_by_mag_step, get_font_by_design_size): 
16155         * lily/modified-font-metric.cc (Modified_font_metric): 
16156         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
16157
16158         * scm/encoding.scm (coding-alist): Add fetaDynamic.
16159         (read-encoding-file): Bugfix: do not require space after bracket.
16160
16161         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
16162         these do not exist.
16163
16164 2004-11-20  Graham Percival  <gperlist@shaw.ca>
16165
16166         * Documentation/user/notation.itely: added info about typesetting
16167         boxed bar numbers.
16168
16169 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16170
16171         * flower/interval.cc (T_to_string): gcc4 fixes.
16172
16173         * scm/define-markup-commands.scm (fill-line): use
16174         stack-stencils. This fixes problems with putting already centered
16175         stencils in a line.
16176
16177         * VERSION: release 2.5.1
16178
16179         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
16180
16181 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16182
16183         * input/example-[1-3].ly: simplify.
16184
16185         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
16186
16187         * scm/output-ps.scm (new-text): new function. Use glyphshow to
16188         show glyphs.
16189
16190         * scm/encoding.scm (decode-byte-string): new function.
16191
16192         * scripts/convert-ly.py (conv): add warning about
16193         set-global-staff-size.
16194
16195         * Doxyfile: add. 
16196
16197         * scripts/convert-ly.py (conv): add raggedlastbottom rule
16198         (conv): warn for TextSpanner split.
16199         (conv): warn for textheight.
16200
16201 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
16202
16203         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
16204         building the documentation, info with images are installed.
16205         (final-install): Fix description.  Mention sourcing of login
16206         scripts (instead of running).
16207
16208 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
16209
16210         * Debian lmodern support.  Note that LilyPond will issue warnings
16211         
16212             no such encoding: "FontSpecific"
16213
16214           The font selection mechanism wants to get the encoding from the
16215           font itself, but the idea of lmodern is that it is usable with
16216           different encodings, ie, Lily should get the encoding from the
16217           font tree, rather than the font itself.  This would require some
16218           more work.
16219         
16220         * configure.in: Test for and accept lmodern if EC fonts not found.
16221
16222         * scm/framework-tex.scm (font-load-command): TeX font name
16223         mangling for latin1 encoded cork-lm fonts.
16224         (convert-to-ps): Load lm.map if available.
16225
16226         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
16227         available.
16228
16229         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
16230
16231         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
16232         available.
16233
16234         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
16235         path for absolute file name, that is silly.
16236
16237         * lily/score-engraver.cc (initialize): 
16238
16239         * Documentation/user/GNUmakefile (local-install-info): Invoke
16240         install-info --remove first.
16241
16242         * #include cleanup (Andreas Scherer).
16243
16244 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
16245
16246         * input/test/script-abbreviations.ly: fix typos.
16247
16248 2004-11-17  Werner Lemberg  <wl@gnu.org>
16249
16250         * python/lilylib.py (options_help_str): Support pretty-printing of
16251         newlines in fourth element of option description.
16252
16253         * scripts/lilypond-book.py (option_definitions): Use new lilylib
16254         feature.
16255         Sort options.
16256
16257         * Documentation/user/lilypond-book.itely: Finish update.
16258
16259 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
16260
16261         * Documentation/user/macros.itexi: Add comment about \command.
16262
16263         * Documentation/user/lilypond.tely:
16264         * Documentation/user/lilypond-book.itely: Fix names of lilypond
16265         and lilypond-book nodes, so that `info lilypond' visits the manual
16266         at top level, and `info lilypond-book' visits the lilypond-book
16267         section.
16268
16269         * Documentation/user/GNUmakefile (local-install-info): Fix rules
16270         and packager messages.
16271
16272         * lily/pangofc-afm-decoder.cc: Update test.
16273
16274 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
16275
16276         * scm/lily-library.scm (char->unicode-index): New function.
16277
16278         * scm/output-gnome.scm: 
16279         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
16280
16281         * Proper naming of file name throughout; s/filename/file[-_]name/.
16282
16283         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
16284
16285         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
16286
16287 2004-11-16  Werner Lemberg  <wl@gnu.org>
16288
16289         * scripts/lilypond-book.py: The Lord has commanded me to use only
16290         tabs for indentation.  Your humble servant obeys.
16291
16292 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
16293
16294         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
16295         including font, if LilyPond-feta font is only feta font in path.
16296
16297         * scm/output-gnome.scm (text): Revert to file name of font if font
16298         has no name.  Fixes ec font selection.
16299         (char): Bugfix: do not utf8 twice.  Fixes clefs.
16300
16301         * scm/framework-svg.scm:
16302         * scm/output-svg.scm: New file.  TODO: figure out how to
16303         do character by index in font.
16304
16305         * scm/output-sodipodi.scm: Remove.
16306
16307         * scm/output-ps.scm (stem): Remove.
16308
16309 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
16310
16311         * scm/output-gnome.scm (beam): New function.
16312         (slur): Round corners.
16313         (round-filled-box): Round corners.
16314
16315 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16316
16317         * scm/output-gnome.scm (beam): add function.
16318         (draw-line): new routine.
16319         (dashed-line): stub; call draw-line
16320         (polygon): new routine.
16321
16322 2004-11-15  Werner Lemberg  <wl@gnu.org>
16323
16324         * Documentation/user/lilypond-book.itely: Revise section on
16325         lilypond-book options.
16326         Other minor fixes.
16327
16328         * scripts/lilypond-book.py: Change indentation to 4.
16329         Minor formatting.
16330
16331 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16332
16333         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
16334         grobs that have tweaks specced.
16335         
16336 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
16337
16338         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
16339
16340 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
16341
16342         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
16343         actual char #, not 0 based index.
16344
16345         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
16346
16347         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
16348         Warning: do make -C mf clean.
16349
16350         * lily/context-property.cc: Compile fix.
16351
16352         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
16353         Grok ec-fonts, braces and dynamics.
16354
16355         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
16356
16357 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16358
16359         * lily/include/tweak-registration.hh: new file.
16360
16361         * lily/tweak-registration.cc: new file.
16362
16363         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
16364         saving tweaks.
16365
16366         * scm/output-gnome.scm (text): comment dribble.
16367
16368 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
16369
16370         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
16371
16372         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
16373         path-def before using.  Fixes muchtomany slurs in wrong places
16374         bug.
16375
16376 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16377
16378         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
16379
16380         * lily/include/object-key-undumper.hh (Module): new file.
16381
16382         * lily/object-key-undumper.cc (Module): New file. Deserialize
16383         keys. SCM bindings
16384
16385         * lily/object-key-dumper.cc (Object_key_dumper): idem.
16386         Provide SCM bindings.
16387
16388         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
16389         new file. Serialize object keys.
16390         
16391         * lily/object-key.cc (dump): new function.
16392         (as_scheme): new virtual function
16393         (undump): new function
16394         (undumpers): new table.
16395
16396         * lily/include/global-context.hh (Context): take \score key upon init.
16397
16398         * lily/object-key-dumper.cc (serialize_key): new file.
16399
16400         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
16401
16402         * lily/lily-lexer.cc: remove \quote.
16403
16404         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
16405
16406         * lily/context.cc (Context): take key argument in ctor.
16407         (create_context): new function
16408
16409         * lily/grob.cc (Grob): take key argument in ctor.  
16410
16411         * lily/lilypond-key.cc (do_compare): new file.
16412
16413         * lily/object-key.cc (Object_key): new file.
16414
16415         * lily/include/object-key.hh (class Object_key): new file.
16416
16417         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
16418
16419 2004-11-13  Graham Percival  <gperlist@shaw.ca>
16420
16421         * Documentation/user/lilypond-book.itely: add small warning about
16422         noindent default in lilypond-book.
16423
16424         * Documentation/user/converters.itely: add examples for convert-ly.
16425
16426         * Documentation/user/examples.itely: change version string in templates
16427         to 2.4.0.
16428
16429 2004-11-12  Karl Hammar  <karl@aspodata.se>
16430
16431         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
16432         cmdline, use xargs instead (backportme)
16433
16434 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
16435         
16436         * Documentation/user/: Numerous fixes in the user manual.
16437
16438 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16439
16440         * lily/parser.yy (re_rhythmed_music): search music expression for
16441         context-id, surround by \new Voice if not found. Fixes:
16442         addlyrics-second-staff.ly
16443
16444         * VERSION: 2.5.0 released.
16445         
16446 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
16447
16448         * Documentation/index.html.in: Fix url to one big page.  (backportme)
16449
16450         * Documentation/user/GNUmakefile: Separate rules for split and
16451         unsplit html documents.  Remove perl massaging.  (backportme)
16452
16453 2004-11-11  Graham Percival  <gperlist@shaw.ca>
16454
16455         * Documentation/user/lilypond-book.itely: add short warning about
16456         \lilypond{} in LaTeX docs.
16457
16458 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
16459
16460         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
16461         found.  (backportme)
16462
16463         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
16464         version requirement.  (backportme)
16465
16466         * configure.in: Be explicit about old versions of
16467         ec-fonts-mtraced.  (backportme)
16468
16469         * lily/context-selector.cc (set_tweaks): New function.
16470         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
16471         web with -DTWEAK.
16472
16473         * Documentation/user/introduction.itely (Automated engraving):
16474         Remove fragment option.  Fixes web.
16475
16476         * lily/context-property.cc (make_item_from_properties):
16477         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
16478         #ifdef.
16479
16480         * scm/define-context-properties.scm
16481         (all-internal-translation-properties): Add tweakRank and tweakCount.
16482
16483         * lily/grob.cc: 
16484         * scm/define-grob-properties.scm (all-internal-grob-properties):
16485         Add tweak-rank and tweak-count.
16486
16487 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
16488
16489         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
16490         New function.
16491         (text): Use them.
16492
16493         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
16494         animated/opaque grob dragging tweaks.
16495
16496         * buildscripts/guile-gnome.sh: Update.
16497
16498 2004-11-10  Mats Bengtsson  <mabe@s3.kth.se>
16499
16500         * scm/define-grobs.scm (all-grob-descriptions): Added
16501         line-interface to the LigatureBracket object.
16502
16503 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
16504
16505         * scm/framework-gnome.scm (item-event): Support non-animated mouse
16506         dragging tweaks.
16507
16508         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
16509
16510         * lily/context-selector.cc (store_context): New function.
16511
16512         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
16513         (store_grob): New function.
16514         (identify_grob): Add Moment parameter.
16515
16516         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
16517         exists.
16518
16519         * scm/framework-gnome.scm (save-tweaks): Write as alist.
16520
16521 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
16522
16523         * scm/framework-gnome.scm (item-event): Print grob id.
16524         (save-tweaks): New function.
16525         (tweak): New funtion.
16526         (item-event): Use it, bound to arrow keys.
16527
16528         * lily/context-property.cc (make_item_from_properties): Register grob.
16529         * lily/context.cc (add_context): Register context.
16530
16531         * lily/include/context-selector.hh:
16532         * lily/include/grob-selector.hh:
16533         * lily/context-selector.cc:
16534         * lily/grob-selector.cc: New file.
16535
16536 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16537
16538         * lily/slur.cc: add 'positions to interface
16539
16540         * lily/main.cc: reinstate PS as standard output format. 
16541
16542         * scm/framework-tex.scm (output-preview-framework): print systems
16543         up to first non title system.
16544
16545         * lily/grace-engraver.cc (start_translation_timestep): split
16546         scm_cadddr
16547         
16548 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16549
16550         * lily/quote-iterator.cc (Module): remove old quote-iterator
16551
16552         * scm/define-music-types.scm (music-descriptions): move
16553         NewQuoteMusic over QuoteMusic
16554
16555         * Documentation/user/notation.itely (Formatting cue notes): use
16556         \cueDuring.
16557
16558         * lily/new-quote-iterator.cc (quote_ok): new function.
16559
16560         * input/regression/quote-cue-during.ly: new file.
16561
16562         * input/regression/quote-grace.ly: new file.
16563
16564         * scm/define-context-properties.scm (Module): change definition of
16565         graceSettings
16566
16567         * lily/context-property.cc (Module): rename from
16568         translator-property.cc
16569
16570         * lily/context.cc (context_name_symbol): new function
16571
16572         * lily/grace-engraver.cc: new file. Set properties for grobs based
16573         on the grace-ness of now_moment().
16574
16575         * scm/music-functions.scm (add-grace-property): use list
16576         iso. vector for graceSettings
16577         remove set-{start,stop}-grace-properties. 
16578
16579         * lily/new-quote-iterator.cc (construct_children): set
16580         quote_outlet_ if no quoted-context-{id,type} specified.
16581
16582         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
16583
16584         * lily/parser.yy (command_element): remove \quote.
16585
16586         * ly/music-functions-init.ly (location): add quoteDuring music
16587         function. 
16588
16589         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
16590         optional semicolon. (backportme)
16591
16592 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
16593
16594         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
16595         need to link to GUILE et al.
16596
16597 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16598
16599         * scm/define-music-properties.scm (all-music-properties): add
16600         quoted-context-type, quoted-context-id.
16601
16602         * scm/lily.scm (type-check-list): new function.
16603         
16604         * scm/lily-library.scm: new file. Generic library routines.
16605
16606         * lily/parser.yy (Generic_prefix_music): move typechecking out of
16607         parser.
16608
16609         * ly/music-functions-init.ly: add quoteDuring function.
16610
16611         * lily/include/music-iterator.hh (class Music_iterator): rename
16612         set_translator -> set_context
16613
16614         * lily/parser.yy (Generic_prefix_music_scm): add
16615         MUSIC_FUNCTION_SCM_SCM_MUSIC
16616
16617         * scm/lily.scm (sanitize-command-option): new function. (backportme)
16618
16619         * scm/framework-tex.scm (header): sanitize TeX paper size.
16620         (backportme)
16621
16622 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
16623
16624         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
16625
16626         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
16627
16628         * scm/framework-tex.scm (font-load-command): Use T1 if no
16629         font-encoding set.  (backportme)
16630
16631         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
16632         exists before converting.  (backportme)
16633
16634         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
16635         exists before converting.  (backportme)
16636         (convert-to-ps): Remove .ps file if it exists before
16637         converting.  (backportme)
16638
16639         * lily/lexer.ll: Remove extra progress newline, use present tense.
16640
16641         * scm/paper.scm (paper-alist): public.
16642         * scm/framework-tex.scm (convert-to-ps):
16643         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
16644         command line.
16645
16646 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16647
16648         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
16649
16650         * lily/recording-group-engraver.cc (derived_mark): mark
16651         now_events_. (backportme)
16652
16653 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16654
16655         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
16656
16657         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
16658         invoking latex. (backportme.)
16659
16660         * lily/stem.cc (off_callback): center stems for all rest stems.
16661
16662 2004-11-05  Werner Lemberg  <wl@gnu.org>
16663
16664         * Documentation/user/lilypond.tely: Add more guidelines for writing
16665         lilypond texinfo documents.
16666
16667 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
16668
16669         * Documentation/index.html.in: remove <hr>.
16670
16671         * THANKS: change 2.3 to 2.4.
16672
16673 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
16674
16675         * scm/output-gnome.scm: More fontconfig comment.
16676
16677 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
16678
16679         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
16680         <package> directory in $(builddir)/share according with
16681         PACKAGE_NAME defined in the VERSION file.
16682
16683 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16684
16685         * lily/beam.cc (rest_collision_callback): use local beam
16686         multiplicity.
16687
16688         * input/regression/stem-stemlet.ly: new file.
16689
16690         * lily/stem.cc (add_head): store rests as well.
16691
16692         * scm/define-grob-properties.scm (all-user-grob-properties): add
16693         stemlet-length
16694
16695         * lily/stem.cc: store rests as well.
16696         
16697         * input/regression/new-slur.ly: mention forcing.
16698
16699 2004-11-04  Werner Lemberg  <wl@gnu.org>
16700
16701         * Documentation/user/*: A new round of layout fixes and document
16702         structure cleanup.
16703
16704 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
16705
16706         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
16707
16708 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
16709
16710         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
16711
16712 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
16713
16714         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
16715
16716         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
16717
16718         * lily/main.cc (main): Invoke identify.
16719
16720         * scm/lily.scm (postscript->pdf): Remove progress newline.
16721         Write progress to stderr.
16722
16723         * lily/paper-book.cc (output): Remove progress newline.
16724
16725         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
16726         gettext on user messages, and remove whitespace.
16727
16728         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
16729
16730         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
16731         argv[0] (Thomas Scharkowski).
16732
16733         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
16734         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
16735         for ec-fonts-mtraced.
16736
16737         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
16738         --srcdir build (Bertalan).
16739
16740         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
16741         headers and library too (Laura Conrad).
16742
16743         * Documentation/topdocs/INSTALL.texi (Top): Mention development
16744         package for guile too (Laura Conrad).
16745
16746         * lily/main.cc (usage): Typo.
16747
16748 2004-11-02  Werner Lemberg  <wl@gnu.org>
16749
16750         * Documentation/user/notation.ly: More fixes to improve appearance.
16751
16752         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
16753         better output for multicolumn tables.
16754
16755 2004-11-01  Mats Bengtsson  <mabe@s3.kth.se>
16756
16757         * lily/main.cc (dir_info): Fixed typo in the printouts.
16758
16759 2004-11-01  Werner Lemberg  <wl@gnu.org>
16760
16761         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
16762         of output.
16763         Set `per_line' to 2; replace hard-coded value with it.
16764
16765         * Documentation/user/*: Many fixes to improve appearance of
16766         printed manual.
16767
16768 2004-11-01  Werner Lemberg  <wl@gnu.org>
16769
16770         * Documentation/user/changing-defaults.itely,
16771         Documentation/user/notation.ly,
16772         Documentation/user/programming-interface.itely: Use @/.
16773         Fix formatting of some lilypond snippets and tables.
16774
16775         * scripts/lilypond-book.py (compose_ly): Provide useful default
16776         for LINEWIDTH in `override'.
16777
16778 2004-10-31  Graham Percival  <gperlist@shaw.ca>
16779
16780         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
16781
16782 2004-10-31  Werner Lemberg  <wl@gnu.org>
16783
16784         Resetting @exampleindent to `5' gives ugly results with texinfo's
16785         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
16786         (if not quoting) to change @exampleindent only locally.
16787
16788         * scripts/lilypond-book.py (NOQUOTE): New variable.
16789         (output) [LATEX]: Remove AFTER and BEFORE.
16790         [TEXINFO]: Remove AFTER and BEFORE.
16791         Fix QUOTE and VERBATIM pattern.
16792         Add NOQUOTE pattern.
16793         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
16794         and BEFORE.
16795         [output_texinfo]: Use NOQUOTE.
16796
16797 2004-10-31  Graham Percival  <gperlist@shaw.ca>
16798
16799         * Documentation/user/changing-defaults.itely: clarify paper
16800         size commands with correct info.
16801
16802         * Documentation/user/lilypond-book.itely: add more docs for
16803         filename extensions.
16804
16805 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16806
16807         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
16808         (PATCH_LEVEL): start 2.5.0.
16809
16810 #Local variables:
16811 #coding: utf-8
16812 #End:
16813