]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
po/fi.po: second round of update
[lilypond.git] / ChangeLog
1 2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
2
3         * po/fi.po: apply second round of update.
4
5 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
6
7         * scm/x11-color.scm (make-x11-color-handler): don't use
8         #\sp. Apparently doesn't work on all platforms. 
9
10 2005-05-06  Graham Percival  <gperlist@shaw.ca>
11
12         * Documentation/user/advanced-notation.itely, putting.itely,
13         tutorial.itely, global.itely, introduction.itely: really minor fixes.
14
15 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16
17         * VERSION (PACKAGE_NAME): release 2.5.23
18
19 2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
20
21         * mf/GNUmakefile (MFTRACE_FLAGS):
22         * buildscripts/substitute-encoding.py (outdir): Build fix: pass
23         outdir as option (WAS: hardcoded).
24
25 2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
26
27         * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
28         finished_span_
29
30         * THANKS: add Hans Forbrich.
31
32         * Documentation/topdocs/NEWS.tely (Top): document new feature.
33
34         * Documentation/user/basic-notation.itely (Staff symbol): document
35         start/stop staff. Reference to ossia.ly
36
37         * input/test/ossia.ly: new example using stop and startStaff.
38
39         * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
40         in other words, don't create "|" barline at start of the score.
41         (start_translation_timestep): don't set whichBar for start of score.
42
43         * input/regression/staff-halfway.ly: use new functionality.
44
45         * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
46         start and stop staff based on events.
47
48         * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
49
50         * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
51
52 2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
53
54         * Documentation/user/programming-interface.itely (How markups work
55         internally ): remove \encoding reference.
56
57 2005-05-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
58
59         * scripts/convert-ly.py: Attempt to do a smarter update of 
60         text markups from versions < 1.9.0 with arbitrary nesting.
61
62 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
63
64         * po/fi.po: convert to utf-8, and update.
65
66 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
67
68         * make/lilypond.suse.spec.in: update from suse 2.4 package.
69
70         * lily/*.cc: more <? >? to min/max changes
71
72         * lily/include/interpretation-context-handle.hh: rename
73         Interpretation_context_handle to Context_handle.
74
75 2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
76
77         * input/regression/GNUmakefile (local_delete): use `find` together 
78         with `xargs` to avoid too long argument-lists in cmd line.
79
80 2005-05-04  Graham Percival  <gperlist@shaw.ca>
81
82         * Documentation/user/introduction.itely: updates "About this manual".
83
84         * Documentation/user/advanced-notation.itely,
85         invoking.itely: minor fixes.
86
87 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
88
89         * COPYING: add font exception. Update FSF address. 
90
91         * lily/context-def.cc (path_to_acceptable_context): bugfix, depth
92         should be taken without child context.
93
94         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use it.
95
96         * scm/define-markup-commands.scm (triangle): new command, as
97         robust replacement for unicode Delta/Triangle.
98
99 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
100
101         * ps/music-drawing-routines.ps: add fillp argument.
102
103         * lily/lookup.cc (round_filled_polygon): polygon takes filled? argument
104
105         * lily/font-config.cc (init_fontconfig): don't add cff/
106
107         * VERSION (PACKAGE_NAME): release 2.5.22
108
109         * mf/GNUmakefile: remove cff/cff.ps/.map install rules.
110
111         * lily/grace-engraver.cc (consider_change_grace_settings): use
112         is_alias(). Fixes problem with CueVoice grace notes. 
113
114         * lily/simultaneous-music-iterator.cc (construct_children): call
115         Music_iterator::quit() for iterators that start out invalid. This
116         fixes indefinitely continuing contexts.
117
118         * buildscripts/substitute-encoding.py: new file
119
120         * Documentation/user/basic-notation.itely (Basic polyphony): fix
121         missing @end 
122
123         * scripts/lilypond-book.py (write_if_updated): print file name.
124
125         * Documentation/user/basic-notation.itely (Explicitly
126         instantiating voices): idem.
127
128         * Documentation/user/advanced-notation.itely (Text spanners):
129         remove stray { } 
130
131         * lily/context.cc (default_child_context_name): the default child
132         is now first in accepts_list_.
133
134         * ly/engraver-init.ly (RemoveEmptyRhythmicStaffContext): add
135         \defaultchild to all relevant contexts.  This fixes:
136         drums-pitch.ly.
137
138         (Probably also fixes similar problems with ancient
139         transcriptions getting CueVoices instead of the desired voices.)
140  
141         * lily/context-def.cc (get_default_child): new function.
142         (get_accepted): place default child in front of list.
143
144         * lily/parser.yy (FIXME): add DEFAULTCHILD token.
145
146         * lily/include/context-def.hh (struct Context_def): add
147         default_accept_
148
149 2005-05-03  Graham Percival  <gperlist@shaw.ca>
150
151         * scm/define-grobs.scm: remove "remove-first" line, since
152         the absent property is set to #f anyway.
153
154         * Documentation/user/basic-notation.itely,
155         advanced-notation.itely, instrument-notation.itely: minor
156         fixes.
157
158         * ly/property-init.ly: add textSpanner{Up,Down,Neutral}.
159
160         * Documentation/user/advanced-notation.itely,
161         changing-defaults.itely: consolidate Text stuff in
162         advanced notation.
163
164         * Documentation/user/global.itely: better docs for \header.
165
166         * Documentation/user/putting.itely: new chapter; placeholder
167         for future expansion.
168
169         * Documentation/user/examples.itely: moved "suggestions for
170         writing LP files" section into putting.itely.
171
172         * Documentation/user/lilypond.itely: added new chapter,
173         fixed the short table of contents.
174
175 2005-05-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
176
177         * lily/beam-quanting.cc (quanting): robustness fix, don't produce
178         infinity for unfeasible beams.
179
180         * make/lilypond.fedora.spec.in (Group): idem.
181
182         * scripts/GNUmakefile (SEXECUTABLES): rename ps2png to lilypond-ps2png
183
184         * mf/GNUmakefile (ALL_GEN_FILES): remove .map
185
186         * scm/framework-ps.scm (write-preamble): extract CFF from OTF
187         fonts directly.
188
189         * buildscripts/gen-emmentaler-scripts.py (i): idem.
190
191         * mf/GNUmakefile: remove all CFF rules.
192
193         * scm/framework-ps.scm (ps-embed-cff): reinstate.
194
195         * lily/open-type-font-scheme.cc (LY_DEFINE):
196         new function ly:otf-font-table-data.
197         (LY_DEFINE): new function otf-font?
198
199 2005-05-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
200
201         * mf/GNUmakefile ($(outdir)/lilypond.map): remove rule.
202         ($(outdir)/Fontmap.lily): idem.
203
204         * buildscripts/gen-emmentaler-scripts.py (i): load fetaXX encoding
205         for PFAEmmentaler-XXX.pfa. 
206
207         * Documentation/user/music-glossary.tely (accidental): NL
208         translation of accidental.
209
210 2005-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
211
212         * flower/include/international.hh: Bugfix: include "string.hh".
213
214         * lily/include/mingw-compatibility.hh: New file.
215
216         * flower/include/libc-extension.hh (memrev): Rename from strrev.
217
218         * configure.in: Search for mingw wcrtomb library.
219
220 2005-05-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
221
222         * scripts/convert-ly.py: Bug fix
223
224         * Documentation/user/changing-defaults.itely (Common tweaks):
225         Added example where the context has to be specified explicitly
226         (MetronomeMark). 
227
228 2005-05-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
229
230         * scripts/lilypond-book.py (ly_options): set timing to #f for
231         notime option.
232
233         * scripts/convert-ly.py (conv): typo.
234
235         * flower/*.cc: remove <? and >?
236         
237         * lily/*.cc: remove <? and >?
238
239         * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
240         that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
241         editor.
242
243 2005-04-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
244
245         * lily/part-combine-engraver.cc: add space to variable list.
246
247 2005-04-30  Graham Percival  <gperlist@shaw.ca>
248
249         * scm/define-grobs.scm: changed RemoveEmptyVerticalGroup's
250         remove-first to false (matches docs)
251
252         * Documentation/user/advanced-notation.itely: corrected docs
253         concerning remove-first.
254
255 2005-04-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
256
257         * lily/part-combine-engraver.cc: make sure that the relevant
258         properties are included in the documentation.
259
260 2005-04-28  Graham Percival  <gperlist@shaw.ca>
261
262         * Documentation/user/lilypond-book.itely: Bernard's docs
263         for \betweenLilyPondSystem.
264
265 2005-04-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
266
267         * Documentation/topdocs/INSTALL.texi (Top): remove TeX outdated
268         remarks.
269
270 2005-04-28  Pal Benko  <benkop@freestart.hu>
271
272         * lily/mensural-ligature.cc (brew_flexa): apply thickness property
273         only on vertical lines of flexa shape, and use a constant
274         thickness value for horizontal lines (patch slightly modified by
275         Jürgen Reuter)
276
277         * lily/include/mensural-ligature.hh: make 2 comments clearer
278
279 2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
280
281         * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
282         to need_extra_horizontal_space; bugfix: use class scope to avoid
283         global namespace pollution
284
285         * Documentation/user/instrument-notation.itely (ligatures): added
286         comment on possible future syntax change and how to work around
287
288         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf
289         (epiphonus, cephalicus): fine-tune shape of plica head for narrow
290         intervals (fixes agnus dei example)
291
292         * Documentation/user/instrument-notation.itely (white mensural
293         ligatures): selected a more illustrative example
294
295 2005-04-28  Heikki Junes <hjunes@cc.hut.fi>
296
297         * Documentation/index.html.in: specify utf-8 charset in meta content.
298
299 2005-04-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
300
301         * python/lilylib.py (make_ps_images): bugfixes; GS can produce
302         empty 2nd page for single page.
303
304         * scm/lily.scm: remove p&c definitions.
305
306         * po/zh_TW.po (Module): new translation.
307
308         * lily/lily-guile.cc (ly_chain_assoc): remove.
309
310         * lily/general-scheme.cc (LY_DEFINE): export ly:chain_assoc_get
311         (LY_DEFINE): recurse, iso. calling ly_chain_assoc.
312
313 2005-04-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
314
315         * lily/beaming-info.cc: remove infinity_i
316
317         * scripts/abc2ly.py (out_filename): fix thinko with \version.
318
319 2005-04-26  Graham Percival  <gperlist@shaw.ca>
320
321         * Documentation/user/basic-notation.itely,
322         instrument-notation.itely, advanced-notation.itely,
323         changing-defaults.itely: minor fixes.  Added docs
324         for colors to advanced-notation.itely.
325
326         * Documentation/user/advanced-notation.itely: fixed compile
327         problem and added Bernard's x11-color doc patch.
328
329 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
330
331         * scm/output-ps.scm (grob-cause): Yet another fix, hope it's
332         alright this time round.
333
334 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
335
336         * Documentation/topdocs/INSTALL.texi (Top): idem.
337
338         * Documentation/topdocs/README.texi (Top): remove clean-fonts refs.
339
340         * VERSION (MAJOR_VERSION): release 2.5.21
341
342         * scm/output-ps.scm (grob-cause): bugfix.
343
344 2005-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
345
346         * cygwin/*: Update.
347
348         * cygwin/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Remove profile
349         stuff.
350
351         * scm/output-ps.scm (grob-cause): Bugfix.
352
353         * scm/lily.scm (ly:load): Remove x11-color.
354
355         * stepmake/aclocal.m4 (STEPMAKE_GET_EXECUTABLE): Bugfix: do not
356         quote executable, fixes getting version from program --with
357         --options.
358         (STEPMAKE_KPATHSEA): Bugfix for Cygwin cross building: use
359         $ac_exeect.
360
361         * Documentation/user/GNUmakefile: Only build music-glossary with
362         rendered lilypond snippets during web.
363
364 2005-04-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
365
366         * po/de.po: update.
367
368         * lily/GNUmakefile (OUT_DIST_FILES): don't dist lexer.cc
369
370 2005-04-22  Laura Conrad <lconrad@laymusic.org>
371  
372         * scripts/abc2ly:
373         second title line append with punctuation dash character;
374         encode abc2ly python strings in utf-8
375        
376 2005-04-21  Laura Conrad <lconrad@laymusic.org>
377
378         * scripts/abc2ly fix chords (again)
379  
380 2005-04-22  Bernard Hurley  <bernard@fong-hurley.org.uk>
381
382         * scm/x11-color.scm: new file
383         All x11 color names can be accessed with:
384         #(x11-color 'ColorName),
385         #(x11-color "ColorName") or:
386         #(x11-color "color name")
387         If the x11 color name is not recognised then it defaults
388         to black
389
390         * scm/lily.scm: amended to call scm/x11-color.scm
391
392 2005-04-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
393
394         * Documentation/user/invoking.itely (Reporting bugs): comment out
395         reference to online PNG bug repository.
396
397 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
398
399         * lily/translator-scheme.cc (ly:translator-property): Remove.
400         Update callers.
401
402         * lily/context-scheme.cc (ly:context-now): Move from translator.
403         Update callers.
404
405 2005-04-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
406
407         * input/regression/grid-lines.ly (skips): refine example.
408
409         * scm/define-context-properties.scm
410         (all-user-translation-properties): doc autoBeamCheck
411
412         * input/regression/grid-lines.ly (Module): new file.
413
414         * lily/grid-point-engraver.cc (Module): new file.
415
416         * lily/grid-line.cc (Module): new file.
417
418         * lily/grid-line-span-engraver.cc (Module): new file.
419
420         * lily/grid-line-interface.cc (Module): new file.
421
422 2005-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
423
424         * scm/auto-beam.scm (revert-property-setting): Bugfixes: add
425         missing parameter, actualy cdr through list.  Actually return a
426         list with ENTRY removed (was '()).
427
428         * scripts/convert-ly.py: Update.  Print warning if file cannot be
429         opened.
430         (do_conversion): Fix printing of continuation comma.
431
432         * Documentation/user/advanced-notation.itely (Beam formatting):
433         Remove refbugs about compound time and mixed duration.
434
435         * scm/auto-beam.scm (default-auto-beam-settings): Write out all
436         modulo moments explicitely.
437
438         * lily/moment.cc (operator %): New function.
439
440         * lily/moment-scheme.cc (ly:mod-moment): Wrap it.
441
442         * lily/translator-scheme.cc (ly:translator-now,
443         ly:translator-property): New function.
444
445         * scm/auto-beam.scm (default-auto-beam-check): New function.
446
447         * lily/auto-beam-engraver.cc (test_moment): Use it.
448
449         * flower/rational.cc (operator %): Bugfix.
450
451 2005-04-21  Erik Sandberg  <ersa9195@student.uu.se>
452
453         * scripts/abc2ly: Bugfix
454
455 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
456
457         * python/fontextract.py (write_extracted_fonts): bugfix, too many
458         %'s on EndFont comment.
459
460         * lily/ledger-line-spanner.cc: some more words of explanation.
461
462         * scripts/lilypond-book.py: patches by John Williams:
463         htmlquote bugfix.
464         Allow snippets to be given distinct filenames.
465         Allow the default alt text to be overridden.
466
467 2005-04-20  Erik Sandberg  <ersa9195@student.uu.se>
468
469         * ly/performer-init.ly: Bugfix
470
471         * THANKS: Added bughunters.
472
473 2005-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
474
475         * SConstruct (test_lib): Bump mftrace requirement to 1.1.9.
476
477         * lily/auto-beam-engraver.cc (test_moment): Test exact measure
478         position (was: use modulo measure length).
479
480         * configure.in (no gui_b): Remove optional gtk+ requirement.
481
482 2005-04-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
483
484         * Documentation/user/basic-notation.itely (Pitches): add
485         LedgerLineSpanner.
486
487         * lily/dynamic-engraver.cc (process_music): set right bound to
488         script if present. Else, do not set.
489         (acknowledge_grob): only set right bound of finished spanner to
490         note column if no other bound is set.
491
492         * python/lilylib.py (make_ps_images): switch back to png16m.
493         
494 2005-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
495
496         * scripts/lilypond-book.py (write_if_updated): Bugfix for not
497         writing up to date file.  Add dvips usage suggestion.
498
499         * scripts/convert-ly.py: Fix error message.
500         Print usage if no files on command line.
501         (usage): Add example usage.
502
503         * input/test/compound-time.ly: New file.
504
505         * input/test/circle.ly: New file.
506
507         * Documentation/topdocs/NEWS.tely: Use them.
508
509         * input/test/boxed-stencil.ly: Remove \score.
510
511         * buildscripts/mf-to-table.py (base): Add .log dependency.
512
513         * mf/GNUmakefile: Add PFAemmentaler and PFAaybabtu dependencies on
514         pfa's.  Add .log dependency
515
516         * scm/define-markup-commands.scm (lower): New command.
517
518         * elisp/lilypond-mode.el (LilyPond-pdf-command): New command,
519         make it default.
520
521 2005-04-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
522
523         * lily/dynamic-engraver.cc (acknowledge_grob): add note-column
524         also to finished cresc as right bound. This fixes:
525         skip-string-decresc.ly
526
527         * lily/slur-scoring.cc (get_bound_info): robustness: substitute
528         relative_coordinate if extent is empty.
529
530         * lily/stem.cc (width_callback): determine correct extent if flag
531         is not there. This fixes slur-no-flag.ly
532
533         * lily/grace-engraver.cc (consider_change_grace_settings): new function.
534         (initialize): also consider_change_grace_settings() on
535         initialization. Fixes large grace notes at start of score.
536
537         * lily/break-align-interface.cc (do_alignment): don't translate if
538         total_extent is empty.
539
540         * buildscripts/lilypond-{login,profile}.sh (Module): remove file.
541
542 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
543
544         * scm/output-ps.scm (grob-cause): don't add cwd if path starts
545         with slash.
546
547 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
548
549         * stepmake/aclocal.m4: Remove tfm_path.
550
551 2005-04-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
552
553         * scm/music-functions.scm (markup-expression->make-markup): fix
554         bug with cons arguments of markup commands.
555         (music->make-music): fix music expression property list building
556
557 2005-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
558
559         * aclocal.m4: Massage package names.
560
561         * SCons updates.
562
563 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
564
565         * VERSION (PACKAGE_NAME): release 2.5.20
566
567         * lily/stem.cc (calc_stem_info): add minimum Y extent of
568         stem-tremolo.  Fixes: bugs/tremolo-stem-length-beamed
569
570         * lily/percent-repeat-engraver.cc (try_music): add measure before
571         next_moment to future processing moment. Fixes:
572         percent-repeat-mm-rest.ly
573         (process_music): don't add moment for 2nd time.
574
575         * input/regression/repeat-percent.ly: add mmrests as extra test.
576
577         * lily/axis-group-engraver.cc (acknowledge_grob): read
578         keepAliveInterfaces to decide what to kill.
579
580         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): add
581         percent-repeat-interface to keepAliveInterfaces. This fixes
582         percent-repeat-harakiri.
583
584 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
585
586         * SCons updates.
587
588 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
589
590         * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
591
592         * aclocal.m4: remove --enable-tfm-path configure option
593
594         * input/test/ancient-font.ly (lowerStaff): clef name errors.
595
596         * scm/backend-library.scm (postscript->png): newline after
597         finishing command.
598
599         * lily/paper-score-scheme.cc (LY_DEFINE): new file.
600         (LY_DEFINE): ly:paper-score-paper-systems: new function 
601
602         * lily/score-scheme.cc (LY_DEFINE): require music argument. 
603
604         * lily/score.cc (default_rendering): use Music_output too.
605
606         * input/test/chord-names-languages.ly (Module): rename file.
607
608         * lily/text-spanner.cc: add bound-padding.
609
610         * lily/paper-book.cc (systems): accept Paper_score
611         iso. Paper_system vector. 
612
613         * input/regression/line-arrows.ly: new file.
614
615         * lily/paper-score.cc (process): run get_paper_systems() only once.
616
617         * lily/line-interface.cc (make_arrow): new function. Patch by
618         Jonatan Liljedahl <http://kymatica.com>
619         (arrows): idem.
620
621         * lily/line-spanner.cc (line_stencil): add arrows.
622
623 2005-04-18  Mathieu Giraud  <magiraud@free.fr>
624
625         * input/test/chord-names-german.ly: update for italian/french
626         chords.
627         
628         * Documentation/user/instrument-notation.itely (Printing chord
629         names): update.
630
631 2005-04-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
632
633         * lily/include/paper-score.hh (class Paper_score): remove unused
634         prototypes.
635
636         * lily/book.cc (process): add -COUNT to midi output.
637
638         * lily/score.cc (book_rendering): remove outname argument
639         (book_rendering): return list of Music_outputs. 
640
641         * lily/global-context-scheme.cc (LY_DEFINE): remove outname argument.
642
643         * lily/book.cc (process): loop over Music_outputs returned from
644         Score::book_rendering().
645
646         * lily/*.cc (width_callback): remove spurious "unused" warnings
647         for assert (axis==[XY]_AXIS); 
648
649         * lily/include/music-output.hh (class Music_output): smobify class.
650
651         * lily/include/paper-score.hh (class Paper_score): make members
652         private.
653
654         * lily/performance.cc (process): return #f iso. #<undefined>. This
655         prevents #<undefined> leaking into GUILE-userspace.
656
657 2005-04-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
658
659         * config.hh.in: remove HAVE_PANGO_FC_FONT_MAP_ADD_DECODER_FIND_FUNC.
660
661 2005-04-17  Mathieu Giraud  <magiraud@free.fr>
662
663         * scm/chord-name.scm : support for italian and french
664         chords names.
665
666         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): add
667         a space defined by chordPrefixSpacer when the root name is
668         direclty followed by a prefix.
669
670         * ly/engraver-init.ly : chordPrefixSpacer       
671         * scm/define-context-properties.scm : chordPrefixSpacer
672         * ly/property-init.ly : italianChords, frenchChords 
673
674 2005-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
675
676         * mf/feta-din.mf: Remove.
677
678         * mf/GNUmakefile (fontdir): Bugfix.
679
680         * mf/SConstruct: Some updates.
681
682         * SConstruct: Require pkg-config.
683         (test_program): Bugfix for double digit version compares, use
684         integer (not string-) compare.
685         Optionally require gs 8.14.
686
687         * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.
688
689         * lily/*: s/ifdef HAVE_*/if have/.
690
691         * SConstruct (test_lib): New function.  Update pkg-config and some
692         other requirements.
693
694         * configure.in: Require pkg-config.  Enforce REQUIRE and version for
695         freetype, pangof2t.
696
697 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
698
699         * po/lilypond.pot, ...: Update using bison-CVS.
700
701         * python/lilylib.py (make_ps_images): Fixo.
702
703 2005-04-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
704
705         * python/lilylib.py (make_ps_images): typo.
706
707         * configure.in (gui_b): make bison optional.
708
709         * lily/GNUmakefile (OUT_DIST_FILES): dist parser and lexer.
710
711 2005-04-16  Bernard Hurley  <bernard@fong-hurley.org.uk>
712
713         * framework-eps.scm: code added so that a macro \betweenLilyPondSystem
714         with one parameter can be defined in a LaTeX file when processed
715         by lilypond-book this will be evaluated between the systems of
716         a multi-system score. The parameter is the number of systems processed.
717
718 2005-04-16  Jan Nieuwenhuizen  <janneke@gnu.org>
719
720         * python/lilylib.py (make_ps_images): Escape newline.
721
722         * Documentation/user/music-glossary.tely: Run
723         texinfo-all-menus-update.
724
725 2005-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
726
727         * scm/lily-library.scm (old-relative-not-used-message)
728         (version-not-seen-message): Add input-file-name-location to message.
729
730         * lily/parser.yy (lilypond): Add token aliases.
731
732         * Documentation/user/music-glossary.tely (accidental): Fixes.  Do
733         not confuse with alteration.
734         (alteration): Add.
735
736 2005-04-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
737
738         * python/lilylib.py (make_ps_images): use -dEPSCrop
739
740         * VERSION (PACKAGE_NAME): release 2.5.19 
741
742         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
743         only put xrefs in info documentation.
744
745         * make/ly-rules.make ($(outdir)/%.html.omf): transplant .dvi ->
746         .pdf rule to tex-rules.make.
747
748         * scm/framework-eps.scm (dump-stencils-as-EPSes): remove comments
749         from -systems.* output.
750
751         * stepmake/stepmake/tex-rules.make ($(outdir)/%.pdf): make PDF
752         directly, remove -$(PAGESIZE) target.
753
754         * input/test/embedded-postscript.ly: update.
755
756 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
757
758         * make/lysdoc-targets.make (local-WWW): remove ps.gz target.
759
760         * Documentation/user/changing-defaults.itely (Font selection):
761         document font-name.
762
763         * input/regression/font-name.ly: show Pango fonts for
764         font-name. Update example. 
765
766         * lily/pango-select.cc (properties_to_pango_description): don't
767         convert symbol font-size to number, but use to lookup.
768
769         * python/fontextract.py (write_extracted_fonts): add VMusage 0.
770
771         * scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
772         (NAME . FILE-NAME) tuples for font descriptions. 
773         (write-preamble): display BeginFont DSC comments.
774
775         * python/fontextract.py (write_extracted_fonts): new file. Extract
776         font resources from a PS file.
777
778         * scripts/lilypond-book.py (option_definitions): --psfonts option.
779         (Compile_error.process_include): do_file returns chunks.
780
781         * make/ly-vars.make (DVIPS_FLAGS): don't load .map file.
782
783         * make/lysdoc-targets.make: .texi is .PRECIOUS
784
785         * scripts/lilypond-book.py (write_if_updated): new function.
786
787 2005-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
788
789         * scm/framework-eps.scm (dump-stencils-as-EPSes): Massage messages.
790
791 2005-04-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
792
793         * scm/framework-eps.scm (dump-stencils-as-EPSes): no massages.
794
795         * input/regression/markup-syntax.ly: remove \score.
796
797         * scm/define-markup-commands.scm (draw-circle): add fill argument
798
799         * scm/stencil.scm (make-circle-stencil): add fill argument
800
801         * ps/music-drawing-routines.ps: add fill argument.
802
803         * ly/performer-init.ly: add CueVoice to MIDI too.
804
805         * ps/music-drawing-routines.ps: new routine BeginEPSF /
806         EndEPSF.
807
808         * input/regression/markup-eps.ly: new file.
809
810         * scm/framework-ps.scm (write-preamble): change order: vars should
811         be inited before procedures.
812
813         * scm/output-ps.scm (glyph-string): break lines. 255 chars is max
814         for EPS files.
815
816         * scm/define-markup-commands.scm (epsfile): add epsfile command.
817
818 2005-04-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
819
820         * configure.in (gui_b): add check for ghostscript 8.15
821
822 2005-04-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
823
824         * lily/hairpin.cc (after_line_breaking): suicide the hairpinlet at
825         start of line. Fixes cresc-after-newline.ly
826
827         * lily/source-file.cc (file_line_column_string): use get_column().
828
829 2005-04-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
830
831         * lily/source-file.cc (get_column): utf-8 support for column numbers.
832
833 2005-04-12  Jan Nieuwenhuizen  <janneke@gnu.org>
834
835         * lily/*: use message () iso progress_indication () for messages.
836         Revise/uniformise user messages.
837
838         * flower/warn.cc (progress_indication): New function.
839         (message): Use it.  Fixes newline problems.
840
841         * config.make.in (webdir): Sort out install dirs.
842
843         * stepmake/stepmake/generic-targets.make (final-install): Bugfix.
844
845         * python/lilylib.py (command_name): Bugfix.
846         (make_ps_images):
847
848 2005-04-11  Pedro Kroger  <kroeger@pedrokroeger.net>
849
850         * lily/main.cc: --help says what types of backends are availabe
851
852 2005-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
853
854         Fix ./VERSION dependency, and without need to reconfigure.
855
856         * lily/main.cc (setup_paths): Update.
857
858         * stepmake/bin/make-version.py (defs): Add TOPLEVEL_VERSION define..
859
860         * config.hh.in (LILYPOND_DATADIR): Remove TOPLEVEL_VERSION.
861
862         * scripts/convert-ly.py (\markup): Fix too simplistic regexps.
863         Add \line for some simplistic cases.
864
865         * lily/GNUmakefile (main.o): Add missing dependency on version.hh.
866
867 2005-04-10  Nicolas Sceaux  <nicolas.sceaux@free.fr>
868
869         * elisp/lilypond-mode.el (LilyPond-lilypond-command): command used
870         to compile LY files (useful for adding eg. "-I" args)
871         (LilyPond-command-alist): use `LilyPond-lilypond-command'. Add a
872         2Gnome command for gnome backend.
873         (LilyPond-command-formatgnome): call the 2Gnome command. key
874         binding: C-c C-g
875
876 2005-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
877
878         * Documentation/user/GNUmakefile (lilypond/index.html): Bugfix:
879         depend on all PNG images.
880
881 2005-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
882
883         * GNUmakefile.in: Bugfix: also link .map files.
884
885 2005-04-09  Nicolas Sceaux  <nicolas.sceaux@free.fr>
886
887         * scm/music-functions.scm (music->make-music): generate 
888         a (make-music ...) sexpr from a music expression.
889         (display-scheme-music): use guile pretty printer to display the
890         make-music sexpr.
891
892 2005-04-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
893
894         * ly/engraver-init.ly: reindent.
895         Add CueVoice.
896
897         * scm/music-functions.scm (music-pretty-string): handle moments
898         too.
899         (music-pretty-string): only print non-empty lists.
900         (cue-substitute): create CueVoice context, which has smaller type.
901
902         * lily/moment-scheme.cc (LY_DEFINE): new methods
903         ly:moment-grace-{numerator,denominator}
904
905         * lily/context-handle.cc: remove quit() method. 
906
907         * lily/font-config.cc (init_fontconfig): be verbose about font path.
908         (init_fontconfig): success is 0, not !0
909
910 2005-04-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
911
912         * mf/feta-nummer-code.mf (code): add plus glyph.
913
914         * lily/tie.cc (print): idem.
915
916         * lily/slur.cc (print): don't use thickness property for
917         slur shape-thickness.
918
919         * lily/stencil-scheme.cc (LY_DEFINE): don't reverse the order
920         while adding stencils.
921
922         * scm/define-markup-commands.scm (with-color): with-color markup
923         command.
924         (whiteout): new markup command 
925         (filled-box): new markup command
926
927 2005-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
928
929         * Documentation/topdocs/NEWS.tely (Top): Make tex-able.  Handy
930         test for PDF docs.
931
932         * mf/GNUmakefile (lilypond.map): Add PFAEmmentaler,
933         PFAAybabtu-Regular.  Fixes feta font in PDFs.
934         
935         Notes for tetex-3.0 make web:
936            psclean.map: s/uhv8a/uhvr8a/
937            config.ps add:
938                 p +psfonts_t1.map
939                 p +psclean.map
940                 p +typeface.map
941
942 2005-04-06  Nicolas Sceaux  <nicolas.sceaux@free.fr>
943
944         * scm/music-functions.scm (music-pretty-string): fix bug with
945         string argument.
946
947 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
948
949         * stepmake/bin/add-html-footer.py (i18n): Bugfix.
950
951 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
952
953         * scripts/lilypond-book.py (Lilypond_snippet.__init__): 
954         only process options if they're there.
955         (write_file_map): add version-seen? to snippet-map.ly
956
957 2005-04-06  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
958
959         * scripts/lilypond-book.py (split_options): Bugfix.  Small code
960         formatting cleanups.
961
962         * mf/GNUmakefile: Rewrite $addprefix, $addsuffix using % short-forms.
963         Add PFAaybabtu.pfa dependency on aybabtu.subfonts.
964
965 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
966
967         * scm/framework-ps.scm (ps-font-command): don't hash, just use
968         name directly.
969
970         * lily/main.cc (setup_paths): either add mf/out to search path or 
971         fonts/{otf,type1,etc}
972         
973         * lily/font-config.cc (init_fontconfig): either add mf/out to
974         FontConfig or fonts/{otf,type1,etc}
975
976         * GNUmakefile.in: don't put mf/ link in share/ dir.
977
978         * lily/staff-spacing.cc: move same-direction-correction to
979         note-spacing-interface
980
981         * scm/lily.scm (lilypond-main): use variable argument count for
982         exception handler.
983
984         * lily/font-config.cc (init_fontconfig): add operator pacification
985         message.
986
987         * mf/aybabtu.pe.in (i): generate PFAAybabtu.pfa
988
989         * buildscripts/gen-emmentaler-scripts.py (i): generate
990         PFAEmmentaler as well.
991
992         * scm/framework-ps.scm (munge-lily-font-name): new function
993         (write-preamble): hack: insert PFA equivalent of CFF into
994         .PS. This makes LilyPond output printable on normal PS printers
995         again.
996
997         * buildscripts/gen-emmentaler-scripts.py (i): generate
998         PFAEmmentaler.pfa aswell.
999
1000         * scripts/lilypond-book.py: refactor the compose_ly procedure.
1001         Patch by John Williams.
1002         
1003 2005-04-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1004
1005         * scm/page-layout.scm (default-page-make-stencil): always combine
1006         the header stencil, even if empty. This prevents the body text to
1007         reach up to the margins.
1008
1009         * po/rw.po (Module): new file, for Kinyarwanda.
1010
1011         * input/test/spacing-optical.ly (Module): new file.
1012
1013         * lily/staff-spacing.cc: add same-direction-correction
1014
1015 2005-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1016
1017         * Documentation/user/introduction.itely (Engraving): Comment-out
1018         non-existent file.
1019
1020 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1021
1022         * scm/define-grob-properties.scm (all-user-grob-properties): add
1023         same-direction-correction
1024
1025         * VERSION: release 2.5.18
1026
1027 2005-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1028
1029         * lily/grob.cc (mark_smob): Check pscore->layout_ before
1030         dereferencing.  Fixes make web.
1031
1032         * lily/midi-stream.cc: Handle unwritable midi file.  Include
1033         errno.h.
1034
1035         * Documentation/user/: Fix links.
1036
1037 2005-04-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1038
1039         * lily/text-interface.cc (Module): rename from text-item.cc
1040
1041         * input/regression/apply-output.ly (texidoc): function naming fix.
1042
1043         * lily/time-signature-performer.cc (derived_mark): new function.
1044
1045         * lily/lily-parser-scheme.cc:  print mapped file name for progress
1046
1047         * scripts/lilypond-book.py (find_linestarts): new function.
1048         (find_toplevel_snippets): keep track of line numbers.
1049
1050         * lily/key-performer.cc (try_music): remove FIXME warning, gobble
1051         all key changes.
1052
1053         * ly/declarations-init.ly (partCombineListener): use
1054         ignoreBarChecks. Fixes: warn-partcombine-barcheck.ly
1055
1056         * lily/bar-check-iterator.cc (process): ignoreBarChecks property.
1057
1058 2005-04-04  Jan Nieuwenhuizen  <janneke@gnu.org>
1059
1060         * lily/text-item.cc: Fix link.
1061
1062         * Documentation/user/changing-defaults.itely (Changing defaults):
1063         Fix programs reference links.
1064
1065         * Documentation/user/music-glossary.tely: Convert to utf-8.
1066
1067 2005-04-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1068
1069         * make/lilypond-vars.make: remove TEXMF from variables.
1070         remove DEB_BUILD pk font variables.
1071         remove GUILE_LOAD_PATH
1072         remove TeX memory vars.
1073
1074 2005-04-04  Werner Lemberg  <wl@gnu.org>
1075
1076         * lilypond/scm-option.cc (ly_option_usage): Add final newline.
1077
1078 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1079
1080         * ps/lilyponddefs.ps: remove reencode-font
1081
1082         * lily/simple-spacer.cc (add_columns): also compare
1083         directly. Column rank doesn't distinguish between broken and
1084         unbroken columns. This fixes large spaces before time sig changes.
1085
1086         * Documentation/user/point-and-click.itely: document ly:set-option.
1087
1088         * lily/grob.cc (get_uncached_stencil): only set grob-cause if
1089         point_and_click_global is set.
1090
1091         * lily/scm-option.cc (LY_DEFINE): add point-and-click
1092         ly:set-option argument.
1093
1094 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1095
1096         * GNUmakefile.in: Include symlinks in webball.
1097
1098         * Documentation/user/GNUmakefile (source-links): Add symlinks to
1099         source dir for split and non-split manuals.
1100
1101         * Documentation/user/*y: Fix @uref/@inputfile links for
1102         split/non-split HTML documents.
1103
1104         * Documentation/user/GNUmakefile (local-WWW): Do not generate
1105         .ps.gz.
1106         
1107 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1108
1109         * GNUmakefile.in: Add newline.
1110
1111 2005-04-01  Erlend Aasland  <erlenda@gmail.com>
1112
1113         * tex/lilyponddefs.tex: use color instead of xcolor
1114         * scm/output-tex.scm: minor editing
1115
1116 2005-04-02  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1117
1118         * scm/music-functions.scm (display-scheme-music): pretty printer
1119         for music expressions.
1120
1121 2005-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1122
1123         * buildscripts/install-info-html.sh (index_file): Fix link.
1124
1125 2005-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1126
1127         * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
1128
1129         * Documentation/index.html.in: Add size estimates with some big pages.
1130
1131         * Documentation/user/tutorial.itely (Running LilyPond for the
1132         first time): Add/replace some @rglos links.  TODO: add more
1133         @rglos links in tutorial, test non-intrusiveness (.css).
1134
1135         * stepmake/bin/add-html-footer.py (do_file): Remove info's
1136         annoying's indication of referencing external document.
1137
1138         * Documentation/user/GNUmakefile: Split version of glossary too.
1139         * Documentation/user/macros.itexi (@rglos): Have makeinfo produce
1140         links, not only for html.
1141
1142         * Documentation/user/introduction.itely: Fix some links for other
1143         than html, do not use `here' as link name.
1144
1145 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1146
1147         * scm/documentation-generate.scm (string-append): Fix @usermanref,
1148         @glossaryref.
1149
1150 2005-03-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1151
1152         * scm/page-layout.scm (default-page-make-stencil): only add header
1153         if existing and not empty. Fixes spurious programming error.
1154
1155         * lily/span-bar.cc (print): don't make rounded edges for spanbars.
1156
1157 2005-03-31  Erlend Aasland  <erlenda@gmail.com>
1158
1159         * scm/output-tex.scm: implement {re,}setcolor
1160         * tex/lilyponddefs.tex: use color package
1161
1162 2005-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1163
1164         * GNUmakefile.in (local-WWW-post): Restore .htaccess and .html
1165         additions to website.
1166
1167         * Documentation/user/lilypond.tely: Remove reference to ps.gz.
1168
1169         * Documentation/user/macros.itexi: Fix @usermanref html links in
1170         split documents: use @inforef.
1171
1172 2005-03-30  Graham Percival  <gperlist@shaw.ca>
1173
1174         * Documentation/user/programming-interface.itely: minor fix.
1175
1176         * Documentation/user/advanced-notation.itely: added info to
1177         Metronome markings.
1178
1179 2005-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1180
1181         * scm/output-lib.scm (make-stencil-boxer): Junk code duplication,
1182         use box-stencil.  Remove y-padding argument.
1183         (make-stencil-circler): New function.
1184
1185         * buildscripts/lilypond-words.py (F): 
1186         * elisp/SConscript (a): 
1187         * elisp/GNUmakefile (LILYPOND_WORDS_DEPENDS):
1188         * vim/SConscript (a): 
1189         * vim/GNUmakefile (LILYPOND_WORDS_DEPENDS): Update.
1190
1191         * lily/general-scheme.cc: Build fix.
1192
1193         * scm/markup.scm:
1194         * input/regression/markup-scheme.ly: 
1195         * input/regression/markup-syntax.ly: Drop 'new-' from name.
1196
1197         * scm/stencil.scm (make-circle-stencil): New function.
1198
1199         * scm/define-markup-commands.scm (draw-circle): Use it.  New
1200         name (was cicle).  Update callers.
1201         (circle): New markup command, similar to box.
1202
1203         * scm/stencil.scm (circle-stencil): New function.
1204
1205 2005-03-29  David Jedlinsky  <lilypond@ipnh.com>
1206
1207         * configure.in: Detect libutf8/wchar.h variant.
1208
1209         * stepmake/aclocal.m4: Modify shared size test.
1210
1211 2005-03-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1212
1213         * make/lilypond.fedora.spec.in (Group): remove texmf profile stuff.
1214
1215 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1216
1217         * scripts/convert-ly.py (conv): add stencil-aligned-to! rule.
1218         
1219         * VERSION (PACKAGE_NAME):  release 2.5.17
1220
1221 2005-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1222
1223         * scm/backend-library.scm (postscript->png): Fix comment and png
1224         message.
1225
1226         * GNUmakefile.in (link-tree): Fix locales.
1227
1228 2005-03-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1229
1230         * lily/stencil-scheme.cc (LY_DEFINE): change to
1231         ly:stencil-aligned-to, non mutating.
1232
1233         * scm/safe-lily.scm (lambda): remove ly:stencil-set-extent!
1234
1235         * lily/stencil-scheme.cc: remove ly:stencil-set-extent!
1236
1237         * lily/quote-iterator.cc (derived_mark): call
1238         Music_wrapper_iterator::derived_mark() too.
1239
1240         * lily/grace-engraver.cc (derived_mark): change signature, add
1241         const.
1242
1243 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1244
1245         * SConstruct (symlink): 
1246         * GNUmakefile.in (link-tree): Add scripts to prefix.
1247
1248         * lily/general-scheme.cc (ly:effective-prefix): New function.
1249
1250         * scm/backend-library.scm (postscript->png): Use it.
1251
1252 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1253
1254         * lily/paper-score.cc (process): don't delete grobs after
1255         producing stencils. 
1256
1257         * scm/part-combiner.scm (determine-split-list): switch off
1258         debugging info.
1259
1260         * scm/backend-library.scm (postscript->png): explicitly use ps2png.py
1261         if available.
1262
1263         * scm/define-context-properties.scm
1264         (all-user-translation-properties): add stringNumberOrientations.
1265
1266         * lily/new-fingering-engraver.cc (position_scripts): make generic,
1267         so fingering and string-numbers are separately controlled.
1268
1269 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1270
1271         * stepmake/aclocal.m4: Fix shared size test: add missing comma, do
1272         not use debugging.
1273
1274 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1275
1276         * GNUmakefile.in (local-WWW-post): remove UTF8 .htaccess.
1277
1278         * config.hh.in: add HAVE_FONTCONFIG.
1279
1280         * Documentation/user/instrument-notation.itely (String number
1281         indications): new node.
1282
1283         * input/regression/new-markup-syntax.ly (texidoc): add circle.
1284
1285         * lily/new-fingering-engraver.cc (add_string): new function. 
1286         (acknowledge_grob): accept string-number-event as well.
1287
1288         * scm/define-markup-commands.scm (circle): new markup command.
1289
1290         * scm/output-lib.scm (print-circled-text-callback): new function.
1291
1292         * lily/GNUmakefile: move ifeq after include stepmake.make.
1293
1294 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1295
1296         * config.make.in (HAVE_LIBKPATHSEA_SO):
1297         * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
1298
1299         * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
1300         add KPATHSEA_LIBS.
1301
1302         * debian/watch: 
1303         * debian/control: Update.
1304
1305 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1306
1307         * input/test/title-markup.ly (spaceTest): remove.
1308
1309         * input/test/embedded-tex.ly (Module): remove.
1310
1311         * input/test/music-box.ly: use 'name property, not ly:music-name.
1312
1313         * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
1314
1315         * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
1316
1317 2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1318
1319         * Documentation/topdocs/INSTALL.texi (Top): Remove information
1320         about xdeltas.  Add information about CVS.
1321
1322         * scm/lily.scm (lilypond-main): Fix invocation of handler,
1323         gracefully handle failed files.
1324
1325         * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
1326
1327         * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
1328         small fixes.
1329
1330         * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
1331         No unnecessarily specific i18n messages.  Remove stray `1'.
1332
1333 2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1334
1335         * buildscripts/lys-to-tely.py (strip_extension): add utf-8
1336         documentencoding
1337
1338         * scm/documentation-lib.scm (texi-file-head): set utf-8
1339         documentencoding.
1340
1341         * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
1342         Delta, not the Symbol one. 
1343
1344         * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
1345         for the .map file.
1346
1347         * Documentation/topdocs/INSTALL.texi (Top): add running
1348         requirement as compilation requirement.
1349
1350 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1351
1352         * buildscripts/mutopia-index.py (headertext): add h1 header and
1353         utf-8 charset meta field.
1354
1355         * input/GNUmakefile: prune example list.
1356
1357         * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
1358         options.
1359
1360         * lily/slur-scoring.cc (get_base_attachments): only look at stem
1361         extent for visible stems.
1362
1363         * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
1364
1365 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1366
1367         * Documentation/topdocs/INSTALL.texi (Top): Updates.
1368
1369         * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
1370
1371 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1372
1373         * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
1374         pass inf/nan into slur scoring.
1375
1376         * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
1377         page.
1378
1379         * scripts/lilypond-book.py (main): add png for HTML too, guess
1380         only if necessary. Thanks to John Williams.
1381
1382         * flower/include/virtual-methods.hh: simplify. Patch by Matthias
1383         Neeracher.
1384
1385         * mf/GNUmakefile (depth): use $(FONTFORGE). Patch by Jeff Smith
1386         <whydoubt@yahoo.com>
1387
1388         * scripts/abc2ly.py (dump_voices): use alphabet(). 
1389
1390 2005-03-25  Graham Percival  <gperlist@shaw.ca>
1391
1392         * Documentation/topdocs/INSTALL.texi: now recommends
1393         lexer-gcc-3.1.sh for gcc 3.1.1 or higher.
1394
1395         * Documentation/user/basic-notation.itely,
1396         Documentation/user/tutoria.itely: warn about
1397         only one (phrasing) slur at once.
1398
1399 2005-03-24  Pedro Kroger  <kroeger@pedrokroeger.net>
1400
1401         * ly/music-functions-init.ly (removeWithTag): fixed to return "music".
1402
1403 2005-03-23  Graham Percival  <gperlist@shaw.ca>
1404
1405         * Documentation/user/basic-notation.itely: fixed info about
1406         ending a (de)cresc.
1407
1408         * Documentation/user/lilypond-book.itely: fixed
1409         lilypond-book filter example and warned about not doing
1410         --filter and --process at the same time.
1411
1412 2005-03-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1413
1414         * lily/parser.yy (bass_number),
1415         Documentation/user/instrument-notation.itely (Figured bass): 
1416         Add the possibility to use text markup in figured bass. 
1417
1418 2005-03-19  Graham Percival  <gperlist@shaw.ca>
1419
1420         * Documentation/user/global.itely: added info about naming
1421         identifiers and breakbefore.
1422
1423         * Documentation/user/invoking.itely: added info about batch
1424         processing files with convert-ly, removed references to TeX
1425         in the jail section.
1426
1427         * Documentation/user/examples.itely: possibly fixed piano
1428         dynamics.
1429
1430         * Documentation/user/advanced-notation.itely: added info
1431         about removing other types of Staff.
1432
1433         * Documentation/user/instrument-notation.itely: possibly
1434         fixed piano staff line switch.
1435
1436         * Documentation/user/changing-defaults.itely: added info
1437         about using normal font in titles.
1438
1439 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1440
1441         * VERSION (PATCH_LEVEL): release 2.5.16
1442
1443         * make/ly-vars.make (DVIPS_FLAGS): include lilypond.map path
1444         explicitly.
1445
1446 2005-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1447
1448         * scm/framework-tex.scm (convert-to-dvi): Barf if NAME contains
1449         whitespace.
1450
1451         * python/lilylib.py (make_ps_images):
1452         * scm/backend-library.scm (postscript->pdf, postscript->png):
1453         Quote file name.  Use format rather than string-append juggling.
1454
1455 2005-03-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1456
1457         * python/lilylib.py (make_ps_images): add x to -g argument. 
1458
1459         * lily/key-performer.cc (create_audio_elements): don't use
1460         scm_eval_string. Check for minor 3rd directly.
1461   
1462         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
1463         (sarabandeCelloGlobal): key is D minor, not F major.
1464
1465 2005-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1466
1467         Fix truncated --png output (Peter Danenberg).
1468         
1469         * python/lilylib.py (make_ps_images):
1470         * scripts/ps2png.py (copyright): Grok --papersize option.
1471
1472         * scm/backend-library.scm (postscript->png): Add parameter
1473         PAPERSIZE.  Update callers.
1474
1475         * scm/output-gnome.scm (music-font?): Bugfix: use "Emmentaler".
1476         Fixes symbol placement.
1477
1478         * lily/spanner.cc: 
1479         * lily/stencil.cc: Use "libc-extension.hh" (WAS:
1480         <libc-extension.hh>).
1481
1482 2005-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1483
1484         * Nitpick run.
1485
1486         * buildscripts/fixcc.py: Update.
1487
1488         Builddir run fixes.
1489
1490         * HACKING (datadir): Add VERSION.
1491
1492         * GNUmakefile.in (linktree): Bugfix: outconfdirs are one dir
1493         higher up.
1494
1495 2005-03-15  Werner Lemberg  <wl@gnu.org>
1496
1497         * mf/feta-klef.mf (draw_gclef): Move z10' slightly so that the
1498         diagonal stem doesn't become thinner.
1499
1500 2005-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1501
1502         * buildscripts/fixcc.py: Fixes (Werner).
1503
1504 2005-03-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1505
1506         * mf/GNUmakefile ($(outdir)/lilypond.map): capitalize
1507         Emmentaler/Aybabtu.
1508
1509         * GNUmakefile.in: fix lilypond-words path.
1510
1511         * po/tr.po: update to 2.3.21
1512
1513         * lily/new-fingering-engraver.cc (position_scripts): take priority
1514         from head position.
1515
1516         * input/regression/finger-chords-order.ly (texidoc): new file.
1517
1518 2005-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1519
1520         * make/ly-rules.make: 
1521         * stepmake/aclocal.m4: 
1522         * Documentation/user/GNUmakefile: Remove old makeinfo compatibility.
1523
1524         * buildscripts/fixcc.py (rules): Leave space after operator.
1525
1526 2005-03-14  Werner Lemberg  <wl@gnu.org>
1527
1528         * mf/feta-klef.mf (draw_gclef): Replace `simple_serif' for
1529         top of the glyph with smooth curve.
1530
1531 2005-03-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1532
1533         * Documentation/user/global.itely (Page layout): remove
1534         printpagenumber.
1535
1536 2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
1537
1538         * input/regression/mensural-ligatures.ly: new file (with examples
1539         compiled by Pal Benko).
1540
1541         * Documentation/user/instrument-notation.itely: Bugfix: yet some
1542         other "custodes.*-u0" -> "custodes.*.u0" renaming victims in
1543         musicglyph access.  Many small beautifications in ancient
1544         examples.
1545
1546         * input/test/divisiones.ly: fixed indentation; small
1547         beautifications
1548
1549         * ly/engraver-init.ly: added FIXME comment
1550
1551         * scripts/lilypond-book.py,
1552         Documentation/user/lilypond-book.itely: added music fragment
1553         option "packed" to lilypond-book
1554
1555         * Documentation/user/instrument-notation.itely: Bugfix: added
1556         missing LedgerLineSpanner color setting in several places.  Added
1557         music fragment option "packed" to VaticanaContext example.
1558
1559 2005-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1560
1561         * scm/define-grobs.scm (all-grob-descriptions): switch off
1562         Hyphen_spanner::set_spacing_rods 
1563
1564         * lily/lyric-hyphen.cc (print): add padding between syllable and
1565         hyphen.
1566         (print): shorten hyphen in tight situations (determine using
1567         minimum-length)
1568
1569         * scm/paper.scm (layout-set-staff-size): increase blotdiameter to
1570         0.4pt.
1571
1572 2005-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1573
1574         * ly/titling-init.ly (bookTitleMarkup): Refinements.
1575
1576         * input/regression/page-breaks.ly (paper): Set not raggedlastbottom,
1577         header/footer markings for regression-test.
1578
1579         * scm/backend-library.scm (output-scopes, header-to-file): Move
1580         from framework-tex.scm.
1581
1582         * scm/framework-ps.scm (output-framework)
1583         (output-preview-framework):
1584         * scm/framework-eps.scm (output-classic-framework)
1585         (output-framework): Use it.  Fixes collated files.
1586
1587 2005-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1588
1589         * input/sakura-sakura.ly: 
1590         * input/xiao-haizi-guai-guai.ly: Add from Debian package (Anthony).
1591
1592         * buildscripts/guile-gnome.sh: Update.
1593
1594         * mf/GNUmakefile (aybabtu.otf): Add dependency on .pe.
1595
1596         * mf/aybabtu.pe.in: Capitalize Aybabtu.
1597
1598 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1599
1600         * lily/separating-group-spanner.cc (find_rods): oops. Fix the real
1601         culprit: always exit the loop if we find a rod, even if it has
1602         distance < 0. 
1603
1604         * lily/ledger-line-spanner.cc (set_spacing_rods): rewrite to O(n)
1605         algorithm.
1606
1607         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
1608         $(outdir)/%.svg $(outdir)/%.pfa): add --simplify.
1609
1610         * scm/output-svg.scm (dashed-line): new  function body.
1611         
1612         * GNUmakefile.in: create .htaccess.
1613
1614 2005-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1615
1616         * Documentation/topdocs/NEWS.tely (Top): Fix text example.
1617
1618 2005-03-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1619
1620         * VERSION (PACKAGE_NAME): release 2.5.15
1621
1622         * scm/output-{pdf,pdftex,sketch}.scm (Module): remove bitrotted files.
1623
1624         * scm/framework-svg.scm (output-framework): put scaling in
1625         document header. Apply scaling only once.
1626         (output-framework): dump page size in px, not mm. 
1627
1628         * scm/lily-library.scm (modified-font-metric-font-scaling): rename
1629         from font-size.
1630
1631         * lily/paper-outputter-scheme.cc (LY_DEFINE):
1632         ly:outputter-output-scheme, new function.
1633
1634         * scm/output-svg.scm (pango-description-to-svg-font): new function
1635
1636 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1637
1638         * Documentation/user/GNUmakefile (deep-symlinks): remove outimages
1639         target.
1640
1641         * input/typography-demo.ly: new file.
1642
1643 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1644
1645         * Documentation/user/global.itely (File structure): Add markup blocks
1646         to toplevel expressions.
1647         (Multiple movements, Creating titles): Add markup blocks.
1648
1649         * lily/stencil-scheme.cc: Use "libc-extension.hh" (WAS:
1650         <libc-extension.hh>).
1651
1652         * lily/accidental.cc (accurate_boxes): Compile fix: 1.51 was broken.
1653
1654         * flower
1655         * lily
1656         * kpath-guile: Nitpick run: buildscripts/fixcc.py.
1657
1658 2005-03-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1659
1660         * lily/accidental.cc: special bboxes for natural. 
1661
1662         * mf/feta-toevallig.mf: make stems heavier.
1663
1664         * lily/dynamic-text-spanner.cc (print): add bound padding for edge
1665         texts as well.
1666
1667         * mf/feta-klef.mf: revise. 
1668
1669         * mf/feta-schrift.mf: make thinning of accent less pronounced.
1670
1671         * mf/feta-klef.mf: add rounded curve at top. 
1672         make thinnib a little heavier.
1673
1674 2005-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1675
1676         * lily/parser.yy (book_body): Oops, allow \markup in \book too.
1677
1678         * buildscripts/fixcc.py: New file.
1679
1680         * input/regression/utf8.ly: Update Debian font description.
1681
1682 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1683
1684         * stepmake/aclocal.m4: Fix test.
1685
1686 2005-03-09  Graham Percival  <gperlist@shaw.ca>
1687
1688         * Documentation/user/invoking.itely: added Sebastino Vigna's
1689         docs for the --jail option.
1690
1691 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1692
1693         * lily/stem.cc (print): only produce stemlets if there are no
1694         noteheads on this stem.
1695
1696         * lily/note-spacing.cc (stem_dir_correction): robustness fix:
1697         don't crash on stemlet (visible stem without heads).
1698
1699         * scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
1700         unbroken situations. 
1701
1702         * scm/output-lib.scm (center-invisible): new function.
1703
1704         * lily/spacing-loose-columns.cc (set_loose_columns): use spacing
1705         wishes to determine loose column space.
1706
1707         * lily/font-config.cc (init_fontconfig): add
1708         fonts/{otf,type1,cff}  to path.
1709
1710         * lily/main.cc (setup_paths): add fonts/{otf,svg,tfm,cff} to path
1711
1712         * mf/GNUmakefile (Module): install all fonts under otf/
1713
1714         * scm/framework-ps.scm (Module): read fonts from fonts/extension,
1715         replace /fonts/otf/ by /ps/ 
1716
1717         
1718 2005-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1719
1720         * lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
1721
1722         * lily/book.cc (process): Oops, add score_.header_.
1723
1724         * lily/paper-book.cc: Fold hearders, score and texts into scores_.
1725
1726         * lily/parser.yy: Handle toplevel and book texts as score.
1727
1728         * scm/page-layout.scm (default-page-make-stencil):
1729         Bugfix: (page-properties rename.
1730
1731         * scm/backend-library.scm (ly:system): Typo.
1732
1733 2005-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1734
1735         * stepmake/stepmake/executable-targets.make (installexe): don't
1736         strip installed executables
1737
1738         * lily/font-select.cc (get_font_by_design_size): revert
1739         pango_description_string as well.
1740
1741         * lily/system.cc (set_loose_columns): put loose column just left
1742         of next column.
1743
1744         * lily/include/group-interface.hh (extract_grob_array): rename
1745         from Pointer_group_interface__extract_grobs
1746
1747         * input/regression/ledger-line-minimum.ly (texidoc): new file.
1748
1749         * lily/ledger-line-spanner.cc (set_spacing_rods): new
1750         function. Keep ledgered note heads at a minimum distance.
1751         Introduce minimum-length-fraction
1752         (print): introduce length-fraction property.
1753
1754 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1755
1756         * tex/GNUmakefile: remove latin1.enc rules.
1757
1758 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1759
1760         * scm/titling.scm: Typo.
1761
1762         * input/regression/score-text.ly: Really add.
1763
1764         * lily/score.cc: Bugfixes for SCM header_ and texts_ members.
1765
1766 2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1767
1768         * lily/open-type-font-scheme.cc:  new file.
1769
1770 2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1771
1772         * scm/titling.scm (layout-extract-page-properties): Rename from
1773         page-properties.  Update callers.
1774
1775         * lily/lexer.ll (Lily_lexer):
1776         * lily/parser.yy: Junk lyric_markup state.
1777
1778         * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
1779
1780         * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
1781         Add texts parameter.
1782
1783 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1784
1785         * lily/lexer.ll (lyric_markup): New mode.
1786         (Lily_lexer::push_lyric_markup_state): New method.
1787         (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
1788
1789         * lily/parser.yy (book_body):
1790         (toplevel_expression): Grok \markup texts.
1791
1792         * lily/score-scheme.cc (ly:music-scorify): 
1793         * scm/lily-library.scm (collect-music-for-book): Take texts
1794         parameter.
1795
1796         * lily/score.cc (texts_): New member.
1797
1798         * lily/paper-book.cc (systems): Format score texts.
1799
1800         * score-text.ly: New file.
1801
1802         * ttftool/SConscript:
1803         * kpath-guile/SConscript: New file.
1804
1805         * lily/SConscript:
1806         * SConstruct: Update.
1807
1808 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1809
1810         * VERSION (PACKAGE_NAME): release 2.5.14
1811
1812 2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1813
1814         * lily/main.cc: Add dummy xgettext markers.
1815
1816 2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1817
1818         * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
1819         requirements
1820
1821         * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
1822         executable is < 40k
1823
1824         * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
1825         hack.
1826
1827 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1828
1829         * flower/libc-extension.cc:
1830         * flower/include/libc-extension.hh: [Open]BSD simply cast
1831         cookie/funopen declarations.
1832
1833         * stepmake/aclocal.m4: Check for libkpathsea.so.
1834
1835         * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
1836         dl_kpse_find_file.
1837
1838 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1839
1840         * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
1841         (open_library): alternative for static library.
1842
1843 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1844
1845         * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
1846
1847         * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
1848
1849         Drop run-time dependency on teTeX.
1850
1851         * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
1852
1853         * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
1854         KPATHSEA_LIBS in LIBS.
1855         (STEPMAKE_DLOPEN): New function.
1856
1857         * lily/font-config.cc (init_fontconfig): Use dir for directory,
1858         not path.
1859
1860         * flower/file-path.cc (directories): Rename from paths, as this
1861         return an array of directories (a single path).
1862
1863 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1864
1865         * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
1866
1867         * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
1868         new ly:kpathsea-find-file
1869
1870         * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
1871
1872         * kpath-guile/GNUmakefile: new file
1873
1874         * buildscripts/gen-emmentaler-scripts.py (i): generate
1875         emmentaler-X.fontname as well.
1876
1877         * buildscripts/ps-embed-cff.py: new script
1878
1879         * scm/lily-library.scm: remove ps-embed-cff.
1880
1881         * scm/framework-ps.scm (write-preamble): don't use kpathsea for
1882         font loading. 
1883
1884         * scm/font.scm (add-music-fonts): load dynamics/numbers through
1885         fontconfig as well.
1886
1887         * lily/font-config.cc (init_fontconfig): add cff/ too.
1888
1889         * ly/generate-embedded-cff.ly: capitalize.
1890
1891         * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
1892         so as to register the pango font.
1893
1894         * lily/font-config.cc (init_fontconfig): add
1895         prefix/{otf,type1,mf/out} to fontconfig path.
1896
1897         * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
1898         overrides all. 
1899
1900         * configure.in (gui_b): remove ec mftrace check
1901
1902         * config.hh.in: use lilypond-Major.Minor as data directory.
1903
1904         * scm/framework-ps.scm (dump-page): use output-units for landscape.
1905
1906         * buildscripts/gen-emmentaler-scripts.py (i): lower case file
1907         name.
1908
1909 2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1910
1911         * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
1912         error messages.
1913
1914         * flower/libc-extension.cc:
1915         * flower/include/libc-extension.hh: [Open]BSD fixes for
1916         cookie/funopen declarations.
1917
1918 2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1919
1920         * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
1921         emmentaler.
1922
1923         * lily/score-engraver.cc (initialize): remove check for ecrm10 /
1924         lcrm10.
1925
1926         * scm/define-markup-commands.scm (fontsize): new markup
1927         command. Also set baseline-skip
1928
1929         * lily/main.cc (do_chroot_jail): paranoia security for webserver
1930         use. Patch by Sebastiano Vigna <vigna@dsi.unimi.it>.
1931
1932 2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1933
1934         * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
1935
1936         * lily/pdf.cc: remove PDF related files
1937
1938 2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1939
1940         * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
1941         <hamamatsu@gmx.de>
1942
1943 2005-03-05  Graham Percival  <gperlist@shaw.ca>
1944
1945         * Documentation/user/advanced-notation.itely: first draft
1946         of reorg done.
1947
1948         * Documentation/user/global.itely: fixed (sub)section
1949         bits of MIDI.
1950
1951 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1952
1953         * cygwin/mknetrel (extras): Bufix (Bertalan).
1954
1955         * Documentation/user/basic-notation.itely (Chords): @ref fix.
1956         * Documentation/user/instrument-notation.itely (Introducing chord
1957         names): Compile fix: must have unique name.
1958
1959 2005-03-02  Graham Percival  <gperlist@shaw.ca>
1960
1961         * Documentation/user/instrument-notation.itely: reorg.
1962
1963 2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1964
1965         * scm/output-gnome.scm:
1966         * scm/output-svg.scm: Fix font scaling.
1967
1968 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1969
1970         * ly/titling-init.ly (tagline): Use Engraving.  Add comment about
1971         what link to use best.
1972
1973         * Documentation/user/instrument-notation.itely (Ancient accidentals): 
1974         * Documentation/user/tutorial.itely (Automatic and manual beams):
1975         Fix @ref.
1976
1977         * lily/tweak-registration.cc (replace_grob_tweak): New function.
1978         * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
1979         * scm/framework-gnome.scm (tweak): Use it.
1980
1981 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1982
1983         * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
1984
1985         * scm/output-ps.scm (white-text): reinstate white-text
1986
1987 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1988
1989         * scm/output-ps.scm (offset-add): Remove.
1990
1991         * scm/lily-library.scm (offset-flip-y): New function.
1992         * scm/framework-gnome.scm (tweak): Use it.
1993
1994         * scm/output-gnome.scm (grob-cause): Add parameter.
1995
1996         * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
1997         * scm/output-ps.scm (url-link): Move.
1998         (white-text): Warn user about brokenness.
1999
2000         * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
2001         wrt ghostscript.
2002
2003 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2004
2005         * lily/slash-repeat-engraver.cc (try_music): always make slashes
2006         if body length smaller than measure length.
2007
2008         * scm/define-markup-commands.scm (with-url): oops. use Y extent
2009         for Y.
2010
2011         * ly/titling-init.ly (tagline): put default tagline in \paper
2012
2013 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2014
2015         * lily/kpath.cc: 
2016         * lily/pdf.cc (Pdf_file): Use more generic error messages.
2017
2018         * scm/lily-library.scm (version-not-seen-message): New function.
2019         * ly/init.ly: Use it.
2020
2021         * scm/page-layout.scm (ly:optimal-page-breaks): Display page
2022         breaks as progess.
2023
2024         * scripts/lilypond-book.py (do_process_cmd): Do not lump
2025         whitespace with l10n message.
2026
2027         * scm/framework-tex.scm (convert-to-ps):
2028         (convert-to-dvi): Do not use overly specific l10n messages.
2029
2030         * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
2031
2032         * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
2033         merge stderr with stdout.  
2034
2035 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2036
2037         * flower/libc-extension.cc: Tested BSD compile fix (Matthias Neeracher).
2038
2039 2005-02-29  Graham Percival  <gperlist@shaw.ca>
2040
2041         * Documentation/user/instrument-notation.teily: moved
2042         \arpeggio to Basic.
2043
2044         * Documentation/user/advanced-notation.itely: Articulation to
2045         Basic, a bunch of stuff from Basic moved to Advanced.
2046
2047         * Documentation/user/basic.itely: swapped various sections,
2048         reorganized Basic.
2049
2050 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2051
2052         * flower/memory-stream.cc: 
2053         * flower/libc-extension.cc: Remove obsolete #undefs.
2054
2055         * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
2056         more carefully.
2057
2058 2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2059
2060         * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
2061         dependency.
2062
2063         * VERSION (PACKAGE_NAME): release 2.5.13
2064
2065         * GNUmakefile.in (web-ext): don't ship ps.gz
2066
2067         * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
2068         stdout
2069
2070 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2071
2072         * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
2073         without libintl.  Now it compiles too.
2074
2075 2005-02-28  Graham Percival  <gperlist@shaw.ca>
2076
2077         * Documentation/user/basic-notation.itely,
2078         instument-notation.itely, advanced-notation.itely:
2079         split up contents of notation.itely.
2080
2081         * Documentation/user/notation.itely: file removed.
2082
2083         * Documentation/user/invoking.itely, converters.itely:
2084         moved convert-ly info to invoking.itely.
2085
2086         * Documentation/user/global.itely, changing-defaults.itely,
2087         sound-output.itexi: moved global settings, file layout, and
2088         sound into global.itely.
2089
2090         * Documentation/user/sound-output.itexi: file removed.
2091
2092         * Documentation/user/lilypond.tely: removed links to
2093         notation.itely and sound.itely.
2094
2095 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2096
2097         * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
2098
2099         * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
2100  
2101         * THANKS: add sponsor.
2102
2103         * scm/define-markup-commands.scm (with-url): new markup command.
2104
2105         * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
2106         tagline.
2107         
2108         * scm/output-tex.scm (url-link): stub.
2109
2110         * scm/output-ps.scm (url-link): new function.
2111
2112         * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
2113         ly:set-point-and-click
2114
2115 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2116
2117         * ps/music-drawing-routines.ps (mark_file_line): Switch Action
2118         based on pdf-viewer setting.
2119
2120         * scm/framework-ps.scm (write-preamble): Find and set preferred
2121         pdf-viewer.
2122
2123 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2124
2125         * Documentation/user/point-and-click.itely: update for PDF point &
2126         click.
2127
2128         * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
2129         editors based on EDITOR setting.
2130
2131 2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2132
2133         * scm/*: Oops, more grand 2005 replace bits.
2134
2135 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2136
2137         * ps/music-drawing-routines.ps: new routine: insert PDF mark
2138
2139         * scm/output-ps.scm (grob-cause): point & click support for
2140         PostScript
2141
2142 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2143
2144         * lily/input-scheme.cc (LY_DEFINE): rename to
2145         ly:input-file-line-column
2146
2147 2005-02-26  Graham Percival  <gperlist@shaw.ca>
2148
2149         * Documentation/user/examples.itely: small fix from Steve Doonan.
2150
2151         * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
2152
2153         * Documentation/user/notation.itely: revamped Polyphony section
2154         from Yuval Harel.  Thanks!
2155
2156         * THANKS: added Yuval Harel.
2157
2158         * Documentation/user/{various}: inserted two spaces after a period.
2159
2160         * Documentation/user/lilypond.tely: added framework for reorg.
2161
2162         * Documentation/user/basic-notation.itely, instrument-notation.itely,
2163         advanced-notation.itely, global.itely: new files, placeholder for
2164         future reorg.
2165
2166 2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2167
2168         * Documentation/user/lilypond-book.itely (Music fragment options):
2169         doc fontload.
2170
2171         * Documentation/user/changing-defaults.itely (Text encoding): add
2172         fontload option to utf8 include
2173
2174         * scripts/lilypond-book.py (compose_ly): add fontload option
2175
2176         * scm/framework-eps.scm (dump-stencils-as-EPSes): add
2177         force-eps-font-include option.
2178
2179         * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
2180         black triangle
2181
2182         * Documentation/user/invoking.itely (Editor support): remove
2183         lilypond-latex section.
2184
2185         * scripts/lilypond-latex.py (Module): remove script.
2186
2187         * cygwin/lily-wins.py (stat): write to .lylog, so as not to
2188         overwrite .log. 
2189
2190         * lily/main.cc: remove -m, --no-layout
2191
2192         * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
2193         to define. We don't want to override fprintf everywhere.
2194
2195 2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2196
2197         * cygwin/lilypond.hint: 
2198         * cygwin/README.in: Update dependencies.
2199
2200         * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
2201         Bugfix: do not pollute CPPFLAGS, LIBS.
2202
2203         * cygwin/mknetrel (extras): Cross compile fixes.
2204
2205         * ttftool/util.c: 
2206         * ttftool/ttfps.c: 
2207         * ttftool/ps.c: #include libc-extension.hh
2208
2209         * flower/include/libc-extension.hh:
2210         * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
2211         wrapper using funopen.
2212         (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
2213         handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
2214
2215         * config.hh.in:
2216         * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
2217         (AC_CHECK_HEADERS): Add libio.h
2218
2219         * scripts/convert-ly.py: Uniformize, internationalize.
2220         (2.5.2): Remove fatal encoding rule.
2221         (2.5.13): Handle latin1 encoding gracefully.
2222
2223 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2224
2225         * HACKING: Fix line breaks.
2226
2227 2005-02-23  Werner Lemberg  <wl@gnu.org>
2228
2229         * mf/graycx.mf, mf/graylj.mf: Removed.  Any decent TeX distribution
2230         contains those two files.
2231
2232 2005-02-21  Werner Lemberg  <wl@gnu.org>
2233
2234         * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point
2235         to improve overlap removal process.
2236
2237         * mf/feta-slag.mf (draw_trillelement): Add parameter to control
2238         left and right ending.  This ensures better overlapping.
2239         Update all callers.
2240         ("lineprall"): Don't use draw_gridline to get better overlapping.
2241
2242 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2243
2244         * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
2245
2246         * Documentation/topdocs/NEWS.tely (Top): oops.
2247
2248 2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
2249
2250         * HACKING: new file.
2251
2252         * input/regression/utf8.ly (portuguese): added a portuguese example
2253         to show latin1 accents.
2254
2255 2005-02-21  Pal Benko  <benkop@freestart.hu>
2256
2257         * lily/mensural-ligature-engraver.cc:
2258         * lily/mensural-ligature.cc:
2259         * lily/include/mensural-ligature.hh: new algorithm implemented
2260
2261         * scm/define-grob-properties.scm: join-left killed (add-join may
2262         be used); join-left-amount changed to join-right-amount
2263
2264 2005-02-21  Graham Percival  <gperlist@shaw.ca>
2265
2266         * Documentation/user/notation.itely: small but urgent fix.
2267
2268 2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
2269
2270         * lily/duration-scheme.cc: bugfix: correct parameters to
2271         SCM_ASSERT_TYPE.
2272
2273         * THANKS: added Pal.
2274
2275         * Documentation/user/notation.itely: bugfix: unTeXified
2276         $\\backslash$.  Bugfix: yet another glyph renaming victim:
2277         "timesig.*x/y" -> "timesig.*xy".
2278
2279 2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2280         
2281         * VERSION (PACKAGE_NAME): release 2.5.12
2282
2283 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2284
2285         * ly/engraver-init.ly: set tieWaitForNote to #t by default
2286
2287         * configure.in (gui_b): bump GUILE requirement to 1.6.5 
2288
2289         * Documentation/topdocs/NEWS.tely: add inputfileref macro.
2290
2291         * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
2292
2293 2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
2294
2295         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
2296         latin1..utf-8.
2297
2298         * input/regression/stanza-number.ly:
2299         * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
2300
2301         * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
2302
2303 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2304
2305         * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
2306         NEWS. Refer to website for older news.  
2307
2308         * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
2309         .HTML. This should be done for specific servers only.
2310
2311         * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
2312         .ly image examples.
2313
2314         * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
2315         in layer 0 too.
2316
2317         * scm/define-context-properties.scm
2318         (all-user-translation-properties): add tieWaitForNote
2319
2320         * scm/define-grobs.scm (all-grob-descriptions): add
2321         Tie_column::before_line_breaking
2322
2323         * lily/tie.cc (get_column_rank): new function
2324
2325         * lily/tie-column.cc (before_line_breaking): new function.
2326         (werner_directions): take into account ties that start on
2327         different columns.  
2328
2329         * lily/score-engraver.cc (set_columns): move add_column() so we
2330         have column rank available.
2331
2332         * lily/tie.cc (get_column_rank): new function.
2333
2334         * input/regression/utf8.ly (japanese): add japanese lyrics.
2335
2336         * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
2337
2338         * THANKS: add Steve D
2339
2340         * ttftool/*.c: add TTF -> Type42 conversion library.
2341
2342 2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
2343
2344         * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
2345         to show harmonic notes
2346         * scm/define-markup-commands.scm: in \markup-by-number
2347         "dots-dot" -> "dots.dot" to show dotted notes
2348
2349 2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2350
2351         * flower/include/memory-stream.hh (class Memory_out_stream): new file.
2352
2353         * flower/memory-stream.cc (writer): new file.
2354
2355         * configure.in: add endian test.
2356
2357 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
2358
2359         * Documentation/user/examples.itely: small
2360         simplification/beautification
2361
2362         * Documentation/user/notation.ietly: bugfix: fixed many artefacts
2363         from the "x-y-z"->"x.y.z" renaming of glyphs throughout the whole
2364         notation manual.
2365
2366         * lily/mensural-ligature.cc: bugfix: another few victims of the
2367         "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
2368
2369         * ly/gregorian-init.ly: commit some experimental code for hi-level
2370         ligature input language lying around here for several months.
2371
2372         * lily/mensural-ligature-engraver.cc: bugfix: another victim of
2373         the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
2374
2375         * lily/vaticana-ligature-engraver.cc: bugfix: another few
2376         "x-y-z"->"x.y.s-z" fixes.
2377
2378 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2379
2380         * scm/framework-pdf.scm (scm): new file
2381
2382         * lily/include/pdf.hh (class Pdf_file): new file.
2383
2384         * lily/pdf.cc (write_trailer): new file.
2385
2386 2005-02-18  Erlend Aasland  <erlenda@gmail.com>
2387
2388         * input/regression/color.ly: new file
2389
2390         * lily/stencil.cc (interpret_stencil_expression):
2391         when a color expression is encountered: save current color,
2392         process the rest of the expression, and restore previous color.
2393
2394         * lily/system.cc (get_line): check all grobs for color property and
2395         prepare the stencil scheme expressions for further processing.
2396         Fix layer-loop.
2397
2398         * scm/define-grob-properties.scm: introduce the color property.
2399
2400         * scm/output-lib.scm: color helper functions.
2401
2402         * scm/output-ps.scm: introduce setcolor/resetcolor.
2403
2404 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
2405
2406         * ly/*.ly, input/regression/*.ly: Added missing \version
2407         statements in some files.
2408
2409 2005-02-15  Graham Percival  <gperlist@shaw.ca>
2410
2411         * Documentation/user/notation.itely: minor editing.
2412
2413         * Documentation/user/converters.itely: updated convert-ly bugs.
2414
2415         * Documentation/user/lilypond-book.itely: add info about using
2416         feta characters in latex.
2417
2418 2005-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2419
2420         * scripts/convert-ly.py: new slur dash patch by Bertalan Fodor.
2421
2422 2005-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2423
2424         * scm/define-grob-properties.scm (all-user-grob-properties):
2425         removed 'dashed property.
2426
2427 2005-02-13  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2428
2429         * scm/lily.scm (define-safe-public): new macro for defining
2430         variables that can be used in --safe mode. Use it in *.scm
2431         instead of manually setting safe-objects in safe-lily.scm.
2432
2433 2005-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2434         
2435         * Slur-dash patch by Bertalan.
2436
2437         * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.
2438
2439         * stepmake/bin/add-html-footer.py (do_file): do i18n only once. 
2440
2441 2005-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2442
2443         * stepmake/aclocal.m4: teTeX-3.0 inimf fix.  Comment-out.
2444
2445 2005-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2446
2447         * mf/GNUmakefile: teTeX-3.0 install fix.
2448
2449         * Cygwin patch from Bertalan.
2450
2451         * stepmake/stepmake/metafont-rules.make: Remove bashism.
2452
2453 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2454
2455         * GNUmakefile.in: 
2456         * SConstruct (symlink): teTeX-3.0 build fix: add map symlink.
2457
2458         * tex/GNUmakefile: teTeX-3.0 fix: install .enc in fonts/enc.  Add
2459         2.0.x compatibility.
2460
2461 2005-02-08  Werner Lemberg  <wl@gnu.org>
2462
2463         * mf/feta-din-code.mf: Format; clean up code.
2464         Replace `---' with `--' plus explicit path directions.
2465         (linethickness#, stafflinethickness#): Remove.
2466         ("dynamic f"): Replace `draw' with `draw_rounded_block'.
2467         ("dynamic s"): Improve shape.
2468         ("dynamic p"): Improve shape.
2469         Replace `draw' with better outline approximation.
2470         ("dynamic r"): Improve shape.
2471         Don't call `fill' and `draw' at the same time.
2472
2473 2005-02-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2474
2475         * SConstruct (symlink):
2476         * GNUmakefile.in ($(builddir)/share/lilypond-force): teTeX-3.0
2477         build fix: add enc symlink.
2478
2479         * lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
2480
2481         Support for DESTDIR besides prefix=/foo
2482
2483         * vim/GNUmakefile (local-install): Use $(INSTALL) -d iso mkdir.
2484
2485         * stepmake/stepmake/*.make:
2486         * */GNUmakefile:
2487         * GNUmakefile.in: Prepend $(DESTDIR) to installation directory.
2488
2489         * config.make.in (prefix): Remove broken $(DESTDIR) hack.
2490
2491         * stepmake/aclocal.m4: Use %0.f iso %d to quiet gawk < 3.1.4 and
2492         mawk in fontforge (date) test.
2493
2494 2005-02-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2495
2496         * scm/font.scm (make-century-schoolbook-tree): add NCS as
2497         font-family=roman. Add Luxi Sans as sans
2498
2499 2005-02-07  Graham Percival  <gperlist@shaw.ca>
2500
2501         * Documentation/user/notation.itely: add warning about
2502         percent repeats and Voice contexts.
2503
2504         * Documentation/user/lilypond-book.itely: clarified the
2505         necessity of dvips -u arguments.
2506
2507 2005-02-07  Erik Sandberg  <ersa9195@student.uu.se>
2508
2509         * THANKS: Added a bunch of bug hunters.
2510
2511 2005-02-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2512
2513         * scm/framework-ps.scm (output-preview-framework): bugfix.
2514
2515         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): use unicode
2516         o/ for chord modifier..
2517
2518         * lily/general-scheme.cc (LY_DEFINE): new function ly:wide-char->utf-8.
2519
2520         * lily/drum-note-performer.cc:  remove unused (thanks Michael
2521         Welsh Duggan). 
2522
2523 2005-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2524
2525         * Documentation/user/changing-defaults.itely (Text encoding): Clarify.
2526
2527         * ly/titling-init.ly: Do not also print intstrument in header on
2528         first page.  Do not print page number on first and only page.
2529
2530 2005-02-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2531
2532         * input/regression/*.ly: remove old-relative everywhere
2533
2534         * lily/music-sequence.cc (simultaneous_relative_callback): do
2535         what-if analysis on copy, not on original. Fixes old-relative
2536         compatibility.
2537
2538         * scm/backend-library.scm (postscript->png): space before
2539         --verbose.
2540         
2541 2005-02-05  Werner Lemberg  <wl@gnu.org>
2542
2543         * mf/feta-autometric.mf (fet_beginchar): Check whether `feta_group'
2544         is defined.
2545
2546         * mf/feta-alphabet.mf: Define `staffsize#'.
2547         Include `feta-params.mf'.
2548         s/staffheight/design_size/.
2549
2550         * mf/feta-alphabet??.mf: s/staffheight/design_size/.
2551
2552         * mf/feta-alphabet26.mf: Fix a serious bug (design size off by 8pt).
2553
2554         * mf/feta-nummer-code.mf: Reformatted.
2555         (draw_six): Use outline intersection to avoid a self-intersecting
2556         path.
2557         ("Numeral comma"): Fix serious outline glitches.  This slightly
2558         changes the glyph shape.
2559         ("Numeral dash"): Use `draw_rounded_block'.
2560         ("Numeral dot"): Use `drawdot'.
2561         ("Numeral 1"): Assure identical tangent directions for the
2562         intersection points of paths.  The glyph shape improvement is only
2563         visible at very high magnifications.
2564         ("Numeral 2"): Use `solve' macro to make the lower right part of
2565         the glyph outline touch the x axis exactly.  This changes the
2566         glyph shape.
2567         Minor fixes for better overlap removal support.
2568         ("Numeral 4"): Make lefter corner `rounder'.
2569         ("Numeral 5"): Assure identical tangent directions for the
2570         intersection points of paths.  This improves the glyph shape at
2571         high magnifications.
2572         ("Numeral 7"): Use `solve' macro to make the upper right part of
2573         the glyph outline touch the metrics box exactly.  This changes the
2574         glyph shape.
2575         Avoid corner in the upper left part of the glyph (causing a minor
2576         shape change).
2577
2578         * mf/feta-ital-*.mf: Removed.  Unused.
2579
2580 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2581
2582         * VERSION (PATCH_LEVEL): release 2.5.11
2583
2584         * input/regression/fill-line-test.ly: new file.
2585
2586         * buildscripts/gen-emmentaler-scripts.py (i): insert dash in
2587         emmentaler name, eg. emmentaler-23. 
2588
2589 2005-02-04  Christian Hitz  <chhitz@gmx.net>
2590
2591         * scm/scm/define-markup-commands.scm (fill-line): rework for better
2592         alignment with centered texts
2593
2594         * scm/stencil.scm (stack-stencils-padding-list): new function, takes a
2595         list of paddings
2596
2597 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2598
2599         * mf/GNUmakefile ($(outdir)/lilypond.map): add aybabtu to .map file.
2600
2601         * lily/note-column.cc (translate_rests): call flush_extent_cache()
2602         of parents when translating rests. Fixes: c-chord-rest.ly 
2603
2604         * lily/include/dimension-cache.hh (struct Dimension_cache): add
2605         dimension_callback_ member.
2606
2607         * lily/grob.cc (flush_extent_cache): new function. Force recompute
2608         of extents.
2609
2610 2005-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
2611
2612         * all but lily/*: The grand 2004/2005 replace.
2613
2614 2005-02-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2615
2616         * lily/*: add space after ,  
2617
2618         * scm/music-functions.scm (has-request-chord): don't use
2619         ly:music-name anywhere. Fixes <<\\>> notation. 
2620
2621         * scm/define-markup-commands.scm (box): use font-size for
2622         padding. Fixes boxed-rehearsal-marks.ly
2623
2624         * lily/parser.yy (assignment_id): allow LYRICS_STRING as
2625         identifier definition too, so foo = \lyrics { ...   } bar = #1
2626         doesn't complain about "bar" being LYRICS_STRING.
2627
2628         * lily/paper-def.cc (find_pango_font): new routine; Store
2629         pango_fonts in hash tab too. This is necessary for retrieving
2630         Pango_fonts::physical_font_tab() later on.
2631  
2632         * lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
2633         crash if psname is null.
2634
2635         * lily/lily-guile.cc (ly_hash2alist): new function
2636
2637         * Documentation/user/changing-defaults.itely (Text encoding):
2638         rewrite. 
2639
2640         * lily/pango-font.cc (physical_font_tab): new member. Store PSname
2641         -> font_filename mapping.
2642
2643         * lily/pango-font-scheme.cc (LY_DEFINE): new file. New function
2644         ly_pango_font_physical_fonts
2645
2646         * scm/framework-ps.scm (supplies-or-needs): extract names from
2647         physical Pango_fonts.
2648
2649         * utf8.ly: new file.
2650
2651 2005-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2652
2653         * Documentation/user/changing-defaults.itely (Page layout): add
2654         doco about systemSeparatorMarkup.
2655
2656         * scm/page-layout.scm (default-page-make-stencil): add-to-page
2657         function.
2658         (default-page-make-stencil): insert system separators.
2659
2660         * scm/define-markup-commands.scm (hcenter): add
2661         (beam): add.
2662
2663 2005-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2664
2665         * scm/output-ps.scm (ez-ball): reinstate ez notation.
2666
2667 2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2668
2669         * lily/main.cc: Spell backend consistently.  Sort options.
2670
2671 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2672
2673         * scripts/lilypond-book.py (Module): revert @include.
2674         
2675 2005-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
2676
2677         * scripts/lilypond-book.py: Resurrect HTML links to .ly source.
2678         Bugfix: @include .tex (not .texi).  Small cleanups.
2679
2680         * stepmake/bin/add-html-footer.py (i18n): New function.
2681
2682 2005-01-31  Werner Lemberg  <wl@gnu.org>
2683
2684         * mf/feta-nummer.mf: Removed.  Unused.
2685
2686 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2687
2688         * lily/ : 2004 -> 2005 s&r
2689
2690         * scm/file-cache.scm (cached-file-contents): add file. Read each
2691         file only once.
2692
2693         * scm/font.scm (add-pango-fonts): change order. Medium weight is
2694         now default.
2695
2696         * VERSION: release 2.5.10
2697         
2698         * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files.
2699
2700         * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker.
2701
2702         * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure
2703         that both X and Y extents of bbox are non-nil.
2704
2705 2005-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2706
2707         * scm/chord-name.scm (alteration->text-accidental-markup): change
2708         - to . 
2709
2710         * scm/output-ps.scm (utf8-string): add utf8-string for completeness.
2711
2712         * scm/framework-ps.scm (dump-stencil-as-EPS): new function
2713
2714         * Documentation/user/invoking.itely (Invoking lilypond): add note
2715         about EPS backend.
2716
2717         * scm/framework-eps.scm: new file: create per-system/per-page EPS
2718         files for inclusion in lilypond-book document.
2719
2720         * input/tutorial/lbook-latex-test.tex: rename from lilbook.tex
2721
2722         * input/tutorial/lbook-texi-test.texi: new file.
2723
2724         * scm/safe-lily.scm (safe-objects): add
2725         {begin,end}-of-line-(in)?visible as safe.
2726  
2727 2005-01-30  Graham Percival  <gperlist@shaw.ca>
2728
2729         * Documentation/user/changing-defaults.itely: fixed example
2730         of (dynamics).
2731
2732 2005-01-29  Graham Percival  <gperlist@shaw.ca>
2733
2734         * lily/main.cc: fix info about -o=FILE.
2735
2736 2005-01-29  Werner Lemberg  <wl@gnu.org>
2737
2738         * mf/feta-toevallig.mf ("Natural"): Completely changed the
2739         construction to assure smooth transition from straight to curved
2740         lines.
2741
2742 2005-01-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2743
2744         * lily/stencil.cc (moved_to_edge): don't halt on adding empty
2745         stencils.
2746
2747         * ps/lilyponddefs.ps: add start-page, start-system doesn't
2748         translate to top of page. Fixes alignment problems of
2749         lilypond-generated EPS files.
2750
2751 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2752
2753         * scm/part-combiner.scm (analyse-spanner-states): trigger on
2754         crescendo-end as well, since Decrescendo maybe ended with Stop
2755         Crescendo.). Fixes: partcombine-diminuendo.ly
2756
2757         * scm/script.scm (default-script-alist): swap portato symbols.
2758
2759         * lily/instrument-name-engraver.cc (acknowledge_grob): typo.
2760
2761         * lily/paper-outputter-scheme.cc (LY_DEFINE):
2762         ly:outputter-port. New function.
2763
2764         * scm/framework-ps.scm (output-classic-framework): dump a
2765         -systems.texi too
2766         (output-classic-framework): dump multiple systems on an "infinite"
2767         page EPS including fonts. 
2768
2769         * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use
2770         .eps files for both texi and tex formats. Use PNG coming from
2771         lilypond.
2772         
2773 2005-01-28  Graham Percival  <gperlist@shaw.ca>
2774
2775         * Docuemntation/user/invoking.itely: fix info about -o=FILE.
2776
2777         * scripts/lilypond-latex.py: fix info about -o=FILE.
2778
2779 2005-01-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2780
2781         * ly/generate-embedded-cff.ly: write .cff.ps files.
2782
2783         * mf/GNUmakefile ($(outdir)/lilypond.map): add .cff.ps to .map file.
2784
2785         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb
2786         $(outdir)/%.svg $(outdir)/%.pfa): remove --simplify
2787
2788 2005-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2789
2790         * lily/include/guile-compatibility.hh (SCM_VECTOR_P): Compile fix.
2791
2792 2005-01-28  Werner Lemberg  <wl@gnu.org>
2793
2794         * mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
2795         macros.
2796         (draw_bulb): Improved.
2797
2798         * mf/feta-pendaal.mf ("Pedal asterisk"): Remove workaround for
2799         metapost bug.
2800         (draw_pedal_P): Use soft_end_penstroke.
2801         (draw_pedal_d): Use soft_start_penstroke.
2802
2803         * mf/feta-schrift.mf ("Trill (`tr')"): Remove redundant point in
2804         path.
2805         ("Varied Coda"): Move some points to avoid fontforge warnings.  This
2806         doesn't change the glyph shape.
2807
2808         * mf/feta-accordion.mf ("accOldEE"): Draw glyph differently (without
2809         changing the shape) to avoid fontforge warnings.
2810
2811         * mf/feta-klef.mf (draw_tab_T, draw_tab_A, draw_tab_B): Use
2812         soft_end_penstroke and fix glyph shape.
2813
2814 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2815
2816         * lily/*.cc: Scheme deprecation of SCM_VECTOR_* 
2817
2818 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2819
2820         * scm/define-markup-commands.scm (line): filter out empty stencils
2821         from line command.
2822
2823         * lily/stencil-scheme.cc (LY_DEFINE): only allow finite real
2824         amount.
2825
2826 2005-01-27  Graham Percival  <gperlist@shaw.ca>
2827
2828         * Documentation/user/notation.itely: added info about what
2829         \voiceFoo does.  Also rewrote warning about marks at
2830         a line break.
2831
2832         * Documentation/user/changing-defaults.itely: added info
2833         about putting dynamics in parenthesis and brackets.
2834
2835 2005-01-27  Werner Lemberg  <wl@gnu.org>
2836
2837         * mf/feta-schrift.mf ("Trill (`tr')"): Fix typo.
2838
2839 2005-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2840
2841         * mf/feta-schrift.mf: reverse u and d portato. Fixes:
2842         portato-direction.ly
2843
2844         * lily/beam.cc (consider_auto_knees): add beam height to
2845         threshold. Fixes: knee-multiple-beam.ly
2846
2847         * lily/instrument-name-engraver.cc (acknowledge_grob): also ignore
2848         pedal line spanners. Fixes: instrument-center-pedal.ly
2849
2850         * lily/auto-beam-engraver.cc (acknowledge_grob): stop beam
2851         if encountering barline. Fixes: auto-beam-repeat.ly
2852
2853 2005-01-26  Werner Lemberg  <wl@gnu.org>
2854
2855         * mf/feta-slag.mf (draw_trillelement): Fix shape to get clean
2856         overlapping.
2857
2858         * mf/feta-toevallig.mf (draw_meta_sharp): Fix shape to avoid curves
2859         with inflections for the 1/2 sharp glyph.
2860
2861         * mf/feta-schrift.mf ("Trill (`tr')"): Fix start position of
2862         connection between `t' and `r'.
2863         Unify bulb with the rest of `r' to avoid grazing outlines which
2864         confuses the overlap removal algorithm of fontforge.
2865
2866         * mf/feta-bolletjes.mf (draw_slash): Fix shape to avoid curves with
2867         inflections.
2868         (draw_cross): Fix shape to have uniform thickness in corners.
2869
2870         * mf/feta-pendaal.mf (draw_pedal_P): Break shape into smaller pieces
2871         to avoid an uneven number of self-intersections; this confuses
2872         fontforge.
2873         Fix a slight bug in the shape at left bottom (which is visible only
2874         at high magnifications).
2875         `Center' the stem horizontally to avoid overlapping.
2876
2877 2005-01-24  Werner Lemberg  <wl@gnu.org>
2878
2879         * mf/feta-autometric.mf (fet_beginfont): Set font_coding_scheme
2880         to `asis'.
2881         (fet_begingroup): Save group name in string `feta_group'.
2882         (fet_endgroup): Updated.
2883         (fet_beginchar): Emit `glyph_name' special for mf2pt1.
2884
2885         * mf/feta-bolletjes.mf: s/p/pat/ for paths.
2886
2887         * mf/feta-pendaal.mf ("Pedal asterisk"): Add workaround for bug
2888         in metapost.
2889
2890 2005-01-24  Graham Percival  <gperlist@shaw.ca>
2891
2892         * Documentation/user/notation.itely: really minor editing.
2893
2894 2005-01-22  Graham Percival  <gperlist@shaw.ca>
2895
2896         * Documentation/user/examples.itely: minor editing.
2897
2898         * Documentation/user/changing-defaults.itely: minor editing.
2899
2900         * Documentation/user/notation.itely: clarified info on polyphony
2901         and \addlyrics.
2902
2903 2005-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
2904
2905         * scm/output-gnome.scm: 
2906         * scm/output-svg.scm:
2907         * scm/lily-library.scm (font-name-style): Update font name
2908         kludging for fontconfig use.
2909
2910 2005-01-20  Erlend Aasland  <erlenda@gmail.com>
2911
2912         * scm/define-markup-commands.scm: Document right-align and
2913         larger markup commands. Remove "TODO" from the topmost comment
2914         "each markup function should have a doc string." More consistent
2915         use of new-lines.
2916
2917 2005-01-22  Graham Percival  <gperlist@shaw.ca>
2918
2919         * Documentation/user/changing-defaults: removed info about
2920         copyright symbol, since it's likely to change soon.
2921         Added info about betweensystemspace.
2922
2923         * Documentation/user/notation.itely: minor fixes.
2924
2925         * Documentation/user/lilypond.tely,
2926         Documentation/user/music-glossary.tely: changed copyright
2927         date to 2005 instead of 2004.
2928
2929         * input/test/volta-chord-names.ly: added old example back.
2930
2931 2005-01-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2932
2933         * mf/feta-beugel.mf: use design size 20 (not 15).
2934
2935         * mf/aybabtu.pe.in: scale brace fonts to design sizes.
2936         change name to aybabtu completely
2937
2938 2005-01-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2939
2940         * buildscripts/gen-emmentaler-scripts.py (outdir): add
2941         design_size to fontname
2942
2943 2005-01-19  Werner Lemberg  <wl@gnu.org>
2944
2945         * mf/feta-accordion.mf, mf/feta-klef.mf, mf/feta-pendaal.mf,
2946         mf/feta-schrift.mf: s/p/pat/ if a path variable.
2947
2948         * mf/feta-autometric.mf (set_char_box): Add code which emits
2949         specials for mf2pt1 if run with metapost.
2950         (to_bp): New macro for mf2pt1.
2951
2952 2005-01-18  Graham Percival  <gperlist@shaw.ca>
2953
2954         * Documentation/user/changing-defaults: added info on
2955         creating a copyright symbol.
2956
2957 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2958
2959         * VERSION: release 2.5.9
2960         
2961 2005-01-18  Erlend Aasland  <erlenda@gmail.com>
2962
2963         * scm/auto-beam.scm: Simplify score-override-auto-beam-setting
2964
2965         * Documentation/user/notation.itely: Document
2966         score-override-auto-beam-setting Fix documentation for
2967         revert-auto-beam-setting.
2968
2969 2005-01-18  Werner Lemberg  <wl@gnu.org>
2970
2971         * scm/framework-ps.scm (ps-embed-cff): Fix DSC comments.
2972         (procset): New function to define a procset resource.
2973         (ps-embed-pfa): New function to define a font resource.
2974         (setup): New function to define a `Setup' environment.
2975         (preamble): Use new functions.
2976
2977         * ps/lilypond.defs (init-lilypond-parameters): New function to
2978         get rid of directly executed PS code.  Used in scm/framework-ps.scm.
2979
2980 2005-01-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2981
2982         * mf/GNUmakefile (MFTRACE_FLAGS): add --no-afm to MFTRACE_FLAGS
2983
2984 2005-01-17  Erlend Aasland  <erlenda@gmail.com>
2985
2986         * scm/define-markup-commands.scm: Change number->markletter-string
2987         to take two arguments (vector number). Add number->mark-alphabet-vector
2988         and markalphabet markup command.
2989
2990         * scm/translation-functions.scm: Add format-mark-box-alphabet,
2991         format-mark-alphabet, format-mark-box-barnumbers and
2992         format-mark-barnumbers. Fix bug in format-mark-box-numbers.
2993
2994 2005-01-17  Graham Percival  <gperlist@shaw.ca>
2995
2996         * Documentation/user/examples.itely: add SATB automatic piano
2997         reduction template.
2998
2999         * Documentation/user/notation.itely: added info about changing
3000         partcombine texts.  Also adds examples of alternate lyrics.
3001
3002         * Documentation/user/changing-defaults.itely: added warning
3003         about \RemoveEmptyStaffContext overriding previous changes.
3004
3005 2005-01-17  Werner Lemberg  <wl@gnu.org>
3006
3007         * buildscripts/mf-to-table.py: Use `FetaAlphabetEncoding' for
3008         feta-alphabet*.
3009
3010 2005-01-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3011
3012         * python/lilylib.py (make_ps_images): don't do final showpage for
3013         multi-page documents.
3014         
3015         * VERSION (MY_PATCH_LEVEL): release 2.5.8
3016
3017 2005-01-16  Graham Percival  <gperlist@shaw.ca>
3018
3019         * Documentation/user/lilypond.tely: changed order of appendices;
3020         unified index should be last.
3021
3022         * Documentation/user/notation.itely: add example of key signatures
3023         and info about Staff.printKeyCancellation.
3024
3025 2005-01-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3026
3027         * lily/include/repeated-music.hh (class Repeated_music): change
3028         into "namespace" class.
3029
3030         * lily/event.cc: remove Key_change_event.
3031
3032         * lily/include/transposed-music.hh (class Transposed_music): remove.
3033
3034         * lily/transposed-music.cc: remove
3035
3036         * lily/include/relative-music.hh: remove.
3037
3038         * lily/include/music-sequence.hh (struct Music_sequence): change
3039         into "namespace" class.
3040
3041         * lily/untransposable-music.cc (Module): remove
3042
3043         * lily/include/un-relativable-music.hh (Module): remove
3044
3045         * lily/include/untransposable-music.hh (Module): remove
3046
3047         * lily/include/music-list.hh (Module): remove file
3048
3049         * lily/un-relativable-music.cc: remove file.
3050
3051 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3052
3053         * lily/parser.yy: Compile fix.
3054
3055 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3056
3057         * lily/include/music.hh (class Music): unvirtualize transpose().
3058
3059         * lily/sequential-music.cc: remove file.
3060
3061         * lily/include/lyric-combine-music.hh ("music.hh"): remove file.
3062
3063         * lily/slur-scoring.cc (get_best_curve): only switch on
3064         DEBUG_SLUR_SCORING for non NDEBUG builds.
3065
3066         * lily/include/music.hh (class Music): replace Music::start_mom()
3067         by start-callback property
3068
3069         * lily/include/grace-music.hh: remove file. 
3070
3071         * lily/stem.cc (height): robustness fix.
3072
3073         * lily/time-scaled-music.cc: remove file.
3074
3075         * lily/include/music.hh (class Music): include SCM init argument.
3076         (class Music): replace Music::get_length() virtual by
3077         length-callback property everywhere.
3078
3079         * scripts/convert-ly.py (conv): add  # to \property scalar value.
3080
3081         * mf/GNUmakefile: don't install *list.ly
3082
3083 2005-01-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3084
3085         * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces.
3086
3087 2005-01-12  Werner Lemberg  <wl@gnu.org>
3088
3089         This patch addresses the following problems in the feta sources
3090         files which contribute to the fetaXX fonts.
3091
3092         . Many fixes for rasterization at low resolutions (consistent use of
3093           `vround' and `hround', integer shift values for paths, applying
3094           `eps' for mirrored paths, use of `define_whole_pixels' and
3095           friends, etc.) -- while this probably looks like a waste of time
3096           it has revealed deficiencies in some glyph shapes.  See comment at
3097           the end of feta-params.mf how vertical symmetry is achieved.
3098
3099         . The `---' operator has been replaced everywhere with `--'; this
3100           both improves and considerably reduces the font size after
3101           conversion with mf2pt1.
3102
3103         These change aren't explicitly mentioned below since virtually all
3104         glyphs are affected.
3105
3106         Other notable differences:
3107
3108         . Glyphs from feta-accordion.mf now have charboxes around the
3109           outline.
3110
3111         . Fixed incorrect charbox for `accDot'.
3112
3113         . The `rcomma' and `lcomma' glyphs were distorted due to a typo.
3114
3115         . Fixed position of the bow in the `upprall' glyph and its siblings.
3116
3117         . The bulb size in the `2/2 meter' and `4/4 meter' glyphs is now
3118           dependent on the staff line thickness to avoid touching the middle
3119           staff line at smaller sizes.
3120
3121         . Largely extended output for feta-testXX: Where useful, glyphs
3122         are shown both between and on staff lines.
3123
3124
3125         * mf/feta-params.mf (staff_space_rounded,
3126         stafflinethickness_rounded, linethickness_rounded,
3127         ledgerlinethickness_rounded, stemthickness_rounded): New variables.
3128         Update all code which uses them where appropriate.
3129         (feta_eps, feta_shift, feta_space_shift, feta_offset, feta_fillpen):
3130         New variables used to control rasterization at low resolutions.  Set
3131         to zert if feta code is processed with metapost.
3132
3133         * mf/feta-macros.mf (draw_staff, draw_staff_outline): Updated.
3134         (draw_rounded_block, draw_square_block): Updated to use `--' only.
3135         (flare_path): Updated.
3136         Make it work with `filldraw' (but only circular pens).
3137         (hfloor, vfloor, hceiling, vceiling): New macros.
3138
3139         * mf/feta-accordion.mf ("accDiscant", "accFreebase", "accStdbase"):
3140         Use `draw' again in mf mode to have good pixel dropout control.
3141         Fix intersection points of horizontal lines with circle.
3142         ("accDot"): Fix parameters for set_char_box.
3143         ("accOldEE"): Use `draw' again in mf mode to have good pixel dropout
3144         control.
3145
3146         * mf/feta-banier.mf: Updated.
3147
3148         * mf/feta-bolletjes.mf (remember_pic): New variable, used for
3149         testing.
3150         (undraw_inside_ellipse): Remove `center' argument.  Update all
3151         callers.
3152         (draw_brevis): New macro, called by "Brevis notehead".
3153         (draw_whole_triangle_head): New macro, called by "Whole
3154         trianglehead".
3155         (draw_small_triangle_head): Use `filldraw'.
3156
3157         * mf/feta-eindelijk.mf: Remove useless global group.
3158         Updated.
3159
3160         * mf/feta-klef.mf (draw_c_clef): Correct point positions for using
3161         `filldraw'.
3162
3163         * mf/feta-pendaal.mf: Updated.
3164
3165         * mf/feta-puntje.mf: Updated.
3166
3167         * mf/feta-schrift.mf (draw_very_long_fermata): Simplified to use
3168         less points.
3169         ("Flageolet"): Use `draw' again in mf mode to have good pixel
3170         dropout control.
3171         ("Varied Coda"): Use `draw_block'.
3172         (draw_comma): Fix typo.
3173         (draw_arpeggio_arrow): Use `draw' also in mf mode to have good
3174         pixel dropout control.
3175
3176         * mf/feta-slag.mf ("upprall", "downprall", "lineprall"): Fix start
3177         position of bow.
3178
3179         * mf/feta-timesig.mf (draw_C): Reduce bulb size for smaller design
3180         sizes.
3181
3182         * mf/feta-toevallig.mf (remember_pic): New variable, used for
3183         testing.
3184         (draw_meta_sharp): Much simplified.
3185         ("Sharp", "1/2 Sharp", "3/4 Sharp"): Don't rotate but shift.
3186
3187         * mf/feta-test-generic.mf: Include all files as in feta-generic.mf.
3188
3189 2005-01-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3190
3191         * Documentation/user/notation.itely (Ancient rests): Fix typo
3192         (thanks Anthony)
3193
3194 2005-01-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3195
3196         * scm/auto-beam.scm (score-override-auto-beam-setting): New function.
3197
3198         * lily/main.cc (setup_paths): Add cff.
3199
3200         * mf/GNUmakefile (foe): Include actual target %.cff.
3201         (INSTALLATION_OUT_SUFFIXES): Install CFF and SVG fonts too.
3202
3203 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3204
3205         * lily/include/lily-lexer.hh (class Lily_lexer): lose hungarian _b
3206         suffix for main_input_b_.
3207
3208         * scm/music-functions.scm (toplevel-music-functions):
3209         precompute music lengths for music expressions.  
3210
3211 2005-01-11  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3212
3213         * lily/include/input.hh (class Input): new `end_' slot for end of
3214         input. Renamed defined_str0_ to start_.
3215
3216         * lily/input.cc (Input): Add Input::Input (Input const &) and
3217         remove Input::Input (Source_file*, char const *). Use the new
3218         slots.
3219         (set_location): method used by bison to propagate input
3220         locations (YYLLOC_DEFAULT).
3221         (end_line_number, end_column_number, step_forward): new methods
3222         
3223         * lily/input-scheme.cc (ly:input-both-locations): new function,
3224         similar to ly:input-location, but also return the end line and
3225         column.
3226
3227         * lily/include/includable-lexer.hh: 
3228         * lily/includable-lexer.cc: 
3229         * lily/include/lily-lexer.hh (class Lily_lexer): 
3230         * lily/lily-lexer.cc (add_lexed_char): Move add_lexed_char from
3231         Includable_lexer to Lily_lexer, in order to update lexloc (the
3232         yylloc), a new slot of Lily_lexer.
3233         (here_input, LexerError): simplify by using the lexloc slot (aka
3234         yylloc)
3235
3236         * lily/lexer.ll: #define yylloc to use input locations (it may
3237         be useless here?). Fixed the #embedded_scm rule (step the location
3238         forward in order to skip the sharp sign before parsing the scheme
3239         expression)
3240
3241         * lily/include/lily-parser.hh (class Lily_parser): 
3242         * lily/lily-parser.cc: Remove push_spot(), pop_spot() and
3243         here_input()
3244         (parser_error): overload for more precise locations of errors.
3245
3246         * lily/parser.yy (YYLTYPE): set location type to Input
3247         (YYLLOC_DEFAULT): use Input::set_location()
3248         (yylex): add the YYLTYPE* location parameter.
3249         Clean push_spot()/pop_spot()/here_input(), and use @$, @1, etc.
3250         Give an Input parameter to THIS->parser-error() for more accurate
3251         messages.
3252
3253 2005-01-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3254
3255         * stepmake/aclocal.m4: do NDEBUG for optimizing builds.
3256
3257         * lily/include/beam.hh (DEBUG_QUANTING): performance: only switch
3258         on BEAMQUANTING for non-NDEBUG builds.
3259
3260         * lily/stem.cc (head_count): performance: avoid String::String()
3261         inside oft called function.
3262
3263 2005-01-09  Graham Percival  <gperlist@shaw.ca>
3264
3265         * Documentation/user/examles.itely: attempted fix for broken
3266         string quartet template.
3267
3268         * Documentation/user/notation.itely: remove unnecessary broken
3269         link.
3270
3271 2005-01-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3272
3273         * VERSION (PACKAGE_NAME): release 2.5.7
3274
3275 2005-01-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3276
3277         * config.make.in (METAFONT): Append -progname=mf, fixes use with
3278         mf-nowin for teTeX-3.0.  Backportme.
3279
3280         * scm/output-svg.scm (utf8-string): New function.
3281
3282         * scm/output-gnome.scm (utf8-string): New function.
3283         (otf-name-mangling): Remove.
3284
3285         * lily/pango-font.cc (Pango_font): Use font string iso font
3286         filename for utf8-text.
3287
3288         * buildscripts/gen-emmentaler-scripts.py: Remove designsize from
3289         name.
3290
3291 2005-01-08  Graham Percival  <gperlist@shaw.ca>
3292
3293         * Documentation/user/notation.itely: add info about
3294         Staff.extraNatural = ##f in Pitches section.  Also
3295         fixed some minor issues in the Vocal music section.
3296
3297 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3298
3299         * scm/output-ps.scm (white-text): comment out Helvetica font,
3300         which is broken for my GS install.
3301
3302         * lily/pango-font.cc (pango_item_string_stencil): use ink_rect,
3303         which provides a tighter bbox.
3304
3305         * scm/define-grobs.scm (all-grob-descriptions): remove all
3306         extra-offsets from definitions.
3307
3308 2005-01-08  Erlend Aasland  <erlenda@gmail.com>
3309
3310         * scm/output-lib.scm: Rename guitar-tunings to guitar-tuning and
3311         add tuning for 4-string bass and some common 4/5-string banjo
3312         tunings.  New function (four-string-banjo) turns a 5-string tuning
3313         into a 4-string tuning.  New function
3314         (fret-number-tablature-format-banjo) computes correct fret numbers
3315         on 5-string banjos.
3316
3317         * ly/engraver-init.ly: Default stringTunings = #guitar-tuning
3318         Add beam correction to TabVoice.
3319
3320         * scm/define-grobs.scm: Adjust notehead offset. Print fret numbers
3321         using bold font; makes tabs more readable.
3322
3323 2005-01-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3324
3325         * lily/font-select.cc (get_font_by_design_size): don't make
3326         Modified_font_metric; this causes trouble, since we don't know the
3327         font magnification from inside Pango_font::text_stencil()
3328
3329         * lily/all-font-metrics.cc (find_pango_font): take magnification argument.
3330
3331         * Documentation/user/notation.itely (The Lyrics context): comment out
3332         broken {Small ensembles} link.
3333
3334         * scm/framework-svg.scm (output-framework): change calling convention.
3335
3336         * lily/object-key-dumper-scheme.cc: new file.
3337
3338         * lily/object-key-undumper-scheme.cc: new file.
3339
3340         * lily/tweak-registration-scheme.cc: new file.
3341
3342         * lily/pango-select.cc (symbol_to_pango_variant): init local variable.
3343
3344         * Documentation/user/examples.itely (String quartet): uncomment
3345         broken example.
3346
3347         * lily/font-config.cc: new file.
3348
3349 2005-01-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3350
3351         * scm/output-svg.scm: 
3352         * scm/output-gnome.scm: s/bigcheese/emmentaler.
3353
3354         * lily/score-engraver.cc (MUSIC_FONT): Use emmentaler20.
3355
3356 2005-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3357
3358         * lily/general-scheme.cc (LY_DEFINE): Use snprintf (WAS: sprintf).
3359         Add headers.
3360
3361         * lily/GNUmakefile (general-scheme.o): Add version.hh dependency.
3362
3363 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3364
3365         * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler.
3366
3367         * lily/include/main.hh: lose _b hungarian suffixes for global
3368         variables.
3369
3370         * lily/include/lily-guile-macros.hh: new file.
3371
3372         * lily/pango-select-scheme.cc (LY_DEFINE): new file.
3373
3374         * lily/general-scheme.cc: new file. 
3375
3376         * lily/font-select.cc (get_font_by_design_size): retrieve
3377         PangoFont for (designsize . "pango-descr") entries.
3378
3379         * lily/lily-parser-scheme.cc: new file.
3380
3381         * lily/output-def-scheme.cc: new file.
3382
3383         * lily/paper-book-scheme.cc: new file.
3384
3385         * lily/duration-scheme.cc (LY_DEFINE): new file.
3386
3387         * lily/pitch-scheme.cc:  new file.
3388
3389         * scm/font.scm (add-cmr-fonts): use real dimens in font selection.
3390
3391 2005-01-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3392
3393         * lily/dimensions.cc (LY_DEFINE): add ly:{inch,cm,mm,bp,pt}.
3394
3395 2005-01-06  Graham Percival  <gperlist@shaw.ca>
3396
3397         * Documentation/user/notation.itely: minor editing.
3398
3399         * Documentation/user/changing-defaults: minor editing.
3400
3401         * Documentation/user/examples.itely: add template for
3402         string quartet part extraction; demonstrates tag.
3403
3404 2005-01-06  Erlend Aasland  <erlenda@gmail.com>
3405
3406         * Documentation/user/notation.itely: documents
3407         format-mark-box-letters and format-mark-box-numbers
3408
3409         * scm/define-context-properties.scm: change comment.
3410
3411 2005-01-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3412
3413         * scm/framework-ps.scm (output-classic-framework): new function:
3414         dump systems as separate .eps files (without fonts) and write a
3415         single collecting .tex file.
3416
3417 2005-01-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3418
3419         * Documentation/user/notation.itely (Setting simple songs):
3420         Correct several errors in the equivalent formulation of
3421         \addlyrics. 
3422         (The Lyrics context): Corrected link to the SATB example.
3423
3424 2005-01-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3425
3426         * scm/lily.scm (completize-formats): new function
3427         (postprocess-output): new function
3428
3429         * lily/paper-book.cc (classic_output): change calling
3430         convention. Give basename as first argument. 
3431         remove Paper_book::post_processing().
3432
3433         * lily/lily-guile.cc (LY_DEFINE): ly:output-backend, new function.
3434
3435 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3436
3437         * lily/paper-outputter.cc (LY_DEFINE): new function
3438         ly:outputter-close.
3439
3440         * lily/main.cc: change --format,-f to --backend,-b
3441
3442         * lily/include/main.hh: rename format to backend.
3443
3444         * scm/translation-functions.scm (format-mark-box-numbers): add.
3445         patch by Erlend Aasland
3446
3447 2005-01-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3448
3449         * lily/pango-font.cc (text_stencil): dump string as
3450         (utf-8-string FONTDESC UTF8) for use in -f gnome, -f svg.
3451
3452 2005-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3453
3454         * configure.in (gui_b): Remove handy developer-only
3455         PKG_CONFIG_PATH settings that cater for Jan-and-Han-Wen ~/usr/pkg/
3456         CVS source installations (but break other non-default but correct
3457         PKG_CONFIG_PATH setups), as this is no longer developer-only.
3458
3459         * SConstruct: 
3460         * ps/GNUmakefile (INSTALLATION_FILES): teTeX-3.0
3461         compatibility (backportme).
3462
3463         * GNUmakefile.in: teTeX-3.0 compatibility (backportme).
3464
3465 2005-01-03  Werner Lemberg  <wl@gnu.org>
3466
3467         Prepare glyph shapes for mf2pt1 conversion.
3468
3469         * mf/feta-accordion.mf (accreg_pen): Removed.  No longer used.
3470         (accDiscant, accFreebase, accStdbase): Replace `draw' with
3471         `penstroke'.
3472         (accDot): Use `drawdot'.
3473         (accBayanbase): Replace `draw' with `draw_gridline'.
3474         (print_penpos): Moved to feta-macros.mf.
3475         (accOldEE): Replace `filldraw' with `penstroke'.
3476         Replace `draw' with `penstroke' and `drawdot'.
3477
3478         * mf/feta-banier.mf: Code clean-up.
3479         ("grace dash (up)", "grace dash (down)"): Replace `draw' with
3480         `fill'.
3481
3482         * mf/feta-bolletjes (draw_cross): Remove call to `labels'.
3483
3484         * mf/feta-eindelijk.mf (draw_rest_bulb, draw_eigth_rest): Add
3485         paremeter to control drawing of labels.  Update all callers.
3486
3487         * mf/feta-klef.mf (draw_c_clef): Use `&' not `..' to connect paths.
3488         (new_bulb): Return a bulb as a single path.  To do that, it now
3489         takes some more parameters.  Updated all callers.
3490         (draw_gclef): Major clean-up.  `draw' has been replaced with
3491         `penstroke', unnecessary outlines have been removed.
3492         Remove (unused) gnome-canvas code.
3493
3494         * mf/feta-macros.mf (print_penpos): New macro (from
3495         feta-accordion.mf).
3496         Other minor fixes.
3497
3498         * mf/feta-pendaal.mf ("Pedal asterisk"): Use `undrawdot'.
3499         ("Pedal dot"): Use `drawdot'.
3500         (draw_pedal_P): Add parameter to control drawing of labels.  Update
3501         all callers.
3502         Fix shape at top.
3503         (draw_pedal_e): Add parameter to control drawing of labels.  Update
3504         all callers.
3505         (draw_pedal_d): Add parameter to control drawing of labels.  Update
3506         all callers.
3507         Revert drawing direction.
3508
3509         * mf/feta-schrift.mf (draw_fermata): Use single path.
3510         (draw_short_fermata): Replace `filldraw' with `fill'.
3511         (draw_long_fermata, draw_very_long_fermata): Replace calls to
3512         `draw_rounded_block' with a single path.
3513         ("Thumb"): Draw full circle instead of mirroring segments.
3514         (draw_accent): New macro.
3515         ("> accent", "espr"): Use it.
3516         (draw_marcato): Replace `filldraw' and `draw' with `fill'.
3517         ("open (unstopped)"): Draw full circle instead of mirroring
3518         segments.
3519         (draw_vee): Removed.
3520         ("Upbow"): Use `draw_accent' instead of `draw_vee'.
3521         ("Downbow"): Replace calls to `draw_rounded_block' with a single
3522         path.
3523         ("Trill (`tr')"): Replace overlapping loop drawn with `draw' with
3524         partial pieces drawn with `fill' -- these do still overlap with the
3525         stem of the `t' but just once, not multiple times so that fontforge
3526         can handle it gracefully.
3527         Change other parts of the glyph so that fontforge's overlapping
3528         algorithm reliably works.
3529         (draw_heel): Replace `draw' with `fill'.
3530         (draw_toe): Use `draw_accent' instead of `draw_vee'.
3531         ("Flageolet"): Replace `draw' with `penstroke'.
3532         ("Segno"): Replace `filldraw' with `penstroke'.
3533         Replace `draw' with `drawdot'.
3534         ("Coda"): Replace `fill' with `penstroke', using a single path.
3535         ("Varied Coda"): Use less overlapping paths.
3536         (draw_arpeggio_arrow): Replace `filldraw' with `fill', using a
3537         single path.
3538
3539         * mf/feta-slag.mf (draw_trillelement): Put `clearxy' outside of
3540         group to better control the `labels' command.
3541         Rename argument to `offset' and use it actually.  Update all
3542         callers.
3543         Replace `filldraw' with `fill'.
3544         ("mordent", "prallmordent", "upmordent", "downmordent",
3545         "lineprall"): Replace `draw' with `draw_gridline'.
3546         ("upprall", "downprall"): Replace `draw' with `fill'.
3547
3548         * mf/feta-timesig.mf: Formatting.
3549
3550         * mf feta-toevallig.mf (draw_meta_flag): Move code to draw labels
3551         to...
3552         ("Flat"): Here.
3553         (draw_paren): Move code to draw labels to...
3554         ("Right Parenthesis"): Here.
3555
3556 2005-01-02  Graham Percival <gperlist@shaw.ca>
3557
3558         * Documentation/user/notation.itely: add example of \setTextDecresc
3559         and \setTextDim.
3560
3561 2005-01-02  Tatsuya Ono <tats_ono@infoseek.jp>
3562
3563         * scm/define-markup-commands.scm :  fix glyph-strings of
3564         accidentals and \note-by-number
3565
3566 2005-01-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3567
3568         * VERSION: 2.5.6 released.
3569         
3570         * ps/lilyponddefs.ps: put mm -> pt scaling in here.
3571
3572         * input/regression/new-markup-scheme.ly: oops. font-family=music
3573         -> font-encoding fetaMusic.  
3574
3575         * lily/main.cc: put default to PS.
3576
3577         * lily/tfm.cc: idem.
3578
3579         * lily/afm.cc: idem.
3580
3581         * lily/include/modified-font-metric.hh (struct
3582         Modified_font_metric): remove coding_scheme() method.
3583
3584         * input/mutopia/F.Schubert/morgenlied.ly: convert to utf8
3585
3586         * scripts/convert-ly.py (conv): crash on encountering \encoding.
3587
3588         * input/les-nereides.ly: convert to utf8
3589
3590         * lily/modified-font-metric.cc (text_dimension): idem.
3591
3592         * lily/parser.yy (TODO): idem.
3593
3594         * lily/include/lily-lexer.hh (class Lily_lexer): idem.
3595
3596         * lily/lexer.ll: remove encoding
3597
3598         * scm/framework-ps.scm (output-variables): separately scale the
3599         page to mm 
3600
3601         * lily/pango-font.cc (Pango_font): fix scaling.
3602
3603         * lily/font-metric.cc (design_size): design_size returns a
3604         dimension now as well.
3605
3606 2004-12-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3607
3608         * mf/GNUmakefile ($(outdir)/%.otf-table): use findstring. Fixes
3609         brace generation. 
3610
3611         * lily/text-metrics.cc (LY_DEFINE): use scm_c_make_hash_table().
3612
3613 2004-12-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3614
3615         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Do not try to
3616         install unbuildable Fontmap and Fontmap.lily (Simon Aridis-Lang).
3617
3618 2004-12-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3619
3620         * mf/GNUmakefile ($(outdir)/%.otf-table): include parmesan20.lisp
3621         in first run as well.
3622
3623         * scm/paper.scm (layout-set-staff-size): use text-font-size in
3624         dimension less points (ie. 12 = 12 point)
3625
3626         * lily/pango-select.cc (select_pango_font): use find_scaled_font().
3627
3628         * lily/all-font-metrics.cc (find_pango_font): set description_
3629
3630         * lily/pango-font.cc (text_stencil): export size as well.
3631         (text_stencil): fix scaling and extents box.
3632
3633 2004-12-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3634
3635         * Documentation/topdocs/NEWS.texi (Top): add -f texstr
3636
3637         * Documentation/user/invoking.itely (Invoking lilypond): document
3638         texstr
3639
3640         * scripts/convert-ly.py (conv): add ancient rules.
3641
3642         * scm/clef.scm (c0-pitch-alist): replace - with .
3643
3644         * scripts/lilypond-book.py (process_snippets): add texstr support.
3645
3646         * scm/framework-texstr.scm (header): change extension to .textmetrics
3647
3648         * lily/lily-parser.cc (parse_file): do try_load_text_metrics for
3649         -f tex.
3650
3651         * lily/text-metrics.cc: new file.
3652         (try_load_text_metrics): new function
3653
3654         * lily/include/text-metrics.hh: new file.
3655
3656 2004-12-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3657
3658         * lily/include/lily-guile.hh (ly_lily_module_constant): rename
3659         ly_scheme_function to ly_lily_module_constant.
3660
3661         * lily/modified-font-metric.cc (text_dimension): try
3662         lookup_tex_text_dimension() first.
3663
3664         * lily/tfm.cc: new function ly:load-text-dimensions
3665
3666 2004-12-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3667
3668         * scm/output-texstr.scm (text): use \lilygetmetrics
3669
3670         * scm/framework-texstr.scm (header): dump in new format.
3671
3672         * tex/lilypond-tex-metrics: new file.
3673         
3674 2004-12-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3675
3676         * lily/pango-font.cc (text_stencil): Quick try at glyph->charcode
3677         mapping.
3678         (index_to_charcode): New method.
3679
3680         * scm/output-ps.scm (glyph-string): 
3681         * scm/output-gnome.scm (glyph-string): Add FONT parameter.
3682
3683 2004-12-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3684
3685         * scm/output-gnome.scm (FIXME-glyph-string): New function.  Cannot
3686         implement fully, need FONT to get to charcode.
3687
3688         * scm/lily.scm (ly:all-stencil-expressions): Add glyph-string.
3689
3690         * scm: Cleanups.
3691
3692         * Documentation/user/changing-defaults.itely: Fix internalsrefs
3693         {Tunable context properties},
3694         {All layout objects},
3695         {Music definitions}.
3696
3697 2004-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3698
3699         * VERSION: release 2.5.5
3700         
3701         * lily/main.cc: use TeX as default output format.
3702
3703         * flower/file-path.cc (find): try to open directly as well, so we
3704         find absolute path files. 
3705
3706         * lily/pango-select.cc: new file.
3707
3708         * scm/framework-ps.scm: remove all encoding code. 
3709         load pfb/pfa for PangoFont too.
3710         
3711         * lily/lily-guile.cc (ly_chain_assoc_get): new function.
3712
3713 2004-12-22  Werner Lemberg  <wl@gnu.org>
3714
3715         Prepare glyph shapes for mf2pt1 conversion.
3716
3717         * mf/feta-toevallig.mf ("Double Sharp"): Minor path fix.
3718
3719         * mf/feta-bolletjes.mf (penposx): New auxiliary macro.
3720         (define_triangle_shape): Use it to replace `draw' with `fill' and
3721         `unfill'.  Update all callers.
3722         (draw_slash): Replace `filldraw' with `fill'.  Update all callers.
3723         (draw_cross): Ditto.
3724         ("X-Circled notehead"): Replace `draw' with `fill' and `unfill'.
3725         Use penrazor for better conversion with mf2pt1.
3726         (generic_draw_solfa_note_shape, draw_solfa_note_shape,
3727         draw_solfa_quarter_note_shape, triangle): Removed.  Unused.
3728         (draw_do_head, draw_re_head, draw_mi_head, draw_fa_head,
3729         draw_la_head, draw_ti_head): Replace `filldraw' with
3730         `fill'.  Update all callers.
3731
3732 2004-12-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3733
3734         * lily/paper-book.cc (output): revert: only allow a single output
3735         format.
3736
3737         * lily/include/pango-font.hh: new file.
3738
3739         * lily/pango-font.cc: new file.
3740
3741         * lily/font-metric.cc (text_stencil): new routine
3742
3743         * lily/all-font-metrics.cc (find_pango_font): new routine.
3744
3745         * lily/include/font-metric.hh (struct Font_metric): add
3746         text_stencil()
3747
3748         * configure.in (PKG_CONFIG_PATH): require PANGO_FT2
3749
3750 2004-12-22  Werner Lemberg  <wl@gnu.org>
3751
3752         Prepare glyph shapes for mf2pt1 conversion.
3753
3754         * mf/feta-macros.mf, mf_feta-eindelijk.mf: Some formatting.
3755
3756         * mf/feta-toevallig.mf: Formatting.
3757         (draw_meta_sharp): Modify path to replace `filldraw' with `fill'.
3758         ("Natural"): Fix paths to allow better postprocessing.
3759         (draw_meta_flat): Use `z3l' as additional point in path to get
3760         better conversion with mf2pt1.
3761         Other minor cleanups.
3762         ("3/4 Flat"): Add auxiliary points and modify path to replace
3763         `draw' with `fill'.
3764         ("Double Sharp"): Mirror path segments instead of picture elements
3765         to get a single outline.
3766         Modify path to replace `filldraw' with `fill'.
3767
3768 2004-12-22  Graham Percival  <gperlist@shaw.ca>
3769
3770         * input/test/unfold-all-repeats.ly: added file back.
3771
3772         * Documentation/user/notation.itely,
3773         Documentation/user/programming-interface.itely
3774         Documentation/user/changing-defaults.itely: fixed misc broken
3775         links to input/test/ files.
3776
3777 2004-12-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3778
3779         * tex/texinfo.tex: Update.  We should not be distributing this,
3780         but since we do, use latest version.
3781
3782         * Documentation/user/macros.itexi: Comment-out \fetaflat,
3783         \fetasharp.  Fixes make web.  FIXME: make usable (compatible?) TeX
3784         macros for feta glyphs.
3785
3786 2004-12-22  Graham Percival  <gperlist@shaw.ca>
3787
3788         * Documentation/user/changing-defaults.itely: fix index for set.
3789
3790         * Documentation/user/converters.itely: added convert-ly bugs list
3791         from CVS.
3792
3793 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3794
3795         * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB
3796         to empty.  Fixes make web, using gs-gpl-8.01.  In fact,
3797         gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more
3798         resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user).
3799
3800         * mf/GNUmakefile (pfa_warning): Use less broken check.
3801
3802         * python/lilylib.py (setup_environment): Remove cruft from
3803         GS_FONTPATH.
3804
3805         * configure.in: Bump mftrace requirement to 1.1.1.
3806
3807 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
3808
3809         * scm/output-svg.scm (beam): Use polygon.
3810
3811         * scm/lily-library.scm: Bugfix.
3812
3813         * Documentation/user/invoking.itely (Invoking lilypond): Bugfix.
3814
3815         * mf/GNUmakefile (ALL_GEN_FILES): Remove unbuildable Fontmap.lily.
3816
3817 2004-12-19  Werner Lemberg  <wl@gnu.org>
3818
3819         Prepare glyph shapes for mf2pt1 conversion.
3820
3821         * mf/feta-eindelijk: Some formatting.
3822         (multi_rest_x, multi_beam_height): Removed.  Unused.
3823         ("Quarter rest"): Use `intersectiontimes' to create a single
3824         outline.
3825         (rest_crook): Removed.  Unused.
3826         (draw_rest_bulb): Return path (wihtout filling).  Update callers.
3827         Simplified.
3828         (draw_eighth_rest, "16th rest", "32th rest", "64th rest",
3829         "128th rest"): Simplify `pat'.
3830         Create single outline.
3831
3832 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
3833
3834         * mf/GNUmakefile (ALL_GEN_FILES):
3835         (INSTALLATION_OUT_SUFFIXES): Remove unbuildable fonts.scale.
3836
3837         * scm/output-svg.scm (polygon, draw-line, dashed-line): New
3838         function.
3839
3840 2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3841
3842         * scm/output-texstr.scm (placebox): add routine
3843
3844         * VERSION (PACKAGE_NAME): release 2.5.4
3845
3846         * scm/framework-texstr.scm (output-framework): new file.  
3847
3848         * scm/output-texstr.scm: new file. Collect (TEXT . ) calls for TeX
3849         processing.
3850
3851         * Documentation/user/invoking.itely (Invoking lilypond): add SVG
3852
3853         * stepmake/stepmake/metafont-rules.make: make single SVG/PFA/PFB
3854         rule.
3855
3856         * configure.in (gui_b): bump mftrace requirement to 1.1.0
3857
3858         * mf/feta-bolletjes.mf (triangle): add s to 0triangle.
3859
3860         * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
3861
3862 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
3863
3864         * scm/framework-svg.scm (dump-page): Implement landscape.
3865
3866 2004-12-18  Jan Nieuwenhuizen  <janneke@gnu.org>
3867
3868         * lily/main.cc (setup_paths): Add svg to search path.
3869
3870         * scm/output-svg.scm:
3871         * scm/framework-svg.scm: Add pageSet.  Update.
3872         (dump-fonts): New function.
3873         (output-framework): Use it.
3874
3875         * mf/GNUmakefile: 
3876         * buildscripts/gen-bigcheese-scripts.py: Also generate SVG font.
3877
3878 2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3879
3880         * tex/lilyponddefs.tex: comment out new ifpdf code.
3881
3882 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3883
3884         * GNUmakefile.in: 
3885         * SConstruct (symlink): Replace afm by otf.
3886
3887         * scm/framework-gnome.scm (gnome-main): Remove invocation of
3888         ly:pango-add-afm-decoder.
3889
3890         * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
3891
3892 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3893
3894         * scm/output-ps.scm (new-text): don't access t glyph for getting
3895         space dimension.
3896
3897         * ly/init.ly: warn about \version
3898
3899         * lily/lexer.ll: set version-seen?
3900
3901 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3902
3903         * scm/output-svg.scm (string->entities): Update.
3904
3905 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3906
3907         * lily/main.cc (setup_paths): replace afm by otf for path. 
3908
3909         * lily/pangofc-afm-decoder.cc: remove.
3910
3911         * lily/include/pangofc-afm-decoder.hh: remove.
3912
3913         * scm/framework-scm.scm (output-framework): new file.
3914
3915         * mf/GNUmakefile: remove SAUTER_FONTS.
3916         remove SVG/sodipodi hacks.
3917
3918         * scm/lily-library.scm (stderr): move stderr.
3919
3920         * mf/GNUmakefile: remove AFM support.
3921
3922         * buildscripts/mf-to-table.py (base): remove AFM support.
3923
3924         * lily/open-type-font.cc (design_size): use design_size
3925
3926 2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
3927
3928         * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
3929
3930 2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3931
3932         * mf/GNUmakefile: Generate combined aybabtu info.
3933         * mf/aybabtu.pe.in (i): Load it.
3934
3935         * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
3936         are not symbols.
3937
3938         * lily/include/open-type-font.hh (count): New method.
3939
3940         * mf/aybabtu.pe.in: Typo.
3941
3942         * Documentation/user/out/lilypond-internals.nexi (Scheme
3943         functions): Typo.
3944
3945         * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
3946
3947 2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3948
3949         * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
3950         subfonts.
3951
3952         * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
3953
3954         * scm/framework-tex.scm (otf-font-load-command): load subfonts.
3955         (tex-font-command-raw): new function.
3956
3957         * lily/include/virtual-font-metric.hh (Module): remove file
3958
3959         * lily/virtual-font-metric.cc (Module): remove file.
3960         
3961
3962         * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
3963         (get_indexed_char): read bbox from lily table if present.
3964
3965 2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
3966
3967         * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
3968         aybabtu.subfonts
3969
3970         * mf/feta-beugel.mf (y): don't number consecutively, instead, use
3971         global glyphname. Enables more than 64 glyphs in the OTF.
3972
3973 2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3974
3975         * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
3976         braces.
3977
3978         * lily/open-type-font.cc (design_size): Use 12 as default for
3979         design size.
3980
3981         * mf/aybabtu.pe.in: New file.  Merge all our braces.
3982
3983         * mf/GNUmakefile: Generate aybabtu.
3984
3985         * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
3986
3987 2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3988
3989         * scm/lily-library.scm (char->unicode-index): Remove.
3990
3991         * scm/output-gnome.scm (text): Bugfix for plain string input.
3992         Updates.
3993
3994         * scm/output-svg.scm (svg-font): Add weight to font selection.
3995
3996 2004-12-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3997
3998         * Documentation/topdocs/INSTALL.texi (Top): Point to
3999         buildscripts/out/clean-fonts instead of
4000         buildscripts/clean-fonts.sh. 
4001
4002 2004-12-13  Graham Percival  <gperlist@shaw.ca>
4003
4004         * input/regression/figured-bass.ly: attempt to clarify text.
4005
4006         * Documentation/user/notation.tely: add cindex for tag, attempt to
4007         add figured bass example.
4008
4009         * Documentation/user/changing-defaults: basic editing.
4010
4011 2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4012
4013         * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
4014
4015         * lily/open-type-font.cc (LY_DEFINE): new function
4016         ly:font-sub-fonts
4017
4018         * lily/include/font-metric.hh (struct Font_metric): new method
4019         sub_fonts()
4020
4021         * lily/vaticana-ligature-engraver.cc (transform_heads): replace
4022         . with - in add.stem.
4023         
4024 2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
4025
4026         * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
4027         and fetaDynamic.
4028
4029         * lily/rest.cc (glyph_name): Change - to . .
4030
4031         * scm/output-gnome.scm (text): Hello world, again.
4032
4033         * scm/output-svg.scm (named-glyph): New function.  Hello world!
4034
4035         * lily/modified-font-metric.cc (index_to_charcode): New method.
4036
4037         * lily/include/font-metric.hh (index_to_charcode): New function.
4038
4039         * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
4040         new function.
4041         (ly:font-glyph-to-index): Remove.
4042
4043 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4044
4045         * lily/open-type-font.cc (make_index_to_charcode_map): new method.
4046
4047         * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
4048
4049         * lily/open-type-font.cc (load_scheme_table): new function
4050
4051         * lily/dots.cc (print): replace - 
4052
4053         * lily/open-type-font.cc (attachment_point): new function.
4054         (load_table): read LILC table
4055
4056         * buildscripts/gen-bigcheese-scripts.py (Module): new
4057         file. Generate FF scripts.
4058
4059         * mf/feta-din10.mf: idem.
4060
4061         * mf/feta-nummer10.mf: remove mf files.
4062
4063         * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
4064
4065 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
4066
4067         * lily/lily-guile.cc: Use scm_from_locale_stringn.
4068
4069         * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
4070         compatibility.
4071
4072 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4073
4074         * lily/open-type-font.cc (get_indexed_char): scale metrics by
4075         design-size and units_per_EM.
4076
4077         * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
4078
4079 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
4080
4081         * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
4082         does not crash fontforge.
4083
4084         * scm/lily-library.scm (char->unicode-index): Hack to map onto
4085         PUA.
4086
4087 2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4088
4089         * scm/framework-ps.scm (ps-embed-cff): new function.
4090
4091         * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
4092
4093 2004-12-12  Werner Lemberg  <wl@gnu.org>
4094
4095         * mf/bigcheese.pe.in: Add PUA mapping.
4096         Don't create Type 42 but bare CFF font.
4097
4098 2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
4099
4100         * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
4101         within canvas boundaries.
4102
4103         * mf/merge.pe.in: Set font names, version, license GPL.
4104
4105         * make/substitute.make: Add FONTFORGE.
4106
4107         * config.make.in (FONTFORGE): Add.
4108
4109         * configure.in (gui_b): Use PATH_PROG for fontforge.
4110
4111 2004-12-11  Graham Percival  <gperlist@shaw.ca>
4112
4113         * scm/define-markup-commands.scm: add baseline-skip to info
4114         about \column.
4115
4116 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4117
4118         * lily/font-metric.cc (ly:font-get-glyph-index): New function.
4119
4120         * scm/output-gnome.scm (named-glyph): Use it.
4121
4122         * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
4123
4124         * flower/string.cc (substitute_char): Rename, rewrite, modify this.
4125         (upper_string, lower_string, reverse_string): Remove.
4126
4127         * configure.in (fontforge): Reinstate version check.
4128
4129         * ly/engraver-init.ly: Fix clef glyph names.
4130
4131         * lily/time-signature.cc (special_time_signature): Fix fraction
4132         glyph names.
4133
4134 2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4135
4136         * mf/merge.pe: new file.
4137
4138         * lily/freetype.cc: new file.
4139
4140         * lily/include/open-type-font.hh (class Open_type_font): new file.
4141
4142         * lily/include/freetype.hh: new file.
4143
4144         * lily/open-type-font.cc: new file.
4145
4146         * lily/all-font-metrics.cc (find_otf): new function.
4147
4148 2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4149
4150         * lily/time-signature.cc (special_time_signature): Fix.
4151
4152         * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
4153         GTK2 before checking for pango.  Fixes -fgnome.
4154
4155         * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
4156         Scheme name.
4157
4158         * scm/define-markup-commands.scm:
4159         * scm/safe-lily.scm: Bugfix: ly:font-by-name.
4160
4161         * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
4162
4163         * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
4164         date versions.  Fixes configure.
4165         (STEPMAKE_CHECK_VERSION): Support optional actual program version
4166         argument.
4167
4168 2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4169
4170         * buildscripts/mf-to-table.py (write_ps_encoding): write real
4171         names in .enc
4172
4173         * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
4174
4175 2004-12-09  Graham Percival  <gperlist@shaw.ca>
4176
4177         * Documentation/user/changing-defaults.itely: add info about
4178         make-dynamic-script
4179
4180         * Documentation/user/notation.itely: add link in dynamics to
4181         section about make-dynamic-script.
4182
4183 2004-12-09  Christian hitz  <chhitz@gmx.net>
4184
4185         * lily/lily-guile.cc: change MACOS_X to __APPLE__
4186
4187 2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4188
4189         * buildscripts/mf-to-table.py (parse_logfile): use . for
4190         concatting name and group.
4191         (parse_logfile): use M for Minus (negative.)
4192
4193         * lily/include/type-swallow-translator.hh
4194         (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
4195
4196         * lily/*.cc: cosmetics around = sign.
4197
4198         * lily/paper-column.cc (Paper_column): copy rank_. This fixes
4199         lyric spacing on the penultimate column.
4200
4201 2004-12-05  Christian Hitz  <chhitz@gmx.net>
4202
4203         * configure.in:
4204         * lily/accidental-placement.cc:
4205         * lily/bar-line.cc:
4206         * lily/beam-concave.cc:
4207         * lily/beam-quanting.cc:
4208         * lily/beam.cc:
4209         * lily/bezier-bow.cc:
4210         * lily/bezier.cc:
4211         * lily/break-align-interface.cc:
4212         * lily/custos.cc:
4213         * lily/dimension-cache.cc:
4214         * lily/dot-column.cc:
4215         * lily/font-metric.cc:
4216         * lily/font-select.cc:
4217         * lily/gourlay-breaking.cc:
4218         * lily/grob-property.cc:
4219         * lily/grob.cc:
4220         * lily/lily-guile.cc:
4221         * lily/line-spanner.cc:
4222         * lily/lookup.cc:
4223         * lily/lyric-extender.cc:
4224         * lily/lyric-hyphen.cc:
4225         * lily/mensural-ligature.cc:
4226         * lily/midi-def.cc:
4227         * lily/misc.cc:
4228         * lily/note-collision.cc:
4229         * lily/note-column.cc:
4230         * lily/note-head.cc:
4231         * lily/paper-outputter.cc:
4232         * lily/percent-repeat-item.cc:
4233         * lily/rest-collision.cc:
4234         * lily/side-position-interface.cc:
4235         * lily/simple-spacer.cc:
4236         * lily/slur-configuration.cc:
4237         * lily/slur-scoring.cc:
4238         * lily/slur.cc:
4239         * lily/spaceable-grob.cc:
4240         * lily/spacing-spanner.cc:
4241         * lily/spanner.cc:
4242         * lily/staff-symbol-referencer.cc:
4243         * lily/stem.cc:
4244         * lily/stencil.cc:
4245         * lily/system-start-delimiter.cc:
4246         * lily/system.cc:
4247         * lily/text-item.cc:
4248         * lily/tie.cc:
4249         * lily/tuplet-bracket.cc:
4250         * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
4251         <cmath> beacause isinf/isnan is undefined in <cmath>
4252
4253 2004-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4254
4255         * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
4256
4257 2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4258
4259         * VERSION: release 2.5.3
4260         
4261 2004-11-29  Arno Waschk <arno@arnowaschk.de>
4262
4263         * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
4264
4265 2004-12-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4266
4267         * scm/music-functions.scm (cue-substitute): voice counts start at 0.
4268
4269         * lily/note-head.cc (internal_print): always try the "s" head if
4270         u/d not found.
4271
4272         * scm/titling.scm (marked-up-headfoot): reinstate default tagline.
4273
4274 2004-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4275
4276         * mf/parmesan-heads.mf (overdone_heads): typos.
4277
4278 2004-11-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4279
4280         * lily/parser.yy (markup): in markups, { .. } without command
4281         before are also flattened, ie \line must be explicitely used.
4282
4283         * Documentation/user/changing-defaults.itely:
4284         * Documentation/user/notation.itely: 
4285         * input/wilhelmus.ly: 
4286         * input/regression/instrument-name-markup.ly: 
4287         * input/regression/markup-score.ly: 
4288         * input/regression/new-markup-scheme.ly: 
4289         * input/regression/new-markup-syntax.ly: 
4290         * input/test/coriolan-margin.ly: use \line in markups where
4291         appropriate
4292         
4293 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4294
4295         * scm/new-markup.scm (map-markup-command-list): helper function
4296         used in parser.yy to map markup commands on a markup list.
4297
4298         * lily/parser.yy: get rid off < > in markups by treating { } as
4299         real lists.
4300
4301         * lily/lexer.ll: remove < > from markup lexer mode.
4302
4303         * scripts/convert-ly.py (conv): add rule for converting 
4304         \markup < > to \markup { }
4305
4306         * ly/titling-init.ly: 
4307         * input/test/coriolan-margin.ly: 
4308         * input/regression/new-markup-syntax.ly: 
4309         * input/regression/new-markup-scheme.ly: 
4310         * input/regression/multi-measure-rest-text.ly: 
4311         * input/regression/markup-stack.ly: 
4312         * input/regression/markup-score.ly: 
4313         * input/regression/instrument-name-markup.ly: 
4314         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: 
4315         * input/mutopia/R.Schumann/romanze-op28-2.ly: 
4316         * input/mutopia/J.S.Bach/wtk1-fugue2.ly: 
4317         * input/wilhelmus.ly: 
4318         * Documentation/user/notation.itely: 
4319         * Documentation/user/music-glossary.tely: 
4320         * Documentation/user/changing-defaults.itely: change < > to { } in
4321         markups
4322
4323 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4324
4325         * lily/accidental-placement.cc (position_accidentals): shortcut if
4326         no accidentals to place.
4327
4328 2004-11-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4329
4330         * scm/define-grob-properties.scm (all-user-grob-properties): fixed
4331         typo s/ly:dimension ?/ly:dimension?/
4332
4333         * input/regression/lily-in-scheme.ly: 
4334         * input/regression/music-function.ly: 
4335         * ly/spanners-init.ly (assertBeamSlope): 
4336         * scm/music-functions.scm (def-grace-function): add the paper
4337         argument to music function definitions.
4338
4339 2004-11-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4340
4341         * lily/moment.cc (LY_DEFINE):
4342         ly:moment-main-{denominator,numberator}, new function.
4343
4344         * lily/score-engraver.cc (typeset_all): assign to column on basis
4345         of axis-group-parent-X setting.
4346
4347         * lily/axis-group-engraver.cc (process_acknowledged_grobs): do
4348         add_element() on basis of axis-group-parent-Y setting.
4349
4350         * lily/grob.cc: add axis-group-parent-{XY} properties.
4351
4352         * input/regression/spacing-stick-out.ly: new file.
4353
4354         * lily/simple-spacer.cc (add_columns): use binary search for
4355         setting column rods. Changes O(n^2) to O(n log(n)) for
4356         constructing spacing problem from columns.
4357         (add_columns): read allow-outside-line to make sure no texts stick
4358         out.
4359         (solve): Simple_spacer::is_active() only determines
4360         satisfies_constraints_ for non-ragged typesetting.
4361
4362         * lily/simultaneous-music.cc (to_relative_octave): only set
4363         old_relative_used if return pitch actually changed.
4364
4365         * scm/define-context-properties.scm
4366         (all-user-translation-properties): change to match implementation.
4367
4368         * python/lilylib.py: Replace re.match by re.search and adds "-c
4369         showpage" to the gs command line (Johannes Schindelin)
4370
4371         * scm/framework-ps.scm (output-preview-framework): sanitize bbox
4372         before processing. Prevents crash when inf is in the extent.
4373
4374         * scm/define-markup-commands.scm (note-by-number): add "s" to
4375         "noteheads-" glyphname.
4376  
4377         * lily/parser.yy (Generic_prefix_music): supply parser argument to
4378         music function as well.
4379         
4380 2004-11-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4381
4382         * VERSION: release 2.5.2
4383
4384         * Documentation/user/changing-defaults.itely (Creating titles):
4385         add breakbefore variable.
4386
4387         * lily/paper-book.cc (set_system_penalty): new function. Set
4388         penalty_ based on breakBefore setting
4389
4390         * lily/context-specced-music-iterator.cc (construct_children):
4391         interpret special context id $uniqueContextId 
4392
4393         * lily/context.cc (create_unique_context): new method. Move
4394         creation of unique (\new) contexts into interpreting phase. This
4395         makes
4396
4397           foo= \new Staff ..
4398           << \foo \foo >>
4399
4400         produce 2 staves.
4401         
4402
4403         * scm/define-music-properties.scm (all-music-properties): add
4404         quoted-voice-direction
4405
4406         * ly/music-functions-init.ly: killCues function.
4407
4408         * scm/music-functions.scm (cue-substitute): move creation of voice
4409         contexts further to the back. 
4410
4411 2004-11-25  Werner Lemberg  <wl@gnu.org>
4412
4413         * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
4414         `/hyphen' in encoding vector to get correct glyph name for EC fonts.
4415
4416 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
4417
4418         * buildscripts/guile-gnome.sh: Fixed typo.
4419
4420 2004-11-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4421
4422         * lily/lexer.ll: add < >  to markup lexer mode (backportme)
4423
4424         * scripts/abc2ly.py (dump_slyrics): add ord(). 
4425
4426         * lily/note-heads-engraver.cc (process_music): add shapeNoteStyles
4427         to regular engraver. 
4428
4429 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4430
4431         * mf/feta-bolletjes.mf (triangle): rewrite solfa heads.
4432
4433 2004-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4434
4435         * scm/define-markup-commands.scm (fill-line): Typo.
4436
4437         * buildscripts/guile-gnome.sh (GGVERSION): Build update for 2.7.96
4438         and newer.
4439
4440 2004-11-22  Erik Sandberg  <ersa9195@student.uu.se>
4441
4442         * ly/dynamic-scripts-init.ly: Fixed typo.
4443
4444 2004-11-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4445
4446         * mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
4447         note-head, to have different attachment points for up and down.
4448
4449         * mf/feta-bolletjes.mf: merge solfa heads into main note heads.
4450
4451         * mf/feta-generic.mf (else): remove solfa.
4452
4453         * mf/feta-bolletjes.mf (tishape): remove unicode test.
4454
4455         * scm/define-context-properties.scm
4456         (all-user-translation-properties): add shapeNoteStyles property.
4457
4458         * lily/shape-note-heads-engraver.cc (process_music): new file.
4459
4460         * lily/event.cc (transpose): call Event::transpose() for
4461         transposing the tonic.
4462
4463 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4464
4465         * scm/output-gnome.scm: Save some pointers about pango/fontconfig
4466         Unicode/OpenType and AFM.
4467
4468         * lily/include/guile-compatibility.hh (scm_from_bool): Add.
4469
4470 2004-11-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4471
4472         * lily/grob.cc (Grob): idem. Plugs mem leaks. 
4473
4474         * lily/context.cc (Context): unprotect key from ctor.
4475
4476         * scm/stencil.scm (stack-lines): return empty-stencil if argument
4477         is '()
4478         (stack-stencils): idem.
4479
4480         * Documentation/user/changing-defaults.itely (Creating titles):
4481         document new title layout options.
4482
4483         * lily/parser.yy (lilypond_header_body): copy previous
4484         $globalheader if present.
4485
4486         * lily/ly-module.cc (LY_DEFINE): rename ly:import-module to
4487         ly:module-copy
4488         
4489         * scm/page-layout.scm (marked-up-headfoot): remove old functions.
4490
4491         * scm/titling.scm: remove old titling functions
4492
4493         * lily/stencil.cc (translate): remove absolute dimension.
4494
4495         * ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
4496         via markup.
4497
4498         * scm/page-layout.scm (marked-up-headfoot): create header/footer
4499         field from user-supplied markup
4500
4501         * scm/define-markup-commands.scm (on-the-fly): new markup
4502         command. Enter SCM markup procedure directly in Scheme.
4503         (fromproperty): new markup command. Read markup from props argument.
4504
4505         * scm/titling.scm (marked-up-title): create title via
4506         user-specified markup. 
4507
4508         * scm/define-markup-commands.scm (column): remove empty stencils
4509         from column.
4510
4511         * lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
4512         not have side-effect of creating variable stub.
4513
4514         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
4515
4516 2004-11-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4517
4518         * scm/encoding.scm (coding-alist): 
4519         * scm/font.scm (add-ec-fonts):
4520         * ly/paper-defaults.ly: Use actual name for EC fontencoding:
4521         Extended-TeX-Font-Encoding---Latin.
4522
4523         * lily/side-position-interface.cc (general_side_position): Add
4524         actual offset to error message (avoid constant error messages).
4525
4526         * lily/all-font-metrics.cc (find_font): Add "lm" to try-AFM-first
4527         block.
4528
4529         * lily/font-select.cc (select_encoded_font)
4530         (get_font_by_mag_step, get_font_by_design_size): 
4531         * lily/modified-font-metric.cc (Modified_font_metric): 
4532         * lily/paper-def.cc (find_scaled_font): Add font_encoding parameter.
4533
4534         * scm/encoding.scm (coding-alist): Add fetaDynamic.
4535         (read-encoding-file): Bugfix: do not require space after bracket.
4536
4537         * scm/font.scm (add-cork-lm-fonts): Remove lmbxi8 and lmbxi14,
4538         these do not exist.
4539
4540 2004-11-20  Graham Percival  <gperlist@shaw.ca>
4541
4542         * Documentation/user/notation.itely: added info about typesetting
4543         boxed bar numbers.
4544
4545 2004-11-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4546
4547         * flower/interval.cc (T_to_string): gcc4 fixes.
4548
4549         * scm/define-markup-commands.scm (fill-line): use
4550         stack-stencils. This fixes problems with putting already centered
4551         stencils in a line.
4552
4553         * VERSION: release 2.5.1
4554
4555         * lily/bar-line.cc (get_staff_bar_size): add line thickness.
4556
4557 2004-11-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4558
4559         * input/example-[1-3].ly: simplify.
4560
4561         * lily/cluster-engraver.cc (try_music): react to busy-playing-event
4562
4563         * scm/output-ps.scm (new-text): new function. Use glyphshow to
4564         show glyphs.
4565
4566         * scm/encoding.scm (decode-byte-string): new function.
4567
4568         * scripts/convert-ly.py (conv): add warning about
4569         set-global-staff-size.
4570
4571         * Doxyfile: add. 
4572
4573         * scripts/convert-ly.py (conv): add raggedlastbottom rule
4574         (conv): warn for TextSpanner split.
4575         (conv): warn for textheight.
4576
4577 2004-11-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4578
4579         * GNUmakefile.in (install-WWW): Invoke install-info, so that when
4580         building the documentation, info with images are installed.
4581         (final-install): Fix description.  Mention sourcing of login
4582         scripts (instead of running).
4583
4584 2004-11-18  Jan Nieuwenhuizen  <janneke@gnu.org>
4585
4586         * Debian lmodern support.  Note that LilyPond will issue warnings
4587         
4588             no such encoding: "FontSpecific"
4589
4590           The font selection mechanism wants to get the encoding from the
4591           font itself, but the idea of lmodern is that it is usable with
4592           different encodings, ie, Lily should get the encoding from the
4593           font tree, rather than the font itself.  This would require some
4594           more work.
4595         
4596         * configure.in: Test for and accept lmodern if EC fonts not found.
4597
4598         * scm/framework-tex.scm (font-load-command): TeX font name
4599         mangling for latin1 encoded cork-lm fonts.
4600         (convert-to-ps): Load lm.map if available.
4601
4602         * ly/paper-defaults.ly: Use cork-lm encoding if ec is not
4603         available.
4604
4605         * scm/encoding.scm (coding-alist): Add cork-lm encoding.
4606
4607         * scm/font.scm: Add header.  Autoload cork-lm and ec fonts if
4608         available.
4609
4610         * lily/kpath.cc (ly_kpathsea_find_file): Rename.  Do not use
4611         path for absolute file name, that is silly.
4612
4613         * lily/score-engraver.cc (initialize): 
4614
4615         * Documentation/user/GNUmakefile (local-install-info): Invoke
4616         install-info --remove first.
4617
4618         * #include cleanup (Andreas Scherer).
4619
4620 2004-11-18  Heikki Junes  <hjunes@cc.hut.fi>
4621
4622         * input/test/script-abbreviations.ly: fix typos.
4623
4624 2004-11-17  Werner Lemberg  <wl@gnu.org>
4625
4626         * python/lilylib.py (options_help_str): Support pretty-printing of
4627         newlines in fourth element of option description.
4628
4629         * scripts/lilypond-book.py (option_definitions): Use new lilylib
4630         feature.
4631         Sort options.
4632
4633         * Documentation/user/lilypond-book.itely: Finish update.
4634
4635 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
4636
4637         * Documentation/user/macros.itexi: Add comment about \command.
4638
4639         * Documentation/user/lilypond.tely:
4640         * Documentation/user/lilypond-book.itely: Fix names of lilypond
4641         and lilypond-book nodes, so that `info lilypond' visits the manual
4642         at top level, and `info lilypond-book' visits the lilypond-book
4643         section.
4644
4645         * Documentation/user/GNUmakefile (local-install-info): Fix rules
4646         and packager messages.
4647
4648         * lily/pangofc-afm-decoder.cc: Update test.
4649
4650 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
4651
4652         * scm/lily-library.scm (char->unicode-index): New function.
4653
4654         * scm/output-gnome.scm: 
4655         * scm/output-svg.scm: Cleanup.  Map custom fonts to PUA.
4656
4657         * Proper naming of file name throughout; s/filename/file[-_]name/.
4658
4659         * lily/modified-font-metric.cc ("ly:font-encoding"): New function.
4660
4661         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Map onto PUA.
4662
4663 2004-11-16  Werner Lemberg  <wl@gnu.org>
4664
4665         * scripts/lilypond-book.py: The Lord has commanded me to use only
4666         tabs for indentation.  Your humble servant obeys.
4667
4668 2004-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
4669
4670         * scm/output-svg.scm: Font fixes.  Sodipodi now groks svg
4671         including font, if LilyPond-feta font is only feta font in path.
4672
4673         * scm/output-gnome.scm (text): Revert to file name of font if font
4674         has no name.  Fixes ec font selection.
4675         (char): Bugfix: do not utf8 twice.  Fixes clefs.
4676
4677         * scm/framework-svg.scm:
4678         * scm/output-svg.scm: New file.  TODO: figure out how to
4679         do character by index in font.
4680
4681         * scm/output-sodipodi.scm: Remove.
4682
4683         * scm/output-ps.scm (stem): Remove.
4684
4685 2004-11-15  Jan Nieuwenhuizen  <janneke@gnu.org>
4686
4687         * scm/output-gnome.scm (beam): New function.
4688         (slur): Round corners.
4689         (round-filled-box): Round corners.
4690
4691 2004-11-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4692
4693         * scm/output-gnome.scm (beam): add function.
4694         (draw-line): new routine.
4695         (dashed-line): stub; call draw-line
4696         (polygon): new routine.
4697
4698 2004-11-15  Werner Lemberg  <wl@gnu.org>
4699
4700         * Documentation/user/lilypond-book.itely: Revise section on
4701         lilypond-book options.
4702         Other minor fixes.
4703
4704         * scripts/lilypond-book.py: Change indentation to 4.
4705         Minor formatting.
4706
4707 2004-11-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4708
4709         * lily/system.cc (apply_tweaks): new function. Run tweaks on all
4710         grobs that have tweaks specced.
4711         
4712 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
4713
4714         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
4715
4716 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
4717
4718         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
4719         actual char #, not 0 based index.
4720
4721         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
4722
4723         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
4724         Warning: do make -C mf clean.
4725
4726         * lily/context-property.cc: Compile fix.
4727
4728         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
4729         Grok ec-fonts, braces and dynamics.
4730
4731         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
4732
4733 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4734
4735         * lily/include/tweak-registration.hh: new file.
4736
4737         * lily/tweak-registration.cc: new file.
4738
4739         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
4740         saving tweaks.
4741
4742         * scm/output-gnome.scm (text): comment dribble.
4743
4744 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
4745
4746         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
4747
4748         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
4749         path-def before using.  Fixes muchtomany slurs in wrong places
4750         bug.
4751
4752 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4753
4754         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
4755
4756         * lily/include/object-key-undumper.hh (Module): new file.
4757
4758         * lily/object-key-undumper.cc (Module): New file. Deserialize
4759         keys. SCM bindings
4760
4761         * lily/object-key-dumper.cc (Object_key_dumper): idem.
4762         Provide SCM bindings.
4763
4764         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
4765         new file. Serialize object keys.
4766         
4767         * lily/object-key.cc (dump): new function.
4768         (as_scheme): new virtual function
4769         (undump): new function
4770         (undumpers): new table.
4771
4772         * lily/include/global-context.hh (Context): take \score key upon init.
4773
4774         * lily/object-key-dumper.cc (serialize_key): new file.
4775
4776         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
4777
4778         * lily/lily-lexer.cc: remove \quote.
4779
4780         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
4781
4782         * lily/context.cc (Context): take key argument in ctor.
4783         (create_context): new function
4784
4785         * lily/grob.cc (Grob): take key argument in ctor.  
4786
4787         * lily/lilypond-key.cc (do_compare): new file.
4788
4789         * lily/object-key.cc (Object_key): new file.
4790
4791         * lily/include/object-key.hh (class Object_key): new file.
4792
4793         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
4794
4795 2004-11-13  Graham Percival  <gperlist@shaw.ca>
4796
4797         * Documentation/user/lilypond-book.itely: add small warning about
4798         noindent default in lilypond-book.
4799
4800         * Documentation/user/converters.itely: add examples for convert-ly.
4801
4802         * Documentation/user/examples.itely: change version string in templates
4803         to 2.4.0.
4804
4805 2004-11-12  Karl Hammar  <karl@aspodata.se>
4806
4807         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
4808         cmdline, use xargs instead (backportme)
4809
4810 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
4811         
4812         * Documentation/user/: Numerous fixes in the user manual.
4813
4814 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4815
4816         * lily/parser.yy (re_rhythmed_music): search music expression for
4817         context-id, surround by \new Voice if not found. Fixes:
4818         addlyrics-second-staff.ly
4819
4820         * VERSION: 2.5.0 released.
4821         
4822 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
4823
4824         * Documentation/index.html.in: Fix url to one big page.  (backportme)
4825
4826         * Documentation/user/GNUmakefile: Separate rules for split and
4827         unsplit html documents.  Remove perl massaging.  (backportme)
4828
4829 2004-11-11  Graham Percival  <gperlist@shaw.ca>
4830
4831         * Documentation/user/lilypond-book.itely: add short warning about
4832         \lilypond{} in LaTeX docs.
4833
4834 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4835
4836         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
4837         found.  (backportme)
4838
4839         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
4840         version requirement.  (backportme)
4841
4842         * configure.in: Be explicit about old versions of
4843         ec-fonts-mtraced.  (backportme)
4844
4845         * lily/context-selector.cc (set_tweaks): New function.
4846         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
4847         web with -DTWEAK.
4848
4849         * Documentation/user/introduction.itely (Automated engraving):
4850         Remove fragment option.  Fixes web.
4851
4852         * lily/context-property.cc (make_item_from_properties):
4853         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
4854         #ifdef.
4855
4856         * scm/define-context-properties.scm
4857         (all-internal-translation-properties): Add tweakRank and tweakCount.
4858
4859         * lily/grob.cc: 
4860         * scm/define-grob-properties.scm (all-internal-grob-properties):
4861         Add tweak-rank and tweak-count.
4862
4863 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4864
4865         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
4866         New function.
4867         (text): Use them.
4868
4869         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
4870         animated/opaque grob dragging tweaks.
4871
4872         * buildscripts/guile-gnome.sh: Update.
4873
4874 2004-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4875
4876         * scm/define-grobs.scm (all-grob-descriptions): Added
4877         line-interface to the LigatureBracket object.
4878
4879 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4880
4881         * scm/framework-gnome.scm (item-event): Support non-animated mouse
4882         dragging tweaks.
4883
4884         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
4885
4886         * lily/context-selector.cc (store_context): New function.
4887
4888         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
4889         (store_grob): New function.
4890         (identify_grob): Add Moment parameter.
4891
4892         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
4893         exists.
4894
4895         * scm/framework-gnome.scm (save-tweaks): Write as alist.
4896
4897 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4898
4899         * scm/framework-gnome.scm (item-event): Print grob id.
4900         (save-tweaks): New function.
4901         (tweak): New funtion.
4902         (item-event): Use it, bound to arrow keys.
4903
4904         * lily/context-property.cc (make_item_from_properties): Register grob.
4905         * lily/context.cc (add_context): Register context.
4906
4907         * lily/include/context-selector.hh:
4908         * lily/include/grob-selector.hh:
4909         * lily/context-selector.cc:
4910         * lily/grob-selector.cc: New file.
4911
4912 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4913
4914         * lily/slur.cc: add 'positions to interface
4915
4916         * lily/main.cc: reinstate PS as standard output format. 
4917
4918         * scm/framework-tex.scm (output-preview-framework): print systems
4919         up to first non title system.
4920
4921         * lily/grace-engraver.cc (start_translation_timestep): split
4922         scm_cadddr
4923         
4924 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4925
4926         * lily/quote-iterator.cc (Module): remove old quote-iterator
4927
4928         * scm/define-music-types.scm (music-descriptions): move
4929         NewQuoteMusic over QuoteMusic
4930
4931         * Documentation/user/notation.itely (Formatting cue notes): use
4932         \cueDuring.
4933
4934         * lily/new-quote-iterator.cc (quote_ok): new function.
4935
4936         * input/regression/quote-cue-during.ly: new file.
4937
4938         * input/regression/quote-grace.ly: new file.
4939
4940         * scm/define-context-properties.scm (Module): change definition of
4941         graceSettings
4942
4943         * lily/context-property.cc (Module): rename from
4944         translator-property.cc
4945
4946         * lily/context.cc (context_name_symbol): new function
4947
4948         * lily/grace-engraver.cc: new file. Set properties for grobs based
4949         on the grace-ness of now_moment().
4950
4951         * scm/music-functions.scm (add-grace-property): use list
4952         iso. vector for graceSettings
4953         remove set-{start,stop}-grace-properties. 
4954
4955         * lily/new-quote-iterator.cc (construct_children): set
4956         quote_outlet_ if no quoted-context-{id,type} specified.
4957
4958         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
4959
4960         * lily/parser.yy (command_element): remove \quote.
4961
4962         * ly/music-functions-init.ly (location): add quoteDuring music
4963         function. 
4964
4965         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
4966         optional semicolon. (backportme)
4967
4968 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4969
4970         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
4971         need to link to GUILE et al.
4972
4973 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
4974
4975         * scm/define-music-properties.scm (all-music-properties): add
4976         quoted-context-type, quoted-context-id.
4977
4978         * scm/lily.scm (type-check-list): new function.
4979         
4980         * scm/lily-library.scm: new file. Generic library routines.
4981
4982         * lily/parser.yy (Generic_prefix_music): move typechecking out of
4983         parser.
4984
4985         * ly/music-functions-init.ly: add quoteDuring function.
4986
4987         * lily/include/music-iterator.hh (class Music_iterator): rename
4988         set_translator -> set_context
4989
4990         * lily/parser.yy (Generic_prefix_music_scm): add
4991         MUSIC_FUNCTION_SCM_SCM_MUSIC
4992
4993         * scm/lily.scm (sanitize-command-option): new function. (backportme)
4994
4995         * scm/framework-tex.scm (header): sanitize TeX paper size.
4996         (backportme)
4997
4998 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4999
5000         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
5001
5002         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
5003
5004         * scm/framework-tex.scm (font-load-command): Use T1 if no
5005         font-encoding set.  (backportme)
5006
5007         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
5008         exists before converting.  (backportme)
5009
5010         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
5011         exists before converting.  (backportme)
5012         (convert-to-ps): Remove .ps file if it exists before
5013         converting.  (backportme)
5014
5015         * lily/lexer.ll: Remove extra progress newline, use present tense.
5016
5017         * scm/paper.scm (paper-alist): public.
5018         * scm/framework-tex.scm (convert-to-ps):
5019         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
5020         command line.
5021
5022 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5023
5024         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
5025
5026         * lily/recording-group-engraver.cc (derived_mark): mark
5027         now_events_. (backportme)
5028
5029 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5030
5031         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
5032
5033         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
5034         invoking latex. (backportme.)
5035
5036         * lily/stem.cc (off_callback): center stems for all rest stems.
5037
5038 2004-11-05  Werner Lemberg  <wl@gnu.org>
5039
5040         * Documentation/user/lilypond.tely: Add more guidelines for writing
5041         lilypond texinfo documents.
5042
5043 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
5044
5045         * Documentation/index.html.in: remove <hr>.
5046
5047         * THANKS: change 2.3 to 2.4.
5048
5049 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
5050
5051         * scm/output-gnome.scm: More fontconfig comment.
5052
5053 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
5054
5055         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
5056         <package> directory in $(builddir)/share according with
5057         PACKAGE_NAME defined in the VERSION file.
5058
5059 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5060
5061         * lily/beam.cc (rest_collision_callback): use local beam
5062         multiplicity.
5063
5064         * input/regression/stem-stemlet.ly: new file.
5065
5066         * lily/stem.cc (add_head): store rests as well.
5067
5068         * scm/define-grob-properties.scm (all-user-grob-properties): add
5069         stemlet-length
5070
5071         * lily/stem.cc: store rests as well.
5072         
5073         * input/regression/new-slur.ly: mention forcing.
5074
5075 2004-11-04  Werner Lemberg  <wl@gnu.org>
5076
5077         * Documentation/user/*: A new round of layout fixes and document
5078         structure cleanup.
5079
5080 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
5081
5082         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
5083
5084 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
5085
5086         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
5087
5088 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5089
5090         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
5091
5092         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
5093
5094         * lily/main.cc (main): Invoke identify.
5095
5096         * scm/lily.scm (postscript->pdf): Remove progress newline.
5097         Write progress to stderr.
5098
5099         * lily/paper-book.cc (output): Remove progress newline.
5100
5101         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
5102         gettext on user messages, and remove whitespace.
5103
5104         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
5105
5106         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
5107         argv[0] (Thomas Scharkowski).
5108
5109         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
5110         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
5111         for ec-fonts-mtraced.
5112
5113         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
5114         --srcdir build (Bertalan).
5115
5116         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
5117         headers and library too (Laura Conrad).
5118
5119         * Documentation/topdocs/INSTALL.texi (Top): Mention development
5120         package for guile too (Laura Conrad).
5121
5122         * lily/main.cc (usage): Typo.
5123
5124 2004-11-02  Werner Lemberg  <wl@gnu.org>
5125
5126         * Documentation/user/notation.ly: More fixes to improve appearance.
5127
5128         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
5129         better output for multicolumn tables.
5130
5131 2004-11-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5132
5133         * lily/main.cc (dir_info): Fixed typo in the printouts.
5134
5135 2004-11-01  Werner Lemberg  <wl@gnu.org>
5136
5137         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
5138         of output.
5139         Set `per_line' to 2; replace hard-coded value with it.
5140
5141         * Documentation/user/*: Many fixes to improve appearance of
5142         printed manual.
5143
5144 2004-11-01  Werner Lemberg  <wl@gnu.org>
5145
5146         * Documentation/user/changing-defaults.itely,
5147         Documentation/user/notation.ly,
5148         Documentation/user/programming-interface.itely: Use @/.
5149         Fix formatting of some lilypond snippets and tables.
5150
5151         * scripts/lilypond-book.py (compose_ly): Provide useful default
5152         for LINEWIDTH in `override'.
5153
5154 2004-10-31  Graham Percival  <gperlist@shaw.ca>
5155
5156         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
5157
5158 2004-10-31  Werner Lemberg  <wl@gnu.org>
5159
5160         Resetting @exampleindent to `5' gives ugly results with texinfo's
5161         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
5162         (if not quoting) to change @exampleindent only locally.
5163
5164         * scripts/lilypond-book.py (NOQUOTE): New variable.
5165         (output) [LATEX]: Remove AFTER and BEFORE.
5166         [TEXINFO]: Remove AFTER and BEFORE.
5167         Fix QUOTE and VERBATIM pattern.
5168         Add NOQUOTE pattern.
5169         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
5170         and BEFORE.
5171         [output_texinfo]: Use NOQUOTE.
5172
5173 2004-10-31  Graham Percival  <gperlist@shaw.ca>
5174
5175         * Documentation/user/changing-defaults.itely: clarify paper
5176         size commands with correct info.
5177
5178         * Documentation/user/lilypond-book.itely: add more docs for
5179         filename extensions.
5180
5181 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5182
5183         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
5184         (PATCH_LEVEL): start 2.5.0.
5185
5186 2004-10-30  Graham Percival  <gperlist@shaw.ca>
5187
5188         * Documentation/user/notation.itely: add warning about bar numbers
5189         in multistaff music, add warning about quoting grace notes.
5190
5191         * Documentation/user/changing-defaults.itely: clarify paper size commands,
5192         add missing subsubtitle entry to Creating titles.
5193
5194         * Documentation/user/tutorial.itely: change 3.0 references to 2.4.
5195
5196 2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5197
5198         * scripts/convert-ly.py (conv): fixed \context Foo = mixedCaps
5199         case.
5200         (conv): add dummy 2.4.0 conversion rule.
5201
5202         * Documentation/user/lilypond.tely: add @finalout.
5203
5204         * lily/slur-scoring.cc (enumerate_attachments): use stem_extent_
5205         for attaching, fixes slur/stem left attachment of
5206         downslur/downstem.
5207
5208         * lily/quote-iterator.cc (process): use <= for comparisons. Fixes
5209         quote problem if for last note of quoted sequence. 
5210
5211         * input/regression/part-combine-text.ly (comm): add expect strings.
5212
5213 2004-10-30  Werner Lemberg  <wl@gnu.org>
5214
5215         * Documentation/user/examples.itely: Improved layout.
5216
5217         * Documentation/invoking.itely: Use `@/' to insert breakpoints.
5218
5219         * Documentation/macros.itexi (@inputfileref) [@tex]: Use `@/'.
5220
5221         * Documentation/notation.itely: Use `@/'.
5222         Other layout fixes.
5223
5224 2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5225
5226         * lily/part-combine-iterator.cc (unisono): examine last_playing_
5227         (not state_), this fixes a2 printing after chord.
5228
5229         * input/regression/no-staff.ly: fix octave, revise syntax.
5230
5231         * input/regression/lyrics-bar.ly (texidoc): fixes.
5232
5233         * input/regression/beam-dir-functions.ly (Module): remove from regtest
5234
5235         * input/regression/accidentals.ly (Module): remove from regtest.
5236
5237         * lily/parser.yy (Prefix_composite_music): 
5238         oops. Chords should be unrelativable, not bass figures untransposable.
5239
5240         * VERSION: 2.3.26 released.
5241         
5242         * lily/completion-note-heads-engraver.cc (try_music): only return
5243         something when is_first_ is true. Fixes lyrics with completion_heads. 
5244
5245         * make/lilypond-vars.make: add scripts/out/ to PATH, to find ps2png. 
5246
5247         * scm/lily.scm (ly:system): new function. Catches uninstalled
5248         ps2png.
5249
5250 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5251
5252         * Documentation/user/notation.itely: remove
5253         @hyphenatedinternalsref.
5254
5255 2004-10-29  Werner Lemberg  <wl@gnu.org>
5256
5257         * scm/framework-tex.scm (dump-line): Fix dimensions for \lybox.
5258
5259         * scripts/lilypond-book.py (no_options): New dictionary.
5260         (simple_options): New list.
5261         (ly_options): Remove NOINDENT and EXAMPLEINDENT patterns.
5262         (compose_ly): Use `no_options' and `simple_options'.
5263         Fix logic of option handling.
5264         Handle `linewidth' option without parameter.
5265
5266 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5267
5268         * lily/lookup.cc (triangle): use (0, interval.length()) for X
5269         extent, since the stencil is translated later on.
5270
5271         * lily/ledger-line-spanner.cc (print): swap linear_combination
5272         arguments, effectively shortens ledger line. 
5273
5274         * Documentation/user/GNUmakefile
5275         ($(outdir)/lilypond/lilypond.html): use find to remove files.
5276
5277         * lily/main.cc: --no-pages option.
5278
5279 2004-10-28  Carl Sorensen  <carldsorensen@comcast.net>
5280
5281         * Documentation/user/notation.itely (Fret diagrams): add extra
5282         notes to example to avoid collisions between fret diagrams.
5283
5284 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5285
5286         * Documentation/user/notation.itely (Automatic note splitting):
5287         note about lyrics. 
5288
5289         * Documentation/user/converters.itely (Invoking convert-ly): note
5290         about version numbers. 
5291
5292         * scripts/abc2ly.py (dump_score): revise lyric dumping
5293
5294         * scripts/mup2ly.py (pre_processor_commands): always open file.
5295
5296         * scripts/etf2ly.py (Frame.calculate): always close \grace.
5297         (Etf_file.dump): add \version
5298
5299         * VERSION: 2.3.25 released.
5300
5301         * lily/scm-option.cc: add 'resolution to ly:get-option argument
5302         list.
5303
5304 2004-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5305
5306         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-origin
5307
5308 2004-10-28  Werner Lemberg  <wl@gnu.org>
5309
5310         * Documentation/user/music-glossary.tely: More fixes to improve
5311         appearance with DVI output.
5312
5313         * scripts/lilypond-book.py (compose_ly): Use 0.4in for
5314         EXAMPLEINDENT.  This is the maximum value for quotation environments
5315         used in `texinfo.tex' -- many warnings in lilypond.dvi are now gone.
5316
5317 2004-10-27  Werner Lemberg  <wl@gnu.org>
5318
5319         * Documentation/user/music-glossary.tely: Revised.
5320
5321 2004-10-26  Carl Sorensen  <carldsorensen@comcast.net>
5322
5323         * input/test/fret-diagram.ly: insert breaks, remove raggedright to
5324         improve fret diagram spacing in printed output.
5325
5326         * Documentation/user/notation.itely (Fret diagrams): Remove raggedright
5327         from options for the example so fret-diagrams won't overlap
5328         one another.
5329
5330 2004-10-26  Werner Lemberg  <wl@gnu.org>
5331
5332         * scripts/lilypond-book.py: Some additional formatting for
5333         orthogonality.
5334         (ly_options) [*]: Format strings.
5335         [RAGGEDRIGHT]: Don't set `indent'.  This is now properly handled
5336         by `compose_ly'.
5337         (output) [LATEX][OUTPUT]: Format string and simplify.
5338         (PREAMBLE_LY, FRAGMENT_LY): Format string.
5339         (classic_lilypond_book_compatibility): Take key/value pair as
5340         parameter.
5341         Return key/value pair.
5342         (compose_ly): Rewritten, taking the snippet type as third parameter. 
5343         The default values are now set more sensible, and a `linewidth'
5344         option is no longer overwritten under some circumstances.
5345
5346         * Documentation/user/music-glossary.tely: Replace all accented
5347         character macros with latin-1 codes.
5348
5349 2004-10-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5350
5351         * lily/music-function.cc (ly_make_music_function): when an
5352         argument predicate is markup?, the signature keyword becomes
5353         "markup" iso "scm".
5354
5355         * lily/lexer.ll (music_function_type): new MUSIC_FUNCTION_*MARKUP*
5356         tokens, for functions which signatures contain "markup".
5357
5358         * lily/parser.yy (Generic_prefix_music_scm): add treatment for new
5359         MUSIC_FUNCTION_*MARKUP* tokens.
5360
5361 2004-10-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5362
5363         * input/regression/lyrics-bar.ly: Make StaffGroup accept the new
5364         Lyrics context.
5365
5366 2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5367
5368         * python/lilylib.py (make_ps_images): return list of output files.
5369
5370         * lily/simple-spacer.cc (LY_DEFINE): for ragged, we can end with
5371         all springs tight, and still satisfy the constraints.
5372
5373 2004-10-25  Werner Lemberg  <wl@gnu.org>
5374
5375         * scripts/lilypond-book.py: s/option-sep/option_sep/.
5376         (format_res) [LATEX, TEXINFO]: Skip whitespace before comma also.
5377         (snippet_res): Fix regexps and make them ignore whitespace properly.
5378         (compose_ly): Use `re.split' instead of `string.split' to remove
5379         surrounding whitespace.
5380         Some formatting to get more consistency.
5381
5382 2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5383
5384         * VERSION: 2.3.24
5385         
5386         * scm/define-context-properties.scm
5387         (all-user-translation-properties): add verticallySpacedContexts.
5388
5389         * scm/define-grob-interfaces.scm (vertically-spaceable-interface):
5390         add interface
5391
5392         * scm/define-grob-properties.scm (all-internal-grob-properties):
5393         add spaceable-staves
5394
5395         * scm/define-grobs.scm (all-grob-descriptions): set
5396         vertically-spaceable-interface for VerticalAxisGroup and
5397         RemoveEmptyVerticalGroup
5398
5399         * lily/system.cc (get_line): determine staff_refpoints_
5400         using spaceable-staves.
5401
5402         * lily/score-engraver.cc (acknowledge_grob): ack
5403         vertically-spaceable-interface and verticallySpacedContexts to
5404         set spaceable-staves.
5405
5406         * input/regression/new-slur.ly: add slur under 16th subbeam case.
5407
5408         * lily/slur-scoring.cc (fill): init has_same_beam_ before use.
5409
5410 2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5411
5412         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): tune
5413         minimumVerticalExtent tweaks. 
5414  
5415         * mf/feta-schrift.mf: include size of thumb appendix in
5416         bbox. Fixes: c-thumb-notehead.ly  
5417
5418         * THANKS: add Meisters to the Development team.
5419
5420         * scm/framework-tex.scm (convert-to-dvi): redirect output to
5421         /dev/null for non-verbose.
5422
5423         * Documentation/user/invoking.itely (Invoking lilypond): add note
5424         about resource usage.
5425
5426         * tex/GNUmakefile (TEX_FILES): add texinfo.cnf
5427
5428         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): add
5429         --enable-encoding
5430
5431         * Documentation/user/lilypond.tely: add -*- coding: latin-1 -*- everywhere. 
5432
5433         * Documentation/user/changing-defaults.itely (Text encoding):
5434         change to latin1.
5435
5436         * Documentation/user/lilypond.tely: add language and encoding.
5437
5438         * scm/define-grobs.scm (all-grob-descriptions): add
5439         line-interface.
5440
5441         * configure.in (PKG_CONFIG_PATH): bump makeinfo version to 4.7
5442
5443         * input/test/ossia.ly: font sizes for ossia.
5444
5445         * scripts/convert-ly.py (conv): \context Foo = NOTENAME
5446         -> \context Foo = "NOTENAME".
5447
5448         * lily/main.cc (determine_output_options): fix ordering.
5449
5450 2004-10-24  Erik Sandberg  <ersa9195@student.uu.se>
5451
5452         * THANKS: Added bughunters for 2.3.
5453
5454 2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5455
5456         * Documentation/user/macros.itexi: use findex functions/internals
5457         objects.
5458
5459         * scm/documentation-generate.scm (string-append): add syncodeindex
5460
5461         * Documentation/user/tutorial.itely (A lead sheet): use \chords
5462         for tutoring chord names.
5463  
5464         * Documentation/user/lilypond.tely: remove @authors.
5465
5466 2004-10-23  Werner Lemberg  <wl@gnu.org>
5467
5468         * scm/framework-tex.scm (dump-page): Add width to \lybox call.
5469         Remove first two parameters of \lybox.
5470         Don't emit \vbox around \lybox.
5471         (dump-line): Add width to \lybox call.
5472         Remove first two parameters of \lybox.
5473
5474         * tex/lilyponddefs.tex (\topalign, \leftalign): Removed.
5475         (\lyitem): Updated.
5476         (\lybox): Only take three parameters.
5477         Create box which has zero depth, only height.
5478         Center box vertically along the x-height of current font.
5479
5480 2004-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5481
5482         * VERSION (PACKAGE_NAME): release 2.3.23
5483
5484         * scm/framework-tex.scm (convert-to-ps): add -E if filename
5485         contains .preview.
5486
5487 2004-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5488
5489         * lily/lyric-extender.cc (print): only run to right-bound if
5490         broken. This fixes input/regression/lyric-extender.ly
5491
5492         * input/regression/beamed-chord.ly: removed.
5493
5494         * Documentation/user/macros.itexi: add \global to definitions for
5495         feta macros.
5496
5497         * po/fr.po: updated po file.
5498
5499         * po/de.po: updated po file.
5500
5501 2004-10-22  Werner Lemberg  <wl@gnu.org>
5502
5503         * tex/lilyponddefs.tex (\lilypondend): Undo change from 2004-10-20.
5504
5505 2004-10-21  Werner Lemberg  <wl@gnu.org>
5506
5507         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex
5508         (\lilypondexperimentalfeatures): Removed.
5509
5510 2004-10-20  Jürgen Reuter  <reuter@ipd.uka.de>
5511
5512         * Documentation/user/notation.itely: fixed 2 typos
5513
5514 2004-10-20  Werner Lemberg  <wl@gnu.org>
5515
5516         * scm/framework-tex.scm (header-end): Don't set \outputscale.
5517         (dump-line): Produce prettier output.
5518
5519         * tex/lilyponddefs.tex: Comment all macros extensively.
5520         (\lilypondstart): Set \outputscale.
5521         Define \lilypondpagebreak and \lilypondnopagebreak here.
5522         Don't test for positive \lilypondpaperlinewidth -- this is always
5523         positive in the normal case (LilyPond produces bad output otherwise
5524         so we can safely ignore negative or zero values).
5525         (\lilypondend): Remove useless test for \lilypondbook.
5526         (\fetasixteen, \fetafont, \fetachar): Removed, unused.  We also
5527         don't input `feta20.tex'.
5528
5529 2004-10-19  Graham Percival  <gperlist@shaw.ca>
5530
5531         * Documentation/user/examples.itely: added texidoc lilypond-book
5532         template.
5533
5534 2004-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5535
5536         * cygwin/lilypond.hint: Update.
5537
5538 2004-10-18  Carl Sorensen  <carldsorensen@comcast.net>
5539
5540         * Documentation/user/notation.itely (Fret diagrams): Add documentation
5541         for fret diagram markups to user manual
5542
5543         * scm/fret-diagrams.scm (fret-diagram-terse): Fix mistake in internal
5544         documentation for fret-diagram-terse
5545
5546         * Documentation/user/notation.itely: Added section on fret diagrams.
5547
5548 2004-10-18  Jan Nieuwenhuizen  <janneke@gnu.org>
5549
5550         * scripts/convert-ly.py (usage): Fix --help description.  Apply
5551         range also for --show-rules.
5552
5553 2004-10-18  Werner Lemberg  <wl@gnu.org>
5554
5555         * scripts/lilypond-book.py (Snippet, Include_snippet)
5556         [replacement_text]: Use group `match'.
5557
5558 2004-10-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5559
5560         * Documentation/user/macros.itexi: Use @ref instead of @inforef
5561         for html.  Apparently, ``you should'' in texinfo documentation is
5562         merely a guideline that can safely be ignored.
5563
5564         * elisp/lilypond-init.el (auto-mode-alist): Add .ily to
5565         auto-mode-alist.
5566
5567         * input/test/engraver-example.ily: 
5568         * input/regression/allfontstyle.ily: Rename, update users.
5569
5570 2004-10-16  Graham Percival  <gperlist@shaw.ca>
5571
5572         * Documentation/user/lilypond-book.itely: add more details about
5573         building .lytex files.
5574
5575         * Documentation/user/examples.itely: added piano-lyrics template
5576
5577         * input/template/piano-4-voices.ly, piano-lyrics.ly: remove.
5578
5579         * input/GNUmakefile: remove "templates" from build subdirs.
5580
5581         * input/template: removed.
5582
5583 2004-10-16  Werner Lemberg  <wl@gnu.org>
5584
5585         * scripts/lilypond-book.py (snippet_res): Define group `match'
5586         everywhere.
5587         Accept more spaces between commands and its arguments and options.
5588         Fix some regexps.
5589         (output): Remove some newlines in string values and suppress spaces
5590         in output.
5591         (output_texinfo): Output `output_print_filename' only if not empty.
5592         (Lilypond_snippet)[find_toplevel_snippets]: Use group `match'.
5593
5594 2004-10-16  Werner Lemberg  <wl@gnu.org>
5595
5596         * scm/framework-tex.scm (font-load-command, define-fonts): Protect
5597         some TeX line ends with `%' to avoid additional horizontal space in
5598         output.
5599
5600         * scripts/lilypond-book.py: Unexpand spaces to tabs.
5601         (snippet_res): Use `x' modifier to represent regular expressions
5602         in a friendlier way.
5603         Fix `lilypond_block' for LaTeX to accept `%\end{lilypond}'.
5604         (find_toplevel_snippets): Don't use indices from match group 0,
5605         which is the whole pattern space, but group 1.
5606
5607 2004-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5608
5609         * flower/include/direction.hh (enum Direction): add
5610         DIRECTION_LIMIT
5611
5612 2004-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5613
5614         * po/fr.po: new po file.
5615
5616 2004-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
5617
5618         * Documentation/user/macros.itexi: Do not construct external
5619         references using @uref.  That results in broken links.
5620
5621         * lily/slur.cc (outside_slur_callback): Use int in for loop;
5622         avoids g++-3.4.1 enum beature.
5623
5624 2004-10-13  Graham Percival  <gperlist@shaw.ca>
5625
5626         * Documentation/user/examples.itely: added lilypond-book template.
5627
5628         * Documentation/user/lilypond-book.itely: added filename extension
5629         page.
5630
5631 2004-10-13  Jan Nieuwenhuizen  <janneke@gnu.org>
5632
5633         * debian/rules (binary-indep): Link images for info.
5634
5635         * elisp/lilypond-mode.el (LilyPond-command): Set XEDITOR.  Cool
5636         feature nicked from jEdit.
5637
5638 2004-10-12  Pedro Kroger  <kroeger@pedrokroeger.net>
5639
5640         * Documentation/user/introduction.itely: Minor corrections.
5641
5642         * Documentation/user/notation.itely: Minor corrections.
5643
5644         * Documentation/user/tutorial.itely: Minor corrections.
5645
5646 2004-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
5647
5648         * scm/framework-ps.scm (page-header): Fix Layout renaming bug.
5649
5650         * scm/*.scm:
5651         * ly/paper-defaults.ly: Use papersizename only.
5652
5653 2004-10-11  Werner Lemberg  <wl@gnu.org>
5654
5655         * tex/lilyponddefs.tex (\lyitem): Don't use \topalign to make
5656         \raise work with positive values.
5657
5658 2004-10-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5659
5660         * Documentation/user/notation.itely (Multi measure rests): Update
5661         the docs corresponding to the implementation change from 2004-10-08.
5662
5663 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5664
5665         * VERSION (MY_PATCH_LEVEL): release 2.3.22
5666
5667         * scm/part-combiner.scm (determine-split-list): reinstate
5668         playing+resting case. 
5669
5670         * Documentation/user/invoking.itely (Reporting bugs): rename.
5671
5672         * lily/lexer.ll (Lily_lexer): bump version req to 2.3.22.
5673
5674         * lily/parser.yy (Prefix_composite_music): change no-transposition
5675         for mode_changing_head to figures too.
5676
5677         * lily/phrasing-slur-engraver.cc (acknowledge_grob): do something
5678         with normal slurs too.
5679         
5680         * lily/slur-scoring.cc (move_away_from_staffline): new function.
5681         (get_base_attachments): move away attachment point for breaks
5682         similar to attachment points on slurs (staffline collision, and
5683         half a space of padding)
5684
5685         * scm/page-layout.scm (ly:optimal-page-breaks): don't compute
5686         force twice.
5687
5688         * lily/simple-spacer.cc (LY_DEFINE): if line too long in ragged
5689         mode, return #f.        
5690
5691         * scm/page-layout.scm (ly:optimal-page-breaks): set force = 0.0
5692         for last page if raggedlast. 
5693
5694         * lily/parser.yy (Prefix_composite_music): untransposable is for
5695         FiguredBass, not ChordNames
5696
5697 2004-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5698
5699         * scm/framework-tex.scm: Merge fix.
5700
5701 2004-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
5702
5703         The grand \paper -> \layout, \bookpaper -> \paper renaming.
5704
5705 2004-10-10  Graham Percival  <gperlist@shaw.ca>
5706
5707         * Documentation/user/notation.itely: add raggedright to a whole
5708         bunch of places.
5709
5710 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5711
5712         * scm/paper.scm (set-paper-dimension-variables): new
5713         function. Define dimension-variables explicitly in \paper too.
5714         This allows overriding linewidth inside \score { \paper { } }
5715         blocks
5716  
5717         * scm/framework-tex.scm (convert-to-ps): invoke dvips with -t
5718         landscape.
5719         (header): add landscape and papersize options.
5720
5721 2004-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5722
5723         * lily/*.cc: use robust_scm2moment() where appropriate.
5724
5725         * lily/moment.cc (robust_scm2moment): new function.
5726
5727         * scm/titling.scm (default-score-title): remove caps for piece.
5728
5729         * VERSION: 2.3.21 released.
5730         
5731         * lily/include/slur-scoring.hh (struct Slur_score_state): new file
5732
5733         * lily/include/slur-configuration.hh (class Slur_configuration):
5734         new file.
5735
5736         * lily/slur-configuration.cc: new file. move scoring functions
5737         into Slur_configuration.
5738
5739         * lily/slur-scoring.cc (Slur_score_state): change static functions
5740         to methods of Slur_score_state.
5741
5742         * lily/bezier-bow.cc (Message): 
5743
5744         * flower/include/interval-set.hh (Message): new file.
5745
5746         * flower/interval-set.cc (Message): new file.
5747
5748 2004-10-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5749
5750         * lily/multi-measure-rest-engraver.cc (process_music): always
5751         generate MultiMeasureRestNumbers.
5752
5753         * SConstruct (txt_files): switch of make dist
5754
5755         * lily/bezier-bow.cc (get_slur_indent_height): change recipe to
5756         make sure that (indent < len / 3). This fixes progerror-max_h.ly
5757
5758         * lily/multi-measure-rest-engraver.cc (process_music): make
5759         MultiMeasureRestNumber too.
5760
5761 2004-10-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5762
5763         * Documentation/user/notation.itely (Bar lines): Added a note that
5764         defaultBarType is to be changed in the Timing context.
5765
5766 2004-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5767
5768         * lily/include/guile-compatibility.hh: add file.
5769
5770         * scm/framework-tex.scm (convert-to-dvi): use max of current
5771         extra_mem_top and 1M.
5772
5773         * lily/kpath.cc (LY_DEFINE): ly_kpathsea_expand_variable. New
5774         function.
5775
5776 2004-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5777
5778         * scm/framework-tex.scm (convert-to-dvi): set extra_mem_top to 1M.
5779  
5780 2004-10-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5781
5782         * lily/slur-scoring.cc (struct Slur_score_state): add
5783         has_same_beam_, edge_has_beams_, is_broken_ bools.
5784         (get_base_attachments): simpler Y attachment determination for
5785         broken slurs.
5786
5787 2004-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
5788
5789         * buildscripts/texi2omf.py: Add hashbang.  Starting the script in
5790         bash without that is quite interesting.  Add xml and some omf
5791         keys.
5792
5793 2004-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5794
5795         * Documentation/user/macros.itexi: Add xml macros.
5796
5797         * Documentation/user/GNUmakefile (extra-local-help): Add xml rules.
5798
5799         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): Fix location.
5800
5801 2004-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5802
5803         * lily/break-substitution.cc (substitute_mutable_property_alist):
5804         only put property back into value if != SCM_UNDEFINED
5805
5806         * lily/lyric-extender.cc (print): don't take common refpoint of
5807         null object if right_text isn't there.
5808  
5809         * lily/slur-scoring.cc (struct Slur_score_state): new
5810         struct. Collect scoring function arguments.
5811         (struct Slur_score_state): add musical_dy_
5812         (get_extra_encompass_infos): new function. Split off state
5813         computations.
5814
5815         * scm/part-combiner.scm (determine-split-list): remove playing1
5816         and playing2.
5817
5818 2004-10-02  Graham Percival  <gperlist@shaw.ca>
5819
5820         * Documentation/index.html.in: remove link to templates.
5821
5822         * Documentation/user/notation.itely: more small fixes.
5823
5824 2004-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
5825
5826         * lily/timing-engraver.cc (process_music): move setting
5827         measure-length. This fixes spacing-whole-rest.ly
5828
5829         * VERSION (PACKAGE_NAME): release 2.3.20
5830         
5831         * input/regression/quote-transposition.ly: update example
5832
5833         * scm/define-music-properties.scm (all-music-properties): change
5834         meaning of instrumentTransposition.  It is now the pitch played
5835         that sounds as middle C. This means that instrumentTransposition
5836         can be \transposed. 
5837         Fixes: transpose-quote.ly
5838
5839         * lily/parser.yy (command_element): reverse setting of
5840         instrumentTransposition
5841
5842         * lily/pitch.cc (pitch_interval): rename.
5843
5844         * lily/recording-group-engraver.cc (stop_translation_timestep):
5845         remove macrameing of accumulator and set_car/cdr.
5846         Fixes: transposition-quote.ly
5847
5848         * lily/music.cc (transpose): fold Event::transpose() in.
5849
5850         * lily/event.cc: remove Transpose. 
5851
5852         * lily/recording-group-engraver.cc: cleanup.
5853
5854         * ly/music-functions-init.ly (displayMusic): add function.
5855
5856         * make/lilypond.fedora.spec.in: rename file.
5857
5858         * lily/lily-lexer.cc (mark_smob): don't use ly_cdr() for getting
5859         to-be-marked objects. Use SCM_CELL_WORD_1 instead. 
5860
5861         * Documentation/user/changing-defaults.itely (Changing context
5862         properties on the fly): typo.
5863
5864         * lily/slur.cc (outside_slur_callback): try three sample points
5865         for determining collisions. This fixes: slur-script.ly.
5866
5867 2004-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
5868
5869         * scripts/lilypond-book.py (ext2format): Add latex as Latex.
5870
5871 2004-10-01  Graham Percival  <gperlist@shaw.ca>
5872
5873         * Documentation/user/notation.itely: more small fixes.
5874
5875         * Documentation/user/examples.itely: make new sections.
5876
5877         * input/test/bar-lines.ly: improve output, fix bug.
5878
5879         * Documentation/user/changing-defaults.itely: small fixes.
5880
5881 2004-10-01  Werner Lemberg  <wl@gnu.org>
5882
5883         * tex/lilyponddefs.tex (\lilypondECencoding): New command to handle
5884         T1 encoding in texinfo mode.
5885         (\lilypondstart): Use it.
5886         (\lilypondloop, \lilyponditerate): Removed.  Unused.
5887
5888 2004-09-30  Werner Lemberg  <wl@gnu.org>
5889
5890         * tex/lilyponddefs.tex (\lilypondstart): Define
5891         \lilypondfontencoding for both texinfo and latex mode.
5892
5893         * scm/framework-tex.scm (font-load-command): Use
5894         \lilypondfontencoding.
5895
5896 2004-09-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5897
5898         * scm/framework-tex.scm (dump-page): take with-extents?
5899         argument. If true, output Y extents. Used for lilypond-book
5900         documents.
5901
5902         * scripts/lilypond-book.py (PREAMBLE_LY): set dump-extents for
5903         \bookpaper.
5904
5905         * lily/slur.cc (outside_slur_callback): epsilon-delta management
5906         for slur edges. Fixes: progerror-no-bezier-intersection.ly
5907  
5908         * scm/framework-tex.scm (dump-page): put stencil height in dumped
5909         page.
5910
5911 2004-09-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5912
5913         * Documentation/user/notation.itely (Multi measure rests):
5914         Improved example.
5915
5916 2004-09-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5917
5918         * lily/auto-beam-engraver.cc (test_moment): robustify.
5919
5920 2004-09-28  Werner Lemberg  <wl@gnu.org>
5921
5922         * scm/framework-tex.scm (font-load-command): Define proper font
5923         macro which sets font encoding if available.
5924         (define-fonts): Define \lilypondpaperinputencoding, to be taken
5925         from the \bookpaper block.
5926
5927         * tex/lilyponddefs.tex (\lilypondstart): Use
5928         \lilypondpaperinputencoding for global input encoding.
5929
5930 2004-09-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5931
5932         * lily/score.cc (Score): oops. Copy error_found_ too.
5933
5934 2004-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5935
5936         * stepmake/stepmake/texinfo-rules.make: 
5937         * Documentation/GNUmakefile: --srcdir build fixes.
5938
5939         * input/test/coriolan-margin.ly: Put papersize settings in \bookpaper.
5940
5941         * Documentation/user/latex-lilypond-example.latex:
5942         * Documentation/user/latex-example.latex: Fix compile errors.
5943         Still buggy, need more love.
5944
5945 2004-09-27  Werner Lemberg  <wl@gnu.org>
5946
5947         * tex/lilyponddefs.tex (\lilypondstart): Use \frenchspacing.
5948
5949 2004-09-26  Juergen Reuter  <reuter@ipd.uka.de>
5950
5951         * Documentation/user/examples.itely: removed \midi block to
5952         simplify the example
5953
5954         * Documentation/user/notation.itely: Removed superfluous
5955         TextSpanner tweakings (is already done by engraver-init.ly).
5956         Documented bug: vertical alignment of articulations.
5957
5958         * Documentation/user/notation.itely, ly/engraver-init.ly
5959         (VaticanaVoice, GregorianTranscriptionVoice): Bugfix: TextSpanner
5960         padding.
5961
5962         * Documentation/user/notation.itely, ly/engraver-init.ly: moved
5963         docu about TextSpanner padding bug from manual to engraver.ly
5964         (since it's workarounded and hence not user-visible any more)
5965
5966 2004-09-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5967
5968         * VERSION: release 2.3.19
5969
5970 2004-09-26  Graham Percival  <gperlist@shaw.ca>
5971
5972         * ly/property-init.ly: fix bug in displaying ledger lines while
5973         \hideNotes is on.
5974
5975         * Documentation/user/notation.itely: more editing.
5976
5977         * Documentation/user/examples.itely: add piano-dynamics template.
5978
5979         * input/template/piano-dynamics.ly: remove.
5980
5981         * Documentation/user/sound-output.itexi: more editing
5982
5983 2004-09-25  Graham Percival  <gperlist@shaw.ca>
5984
5985         * Documentation/user/notation.itely: more editing.
5986
5987 2004-09-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
5988
5989         * scm/ly-from-scheme.scm (read-lily-expression): use ~s in format
5990         instead of ~a, to get #{ #"foo" #} actually printed to #"foo".
5991
5992 2004-09-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5993
5994         * lily/hairpin.cc (print): check columns of bounds, not bounds
5995         themselves.
5996         (print): robustify bound-padding lookup.
5997
5998         * lily/*: ly_c[ad]+r -> scm_XXX , ly_c_pair_p -> scm_is_pair.
5999
6000         * scripts/lilypond-book.py (Compile_error.process_include): catch
6001         Compile_error exception, and remove output .texi.
6002
6003         * scm/define-music-properties.scm (all-music-properties): add
6004         error-found
6005
6006         * lily/parser.yy (Music_list): add error-found to music with errors.
6007
6008         * lily/lily-parser.cc (LY_DEFINE): ignore scores with errors.
6009
6010         * lily/book.cc (process): ignore books with errors
6011
6012         * lily/include/score.hh (class Score): add error_found_ member.
6013
6014         * lily/drum-note-engraver.cc (try_music): idem.
6015
6016         * lily/note-heads-engraver.cc: remove start-playing-event.
6017
6018         * lily/part-combine-iterator.cc (Part_combine_iterator): use
6019         BusyPlayingEvent to determine which voice was active last.
6020         (unisono): use last active to where to get unisono information
6021         from. This fixes: partcombine-rest.ly (again).
6022
6023         * scm/part-combiner.scm (determine-split-list): cleanups
6024
6025 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6026
6027         * input/regression/lyric-extender.ly: simplify.
6028         complexify.
6029
6030         * lily/lyric-extender.cc (print): use it to determine size of
6031         extender. Remove Lyric_extender::is_visible().
6032
6033         * lily/extender-engraver.cc (acknowledge_grob): store lyric in
6034         next property.
6035
6036         * lily/lyric-engraver.cc: remove get_current_rest().
6037         
6038 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6039
6040         * input/regression/lyric-extender.ly: Fix and add test.
6041
6042         * lily/extender-engraver.cc (stop_translation_timestep): Oops, typo.
6043
6044 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6045
6046         * lily/note-head.cc: remove Note_head::extent.
6047
6048 2004-09-23  Graham Percival  <gperlist@shaw.ca>
6049
6050         * Documentation/user/tutorial.itely: do manual style 2-space
6051         indents in examples
6052
6053         * Documentation/user/notation.itely: more editing.
6054
6055 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6056
6057         * lily/lyric-engraver.cc (get_current_rest): New function.
6058
6059         * lily/extender-engraver.cc (stop_translation_timestep): Use it:
6060         stop at rest.
6061
6062         * lily/lyric-extender.cc (print): Fix crash (Russ Ross).
6063
6064         * lily/slur-scoring.cc (get_bezier): Fix for broken beziers.
6065
6066 2004-09-23  Juergen Reuter  <reuter@ipd.uka.de>
6067
6068         * Documentation/user/examples.itely (Small ensembles): added
6069         example for transcription of mensural music
6070
6071         * Documentation/user/notation.itely (The Lyrics context): fixed broken
6072         link to SATB vocal score
6073
6074         * Documentation/user/notation.itely (System start delimiters):
6075         fixed typo: GrandStaff->StaffGroup
6076
6077         * Documentation/user/notation.itely (Ancient articulations):
6078         removed obsolete comment on \episem bug
6079
6080 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6081
6082         * scm/framework-tex.scm (output-preview-framework): Fix invocation
6083         of header.
6084
6085 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6086
6087         * lily/dynamic-engraver.cc (acknowledge_grob): attach hairpin
6088         start to note-column.
6089
6090         * lily/hairpin.cc (print): check text-interface, to attach to
6091         dynamic texts.  
6092
6093         * lily/include/text-item.hh (class Text_interface): rename
6094         Text_item -> Text_interface
6095
6096         * lily/piano-pedal-bracket.cc (print): robustify.
6097
6098 2004-09-22  Pedro Kroger  <kroeger@pedrokroeger.net>
6099
6100         * scm/paper.scm (set-paper-dimensions): add printfirstpagenumber.
6101
6102         * scm/page-layout.scm (plain-header): if printfirstpagenumber is
6103         true will print the page number in the first page.
6104
6105         * Documentation/user/changing-defaults.itely: Document
6106         printfirstpagenumber.
6107
6108 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6109
6110         * lily/phrasing-slur-engraver.cc (acknowledge_grob): avoid more
6111         objects.
6112
6113         * lily/beam-concave.cc (calc_concaveness): take absolute value of
6114         dy for scaling. This fixes various downbeams.
6115         
6116
6117         * lily/beam-quanting.cc (best_quant_score_idx): 
6118
6119 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6120
6121         * scm/framework-tex.scm (header-to-file): Fix.
6122
6123 2004-09-22  Werner Lemberg  <wl@gnu.org>
6124
6125         * lily/parser.yy <score_body>: Fix typo.
6126
6127 2004-09-22  Graham Percival  <gperlist@shaw.ca>
6128
6129         * Documentation/user/tutorial.itely: modified a "future planning"
6130         comment.
6131
6132         * Documentation/user/notation.itely: more editing.
6133
6134 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6135
6136         * scm/define-markup-commands.scm (note-by-number): read font-size
6137         to determine stem length. Fixes: markup-note.ly
6138
6139 2004-09-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6140
6141         * lily/slur.cc (outside_slur_callback): read #'padding for
6142         slur-padding. Fixes: slur-script.ly
6143
6144         * lily/parser.yy (score_body): disallow \bookpaper in \score.
6145
6146 2004-09-21  Juergen Reuter  <reuter@ipd.uka.de>
6147
6148         * Documentation/user/notation.itely (ancient flags): documented
6149         flags-related known bugs
6150
6151         * lily/include/ligature-engraver.hh: added comment about why and
6152         how of (non-)use of abstract virtual methods
6153
6154         * ly/engraver-init.ly (VaticanaVoice,
6155         GregorianTranscriptionVoice): bugfix (workaround): TextSpanner:
6156         unset dash-fraction property in order to get solid lines
6157
6158         * ly/engraver-init.ly (MensuralStaff): fixed bad comment
6159
6160 2004-09-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6161
6162         * scripts/convert-ly.py (ly): Corrected replacement of \scriptBoth
6163
6164 2004-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6165
6166         * lily/parse-scm.cc (internal_ly_parse_scm): Eval in module, not
6167         in function.
6168
6169         * scm/framework-tex.scm (convert-to-dvi): Use nonstopmode.  Set
6170         openout_any=p.  Throughout: progress to stderr, translate user
6171         messages.
6172
6173         * scm/output-gnome.scm: Fix font dir description.
6174
6175 2004-09-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6176
6177         * input/test/mensural-ligatures.ly (voice): move linethickness
6178         settings to bookpaper.
6179
6180         * lily/simple-spacer.cc (Module): use force to stretch to 
6181         line length as force measure for ragged spacing.
6182         
6183         * lily/lily-parser.cc (get_paper): don't set parent for \paper
6184         blocks in the parser. This eliminates ordering dependency for
6185         \bookpaper and \paper
6186
6187         * ly/part-paper-init.ly: remove file.
6188
6189         * lily/includable-lexer.cc (new_input): elucidate message.
6190
6191         * VERSION: 2.3.18 released.
6192         
6193 2004-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6194
6195         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
6196         * input/mutopia/R.Schumann/romanze-op28-2.ly:
6197         * input/mutopia/F.Schubert/standchen.ly: Remove obsolete
6198         #'Slur.attachment setting.
6199
6200         * elisp/lilypond-mode.el (LilyPond-command-alist): Use -ftex,
6201         friendlier for point and click.
6202
6203 2004-09-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6204
6205         * ly/init.ly: reverse collected scores.
6206
6207         * scm/page-layout.scm (ly:optimal-page-breaks): use non-ragged
6208         layout to determine force.
6209         
6210 2004-09-18  Werner Lemberg  <wl@gnu.org>
6211
6212         * ly/engraver-init.ly <Score> [quotedEventTypes]: Add tuplets and
6213         ties.
6214
6215         * ly/declarations-init.ly (escapedBiggerSymbol,
6216         escapedSmallerSymbol): Fix typos.
6217
6218         * scripts/convert-ly.py: s/removeTag/removeWithTag/.
6219
6220 2004-09-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6221
6222         * input/{input,regression}/*.ly: run convert-ly
6223
6224         * VERSION: release 2.3.17
6225
6226         * lily/slur-scoring.cc (enumerate_attachments): make stem_extent a
6227         little wider for attachment calculation. This prevents stem and
6228         slur touching.
6229
6230         * lily/parser.yy (direction_less_char): soft code \< \> \! \( \) (
6231         ) 
6232
6233         * input/regression/tie.ly (texidoc): cleanup.
6234
6235         * ly/declarations-init.ly (tildeSymbol): soft-code meaning of [ ]
6236         and ~
6237
6238         * lily/slur-scoring.cc (score_extra_encompass): check if extra
6239         objects are on boundary column. 
6240
6241         * lily/main.cc (parse_argv): process --tex too.
6242
6243         * ly/music-functions-init.ly (keepWithTag): add music functions
6244         keepWithTag and removeWithTag.
6245
6246         * lily/quote-iterator.cc (Quote_iterator): init transposed_musics_.
6247
6248         * lily/accidental-engraver.cc (recent_enough): interpret laziness
6249         = #t. This fixes no-reset accidental-style.
6250
6251         * input/regression/accidental-piano.ly (Module): new file.
6252
6253         * lily/lily-guile.cc (LY_DEFINE): ly_assoc_get: new function.
6254
6255 2004-09-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6256
6257         * lily/slur-scoring.cc (score_extra_encompass): widen X extent of
6258         extra encompass.
6259         (score_extra_encompass): use Y coordinate of attachment if X
6260         attachment falls in extra encompass X extent.
6261
6262         * buildscripts/guile-gnome.sh (SLIB_PATH): add SLIB_PATH to
6263         GUILE_LOAD_PATH
6264
6265 2004-09-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6266
6267         * scm/output-gnome.scm: Small fixes.
6268
6269         * buildscripts/guile-gnome.sh: Getting close to 2.6.0 release.
6270
6271 2004-09-16  Juergen Reuter  <reuter@ipd.uka.de>
6272
6273         * Documentation/user/notation.itely (Ancient flags): Removed
6274         documentation on adjust-if-on-staffline (this property was removed
6275         by Han-Wen).
6276
6277         * Documentation/user/notation.itely (Ancient notation): Minor
6278         cleanups and fixes.  Renamed "Vaticana style contexts" ->
6279         "Gregorian Chant contexts".  Added section "Mensural contexts".
6280         Added section "Ancient articulations".
6281
6282         * ly/engraver-init.ly: Added "MensuralVoice" and "MensuralStaff".
6283
6284 2004-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6285
6286         * buildscripts/guile-gnome.sh: Add missing bit.
6287
6288 2004-09-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6289
6290         * buildscripts/guile-gnome.sh (LD_LIBRARY_PATH): new script.
6291
6292         * lily/slur-scoring.cc (get_y_attachment_range): set end point
6293         using base_attachment.
6294
6295         * scm/page-layout.scm (default-page-make-stencil): whoops. Add
6296         page header back.
6297
6298         * scm/documentation-generate.scm (top-node): move version to top
6299         node.
6300
6301         * lily/ledger-line-spanner.cc: add ledgered-interface, with
6302         property no-ledgers.
6303
6304 2004-09-16  Heikki Junes  <hjunes@cc.hut.fi>
6305
6306         * Documentation/user/{changing-defaults,examples,invoking,
6307         tutorial}.itely: Expand 's to is.
6308
6309         * Documentation/user/notation.itely: Capitalize only first letter.
6310
6311         * Documentation/user/programming-interface.itely: Capitalize Scheme.
6312
6313         * Documentation/user/lilypond-book.itely: use @refbugs.
6314
6315         * THANKS: sort.
6316
6317         * input/mutopia/F.Schubert/morgenlied.ly,
6318         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly,
6319         input/mutopia/R.Schumann/romanze-op28-2.ly: Add lifetime and full
6320         name.
6321
6322 2004-09-15  Juergen Reuter  <reuter@ipd.uka.de>
6323
6324         * mf/parmesan-heads.mf: bugfixes: (i) removed duplicate
6325         lneomensural char entry; (ii) fixed mensural/neomensural naming
6326         clash typo; (iii) lneomensural char: fixed stem attachment point.
6327         WARNING: FONT CHANGED!
6328
6329 2004-09-15  Graham Percival  <gperlist@shaw.ca>
6330
6331         * Documentation/user/introduction.itely: update \stemBoth to
6332         \stemNeutral.
6333
6334         * Documentation/user/notation.itely: more editing of the manual.
6335
6336 2004-09-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6337
6338         * lily/slur-scoring.cc (score_edges): add exp(slope*dir*leftright)
6339         factor in edge attraction. This reflects that the left edge may
6340         have a larger gap for an ascending up-slur.
6341         (get_base_attachments): copy bound Y from right bound, if there is
6342         only one note-column after the line break.
6343
6344 2004-09-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6345
6346         * buildscripts/guile-gnome.sh: Update with tarball [pre]releases.
6347
6348 2004-09-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6349
6350         * lily/phrasing-slur-engraver.cc (process_music): Create
6351         PhrasingSlur instead of Slur.
6352
6353         * Documentation/user/changing-defaults.itely (Defining new
6354         contexts): Fixed misprinted context name.
6355
6356 2004-09-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6357
6358         * ly/property-init.ly (hideStaffSwitch): remove turnOff.
6359
6360         * scripts/convert-ly.py (conv): change Both to Neutral in property
6361         settings.
6362
6363         * ly/engraver-init.ly: increase extent of Staff. 
6364
6365 2004-09-13  Graham Percival  <gperlist@shaw.ca>
6366
6367         * scm/script.scm: change behaviour of slur and accent.
6368
6369         * Documentation/user/music-glossary.tely: de-gender a few entires.
6370
6371         * Documentation/user/introduction.itely: de-gender a few sentences.
6372
6373 2004-09-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6374
6375         * input/regression/rehearsal-mark-number.ly: Reuse the existing
6376         formatting routine when adding boxed numbers. Makes it easier to
6377         extrapolate how to do for boxed letters.
6378
6379 2004-09-12  Graham Percival  <gperlist@shaw.ca>
6380
6381         * Documentation/user/notation.itely: fixed Time Signature numbers bug.
6382
6383         * Documentation/user/invoking.itexi: updated the "reporting bugs"
6384         section.
6385
6386 2004-09-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6387
6388         * scm/define-grobs.scm (all-grob-descriptions): longer
6389         ideallengths for stems in higher order beams.
6390
6391         * Documentation/user/changing-defaults.itely (Page layout):
6392         document them.
6393
6394         * scm/page-layout.scm (ly:optimal-page-breaks): use new parameters
6395         to get sane spaces for titles.
6396
6397         * ly/book-paper-defaults.ly: new parameters aftertitlespace,
6398         beforetitlespace, betweentitlespace.
6399
6400         * input/regression/beam-quant-standard.ly (primeSixteenths): add
6401         16th notes.
6402
6403         * lily/beam.cc (set_minimum_dy): new function. Round non-zero
6404         small slope up to smallest quant. This prevents small slopes from
6405         getting rounded to zero.
6406
6407         * lily/beam-quanting.cc (quanting): don't allow dy_mus slopes that
6408         are smaller than the smallest quant.
6409
6410         * input/tutorial/brahms*.ly: remove.
6411
6412         * input/*: update all .ly files.
6413          
6414         * ly/a4-init.ly (vsize): remove papersize init files.
6415
6416         * scripts/convert-ly.py (conv): add conversion.
6417
6418         * lily/parser.yy: change mode changing commands to XXXmode,
6419         eg. drummode.
6420         (mode_changing_head): group mode changes.
6421         (mode_changing_head_with_context): new commands: create context as
6422         well as change mode.
6423
6424         * input/regression/system-overstrike.ly: new file.
6425
6426         * scm/page-layout.scm (ly:optimal-page-breaks): add
6427         betweensystempadding also to fixed distance for the spring.
6428  
6429         * scm/define-grobs.scm (all-grob-descriptions): fix order of
6430         key-cancellation.
6431
6432         * input/regression/beam-concave-damped.ly: new file.
6433
6434         * lily/beam-concave.cc: new file, with new routines for concave
6435         decisions. There are now two types of concaveness: 1. a sharp
6436         logic decision forcing a beam horizontal, and 2. a number that
6437         measures how concave beams are that are not caught by 1.
6438
6439         This fixes: morgenlied.ly and input/regression/beam-concave.ly
6440         
6441         * lily/new-fingering-engraver.cc (stop_translation_timestep): new
6442         property: add-stem-support
6443
6444 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6445
6446         * lily/slur-scoring.cc (get_bound_info): only do
6447         broken trend at the end of the line.
6448
6449         * VERSION (PACKAGE_NAME): release 2.3.16.
6450
6451         * input/regression/phrasing-slur.ly (Module): remove (duplicate
6452         with phrasing-slur-slur-avoid.ly)
6453
6454         * lily/slur-scoring.cc (struct Extra_collision_info): collect
6455         parameters for extra offset.
6456         (get_bezier): add slurs mid-points for curve determination
6457         (score_extra_encompass): add slur end points for scoring.
6458
6459 2004-09-11  Matthias Neeracher  <neeracher@mac.com>
6460
6461         * scm/framework-ps.scm (reencode-font): Handling font scaling
6462         and reencoding differently to work around a bug in gs 8.30 and
6463         earlier.
6464         Update callers.
6465
6466 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6467
6468         * lily/slur-scoring.cc (broken_trend_y): always take use vdir
6469         extent index of other system. Fixes slurs across line breaks.
6470
6471         * lily/tuplet-engraver.cc (start_translation_timestep): use
6472         Tuplet_description::stop_ for determining when to stop producing
6473         tuplet brackets. This fixes: tuplet-overwrite.ly
6474
6475         * lily/*-engraver.cc: remove all Protected_scm objects to fix GC
6476         errors with GUILE 1.7 CVS.
6477
6478         * lily/translator.cc (derived_mark): new function.
6479
6480         * lily/slur-scoring.cc (score_encompass): new penalty type:
6481         variance penalty demerits slurs where one head/stem is much
6482         closer to the slur than average.
6483
6484         * lily/tuplet-bracket.cc (print): use robust_relative_extent
6485         iso. extent()
6486         (calc_position_and_height): use robust_relative_extent(). This
6487         fixes a couple of programming_errors
6488
6489         * input/regression/part-combine-mmrest-after-solo.ly (Module): new
6490         file.
6491
6492         * lily/part-combine-iterator.cc (unisono): bugfix for the case
6493         that voice-2 plays solo, and voice-1 has an mmrest that starts
6494         earlier. In that case, we switch to voice-2, so we catch the
6495         mmrest of voice-2. This fixes: partcombine-rest.ly.
6496  
6497 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6498
6499         * scm/define-grob-properties.scm (all-internal-grob-properties):
6500         add adjacent-hairpins property.
6501
6502         * lily/hairpin.cc: lengthen hairpin if space is available.
6503
6504         * input/regression/dynamics-hairpin-length.ly (Module): new file.
6505
6506 2004-09-10  Graham Percival  <gperlist@shaw.ca>
6507
6508         * Documentation/user/notation.itely: small fixes to docs.
6509
6510 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6511         
6512         * VERSION (PACKAGE_NAME): release 2.3.15
6513
6514         * make/lilypond.redhat.spec.in (Requires): bump requirement for
6515         ec-fonts-mftraced
6516
6517         * mf/GNUmakefile (SAUTER_FONTS): remove ecb10. This is provided by
6518         the latest ec-fonts-mftraced package.
6519
6520         * scm/define-context-properties.scm
6521         (all-internal-translation-properties): add property. Remove
6522         definition of quotes property.
6523
6524         * Documentation/user/notation.itely (Quoting other voices):
6525         document it
6526
6527         * lily/quote-iterator.cc (moment_less): add quotedEventTypes
6528         property, to determine what events are processed in \quote.
6529
6530 2004-09-10  Juergen Reuter  <reuter@ipd.uka.de>
6531
6532         * (many files): removed most occurrences of underscore ("_")
6533         from font characters; made font character naming more
6534         consistent
6535
6536         * input/test/gregorian-scripts.ly: fixed another victim of grand
6537         replacement operations
6538
6539         * lily/vaticana-ligature-engraver.cc: caught some more "_"
6540         inconsistencies
6541
6542         * input/puer-fragment.ly: bugfix: lyrics hyphen: syntax update
6543
6544 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6545
6546         * Documentation/user/changing-defaults.itely (Paper size): doc
6547         landscape
6548         
6549
6550         * scm/framework-ps.scm (eps-header): bugfixes. 
6551
6552         * scm/titling.scm (default-score-title): remove opus from the
6553         \score title.
6554
6555 2004-09-08  Pedro Kroger  <kroeger@pedrokroeger.net>
6556
6557         * scripts/convert-ly.py (program_name): changed to sys.argv[0]
6558
6559         * scripts/abc2ly.py (program_name): changed to sys.argv[0]
6560
6561         * scripts/etf2ly.py (program_name): changed to sys.argv[0]
6562
6563         * scripts/lilypond-book.py (program_name): changed to sys.argv[0]
6564
6565         * scripts/lilypond-latex.py (program_name): changed to sys.argv[0]
6566
6567         * scripts/midi2ly.py (program_name): changed to sys.argv[0]
6568
6569         * scripts/mup2ly.py (program_name): changed to sys.argv[0]
6570
6571         * scripts/ps2png.py (program_name): changed to sys.argv[0]
6572
6573 2004-09-09  Jan Nieuwenhuizen  <janneke@gnu.org>
6574
6575         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Increment
6576         character position.  Huh?
6577
6578         * scm/output-gnome.scm (placebox): Shield affine-relative.
6579
6580         * buildscripts/guile-gnome.sh: Update.  Do not use GUILE CVS,
6581         cater for system's pango 1.5.1.
6582
6583         * input/regression/new-slur.ly: Add ugly slur from scsii-sarabande.
6584
6585         * scm/slur.scm: Tweak.
6586
6587 2004-09-08  Graham Percival  <gperlist@shaw.ca>
6588
6589         * Documentation/user/{first couple of chapters}: more editing.
6590
6591 2004-09-07  Graham Percival  <gperlist@shaw.ca>
6592
6593         * Documentation/topdocs/AUTHORS.texi, THANKS: add/modify my name
6594         and summary.
6595
6596         * Documentation/user/{first couple of chapters}: the big "Graham's
6597         moved to a new city, his friends haven't arrived, and he has no
6598         internet access" patch.  Numerous editorial and stylistic changes
6599         to the manual.
6600
6601 2004-09-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6602
6603         * scm/framework-ps.scm (output-framework): handle landscape settings.
6604
6605         * ps/lilyponddefs.ps: cleanup.
6606
6607 2004-09-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6608
6609         * scm/define-grobs.scm (all-grob-descriptions): unset
6610         threshold. This fixes morgenlied. 
6611
6612         * scm/page-layout.scm (ly:optimal-page-breaks): whoops. Thinko in
6613         rod calculation.
6614
6615         * lily/system.cc (get_line): don't take piano-pedal & dynamic line
6616         spanners into account for staff-extents.
6617
6618         * lily/ottava-bracket.cc (print): take common refpoint of dots
6619         into account as well.
6620
6621 2004-09-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6622
6623         * lily/lookup.cc (triangle): translate by interval.
6624
6625         * VERSION (PACKAGE_NAME): release 2.3.14
6626
6627         * Documentation/user/changing-defaults.itely (Page layout): add
6628         betweensystempadding
6629
6630         * scm/page-layout.scm (ly:optimal-page-breaks): typo.
6631
6632         * input/regression/quote-cyclic.ly (Module): new file.
6633
6634         * scm/lily.scm (print): add function.
6635
6636         * scm/music-functions.scm (quote-substitute): new
6637         function. Substitute \quote when putting music into \score.
6638
6639         * input/regression/key-signature-cancellation.ly (Module): new file.
6640
6641         * lily/*.cc: more ly_scm2 -> scm_to converions.
6642
6643         * lily/key-signature-interface.cc (print): take position
6644         difference into account when spacing naturals.
6645
6646         * lily/key-engraver.cc (create_key): create KeyCancellation grob
6647         separately, so the cancellation can be put before the staff-bar
6648
6649         * scm/define-grobs.scm (all-grob-descriptions): add a
6650         KeyCancellation grob.
6651
6652         * lily/tuplet-engraver.cc (struct Tuplet_description): new
6653         struct. Use to clean-up Tuplet_engraver
6654
6655 2004-09-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6656
6657         * lily/*: ly_scm2int -> scm_to_int
6658         ly_scm2double -> scm_to_double
6659
6660         * lily/include/lily-guile.hh (scm_from_double): more compat glue.
6661
6662 2004-09-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6663
6664         * lily/simple-spacer.cc (LY_DEFINE): return something sensible for
6665         0 springs
6666
6667         * lily/system.cc (post_processing): 
6668
6669         * scm/page-layout.scm (ly:optimal-page-breaks): implement uniform
6670         density for vertical spacing by means of force penalty.
6671         
6672         * scm/paper.scm (paper-set-staff-size): add betweensystemspace as
6673         dimension-variables
6674
6675         * Documentation/user/changing-defaults.itely (Page layout): add
6676         betweensystemspace variable.
6677
6678         * ly/book-paper-defaults.ly: set betweensystemspace: 20 mm
6679
6680         * scm/page-layout.scm (space-systems): new function. Use spring
6681         and rod approach for vertically spacing systems.
6682
6683         * ly/engraver-init.ly: tune down minimumVerticalExtent.
6684
6685         * scm/define-grobs.scm (all-grob-descriptions): set threshold for
6686         vertical alignment.
6687
6688         * lily/slur-engraver.cc (process_music): add warning for slur.
6689
6690 2004-09-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6691
6692         * lily/include/lily-guile.hh (scm_is_number): add scm_is_number
6693
6694         * lily/simple-spacer.cc (LY_DEFINE): ly_solve_spring_rod_problem:
6695         export spacing routine to SCM.
6696
6697         * lily/include/simple-spacer.hh (struct Simple_spacer_wrapper):
6698         new class, separate Grobs from interface.
6699
6700 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6701
6702         * lily/include/lily-guile.hh: compatibility glue for 1.6
6703
6704         * lily/*.cc (acknowledge_grob): ly_string_p -> scm_is_string.
6705
6706         * lily/lily-guile.cc: remove ly_scm2str0.
6707
6708 2004-09-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6709
6710         * Documentation/user/macros.itexi: Use @inforef iso @uref for
6711         external references.  Fixes HTML cross references with makeinfo 4.7.
6712
6713 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6714
6715         * lily/include/simple-spacer.hh (struct Simple_spacer): remove
6716         expand_only option.
6717
6718 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6719
6720         * lily/system.cc (get_line): add System stencil to exprs. Fixes
6721         system-extents.ly.
6722
6723         * ly/engraver-init.ly: decrease minimumVerticalExtent to (-5,5).
6724
6725         * scm/define-grobs.scm (all-grob-descriptions): decrease padding
6726         for MultiMeasureRestNumber
6727
6728         * VERSION (PACKAGE_NAME): release 2.3.13
6729
6730 2004-08-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
6731
6732         * lily/context-scheme.cc (LY_DEFINE): ly:context-grob-definition
6733         takes two arguments.
6734
6735 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6736
6737         * input/regression/slur-stem-broken.ly: remove.
6738
6739         * lily/slur.cc: add quant-score.
6740
6741         * input/regression/slur-staccato.ly (texidoc): remove
6742
6743         * make/lilypond.redhat.spec.in (Group): remove musedata2ly
6744
6745 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6746
6747         * lily/include/bezier-bow.hh: remove.
6748
6749         * lily/slur-bezier-bow.cc (Module): remove.
6750
6751         * lily/include/slur.hh (Module): remove.
6752
6753         * lily/slur.cc: remove
6754
6755         * input/test/slur-beautiful.ly (Module): remove
6756
6757         * input/test/slur-attachment-override.ly (Module): remove
6758
6759         * lily/slur-quanting.cc (after_line_breaking): only do scoring
6760         when less than 4 control-points.
6761
6762         * lily/key-signature-interface.cc: add style.
6763
6764         * Documentation/user/notation.itely (Automatic staff changes):
6765         document new behavior.
6766
6767         * input/regression/slur-extreme.ly: new file.
6768
6769         * ly/engraver-init.ly (Score): set bassStaffProperties to \clef
6770         bass. Obviates \clef bass in the bass staff, when using \autochange 
6771
6772         * lily/auto-change-iterator.cc (construct_children): instantiate
6773         up/down Staff, create Voice on up staff initially. Obviates
6774         explicit instantiation of up/down contexts for \autochange. 
6775
6776         * lily/slur-quanting.cc (get_bezier): new functionality, blow up
6777         slur depending on extents of note heads.
6778         
6779 2004-08-28  Graham Percival  <gperlist@shaw.ca>
6780
6781         * Documentation/user/tutorial.itely: minor editing.
6782
6783         * Documentation/user/examples.itely: tiny editing.
6784
6785 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6786
6787         * lily/slur-quanting.cc (init_score_param): read scoring
6788         parameters from slur-details property
6789
6790         * scm/define-grobs.scm (all-grob-descriptions): add inside-slur to
6791         Accidental
6792
6793         * Documentation/user/advanced.itely: removed.
6794
6795         * Documentation/user/programming-interface.itely (How markups work
6796         internally): new subsection.
6797
6798         * Documentation/user/converters.itely (Invoking abc2ly): remove
6799         musedata2ly.
6800
6801 2004-08-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6802
6803         * Documentation/user/point-and-click.texi (Point and click): new file.
6804         put point & click in appendix.
6805         
6806         * Documentation/user/changing-defaults.itely (Vertical spacing):
6807         corrections
6808
6809 2004-08-27  Graham Percival  <gperlist@shaw.ca>
6810
6811         * Documentation/user/introduction.itely: add note about the
6812         "example templates" section of the manual, and remove link to
6813         input/template/
6814
6815 2004-08-27  Juergen Reuter   <reuter@ipd.uka.de>
6816
6817         * Documentation/user/lilypond-book.itely: fix parse error: @LaTeX
6818         -> La@TeX
6819
6820         * mf/parmesan-heads.mf: draw_diamond_head: fixed pen width; added
6821         missing lneo_mensural head; editorial cleanups
6822
6823         * lily/mensural-ligature.cc: added more comments
6824
6825 2004-08-26  Graham Percival  <gperlist@shaw.ca>
6826
6827         * Documentation/user/examples.itely: second, third, fourth, and fifth
6828         sections added.
6829
6830         * input/template/{various}: removed files included in examples.itely.
6831
6832 2004-08-26  Juergen Reuter   <reuter@ipd.uka.de>
6833
6834         * lily/stem.cc: bugfix: adjust-if-on-staffline: use
6835         Stem::stem_end_position instead of broken
6836         Staff_symbol_referencer::get_position
6837
6838 2004-08-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6839
6840         * debian/changelog: debian patch by Anthony Fok.
6841
6842         * lily/stem.cc (flag): bugfix for mensural flags (thanks Juergen!)
6843
6844         * lily/slur-engraver.cc (try_music): ignore slurs_. Otherwise we
6845         get spurious messages with skipTypesetting on.
6846
6847 2004-08-25  Graham Percival   <gperlist@shaw.ca>
6848
6849         * Documentation/user/lilypond-book.itely: slight clean-up.
6850
6851         * Documentation/user/examples.itely: began section.
6852
6853 2004-08-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6854
6855         * lily/script-interface.cc: add slur property.
6856
6857         * lily/slur-quanting.cc (score_extra_encompass): avoid other slurs
6858         too.
6859
6860         * input/regression/phrasing-slur-slur-avoid.ly: new file.
6861
6862         * lily/ottava-bracket.cc (print): always start from right edge of
6863         a broken bound. This fixes ottava-clef.ps 
6864
6865 2004-08-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6866
6867         * input/regression/slur-script-inside.ly: new file.
6868
6869         * lily/new-slur.cc (outside_slur_callback): new function, to make
6870         scripts avoid slurs 
6871
6872         * lily/slur-engraver.cc (finalize): 
6873
6874         * lily/script-interface.cc: add inside-slur property.
6875
6876         * lily/slur-engraver.cc (finalize): read inside-slur property.
6877
6878         * scm/lily.scm (postscript->png): use ~a iso. ~s in progress
6879         message.
6880
6881         * ly/property-init.ly (unHideNotes): hide accidentals at staff
6882         level. Fixes: hideNotes-accidental.ly
6883
6884 2004-08-23  Pedro Kroger  <kroeger@pedrokroeger.net>
6885
6886         * scm/page-layout.scm (plain-header): fix bug that print page
6887         number in the first page if firstpagenumber was different than 1.
6888
6889 2004-08-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6890
6891         * scm/framework-ps.scm (define-fonts): use UPCASE for Bluesky
6892         fonts. Fixes triangle markup for chords.
6893
6894         * lily/slur-quanting.cc (score_extra_encompass): make score depend
6895         on distance. This fixes slur-tenuto.ly and slur-tie.ly
6896  
6897         * flower/include/interval.hh (T>): add distance() function
6898
6899         * lily/ottava-bracket.cc (print): add dots to extent. Fixes
6900         octaviation-dot.ly 
6901
6902         * lily/context-scheme.cc: ly_context_grob_definition: new function.
6903
6904         * VERSION (MY_PATCH_LEVEL): release 2.3.12
6905
6906         * lily/new-slur.cc (add_column): remove set_interface()
6907
6908 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6909
6910         * input/regression/slur-double.ly: new file. 
6911
6912         * lily/slur-engraver.cc: add doubleSlurs property
6913
6914         * scm/fret-diagrams.scm (label-fret): use cond instead of case for
6915         symbols.
6916
6917         * Documentation/user/notation.itely (Easy Notation note heads):
6918         revise notation Chapter.
6919
6920         * ly/music-functions-init.ly (makecluster): add makeClusters music
6921         function.
6922
6923         * lily/part-combine-engraver.cc: rename soloADue ->
6924         printPartCombineTexts
6925
6926         * scripts/convert-ly.py (conv): junk script{Up|Down|Both}.
6927
6928         * lily/horizontal-bracket.cc (print): use
6929         Tuplet_bracket::make_bracket, so it supports bracket-flare,
6930         edge-eight and shorten-pair.
6931
6932 2004-08-22  Pedro Kroger  <kroeger@pedrokroeger.net>
6933
6934         * Documentation/user/changing-defaults.itely (Page layout):
6935         description of firstpagenumber. Moved @refbugs about rightmargin
6936         to the end of the section (it was looking like the documentation
6937         after the refbugs was part of the bug comment).
6938
6939         * scm/framework-ps.scm (output-framework): set the first
6940         postscript page number to firstpagenumber
6941
6942         * scm/page-layout.scm (ly:optimal-page-breaks): print the first
6943         page number according to firstpagenumber
6944
6945         * scm/paper.scm (set-paper-dimensions): added firstpagenumber
6946         parameter
6947
6948 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6949
6950         * lily/slur-engraver.cc (class Slur_engraver): simplify: remove
6951         nested slurs. 
6952
6953         * scripts/convert-ly.py (lilypond_version_re_str): handle
6954         \version "bar" % "foo"
6955
6956         * lily/completion-note-heads-engraver.cc (process_music): set
6957         duration-log before announcing object.
6958         
6959         * lily/staff-symbol.cc (print): subtract thickness from staff line
6960         length
6961
6962         * lily/parser.yy (book_body): disallow { ..music.. } inside \book
6963         
6964 2004-08-21  Carl Sorensen  <carldsorensen@comcast.net>
6965
6966         * scm/stencil.scm: remove fontify-text and fontify-text-white
6967
6968 2004-08-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6969
6970         * scm/part-combiner.scm: skip name string. Fixes segfault problem.
6971
6972         * Documentation/user/sound-output.texi (Sound): new file. Move all
6973         MIDI related information.
6974
6975 2004-08-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6976
6977         * lily/script-engraver.cc (acknowledge_grob): only take into
6978         account note heads with a music cause. Fixes ambitus-accent.ly
6979
6980         * scm/define-markup-commands.scm (finger): set encoding to
6981         fetaNumber.
6982
6983 2004-08-20  Erik Sandberg <ersa9195@student.uu.se>
6984
6985         * scripts/convert-ly.py: typo
6986
6987 2004-08-19  Carl Sorensen  <carldsorensen@comcast.net>
6988
6989         * scm/fret-diagrams.scm: Eliminate use of fontify-text; make 
6990         font calls for diagrams based on paper and props
6991
6992 2004-08-19  Graham Percival <gperlist@shaw.ca>
6993
6994         * scripts/convert-ly.py: add \newpage -> \pageBreak rule.
6995
6996 2004-08-19  Erik Sandberg <ersa9195@student.uu.se>
6997
6998         * ly/spanners-init.ly: Correct meanings of setTextDecresc/Dim,
6999         added setHairpinDecresc/Dim
7000
7001 2004-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7002
7003         * lily/include/lily-guile.hh: Cosmetics.
7004
7005 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7006
7007         * input/regression/fermata-rest-position.ly: new file
7008
7009         * ly/property-init.ly (hideNotes): remove \setMmRestFermata
7010
7011         * scripts/convert-ly.py (conv): add rule for \setMmRestFermata
7012
7013 2004-08-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
7014
7015         * scm/framework-tex.scm (output-preview-framework) 
7016         (output-classic-framework): 
7017         * scm/framework-ps.scm (output-preview-framework):
7018         s/ly:paper-book-lines/ly:paper-book-systems/g
7019
7020         * scm/fret-diagrams.scm (ss-font-encoding):
7021         s/my-font-encoding/ss-font-encoding
7022
7023 2004-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7024
7025         * scm/music-functions.scm (direction-polyphonic-grobs): Set
7026         direction also on fingerings.
7027
7028         * lily/clef-engraver.cc: Add forceClef to list of read properties.
7029
7030 2004-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7031
7032         * po/nl.po: Some updates.
7033
7034         * scm/lily.scm (_): New function.
7035         (postscript->pdf, postscript->png, lilypond-main)
7036         (postscript->pdf): Use it.  Write messages to stderr.
7037
7038         * stepmake/stepmake/po-targets.make (ALL_PO_SOURCES): Add SCM_FILES.
7039
7040         * scm/GNUmakefile (XGETTEXT_FLAGS): Set language to Lisp.
7041         xgettext does not recognise scheme yet.  Patch submitted.
7042
7043         * lily/scm-option.cc (LY_DEFINE):
7044         * lily/main.cc: The program is now called lilypond (WAS:
7045         lilypond-bin).
7046
7047         * lily/rest-collision.cc (do_shift): Uniformise two too many rests
7048         messages.
7049
7050         * lily/include/paper-book.hh
7051         * lily/include/paper-system.hh: Finish renaming of paper-line to
7052         system.  Fix users.
7053
7054 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7055
7056         * scm/documentation-generate.scm (string-append): add version.
7057
7058         * scm/define-markup-commands.scm (box): add box-padding and
7059         thickness props for the box command.
7060  
7061         * Documentation/user/changing-defaults.itely (Text encoding):
7062         elucidate use of \encoding for \header strings.
7063
7064         * lily/parser.yy (lyric_element): use \encoding for lyrics strings.
7065
7066         * lily/score.cc (LY_DEFINE): check if length of music > 0. Fixes:
7067         staff-change.ly
7068
7069         * lily/output-def.cc (assign_context_def): use set_variable().
7070
7071         * lily/text-item.cc (interpret_string): accept string input
7072         encoding too.
7073
7074         * scm/encoding.scm (read-encoding-file): print warning when file
7075         can't be found.
7076
7077         * tex/latin1.enc: remove.
7078
7079         * tex/GNUmakefile ($(outdir)/latin1.enc): create latin1 from GS.
7080
7081         * lily/rod.cc (columnize): robustness fix. Don't crash for
7082         nil span points. Fixes: appoggiatura-segfault.ly
7083         (add_to_cols): extra robustness fix.
7084
7085 2004-08-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7086
7087         * lily/text-item.cc (interpret_string): use lookup_variable() to
7088         fidn inputencoding. Now, \paper inherits inputencoding from
7089         \bookpaper.
7090
7091         * lily/script-engraver.cc (stop_translation_timestep): remove slur
7092         collision kludge.
7093
7094         * lily/dynamic-engraver.cc (typeset_all): remove slur collision
7095         kludge.
7096
7097 2004-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
7098
7099         * lily/main.cc (parse_argv): Bugfix: handle 'p'.  Add warning.
7100
7101 2004-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
7102
7103         * lily/spanner.cc (spanned_rank_iv): Bugfix.
7104
7105         * lily.scm: Mark un-internationlised user messages (with FIXME).
7106
7107         * lily/include/modified-font-metric.hh (struct
7108         Modified_font_metric): New file.  (WAS: incorrectly named
7109         scaled-font-metric.hh ?)
7110
7111         * lily/include/scaled-font-metric.hh: Remove.
7112
7113         * lily/text-item.cc (interpret_string): Identify and document
7114         input-encoding problem.
7115
7116         * lily/paper-book.cc (pages): Do not use `paper' as variable name
7117         for a Bookpaper.
7118
7119         * tex/latin1.enc: Replace /minus with /hyphen.
7120
7121         * scm/encoding.scm: For latin1 (input-)encoding, use
7122         latin1.  (Cork.enc is NOT latin1 -- see man latin1).
7123
7124         * ly/book-paper-defaults.ly: Add a comment about suspicious TeX
7125         inputencoding.
7126
7127 2004-08-12  Heikki Junes  <hjunes@cc.hut.fi>
7128
7129         * Documentation/topdocs/INSTALL.html: fixes.
7130
7131 2004-08-12  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
7132
7133         * buildscripts/builder.py: Fix for scons CVS.
7134
7135 2004-08-11  Heikki Junes  <hjunes@cc.hut.fi>
7136
7137         * Documentation/user/notation.itely,
7138         Documentation/topdocs/NEWS.texi, input/test/ambitus-mixed.ly,
7139         input/test/ambitus-mixed.ly: fix plurals:
7140         english: ambit, pl. ambits; latin: ambitus, pl. ambitus.
7141
7142 2004-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7143
7144         * lily/dynamic-engraver.cc (typeset_all):
7145         * lily/script-engraver.cc (stop_translation_timestep): Handle
7146         collisions with new-slur.
7147
7148 2004-08-10  Jan Nieuwenhuizen  <janneke@gnu.org>
7149
7150         * scm/define-grobs.scm (all-grob-descriptions): Add
7151         new-slur-interface.
7152
7153 2004-08-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7154
7155         * elisp/lilypond-mode.el (LilyPond-command-alist): LilyPond now
7156         produces .PS
7157
7158 2004-08-09  Carl Sorensen  <carldsorensen@comcast.net>
7159
7160         * scm/define-grob-properties.scm (all-user-grob-properties): fix
7161         definition of number-type
7162
7163 2004-08-08  Carl Sorensen  <carldsorensen@comcast.net>
7164
7165         * scm/fret-diagrams.scm : change sans-serif font encoding from 
7166         TeX-text to ec (uses ecss fonts instead of cmss fonts)
7167
7168         * scm/define-grob-interfaces.scm (fret-diagram-interface): add
7169         number-type and label-dir
7170
7171         * scm/define-grob-properties.scm: add number-type and label-dir
7172
7173         * scm/fret-diagrams.scm (label-fret): allow fret label to be on either
7174         left or right.  Allow choice of upper-case roman, lower-case roman, or
7175         arabic numerals in fret label
7176
7177 2004-08-04  Werner Lemberg  <wl@gnu.org>
7178
7179         * lily/slur-quanting.cc: Include libc-extension.hh.
7180         s/round/my_round/.
7181         * ly/engraver-init.ly (VaticanaVoice, GregorianTranscriptionVoice):
7182         s/autobeaming/autoBeaming/.
7183
7184 2004-08-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7185
7186         * VERSION: 2.3.11 released.
7187
7188         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): reinstate
7189         renameinput.
7190
7191 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7192
7193         * lily/lookup.cc (round_filled_box): remove warnings about blot
7194         diameter.
7195
7196         * scm/paper.scm (paper-set-staff-size): make linethickness more
7197         easily tunable.
7198
7199         * lily/parser.yy (new_lyrics): \addlyrics -> \oldaddlyrics,
7200         \newlyrics -> \addlyrics
7201
7202         * lily/text-spanner.cc (print): use it.
7203
7204         * lily/dynamic-text-spanner.cc (print): use it.
7205
7206         * lily/grob.cc (robust_relative_extent): new function.
7207
7208         * scripts/lilypond-book.py (main): add -f tex as default process.
7209
7210         * lily/text-spanner.cc (print): only take linear_combination of
7211         nonempty interval.
7212         
7213
7214 2004-08-02  Pedro Kroger  <kroeger@pedrokroeger.net>
7215
7216         * scm/page-layout.scm (default-page-make-stencil): If leftmargin
7217         isn't specified by the user in \bookpaper center the music in the
7218         page.
7219
7220 2004-08-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7221
7222         * Fix some problems after the renaming of my-lily -> lily
7223
7224 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7225
7226         * lily/lily-parser.cc (parse_string): don't overwrite keytable_.
7227
7228         * lily/slur-quanting.cc (enumerate_attachments): apply center on
7229         stem-X in more cases. 
7230
7231         * lily/stem.cc (dim_callback): solve todo.
7232
7233 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7234
7235         * input/test/README: new file.
7236
7237         * lily/lily-parser.cc: rename my-lily* files.
7238
7239         * lily/my-lily-parser.cc (LY_DEFINE): plug memory leak: unprotect
7240         parser.
7241
7242         * lily/include/my-lily-lexer.hh (class Lily_lexer): smobify lexer.
7243
7244         * lily/include/my-lily-parser.hh: rename My_lily -> Lily
7245
7246         * make/mutopia-targets.make (local-WWW): don't make ps.gz
7247         examples. They take a huge amount of space.
7248
7249         * Documentation/user/GNUmakefile: fix symlinks.
7250
7251         * VERSION: 2.3.10 released.
7252         
7253         * input/test/lyrics-skip-notes.ly: remove
7254
7255         * input/test/stem-cross-staff.ly (noFlag): fold into manual
7256
7257         * input/test/{spacing-2,staff-space,tablature,textscript}.ly:
7258         remove.
7259
7260 2004-08-01  Heikki Junes  <hanwen@xs4all.nl>
7261
7262         * Documentation/user/{changing-defaults,notation,tutorial}.itely:
7263         fixes.
7264
7265 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7266
7267         * input/regression/beam-dir-functions.ly: move from test/
7268
7269         * Documentation/user/notation.itely (Feathered beams): new node.
7270
7271         * Documentation/user/changing-defaults.itely (Difficult tweaks):
7272         new node
7273
7274         * input/regression/lyric-hyphen-retain.ly: move to regression.
7275
7276         * input/regression/harmonic.ly: fold into manual
7277         
7278         * input/test/{hshift,move-accidentals,crescendi,feathered-beam,
7279         stem-length,chord-names-no-inversions}.ly: remove
7280         
7281         * input/test/tie-cross-voice.ly: move to regression.
7282
7283         * Documentation/user/notation.itely (Running trills): new node.
7284
7285         * scm/define-grobs.scm (all-grob-descriptions): new grob TrillSpanner
7286
7287         * scm/define-music-types.scm (music-descriptions): add TrillSpanEvent
7288
7289         * lily/trill-spanner-engraver.cc: new file.
7290
7291         * input/regression/trill-spanner.ly: new file.
7292
7293         * input/test/timing.ly: fold into manual.
7294
7295         * input/test/time.ly: remove
7296
7297         * input/test/trill.ly: remove
7298         
7299         * input/test/time-signature-double.ly: fold into manual
7300
7301         * input/test/separate-staccato.ly: remove
7302
7303         * input/test/spanner-after-break-tweak.ly: fold into manual.
7304
7305         * input/test/script-priority.ly: fold into manual.
7306
7307         * input/test/scheme-interactions.ly: remove.
7308         
7309         * input/test/unfold-all-repeats.ly (mel),
7310         input/test/repeat.ly,input/test/repeat-shorter-bracket.ly,
7311         input/test/polymetric-differing-notes.ly input/test/polymetric.ly:
7312         fold into manual.
7313
7314         * input/regression/no-staff.ly: move from input/test/
7315
7316         * input/regression/markup-score.ly: move from input/test/
7317
7318         * input/test/lyrics-melisma-faster.ly: fold into manual
7319         
7320         * input/test/lyrics-melisma-variants.ly: fold into manual
7321
7322         * Documentation/user/notation.itely (Popular music): new node. 
7323
7324         * input/test/gourlay.ly: remove
7325         
7326         * input/test/improv.ly: fold into manual.
7327
7328         * input/test/figured-bass-alternate.ly (fl): remove
7329
7330         * lily/dynamic-text-spanner.cc (print): new file.
7331
7332         * scm/define-grobs.scm (all-grob-descriptions): add DynamicTextSpanner
7333
7334         * lily/engraver-group-engraver.cc (do_announces): reorder logic:
7335         keep recursing into children in case a parent context inserts a
7336         grob into a child context.
7337
7338         * lily/dynamic-engraver.cc (acknowledge_grob): add accidentals to
7339         
7340 2004-07-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7341
7342         * scm/define-markup-commands.scm (postscript): new markup command
7343         \postscript
7344
7345         * Documentation/user/notation.itely (Formatting cue notes): new
7346         section.
7347
7348         * input/test/clef-end-of-line.ly: fold into manual.
7349
7350         * input/test/scales-greek.ly: remove.
7351
7352         * input/test/chords-without-melody.ly: fold into manual.
7353
7354         * input/test/cadenza-skip.ly: remove.
7355
7356         * input/test/clef-8-syntax.ly: remove.
7357
7358         * input/test/clef-manual-control.ly: move into manual.
7359
7360         * Documentation/user/notation.itely (Aligning to cadenzas): fold
7361         in cadenza-skip.ly
7362
7363         * mf/parmesan*.mf: change neo_mensural to neomensural.
7364
7365         * input/test/trills.ly: remove.
7366
7367         * input/test/transposition.ly: remove.
7368
7369         * input/test/to-xml.ly: move to no-notation.
7370
7371         * buildscripts/lilypond-profile.sh: change zsh bomb to warning.
7372
7373         * lily/ledger-line-spanner.cc (print): use staff variable, not
7374         me. Fixes ledger lines on differently sized staves.
7375
7376         * input/test/rhythm-excercise.ly: remove file.
7377
7378         * lily/stem.cc (dim_callback): only do something if visible. Fixes
7379         spurious flag not found warning for 128th rest.
7380
7381         * input/regression/rest-dot-position.ly: new file.
7382         
7383         * input/test/rest-dot-positions.ly: remove
7384
7385         * lily/staff-symbol-referencer.cc (get_position): emergency
7386         fallback: use coordinate * 2.
7387
7388         * input/no-notation/midi-scales.ly: move from test/
7389
7390         * scm/define-markup-commands.scm (score): remove debugging code.
7391
7392         * input/test/incipit.ly (violin): remove. 
7393
7394         * lily/system-start-delimiter.cc (print): only draw system
7395         delimiter to staves that reach up to left bound of the delimiter.
7396
7397         * input/no-notation/embedded-scm.ly: move from test/
7398
7399         * input/test/follow-voice.ly: remove
7400
7401         * input/no-notation/dynamic-absolute-volume.ly: move from test/.
7402
7403         * input/test/drarn*: remove
7404         
7405         * input/test/count-systems.ly: remove.
7406
7407         * lily/bar-line.cc (compound_barline): fix : for staff without
7408         lines.
7409
7410         * lily/accidental.cc (print): use music_font_alist_chain(). This
7411         fixes smaller cautionaries.
7412
7413         * scm/define-grobs.scm (all-grob-descriptions): use fetaMusic
7414         encoding for accidental.
7415
7416         * Documentation/user/notation.itely (Educational use): new section
7417
7418         * input/test/*.ly: clean up directory: move examples into manual
7419         or regtest.
7420         
7421
7422         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.log): add
7423         mode as well. This fixes resolution errors.
7424
7425 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7426
7427         * scm/lily.scm (postscript->png): show commands for --verbose.
7428
7429         * flower/include/getopt-long.hh: opps. short option should be
7430         char, not int.
7431
7432         * Documentation/user/GNUmakefile: use symlinks to save space.
7433
7434         * VERSION: 2.3.9 released.
7435
7436         * scripts/convert-ly.py (conv): remove \lyrics from \lyricsto.
7437
7438         * ly/gregorian-init.ly (neumeDemoPaper): remove duplication from
7439         manual.
7440
7441         * Documentation/user/tutorial.itely (Integrating text and music):
7442         remove \score and \notes from manual.
7443
7444         * lily/my-lily-lexer.cc (My_lily_lexer): really switch on note
7445         mode in the beginning.
7446
7447 2004-07-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
7448
7449         * Documentation/user/changing-defaults.itely (Horizontal spacing):
7450         Correct the documentation of the spacing parameters. 
7451
7452         * Documentation/user/tutorial.itely (Integrating text and music), 
7453         Documentation/user/lilypond-book.itely (Integrating LaTeX and
7454         music): Document that you need to add the map file ec-mftrace.map
7455         in the dvips command.   
7456
7457 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7458
7459         * lily/score-engraver.cc (initialize): abort if ecrm10.pfa not
7460         found.
7461
7462         * lily/text-item.cc (interpret_string): insert encoding setting
7463         here
7464
7465         * scm/framework-ps.scm (ps-font-command): remove feta/parmesan
7466         encoding kludge.
7467
7468         * Documentation/user/changing-defaults.itely (Text encoding): node
7469         on encoding.
7470
7471         * lily/lyric-engraver.cc (try_music): remove superfluous check.
7472
7473         * lily/book-paper-def.cc (find_scaled_font): remove default
7474         encoding, because it messes up font loading for feta and
7475         parmesan. Encoding should only be specified for running texts.
7476
7477         * lily/modified-font-metric.cc (text_dimension): support coding
7478         scheme ""
7479         
7480 2004-07-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7481
7482         * lily/tie-engraver.cc (stop_translation_timestep): remember tie
7483         definition, so \override works as expected.
7484
7485         * lily/measure-grouping-engraver.cc: clarify
7486
7487 2004-07-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7488
7489         * lily/parser.yy (context_def_mod): remove \consistsend
7490
7491         * lily/context-def.cc (instantiate): use Translator::must_be_last
7492         to determine engraver order.
7493
7494         * lily/translator.cc (must_be_last): new function
7495
7496         * scripts/convert-ly.py (conv): rule.
7497
7498         * lily/bar-line.cc (print): return '() for height == 0.0 too.
7499
7500 2004-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7501
7502         * input/regression/{stanza-number,volta-multi-staff}.ly: fix docs.
7503  
7504 2004-07-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7505
7506         * lily/include/lily-guile.hh (scm_is_int): compat glue.
7507
7508 2004-07-25  Pedro Kroger  <kroeger@pedrokroeger.net>
7509
7510         * input/regression/page-layout.ly: new file.
7511
7512         * scm/paper.scm (set-paper-dimensions): Preliminary support for
7513         left and right margins.
7514
7515         * Documentation/user/changing-defaults.itely (Page layout):
7516         Explain the leftmargin option.
7517
7518 2004-07-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7519
7520         * input/test/lyrics-melisma-variants.ly (texidoc): new file.
7521
7522         * input/test/lyrics-melisma-faster.ly: new file.
7523
7524         * lily/new-lyric-combine-music-iterator.cc (find_voice): allow
7525         change of melody by setting associatedVoice.
7526
7527         * lily/parser.yy (re_rhythmed_music): \lyricsto implies lyrics mode.
7528
7529         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): don't copy
7530         file contents, rather \include them, so default linewidth is set.
7531         (ly_options): make BOOKPAPER set of options. Move linewidth
7532         settings there.
7533
7534         * Documentation/user/examples.itely: new file. Templates are to be
7535         moved here.
7536
7537         * Documentation/user/programming-interface.itely: move chapter.
7538
7539         * scm/document-markup.scm (doc-markup-function): add @code
7540
7541         * stepmake/stepmake/texinfo-rules.make: remove chmod.
7542
7543 2004-07-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7544
7545         * scm/page-layout.scm (plain-header): add printpagenumber boolean
7546         to bookpaper.
7547
7548         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
7549         $(outdir)/%.ly $(outdir)/%.ps): do all targets from lilypond binary.
7550
7551         * scripts/lilypond-latex.py (run_dvips): remove -bin everywhere.
7552
7553         * lily/GNUmakefile (NAME): create lilypond, not lilypond-bin 
7554
7555         * scripts/lilypond-latex.py: move from lilypond.py
7556
7557         * make/lilypond-vars.make: centralize LILYPOND_BOOK_FLAGS setting.
7558         (LILYPOND_BOOK_FLAGS): use -f tex for lilypond-book.
7559
7560         * scm/lily.scm (postscript->png): new function
7561         (postscript->pdf): new function
7562
7563         * lily/paper-book.cc (post_processing): call
7564         convert-to-{dvi,ps,png,pdf}
7565
7566         * scripts/ps2png.py (option_definitions): new file.
7567
7568         * lily/paper-book.cc (output): call output-preview-framework
7569         (post_processing): new function. Do PDF/PNG conversion.
7570
7571         * lily/paper-outputter.cc (close): new function.
7572
7573         * scm/framework-ps.scm (convert-to-pdf): new function. Call
7574         ps2pdf.
7575         (output-preview-framework): new function. Generate a preview .ps
7576         
7577
7578 2004-07-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7579
7580         * VERSION: release 2.3.8
7581         
7582         * lily/note-head.cc: remove ledger line handling.
7583
7584         * lily/ambitus.cc (print): strip away accidental / note head code,
7585         and associated properties.
7586
7587         * lily/ambitus-engraver.cc (create_ambitus): change name to
7588         AmbitusLine. Create AmbitusAccidental and AmbitusNoteHead for
7589         other ambitus parts.
7590         (create_ambitus): group grobs in Ambitus grouping object. 
7591
7592         * lily/include/pitch-interval.hh (Pitch>): new file.
7593
7594         * lily/pitch-interval.cc (add_point): new file.
7595
7596         * lily/ledger-line-engraver.cc: new file.
7597
7598         * lily/ledger-line-spanner.cc (print): new file. Set limits to
7599         ledger line length to avoid clashes.
7600
7601 2004-07-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7602
7603         * Documentation/user/invoking.itexi (Invoking lilypond): remove
7604         deprecated options
7605
7606 2004-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7607
7608         * SConstruct: Use only code files for TAGS.  Change GO_FAST_BUTTON
7609         to command line option: fast=1 (default on).
7610
7611         * SConstruct[GO_FAST_BUTTON]: implement tips from Andreas Roach.
7612         This brings SCons run-time on up-to-date tree down from 48s with
7613         only checksums, to 34s without 2day checksums, to 14s (make needs
7614         4 seconds).
7615         (subdirs)[GO_FAST_BUTTON]: Try to read all subdirs only when
7616         necessary.
7617
7618 2004-07-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7619
7620         * lily/slur-quanting.cc (score_extra_encompass): add  break ;
7621         (score_extra_encompass): process scripts at edges too, by checking
7622         control points directly. 
7623
7624 2004-07-20  Jan Nieuwenhuizen  <janneke@gnu.org>
7625
7626         * po/nl.po: Update.
7627
7628         * lily/main.cc: Fix ly:option-usage help.
7629
7630         * input/regression/slur-script.ly: More collision tests.
7631
7632         * GNUmakefile.in (EXTRA_DIST_FILES): Add SConstruct.
7633
7634 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7635
7636         * VERSION: release 2.3.7
7637
7638         * stepmake/generic-vars.make (EXTRA_DIST_FILES): dist SConscript
7639         files.
7640
7641         * Documentation/user/notation.itely (Slurs): document ^ and _ for
7642         slurs.
7643
7644         * input/regression/slur-script.ly: new file.
7645
7646         * lily/accidental-engraver.cc (process_acknowledged_grobs):
7647         make accidental appear to come from note head engraver.
7648
7649         * lily/slur-quanting.cc: new file.
7650         (score_extra_encompass): new function. Avoid scripts and
7651         accidentals
7652
7653 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7654
7655         * lily/include/lily-guile.hh: Remove guile-1.4 compatibility.
7656         This greatly reduces the number of files that get recompiled
7657         after touching config.hh.
7658
7659         * config.hh.in: Remove GUILE_*_VERSION.
7660
7661         * lily/new-slur.cc: Resolve conflicts.
7662
7663         * lily/stem-engraver.cc (make_stem): New method.
7664
7665         * lily/include/script-interface.hh:
7666         * lily/script-interface.cc: New file.
7667
7668         * lily/include/script.hh:
7669         * lily/script.cc: Remove.
7670
7671         * lily/music.cc (duration_log): New method.
7672
7673         * lily/script.cc (struct Skript): Remove.
7674
7675         * lily/new-slur.cc (get_base_attachments): Try at articulations.
7676         Lots of coding cleanups (Stom).
7677
7678 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7679
7680         * lily/new-slur.cc (avoid_staff_line): new function: avoid
7681         collisions with staff lines.
7682
7683         * lily/my-lily-parser.cc (LY_DEFINE): add directory of argument to
7684         global_path
7685
7686         * scm/define-grobs.scm (all-grob-descriptions): set ratio
7687         .25. This flattens short slurs.
7688
7689         * lily/new-slur.cc (enumerate_attachments): move X of attachment
7690         points for tilted slurs.
7691
7692         * input/regression/slur-tilt.ly: new file.
7693
7694         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): shorten
7695         stems of 16th graces too.
7696
7697         * lily/beam-quanting.cc (score_forbidden_quants): make forbidden
7698         quant penalty dependent on how much the line is in the gap.
7699
7700         * input/regression/grace-stem-length.ly: new file.
7701
7702         * lily/beam-quanting.cc (score_forbidden_quants): remove
7703         interquant check. The penalty of 1000 is much too harsh, and the
7704         inter case should be caught by check-staff-line-in-gap check.
7705
7706         * lily/scm-option.cc: move debug-beam to \paper.
7707
7708         * scripts/lilypond-book.py (Lilypond_snippet.write_ly): create
7709         .txt files to appease makeinfo.
7710
7711         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly:
7712         remove texttagline.
7713         
7714         * lily/new-slur.cc: cleanup, split in functions.
7715
7716         * lily/parser.yy (chord_body_element): allow octave-check = inside
7717         chord body. 
7718
7719         * lily/new-slur.cc (score_encompass): variable head-distance penalty.
7720
7721         * lily/stem.cc (height): call Beam::after_line_breaking().
7722
7723         * lily/rest-collision.cc (force_shift_callback): only call shift
7724         for columns containing rests.
7725
7726         * lily/new-slur.cc (print): use debug-slur-quanting paper var.
7727
7728         * input/regression/font-postscript.ly: invoke afm2tfm. 
7729
7730 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7731
7732         * mf/SConscript: Build map files.
7733
7734         * SConstruct: Rename $out to out-www in web.
7735
7736 2004-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7737
7738         * SConstruct (web_kluts): Have make web build in out-www.  Not.
7739
7740 2004-07-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7741
7742         * Documentation/user/music-glossary.tely (Top): add fragment to
7743         pertinent @lilypond entries.
7744
7745         * scm/define-grobs.scm: switch on new-slur by default.
7746
7747         * lily/scm-option.cc: symbol != string.
7748
7749         * lily/new-slur.cc (set_end_points): handle broken slurs. Doesn't
7750         really work yet.
7751         (set_end_points): make X coord of attachment dependent on  Y.
7752         (score_encompass): add edges too.
7753
7754 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7755
7756         * lily/stem.cc (get_beaming): new function.
7757
7758         * scripts/lilypond-book.py (compose_ly): make fragment mandatory
7759         for fragment snippets. This fixes inclusion of toplevel-music
7760         examples (such as new-slur.ly)
7761  
7762 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7763
7764         * scripts/lilypond-book.py: Remove second import of stat.
7765
7766         * More SCons cleanups.
7767
7768         * Documentation/bibliography/computer-notation.bib (note): Remove
7769         extraneous closing brace.
7770
7771 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7772
7773         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): fix
7774         stat calls.
7775
7776         * Documentation/bibliography/SConscript (bibs): failed try to get
7777         bib2html find html-long.bst.
7778
7779         * buildscripts/bib2html.py (stat): fail if bibtex fails.
7780
7781         * make/stepmake.make: use usescons for using scons. 
7782
7783 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7784
7785         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): Check
7786         for lilypondend.  Import stat (huh?).
7787
7788 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7789
7790         * make/mutopia-vars.make ($(addprefix $(outdir)/,$(LYM4_FILES):
7791         bypass dvi. 
7792
7793         * input/regression/font-postscript.ly: new file. 
7794
7795         * scm/framework-ps.scm (load-fonts): load pfb files too.
7796
7797         * lily/pfb.cc (pfb2pfa): new file.
7798
7799 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7800
7801         * scripts/lilypond-book.py (PREAMBLE_LY): set
7802         toplevel-music-handler too.
7803
7804 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
7805
7806         * SConstruct (symlink): Add dvips and music-drawing-routines.ps.
7807         (web_path): Fixes for webball.  Install fixes, add DESTDIR option.
7808
7809         * lily/slur.cc: Add quant-score to interface.  Fixes web build.
7810
7811         * python/SConscript:
7812         * python/vim:
7813         * input/mutopia/*SConscript: New file.
7814
7815         * input/mutopia/W.A.Mozart/: Use .ily suffix for includes.
7816
7817         * scm/define-grobs.scm (all-grob-descriptions): Use ,Slur::height,
7818         fixes web build.
7819
7820         * make/stepmake.make (scons): re-route to SCONS if user has been
7821         running scons in this tree.
7822
7823         * SConstruct (config_vars): Add CPPDEFINES.
7824         (env): Set checksums type to "content".
7825         (save_config_cache): Do not exit after configuring when using
7826         checksums (the default) instead of timestamps.
7827
7828 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
7829
7830         * SConstruct: Further development.
7831
7832         * input/test/SConscript: 
7833         * input/template/SConscript: 
7834         * input/regression/SConscript: 
7835         * Documentation/bibliography/SConscript:
7836         * Documentation/bibliography/index.html.in: New file.
7837
7838         * Documentation/bibliography/GNUmakefile (local-WWW): Remove index
7839         generation.
7840
7841         * buildscripts/builder.py: Add new builders.
7842
7843         * make/stepmake.make: 
7844         * stepmake/stepmake/*.make: 
7845         * configure.in:
7846         * lily/*:
7847         * flower*: Use config.hh (Was config.h).
7848
7849         * scm/encoding.scm (get-coding): Print friendly error message when
7850         no encoding is found, rather than crashing.
7851
7852 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7853
7854         * lily/new-slur.cc (score_slopes): strong sloping score only when
7855         stems point in same dir. 
7856
7857 2004-07-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7858
7859         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo): bugfix
7860         for beam start.
7861
7862         * lily/parser.yy (context_prop_spec): check grob name for
7863         alphanumericness..
7864
7865         * lily/lyric-engraver.cc: creates LyricText objects
7866
7867 2004-07-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7868
7869         * lily/include/lily-guile.hh (scm_from_int): add scm_from_int glue.
7870
7871 2004-07-13  Jan Nieuwenhuizen  <janneke@gnu.org>
7872
7873         * SConstruct: Configure only pristine build tree or on user
7874         request.  Cleanups.  Add Documentation/topdocs to subdirs.
7875         Use checksums instead of timestamps.
7876         (CheckYYCurrentBuffer): Return result.
7877
7878         * Documentation/topdocs/SConscript: New file.
7879
7880 2004-07-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7881
7882         * lily/staff-symbol-referencer.cc (on_staffline): bugfix 
7883
7884         * lily/scm-hash.cc (get): SCM_MAKINUM is deprecated. Use
7885         scm_from_int instead.
7886
7887 2004-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
7888
7889         * SConstruct: Updates.  Add targets: tar, dist, release.
7890
7891 2004-07-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7892
7893         * input/mutopia-header.ly: Generate output.
7894
7895         * SConstruct:
7896         * buildscripts/builder.py:
7897         * Documentation/user/SConscript: SCons fixes.
7898
7899 2004-07-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7900
7901         * lily/new-slur.cc (class New_slur): new file. Score based slur
7902         computations.
7903
7904 2004-07-10  Jan Nieuwenhuizen  <janneke@gnu.org>
7905
7906         * mf/SConscript: Remove Builders.
7907
7908         * buildscripts/builder.py: Add LilyPond, Abc2ly and MF builders.
7909
7910         * input/SConscript: 
7911         * Documentation/user/SConscript: New file.
7912
7913 2004-07-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7914
7915         * Documentation/topdocs/NEWS.texi (Top): add note about new
7916         emacs electric-|
7917
7918         * scm/*.scm: adapt ly:warn calls.
7919
7920         * lily/lily-guile.cc (LY_DEFINE): use format on ly:warn arguments.
7921
7922         * lily/repeat-acknowledge-engraver.cc (process_music): look at
7923         main timing, not grace timing. Fixes volta-repeat-grace.
7924
7925         * lily/kpath.cc (LY_DEFINE): ly:kpathsea-expand-path, new function
7926         remove ly:kpathsea-gulp-file.
7927
7928         * scm/translation-functions.scm (format-metronome-markup): make
7929         note smaller, align to bottom.
7930
7931         * scm/define-grobs.scm (all-grob-descriptions): metronome fixes.
7932
7933         * lily/metronome-engraver.cc (stop_translation_timestep): attach
7934         metronome to musical column. Don't ack time sigs or bar lines.
7935
7936 2004-07-10  Heikki Junes  <hjunes@cc.hut.fi>
7937
7938         * THANKS: sort, add David. Kristof contributed code, he is a
7939         contributor.
7940
7941 2004-07-09  David Svoboda      <svoboda@cmu.edu>
7942
7943         * elisp/lilypond-mode.el,
7944         * elisp/lilypond-what-beat.el: Added LilyPond-what-beat function to
7945         count beats between last measure stop | and point in emacs.
7946         
7947 2004-07-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7948
7949         * tex/GNUmakefile (TEX_FILES): don't dist
7950         music-drawing-routines.ps, latin1.enc 
7951
7952         * scripts/lilypond.py (include_path): remove --no-lily, --no-ps ,
7953         --no-pdf, --pdftex
7954         (copyright): add --latex option
7955         (ic_p.make_include_option): use direct PS as default.
7956
7957         * scm/beam.scm (check-slope-callbacks): check sign of slope. 
7958
7959         * input/regression/beam-concave.ly (rossFourBeams): add cases from
7960         Ross
7961
7962         * scm/script.scm (default-script-alist): marcato should follow
7963         into staff
7964         
7965 2004-07-09  Jan Nieuwenhuizen  <janneke@gnu.org>
7966
7967         * buildscripts/builder.py:
7968         
7969         * Documentation/SConscript (outdir): New file.  Add *list.ly
7970         dependencies.  Fixes PDF doc build.
7971
7972 2004-07-08  Jan Nieuwenhuizen  <janneke@gnu.org>
7973
7974         * SConstruct: Add Tar target (incomplete), fix install issues, fix
7975         run from build-dir.
7976
7977         * ly/SConscript:
7978         * scm/SConscript: New file.
7979
7980         * lily/main.cc (dir_info): Print variables in sh format.
7981
7982         * lily/includable-lexer.cc: Use #if iso #ifdef for HAVE_ tests.
7983
7984         * mf/SConscript: Update multiple target rules.
7985
7986         * SConstruct (assert_version): Add.
7987
7988 2004-07-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7989
7990         * SConstruct (key): add HAVE_FLEXLEXER_YY_CURRENT_BUFFER check.
7991
7992 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7993
7994         * buildscripts/mf-to-table.py: Do not try to open ''.
7995
7996         * mf/SConscript: New file.
7997
7998 2004-07-06  Carl Sorensen  <carldsorensen@comcast.net>
7999
8000         * scm/fret-diagrams.scm : Convert many properties to constants,
8001         reducing the pollution of the property namespace.
8002
8003         * scm/define-grob-properties.scm (all-user-grob-properties): Reduce
8004         unnecessary properties for fret-diagram
8005
8006         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add symbols
8007         for interface
8008
8009 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8010
8011         * SConstruct: Update.
8012
8013 2004-07-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8014
8015         * input/regression/beam-quant-standard.ly (seconds): print desired
8016         quants when failing.
8017
8018 2004-07-06  Jan Nieuwenhuizen  <janneke@gnu.org>
8019
8020         * SConstruct:
8021         * flower/SConscript:
8022         * lily/SConscript: New file.
8023
8024 2004-07-05  Carl Sorensen  <carldsorensen@comcast.net>
8025
8026         * scm/define-grob-properties.scm (all-user-grob-properties): Add
8027         descriptions for all fret-diagram properties.
8028
8029         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add
8030         fret-diagram interface code
8031
8032 2004-07-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8033
8034         * ly/book-paper-defaults.ly: set default encoding to ec.
8035
8036         * buildscripts/guile-gnome.sh (OPT): only compile pango if not
8037         installed.
8038
8039         * tex/latin1.enc: new file, from a2ps. 
8040
8041 2004-07-06  Heikki Junes  <hjunes@cc.hut.fi>
8042
8043         * stepmake/bin/add-html-footer.py: use <div> instead of <table>,
8044         add a faint, green border line.
8045
8046         * Documentation/index.html.in: drop <table>, add a faint border line.
8047
8048 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8049
8050         * scm/font.scm (add-cmr-fonts): upright caps is eccc.
8051
8052         * Documentation/GNUmakefile (README_TOP_FILES): add THANKS.txt.
8053
8054 2004-07-02  Carl Sorensen  <carldsorensen@comcast.net>
8055
8056         * scm/output-ps.scm (white-text): Add scale paramter to allow scaling
8057
8058         * scm/output-tex.scm (white-text): Add scale parameter to allow font
8059         scaling
8060
8061         * scm/stencil.scm (fontify-text-white) : Adjust to better center,
8062         properly scale white text
8063
8064         * scm/fret-diagrams.scm (make-fret-diagram): change default dot
8065         position for numbered dots so dot will touch fret.
8066         (various routines): move to font-metric interface, rather than
8067         name, size interface.  Clean up comments.
8068
8069         * ps/music-drawing-routines.ps: (/draw_white_text)  Adjust font
8070         size and offset to better center white text.
8071
8072 2004-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8073
8074         * ChangeLog: Remove pre-2.1 changes.
8075
8076         * Documentation/misc/ChangeLog-2.1: New file.
8077
8078         * stepmake/bin/release.py: Cleanup.  Add release marker if missing
8079         from ChangeLog.
8080
8081 2004-07-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8082
8083         * input/test/chords-below-volta-bracket.ly,
8084         input/test/no-key-at-end-of-line.ly: New example files (FAQs)
8085
8086 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8087
8088         * VERSION: release 2.3.6
8089
8090         * input/regression/beam-quant-standard.ly: new file: test standard
8091         beam quants.
8092
8093         * scm/beam.scm (check-quant-callbacks): new function
8094         (check-beam-quant): new function: check whether current beam
8095         quants match argument.
8096
8097         * lily/beam-quanting.cc (score_forbidden_quants): fix problem with
8098         forbidden quant for sitting (upstem)/hanging (downstem) on outer
8099         staffline line.
8100
8101 2004-07-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8102
8103         * lily/parser.yy (Generic_prefix_music_scm): add (scm,scm) music
8104         functions.
8105
8106         * lily/note-collision.cc (do_shifts): align colliding notes to
8107         their leftmost note.
8108
8109         * input/regression/collision-alignment.ly: new file.
8110
8111         * ly/init.ly: don't print gc stats.
8112
8113         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo): add
8114         extra newline
8115
8116         * scm/define-grobs.scm (all-grob-descriptions): use (0 . 0) not #f
8117         for dimensions. This fixes ottava-remove-empty-staff.ly
8118
8119         * input/regression/lyrics-tenor-clef.ly: new file.
8120
8121         * lily/axis-group-engraver.cc (process_acknowledged_grobs): catch
8122         cyclic parents when two axis-group-engravers are
8123         present. Fixes: crash-axis-group-engraver.ly. 
8124         
8125         * input/test/volta-chord-names.ly: new file.
8126
8127         * scm/define-context-properties.scm
8128         (all-user-translation-properties): change voltaOnThisStaff
8129         definition. 
8130
8131         * lily/volta-engraver.cc (stop_translation_timestep): set bounds
8132         if necessary.
8133
8134         * lily/volta-bracket.cc (print): handle volta brackets without
8135         bars. 
8136
8137 2004-07-01  Jan Nieuwenhuizen  <janneke@gnu.org>
8138
8139         * scripts/abc2ly.py (try_parse_chord_delims): Bugfix: update to
8140         2.0 chord syntax.  Ouch.  (thanks Dave Phillips).
8141
8142 2004-07-01  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8143
8144         * scm/output-gnome.scm: updated instructions for running gnome
8145         backend
8146
8147 2004-06-29  Carl Sorensen  <carldsorensen@attbi.net>
8148
8149         * scm/fret-diagrams.scm (draw-dots): default values for dot size
8150         and dot-position now depend on finger-code value; in-dot makes
8151         dots larger and centered.
8152         (draw-barre): added straight-barre indicator option
8153         (draw-dots): made fontify-text-white work.
8154
8155         * music-drawing-routines.ps: added /draw_white_text
8156
8157         * scm/output-tex.scm:  added white-text
8158
8159         * scm/output-ps.scm:  added white-text
8160
8161         * scm/lily.scm (ly:all-stencil-expressions): Added white-text to 
8162         list of stencil expressions
8163
8164         * scm/stencil.scm: Added fontify-text-white
8165
8166 2004-06-29  Heikki Junes  <hjunes@cc.hut.fi>
8167
8168         * input/regression/+.ly: use @unnumbered section.
8169
8170 2004-06-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8171
8172         * elisp/lilypond-mode.el (LilyPond-guile): set current module to
8173         (*anonymous-ly-0*) iso. (*anonymous-ly-1*)
8174
8175 2004-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
8176
8177         * buildscripts/guile-gnome.sh (PATH): GUILE CVS is still fubarred.
8178
8179 2004-06-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8180
8181         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
8182         was causing an error. (was not actually commited in 2004-06-20)
8183
8184         * input/regression/lily-in-scheme.ly (withPaddingC): does not
8185         breaks anymore
8186
8187 2004-06-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8188
8189         * VERSION: 2.3.5 released.
8190         
8191         * lily/my-lily-parser.cc (parse_string): switch module too.
8192
8193 2004-06-24  Jan Nieuwenhuizen  <janneke@gnu.org>
8194
8195         * Documentation/topdocs/INSTALL.texi (Top): Add guile, python and
8196         ec-fonts-mftraced to running requirements.
8197
8198 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8199
8200         * lily/my-lily-lexer.cc (My_lily_lexer): copy scopes so temporary
8201         assignments don't reach the original file.
8202
8203         * lily/my-lily-parser.cc (My_lily_parser): only copy lexer if it
8204         exists
8205
8206 2004-06-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8207
8208         * scm/output-gnome.scm: 
8209         * buildscripts/guile-gnome.sh: Update wrt fixed GUILE CVS.
8210
8211         * debian/: Apply Debian patch (Anthony Fok).
8212
8213 2004-06-22  Heikki Junes   <hjunes@cc.hut.fi>
8214
8215         * Documentation/user/music-glossary.tely: fix titling; @top is already
8216         an @unnumbered @chapter.
8217
8218 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8219
8220         * debian/GNUmakefile (EXTRA_DIST_FILES):
8221         (CONF_FILES): update file list.
8222
8223         * lily/stencil.cc (interpret_stencil_expression): bugfix.
8224
8225 2004-06-21  Jan Nieuwenhuizen  <janneke@gnu.org>
8226
8227         * debian/: Remove cruft (requested Anthony Fok.)
8228
8229         * buildscripts/guile-gnome.sh: Build without gcc libtool version
8230         juggling.
8231
8232         * scm/framework-gnome.scm: Cleanups.  Resurrect +/- canvas scaling.
8233         Add popup menu with grob properties.
8234
8235         * lily/grob-scheme.cc (ly:grob-properties):
8236         (ly:grob-basic-properties): New function.
8237
8238         * lily/stencil.cc (interpret_stencil_expression): Comment-out
8239         "no-origin" call.  Fixes -fps output.
8240
8241         * scm/output-ps.scm (no-origin): Add dummy implementation.
8242
8243         * scm/output-gnome.scm (define-origin): Remove
8244         (grob-cause): Add.
8245
8246         * scm/output-ps.scm (scm):
8247         * scm/output-tex.scm (scm): Remove define-origin from exports list.
8248         (define-origin): Remove.
8249
8250         * scm/output-gnome.scm (define-origin): 
8251
8252         * scm/lily.scm (ly:all-output-backend-commands): Remove
8253         define-origin.  Add grob-cause.
8254
8255 2004-06-21  Heikki Junes   <hjunes@cc.hut.fi>
8256
8257         * buildscripts/lilypond-words.py: add ly/portugues.ly.
8258
8259 2004-06-20  Heikki Junes   <hjunes@cc.hut.fi>
8260
8261         * Documentation/user/GNUmakefile:
8262         * stepmake/stepmake/texinfo-rules: add Cascading Style Sheet using
8263         --include-css=.../texinfo.css; command includes css into the html.
8264
8265         * Documentation/texinfo.css: add file.
8266         define <hr> as black and thin.
8267
8268 2004-06-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8269
8270         * lily/stencil.cc (interpret_stencil_expression): add grob-cause
8271         stencil expression. Junk define-origin.
8272
8273         * lily/my-lily-parser.cc (parse_string): init parser variable when
8274         lexer_ is set, ie. in parse_string and parse_file.
8275
8276         * lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
8277         ly:score-bookify.
8278
8279         * scm/lily.scm (collect-scores-for-book): new function.
8280
8281         * ly/init.ly: print collected scores/musics.
8282
8283         * lily/my-lily-parser.cc (LY_DEFINE): define parser in parser
8284         scope, not in lily module.
8285
8286         * lily/book.cc (LY_DEFINE): ly:make-book. New function.
8287
8288         * configure.in (PKG_CONFIG_PATH): add --enable-gui flag, and
8289         encapsulate gtk/pango tests.
8290
8291         * po/tr.po: Turkish translation.
8292
8293 2004-06-20  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8294
8295         * input/regression/lily-in-scheme.ly: regression test for #{
8296         ... #} syntax
8297
8298         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
8299         was causing an error.
8300
8301         * Documentation/user/programming-interface.itely (Using LilyPond
8302         syntax inside Scheme): documentation for #{ ... #} syntax.
8303
8304 2004-06-19  Heikki Junes  <hjunes@cc.hut.fi> 
8305
8306         * Documentation/index.html.in: use black thin <hr>.
8307
8308         * buildscripts/mutopia-index.py: use thin black <hr>.
8309
8310 2004-06-19  Jan Nieuwenhuizen  <janneke@gnu.org>
8311
8312         * scm/fret-diagrams.scm: Use UNIX style line endings.
8313         (fret-diagram-verbose): A couple of @{VAR} and an closing itemize
8314         typo.  Fixes compile.
8315
8316         * scm/output-ps.scm (white-dot): Remove second incarnation.
8317
8318         * scm/lily.scm (ly:all-stencil-expressions): Add white-dot.
8319
8320 2004-06-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8321
8322         * scripts/lilypond.py (ic_p.make_include_option): set error_p for
8323         single file error.
8324
8325         * lily/bar-line.cc (compound_barline): add support for unbroken ||:
8326
8327 2004-06-17  Carl Sorensen (carl_sorensen@byu.edu)
8328
8329         * scm/fret-diagrams.scm: added fret-diagram-terse interface;
8330         remove size as argument to fret-diagram interface;
8331         improved white-circle dots for fret;
8332         improved top-fret thick line/
8333
8334         * scm/output-ps.scm: added white-dot function
8335
8336         * scm/output-tex.scm: added white-dot function
8337
8338         * tex/music-drawing-routines.ps: added draw_white_dot function
8339
8340         * ps/music-drawing-routines.ps: added draw_white_dot function
8341
8342         * input/test/fret-diagram.ly: examples to show multiple
8343         functions and multiple interfaces
8344
8345 2004-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8346
8347         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph) 
8348         (pango_fc_afm_get_charset): Update iaw Pango CVS update.
8349
8350         * buildscripts/guile-gnome.sh: Add pango to recipe.  Resolve
8351         conflict.  Have I told you lately how much I love autotools?
8352
8353 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8354
8355         * lily/lily-guile.cc: 
8356         * lily/pangofc-afm-decoder.cc:
8357         * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
8358         Fixes build without Pango CVS.  Use "pangofc-afm-decoder.hh".
8359
8360         * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
8361         developers.
8362
8363         * lily/paper-outputter.cc (file): New method.
8364         (dump_string): Use it.
8365
8366         * scm/output-gnome.scm: Update with pango CVS info, lilylib
8367         musing.
8368
8369         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
8370         of them has a comma :-).
8371
8372         * scm/framework-gnome.scm: Add pango decoders.
8373
8374         * lily/include/pangofc-afm-decoder.hh: 
8375         * lily/pangofc-afm-decoder.cc: New file.
8376
8377         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
8378
8379         * configure.in: Check for pango.
8380
8381         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
8382         autoconf).
8383         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
8384
8385         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
8386
8387 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8388
8389         * Documentation/user/tutorial.itely (Integrating text and music):
8390         fix grammar & punctuation.
8391
8392 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
8393
8394         * lily/: Stray janitorial cleanups.
8395
8396         * scm/lily.scm (ly:all-stencil-expressions):
8397         * scm/lily.scm (ly:all-output-backend-commands): New function.
8398
8399         * scm/safe-lily.scm (safe-objects): Add them.
8400
8401         * scm/framework-gnome.scm (<gnome-outputter>): New class.
8402
8403         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
8404
8405 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
8406
8407         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
8408
8409 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8410
8411         * scm/page-layout.scm (default-page-make-stencil): add
8412         raggedbottom, raggedlastbottom.
8413
8414         * Documentation/user/changing-defaults.itely (Page layout): add doc.
8415
8416         * scm/framework-tex.scm (define-fonts): fix export of
8417         papersize.
8418
8419         * lily/paper-book.cc (classic_output): strip suffixes from
8420         framework functions.
8421
8422         * lily/tuplet-bracket.cc (before_line_breaking): do not return
8423         SCM_UNDEFINED to Scheme.
8424
8425 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8426
8427         * lily/book.cc: remove Book::to_stencil().
8428         (process): whoops. Score::book_rendering returns vector, not list.
8429
8430         * scripts/convert-ly.py (conv): remove \notes.
8431         apply to input examples.
8432
8433         * lily/paper-outputter.cc (output_stencil): don't use
8434         smobify_self() but self_scm()
8435
8436         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
8437         from smobify_self().
8438
8439         * lily/paper-book.cc (output): load framework module
8440         scm_c_resolve_module().
8441
8442         * python/lilylib.py (exit): exit with argument i.
8443
8444 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8445
8446         * scm/framework-gnome.scm (output-framework-gnome): Try loading
8447         gnome modules from non-toplevel.
8448
8449         * lily/ly-module.cc (ly:import-module): Export to ly:.
8450
8451         * lily/paper-score.cc (process): Do not show progress newline.
8452
8453         * lily/paper-book.cc (output, classic_output): Show progess
8454         newline after score.
8455
8456 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
8457
8458         * buildscripts/lilypond-words.py: add ly/vlaams.ly
8459
8460 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8461
8462         * lily/score.cc (ly:run-translator): Do not crash on empty music
8463         list.
8464
8465         * lily/book.cc (process): Do not render score when systems is empty.
8466
8467         * input/simple-song.ly: Down one octave.
8468
8469         * scm/output-gnome.scm: Remove script again; re-add modules fix
8470         (CVS conflict resolve?)
8471
8472         * lily/stencil.cc (ly:interpret-stencil): Was:
8473         interpret_stencil_expression.
8474
8475 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8476
8477         * buildscripts/guile-gnome.sh: New file.
8478
8479         * scm/output-gnome.scm: White background, better window size, sane
8480         canvas size.  Cleanups.
8481
8482 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8483
8484         * VERSION: release 2.3.4
8485
8486         * Documentation/user/invoking.itexi (Invoking the lilypond
8487         binary): document --safe.
8488
8489         * scm/output-gnome.scm: set PATH in script.
8490
8491         * scm/page-layout.scm (default-page-make-stencil): don't stretch
8492         if there is too few systems on a page.
8493
8494         * lily/parser.yy (relative_music): start at middle C without pitch
8495         argument.
8496
8497         * Documentation/user/changing-defaults.itely (Page layout): new node.
8498         (Paper size): rename node
8499         (Page breaking): new node.
8500         (Titling): move from invoking.
8501         (File structure): new node.
8502
8503         * lily/parser.yy (score_body): allow \header and music anywhere in
8504         \score body.
8505
8506 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8507
8508         * scm/lily.scm (ly:load): Remove page-breaking.scm.
8509
8510 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8511
8512         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
8513
8514         * lily/include/paper-line.hh: rename to Paper_system.
8515
8516         * lily/include/paper-book.hh: doc class.
8517
8518         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
8519
8520         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
8521         (plain-header): add instrument-name.
8522         (default-page-make-stencil): bugfixes.
8523
8524         * lily/parser.yy (book_body): allow \header anywhere in \book{}
8525
8526         * lily/paper-book.cc: remove copyright & tagline. Remove
8527         interactions with Page
8528
8529         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
8530         here, 
8531         (default-page-make-stencil): new function
8532         (default-page-music-height): new function
8533         (page-headfoot): new function
8534         (ly:optimal-page-breaks): generate stencils directly from here
8535
8536         * scm/titling.scm: new file, group titling functions
8537
8538 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8539
8540         * scm/output-gnome.scm: Handle multiple pages.
8541
8542         * scm/framework-gnome.scm: Do not load output-gnome.
8543         (framework-gnome): Invoke output-gnome::header and
8544         output-gnome::end-output as faked stencils.  Fixes experimental
8545         gnome output.
8546
8547 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8548
8549         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
8550         octavation compatibility fixes. Backportme. 
8551
8552         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
8553         pages.
8554         (ly:optimal-page-breaks): combine-penalties: no shortcut for
8555         negative. Now we handle negative penalties (ie. \pageBreak)
8556         correctly.
8557
8558         * lily/system.cc (get_line): extract page-penalty from the left
8559         bound.
8560
8561         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
8562
8563 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8564
8565         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
8566
8567 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8568
8569         * scm/output-gnome.scm: Update script.  Move development to
8570         lilypond_2_3_2 branch for now.
8571
8572 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8573
8574         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
8575         negative penalties.
8576         cleanups.
8577
8578         * Documentation/user/changing-defaults.itely (Creating contexts):
8579         index entries
8580
8581         * scm/page-breaking.scm (ly:optimal-page-breaks): new
8582         file. Rewrite function. 
8583
8584         * lily/paper-book.cc (pages): new interface: page-breaking returns
8585         list of line-list.
8586
8587         * lily/page.cc (Page): take lines argument.
8588
8589         * scm/document-translation.scm (all-engravers-doc): link to user man
8590
8591         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty
8592         iso. score.
8593
8594         * Documentation/user/notation.itely (Relative octaves): typo.
8595
8596         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
8597
8598 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8599
8600         * scm/output-gnome.scm: Update build script.
8601
8602 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8603
8604         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
8605         gnome backend.
8606
8607         * scm/framework-gnome.scm: New file.
8608
8609         * scm/lily.scm: Use it.
8610
8611         * lily/paper-outputter.cc: Janitorial cleanups.
8612         (ly:outputter-dump-string): Remove unreachable statement.
8613
8614         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
8615         (ice-9): Bugfix: Add srfi-1.
8616
8617         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
8618
8619 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8620
8621         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
8622         in do_quit()
8623
8624 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8625
8626         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
8627
8628 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8629
8630         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
8631         override of Beam::position-callbacks. Why would grace beams not be
8632         quantized? Fixes: weird-stem-size-grace. 
8633
8634         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
8635         warning only once. Backportme.
8636
8637         * lily/accidental-engraver.cc (number_accidentals_from_sig):
8638         bugfix, 2nd try. Backportme.
8639
8640         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
8641
8642 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8643
8644         * Documentation/user/notation.itely (Instrument transpositions):
8645         Correct the name of the instrumentTransposition property.
8646
8647 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8648
8649         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
8650
8651 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
8652
8653         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
8654         and postLilyPondExample are called when defined.
8655
8656 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8657
8658         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
8659         This fixes setting notenames with `\include "nederlands.ly" '
8660
8661         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
8662         new function.
8663
8664 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8665
8666         * scm/page-layout.scm: don't do piece, it should be in score-title
8667         only.
8668
8669         * lily/lexer.ll: lex \score separately.
8670
8671         * lily/paper-book.cc: junk stencil2line.
8672
8673         * lily/paper-line.cc (Paper_line): construct from Stencil
8674         directly. No futzing with the dimensions.
8675
8676         * lily/include/paper-line.hh (class Paper_line): 
8677
8678         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
8679         takes arbitrary number of arguments.
8680
8681         * input/test/markup-score.ly (tuning): simplify example. 
8682
8683 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8684
8685         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
8686
8687         * scm/define-markup-commands.scm (score): define score-markup
8688
8689         * lily/parser.yy (markup): use score-markup.
8690
8691         * lily/score.cc: add ly:score? 
8692
8693 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
8694
8695         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
8696         fret-parse-string so it prepares for calls to fret-diagram-verbose
8697         Changed display constants to props so they are available for
8698         \override.
8699
8700 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8701
8702         * VERSION: release 2.3.3
8703
8704         * stepmake/stepmake/generic-vars.make: unset LANG.
8705
8706         * input/regression/tuplet-nest.ly: bugfix.
8707
8708         * lily/tie-performer.cc (stop_translation_timestep): reset
8709         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
8710
8711         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
8712         clear repeat_ directly after setting stem_tremolo_. Fixes:
8713         tremolo-repeat.ly
8714
8715         * input/regression/span-bar-break.ly: new file.
8716
8717         * scm/define-grobs.scm (all-grob-descriptions): remove
8718         break-visibility from SpanBar. Fixes: piano-repeat.ly
8719
8720 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8721
8722         * python/lilylib.py (make_ps_images): only compute bbox when needed.
8723
8724         * scripts/lilypond-book.py (process_snippets): use lily -f ps
8725         files for generating pngs. (failed experiment)
8726
8727         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
8728         file with PFA fonts included.
8729
8730         * lily/score.cc (default_rendering): put header in too.
8731
8732         * lily/paper-line.cc (LY_DEFINE): change function to
8733         ly:paper-line-extent
8734
8735         * scm/page-layout.scm (default-book-title): only add lines for
8736         non-nil fields.
8737         (default-score-title): idem.
8738
8739         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
8740
8741         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
8742
8743         * lily/include/paper-book.hh (class Paper_book): remove height_
8744         member.
8745
8746         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
8747
8748         * lily/ly-module.cc (LY_DEFINE): bugfix.
8749
8750         * lily/paper-book.cc (book_title): separate function for the book
8751         title.
8752
8753         * scm/page-layout.scm (default-book-title): only account for
8754         markup fields.
8755
8756         * scm/framework-ps.scm: new file. Move high level interface from
8757         output-ps.scm
8758
8759         * scm/music-functions.scm (def-grace-function): move macros from
8760         ly/music-functions-init.ly
8761
8762         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
8763         framework-tex.scm
8764
8765         * scm/framework-tex.scm (dump-line): new file. High level
8766         interface for output (pages, systems, header). 
8767
8768         * lily/include/page.hh (class Page): add is_last_ field.
8769
8770         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
8771
8772         * lily/paper-book.cc (split_string): new function
8773         (output): output multiple formats, i.e. --format=ps,tex
8774
8775         * scm/output-ps.scm (output-scopes): dump variables directly.
8776         (define-fonts): rewrite for new interface
8777
8778         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
8779
8780         * lily/paper-outputter.cc (Paper_outputter): take format argument.
8781
8782         * lily/main.cc (parse_argv): don't set extension for output.
8783
8784         * lily/clef-engraver.cc (create_clef): remove
8785         Staff_symbol_referencer::set_position() call. 
8786
8787 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8788
8789         * ly/music-functions-init.ly (addlyrics): set the 'origin property
8790         with the location argument in music function definitions.
8791
8792 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8793
8794         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
8795         staffsymbol dependency.
8796
8797         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
8798         cleanups.
8799
8800         * lily/book.cc (process): return Paper_book
8801         (to_stencil): use Book::process().
8802
8803         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
8804         header_ field. Store in $globalheader
8805
8806         * lily/parser.yy (book_body): book header is initted to
8807         $globalheader.
8808
8809
8810 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8811
8812         * input/test/fill-a4.ly: removed.
8813
8814         * lily/parser.yy (output_def): push scope of parent_ Output_def
8815         too.
8816
8817 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
8818
8819         * scm/output-gnome.scm: Update info.
8820
8821 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8822
8823         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
8824
8825         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
8826         than 1 module.
8827
8828         * lily/include/ly-module.hh (ly_use_module): rename is_module to
8829         ly_c_module_p.
8830
8831         * scm/page-layout.scm (default-book-title): move Scheme titling
8832         functions to here.
8833
8834         * lily/parser.yy (book_paper_block): remove scope too.
8835
8836         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
8837
8838         * lily/rest.cc: add direction to rest properties.
8839
8840         * lily/include/output-def.hh: new file, move from
8841         music-output-def.hh
8842
8843 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8844
8845         * scm/output-gnome.scm: Describe feta-cork hack.
8846
8847 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8848
8849         * lily/include/book-paper-def.hh: derive from Output_def 
8850
8851         * lily/include/paper-def.hh: move all functionality out of class.
8852         Junk header.
8853
8854         * lily/include/music-output-def.hh: rename Music_output_def to
8855         Output_def.
8856
8857         * input/wilhelmus.ly: only set space for Paper formatting. 
8858
8859         * lily/include/midi-def.hh: remove file, remove class.
8860         Move functions to Music-output-def.
8861
8862         * lily/music-output-def.cc (Music_output_def): remove separate
8863         translator table. Lookup translators in scope directly. This
8864         obviates Context suffix for context identifiers, i.e.
8865
8866         \context {
8867           \Staff
8868           .. 
8869           }
8870
8871
8872         will work.
8873
8874
8875         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
8876
8877         * Documentation/user/changing-defaults.itely (Horizontal spacing):
8878         document spacing override hack.
8879
8880 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8881
8882         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
8883         installation info.  Support point-and-click.  Add +/- zoom
8884         keybindings.
8885
8886 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8887
8888         * VERSION: 2.3.2 released
8889
8890         * lily/parser.yy (book_body): set default bookpaper.
8891
8892         * scm/output-tex.scm (header): kludge: hard code linewidth. 
8893
8894         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
8895
8896 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8897
8898         * lily/score.cc (default_rendering): scale outputdef before
8899         starting.
8900
8901 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
8902
8903         * scm/fret-diagrams.scm: Add header.
8904
8905         * scm/output-gnome.scm: Hello world :-)
8906
8907 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8908
8909         * scripts/lilypond.py (run_dvips): only add papersize if present.
8910
8911         * lily/accidental-engraver.cc (update_local_key_signature): new
8912         function, fold code from initialize() and process_music().
8913         (update_local_key_signature): use deep copy. This fixes one
8914         problem from custom-key-signatures.ly.
8915         (number_accidentals_from_sig): tighter check for
8916         accidental-too-old.
8917
8918         * ly/engraver-init.ly: remove localKeySignature
8919         definition from ChoirStaff, StaffGroup, Score.
8920
8921         * lily/percent-repeat-engraver.cc (try_music): add moments for
8922         barlines too. Fixes: skipbars-percent-repeat.ly.
8923
8924 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8925
8926         * lily/context-def.cc (filter_performers): don't go to cdrloc if
8927         skipping last pair. Fixes: crash-bar-number.
8928
8929         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
8930         D. Sorensen)
8931
8932         * input/test/fret-diagram.ly: new file.
8933
8934         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
8935         (scale-paper): divide by scale.
8936
8937 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8938
8939         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
8940         case.
8941
8942 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8943
8944         * scm/stencil.scm (fontify-text): reinstate function
8945
8946         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
8947
8948         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
8949
8950         * lily/parser.yy (book_paper_head): \bookpaper {} 
8951
8952         * python/midi.c: remove config.h
8953
8954 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8955
8956         * scm/output-gnome.scm: Update.
8957
8958 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8959
8960         * scm/output-gnome.scm: New file.
8961
8962         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
8963
8964 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8965
8966         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
8967         (find_scaled_font): move from Paper_def
8968
8969 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
8970
8971         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
8972         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
8973
8974         * po/fr.po: update po.
8975
8976         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
8977
8978         * lily/book-paper-def.cc (print_smob): new file.
8979
8980 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
8981
8982         * buildscripts/lilypond-words.py: search words also from
8983         music-functions-init.ly.
8984
8985 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
8986
8987         * ly/music-functions-init.ly (def-music-function): new helper
8988         macro for defining music functions. \addlyrics \appoggiatura
8989         \acciaccatura \grace \partcombine \autochange \applycontext
8990         \applyoutput and \breathe are now defined here thanks to it.
8991
8992         * lily/parser.yy: 
8993         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
8994         \grace \partcombine \autochange \applycontext \applyoutput and
8995         \breathe keywords removed from the parser.
8996
8997         * lily/parser.yy: 
8998         * lily/music-function.cc (ly_make_music_function): 
8999         * lily/lexer.ll (music_function_type): added a case for 0-arg
9000         music functions.
9001
9002 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9003
9004         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
9005         refering to a music expression can be used in lily-inside-scheme:
9006         #{ $music #}
9007
9008         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
9009         and ly:parser-define, and change ly:parser-parse-string in order
9010         to make #{ $music #} work.
9011
9012         * scm/new-markup.scm (compile-markup-expression): when an argument
9013         is a string, use `make-simple-markup'.
9014
9015 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9016
9017         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
9018
9019 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9020
9021         * scripts/convert-ly.py (FatalConversionError.func): handle + in
9022         font-size. (backportme)
9023
9024 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9025
9026         * lily/paper-outputter.cc (output_stencil): dump font definitions
9027         before each stencil.
9028
9029         * lily/include/paper-book.hh (struct Score_lines): new
9030         struct. Collect info per Paper-score.
9031
9032         * lily/include/page.hh (class Page): to_stencil() returns Stencil
9033         everywhere.
9034
9035         * lily/stencil.cc (find_expression_fonts): new function
9036
9037         * lily/paper-outputter.cc (output_stencil): use
9038         interpret_stencil_expr
9039
9040         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
9041         (interpret_stencil_expr): new function. Generic stencil
9042         interpretation.
9043
9044         * lily/paper-def.cc (find_scaled_font): divide lookup
9045         magnification by outpuscale for non-virtual fontmetrics. This
9046         fixes ludicrously long font definitions for text
9047         fonts. (backportme)
9048
9049         * lily/score-engraver.cc: remove
9050         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
9051
9052 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9053
9054         * input/test/markup-score.ly: Remove \notes.
9055
9056         * lily/parser.yy (book_body): Grok Composite_music and \header.
9057         (markup): Push NOTES mode before score_block.
9058
9059         * VERSION: release 2.3.1
9060
9061         * mf/feta-klef.mf: 
9062         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
9063
9064         * Documentation/user/programming-interface.itely: Use @emph (was:
9065         @em).
9066
9067         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
9068
9069 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9070
9071         * scm/output-tex.scm (output-tex-string): tighten safe security.
9072
9073         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
9074
9075         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
9076         allowed ly functions.
9077
9078         * lily/ly-module.cc (ly_module_define): only define variable if
9079         bound.
9080         (ly_make_anonymous_module): take safe option.
9081
9082 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9083
9084         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
9085
9086 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9087
9088         * input/regression/newaddlyrics.ly: Fix.
9089
9090         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
9091         \score \notes.
9092
9093 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
9094
9095         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
9096
9097 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9098
9099         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
9100
9101         * lily/paper-line.cc (Paper_line): don't store list of stencils,
9102         but convert to single Stencil immediately.
9103
9104         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
9105
9106 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9107
9108         * scm/output-sodipodi.scm: Resurrect sodipodi output.
9109
9110 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
9111
9112         * elisp/lilypond-mode.el: Changed the way defaults are created for
9113         LilyPond-command-master.  LilyPond-mode will now check the
9114         timestamps of the files to see which command has to run next.
9115
9116 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9117
9118         * scm/bass-figure.scm (format-bass-figure): don't set
9119         number-markup for strings. This fixes string in bass
9120         figure. (backportme)
9121
9122         * lily/parser.yy (bass_number): insert number-markup into figure
9123         definition.
9124
9125         * scm/define-music-properties.scm (all-music-properties): make
9126         'figure a markup.
9127
9128         * scripts/convert-ly.py (conv): \apply -> \applymusic
9129
9130 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
9131
9132         * elisp/lilypond-mode.el: changed the order of some commands
9133         ("Midi" after "2Midi"), use the user-defined
9134         LilyPond-command-default as default instead of "LilyPond"
9135
9136         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
9137         to set the master file for the next command.
9138
9139         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
9140         with font-lock-reference-face.
9141
9142 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
9143
9144         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
9145
9146         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
9147
9148 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9149
9150         * ly/music-functions-init.ly (TODO): new file.
9151
9152         * lily/parser.yy (Generic_prefix_music_scm): add more
9153         music_function symbols.
9154         (Prefix_composite_music): change \apply to music-function   
9155
9156         * lily/include/music-function.hh: rename to music-function
9157
9158 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9159
9160         * lily/music-head.cc (LY_DEFINE): change order of args.
9161
9162         * input/regression/music-head.ly (texidoc): new file.
9163
9164         * lily/parser.yy (Generic_prefix_music): allow generic
9165         music-transformation functions. 
9166
9167         * lily/include/music-head.hh (is_music_head): new file.
9168
9169         * lily/music-head.cc (get_music_head_transform): new file.
9170
9171 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9172
9173         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
9174         empty extent. This fixes ottava brackets on rests. (backportme)
9175
9176         * make/lilypond.redhat.spec.in (Group): ln png files for info.
9177
9178         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
9179
9180         * cygwin/lily-wins.py: update for the lily-wins.py script.
9181
9182 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9183
9184         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
9185         code. This will obviate typeset_grob () in the future.  The effect
9186         of this is that improperly written spanner handling will result in
9187         invalid spanner bounds.
9188         (announce_grob): add to elems_ from here
9189         (typeset_grob): comment out.  
9190
9191         * lily/include/engraver.hh (make_spanner): new calling interface
9192         for make_{item,spanner}. This obviates most calls to
9193         announce_grob().
9194
9195         * scm/music-functions.scm (set-accidental-style): use GrandStaff
9196         iso. PianoStaff for piano styles.
9197
9198 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
9199
9200         * Documentation/user/music-glossary.tely: add segno after d.s.
9201
9202 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9203
9204         * lily/include/audio-column.hh: remove unused variables.
9205         (patch by Michael Welsh Duggan)
9206
9207         * flower/include/axes.hh (other_axis): inline Axes function
9208         (thanks to David Brandon).
9209
9210 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
9211
9212         * cygwin/mknetrel: Install image links (backportme).
9213
9214         * Documentation/user/GNUmakefile (local-install-info): Activate
9215         actual installing of image links (backportme).
9216
9217 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9218
9219         * Documentation/user/notation.itely (Measure repeats): Removed
9220         unnecessary (and confusing) \context Voice{.
9221
9222 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9223
9224         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
9225
9226         * lily/page.cc (Page): Do not use ly_scheme_function for
9227         volatile/configurable variables (FIXME: better name).
9228
9229         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
9230         get_scmvar).
9231
9232 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9233
9234         * scripts/convert-ly.py (FatalConversionError.subst): use
9235         \transposition.
9236
9237 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9238
9239         * lily/include/page.hh (class Page): Declare left_margin ().
9240
9241         * lily/page.cc: Remove paper var caching.
9242
9243 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9244
9245         * Documentation/user/music-glossary.tely: Add name to @top node.
9246         Remove comment from @table definitions (workaround for makinfo
9247         bug).
9248
9249         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
9250         ly:stencil-get-expr).  Update callers.
9251         (ly:stencil-align-to!):  Return stencil too.
9252
9253         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
9254         stencil.  Remove looped line-based page output.
9255         (output_line): Use line stencil.  Remove looped stencil-based line
9256         output.
9257
9258         * lily/page.cc (ly:page-paper-lines): New function.
9259
9260         * input/test/markup-score.ly: New file.
9261
9262         * scm/define-markup-commands.scm (stencil): New markup.
9263
9264         * lily/book.cc (to_stencil): New method.
9265
9266         * lily/parser.yy (markup): Use it to grok \score.
9267
9268 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
9269
9270         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
9271
9272         * lily/paper-book.cc (pages): Change signature.  Update callers.
9273
9274         * lily/include/page.hh:
9275         * lily/page.cc: New file.
9276
9277         * lily/paper-line.cc (to_stencil): New method.
9278
9279         * lily/paper-outputter.cc (output_stencil): New method.
9280
9281         * lily/paper-outputter.cc (output_line): Use them.
9282
9283         * lily/warn.cc: Remove.
9284
9285         * lily/my-lily-parser.cc (distill_inname): Remove.
9286
9287         * flower/include/file-name.hh: 
9288         * flower/file-name.cc: New file.  Update users.
9289
9290         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
9291         (find): New method of same name.
9292
9293         * lily/my-lily-parser.cc (ly:parse-file): Use it.
9294
9295         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
9296         constant error message.
9297
9298 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
9299
9300         * input/test/{blank-notes.ly,staff-container.ly}: typos.
9301
9302 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9303
9304         * Documentation/user/music-glossary.tely: @table @strong' replaced
9305         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
9306         (backportme).
9307
9308 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
9309
9310         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
9311
9312         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
9313         #{ lily music expression #} that returns an equivalent scheme
9314         music expression by parsing the string.
9315
9316 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9317
9318         * lily/my-lily-parser.cc:
9319         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
9320         SCM string (foo.ly/toto.scm support).
9321
9322 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9323
9324         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
9325
9326 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
9327
9328         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
9329
9330         * scripts/lilypond-book.py: LY code that includes \header is
9331         not assumed to be a fragment.
9332
9333 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
9334
9335         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
9336         tremolo beams up.
9337
9338         * lily/stem.cc (chord_start_y): Return 0 if no heads.
9339         (get_default_stem_end_position): No tremolo head juggling if no
9340         heads.  Fixes tremolo crash on rests (backportme).
9341
9342         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
9343
9344 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9345
9346         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
9347         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
9348
9349         * lily/lexer.ll: Allow \encoding in NOTES mode.
9350
9351         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
9352         for lyrics, not for commands.
9353
9354         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
9355         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
9356
9357         * input/regression/newaddlyrics.ly: New file.
9358
9359         * Documentation/topdocs/NEWS.texi: Update.
9360
9361         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
9362         (Music_list): Allow embedded scm.
9363
9364         * lily/score.cc (ly:score-bookify): New function.
9365
9366         * lily/music.cc (ly:music-scorify): Idem.
9367
9368         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
9369         (ly:parser-print-score): Idem.
9370
9371         * scm/lily.scm (default-toplevel-book-handler): Idem.
9372         (default-toplevel-music-handler): Idem.
9373         (default-toplevel-score-handler): Idem.
9374
9375         * ly/declarations-init.ly: Set default toplevel handlers.
9376
9377         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
9378
9379         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
9380         printer for score at toplevel.
9381
9382 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9383
9384         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
9385         Fix for simple case: input/simple-song.ly, more complex stuff
9386         does not work yet.
9387
9388 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9389
9390         * lily/parser.yy (Prefix_composite_music): split Composite_music
9391         in Prefix_composite_music and Grouped_music_list.
9392         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
9393
9394 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9395
9396         * scm/lily.scm (toplevel-expression): New define.
9397
9398         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
9399
9400         * lily/parser.yy (toplevel_expression): Use it.
9401
9402         * lily/include/my-lily-parser.hh: Smobbify.
9403
9404         * lily/my-lily-parser.cc (parse_string): New method.
9405
9406         * lily/my-lily-parser.cc (ly:parse-string): New function.
9407
9408         * Documentation/user/lilypond.tely: Add comment and workaround for
9409         gs-8.01 crash.  Fixes make web.
9410
9411         Simplification of toplevel music.
9412
9413         * lily/lexer.ll, lily/parser.yy:
9414
9415         * In LYRICS mode, return LYRICS_STRING.  This fixes one
9416         shift/reduce problem.
9417
9418         * Use NOTES mode at start of maininput.
9419
9420         * Grok toplevel composite music expression, put in score and book.
9421
9422         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
9423
9424         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
9425
9426         * input/simple.ly: New file.
9427
9428         * input/simple-song.ly: Idem.
9429
9430 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9431
9432         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
9433         Sandberg.
9434
9435 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9436
9437         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
9438
9439 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
9440
9441         * input/regression/accidental-octave.ly: doc automatic showing
9442         of note names.
9443
9444 2004-04-16  Heikki Junes <janneke@gnu.org>
9445
9446         * po/fi.po: do "make po && make -C po po-update" at top-level,
9447         then "cp po/out/fi.po po/fi.po" and update fields.
9448
9449         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
9450
9451 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
9452
9453         * Documentation/user/introduction.itely (About this manual): Fix
9454         templates and regression urls (backportme).
9455
9456 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
9457
9458         * ly/engraver-init.ly (Score:graceSettings): Increase
9459         beamed-lengths, especially for 32nd notes.
9460
9461         * Documentation/user/notation.itely (Grace notes): Correct the
9462         syntax for add-grace-property example.
9463
9464 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9465
9466         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
9467         `Generated' tag.
9468
9469         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
9470         Severely broken (the Debian package, at least).
9471
9472 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9473
9474         * lily/context.cc (find_create_context): assign to lvalue.
9475
9476 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9477
9478         * lily/include/translator.hh (class Translator): rename
9479         get_parent_context() to context () to avoid confusion.
9480
9481         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
9482
9483         * lily/lexer.ll: change is_string -> ly_c_string_p 
9484
9485         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
9486
9487         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
9488
9489 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9490
9491         * VERSION: release 2.3.0
9492
9493         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
9494
9495         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
9496         if nonempty.
9497
9498         * lily/include/context.hh (class Context): make members protected.
9499         (children_contexts): new accessor function.
9500
9501         * lily/include/translator.hh (class Translator): make
9502         daddy_context_ protected.
9503         (class Translator): clean up. 
9504
9505         * lily/include/context.hh (class Context): make daddy_context_
9506         private.
9507
9508         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
9509         higher for finding Voice. (backportme)  
9510
9511         * lily/include/context.hh (class Context): remove
9512         find_context_below() as a method.
9513
9514         * Documentation/user/notation.itely (The Lyrics context): add note
9515         about manual durations
9516
9517         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
9518         encoding.
9519
9520         * scm/output-tex.scm (text): dump \inputencoding{} for text.
9521
9522 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9523
9524         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
9525         \usepackage{inputenc}
9526
9527         * lily/paper-book.cc (classic_output): don't advance Offset for
9528         TeX output.
9529
9530         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
9531         ec-sauter.map in rules
9532
9533         * mf/ecb.mf (font_identifier): new file, based on ecbx
9534
9535         * mf/ecb10.mf (gensize): new file.
9536
9537         * Documentation/topdocs/NEWS.texi (Top): document some more new
9538         features.
9539
9540         * ly/declarations-init.ly: run convert-ly
9541
9542         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
9543         from input-file-results. Remove input-file-results.* 
9544
9545 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9546
9547         * scm/output-ps.scm (font-command): Fix, again.
9548
9549         * input/test/title-markup.ly: Add \noPagebreak test.
9550
9551         * lily/score-engraver.cc (try_music): Bugfix.
9552
9553 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9554
9555         * lily/main.cc (main_with_guile): excise dependency options -M and
9556         --dep-prefix
9557
9558         * lily/input-file-results.cc: excise Makefile dependency code
9559
9560         * Documentation/user/invoking.itexi (Invoking the lilypond
9561         binary): remove dep doco
9562
9563         * lily/main.cc (main_with_guile): call lilypond-main
9564
9565         * scm/lily.scm (lilypond-main): new function: handle multiple files.
9566
9567         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
9568         exception.
9569
9570         * lily/my-lily-parser.cc: remove paper_description function
9571
9572         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
9573         new function.
9574
9575         * lily/main.cc: remove global_score_count.
9576
9577         * lily/book.cc (process): don't take header from global_input_file.
9578
9579         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
9580
9581         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
9582
9583         * lily/music-output-def.cc (LY_DEFINE): new function
9584         ly_output_description. This function does the bulk for  setting,
9585         parsing and breaking down of an input file.
9586
9587         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
9588         anonymous modules globally. Let's hope they get GCd
9589
9590         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
9591
9592 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
9593
9594         * scm/output-ps.scm (header): Papersize from paper.
9595
9596         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
9597         for classic output.
9598
9599         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
9600         lilypondclassic is defined.
9601         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
9602
9603         * input/regression/between-systems.ly: Remove.
9604
9605         * python/lilylib.py (get_bbox): Fix regular expression
9606         for bounding box.
9607
9608         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
9609
9610         * scm/output-tex.scm (stop-page): Use it.
9611
9612         * scm/output-ps.scm (define-fonts): Bugfix.
9613
9614         * lily/grob.cc: Add penalty to interface.
9615
9616         * lily/include/paper-line.hh (class Paper_line): New member
9617         var penalty_.
9618
9619         * lily/system.cc (get_line): Initialise Paper_line with
9620         page-penalty's from original grobs.
9621
9622         * scm/define-music-properties.scm (all-music-properties): Add
9623         page-penalty.
9624
9625         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
9626
9627         * lily/score-engraver.cc (try_music): Handle page-penalty.
9628
9629         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
9630
9631 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9632
9633         * ly/declarations-init.ly (melismaEnd): typo
9634
9635         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
9636
9637         * scm/output-ps.scm (text): split string into spaces, use moveto
9638         for setting space. 
9639
9640 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9641
9642         * po/nl.po: Update.
9643
9644         * scm/font.scm (add-cmr-fonts): Typo.
9645
9646 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9647
9648         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
9649         font-encoding.
9650
9651         * scm/define-grobs.scm (all-grob-descriptions): idem.
9652
9653         * lily/time-signature.cc (numbered_time_signature): idem.
9654
9655         * scm/font.scm (add-cmr-fonts): use real encoding names for
9656         font-encoding.
9657
9658 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
9659
9660         * lily/paper-book.cc (classic_output): 
9661         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
9662         Fixes classic output.
9663         (lilypondstart):
9664         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
9665         kludge.
9666
9667         * scripts/old-lilypond-book.py: Remove.
9668
9669         Page layout for SCOREs enclosed in a BOOK:
9670
9671         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
9672         layout tweaking.
9673
9674         * input/les-nereides.ly (theScore): Add \book.
9675
9676         * input/test/title-markup.ly: Add \book.
9677
9678         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
9679         only if 'verbose.
9680
9681         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
9682
9683         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
9684
9685         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
9686         * scm/output-tex.scm (start-system): Update for page layout by
9687         LilyPond.
9688
9689         * scm/output-ps.scm (start-system): Previously (new-start-system).
9690
9691         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
9692         passed to define-fonts.
9693
9694         * lily/paper-column.cc: 
9695         * lily/system.cc (get_line):
9696         * ly/property-init.ly (newpage): 
9697         * scm/define-grob-properties.scm:
9698         * scm/output-ps.scm: 
9699         * scm/output-tex.scm: Remove between-system-string kludge.
9700
9701         * scm/output-ps.scm (define-fonts, font-command,
9702         font-load-encoding): Handle ENCODING = #f.
9703
9704         * scm/output-tex.scm (output-scopes): Check if variable is bound.
9705
9706         * scm/define-markup-commands.scm (fill-line): Use
9707         make-simple-markup (WAS: unexisting make-word-markup).
9708
9709         * lily/text-item.cc (interpret_markup): Bugfix, transpose
9710         ENCODING, MARKUP parameters for interpret_string.
9711
9712         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
9713
9714         * lily/score.cc (book_rendering): New method.
9715         (default_rendering): Create Paper_book helper locally, dump
9716         output.
9717
9718         * lily/my-lily-lexer.cc (the_key_tab): Add book.
9719
9720         * lily/parser.yy: Handle \book.
9721
9722         * lily/include/book.hh: 
9723         * lily/book.cc: New file.
9724
9725 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9726
9727         * lily/text-item.cc (interpret_string): new file, select font with
9728         encoding.
9729
9730         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
9731
9732         * scm/define-markup-commands.scm (encoded-simple): new markup command.
9733
9734         * lily/parser.yy (markup): take encoding from lexer.
9735
9736 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9737
9738         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
9739
9740         * scm/output-ps.scm: Remove some cruft.
9741
9742 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9743
9744         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
9745
9746         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
9747
9748 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
9749
9750         * scm/font.scm (add-century-schoolbook-fonts):
9751         (make-century-schoolbook-tree): New function.
9752
9753         * input/test/title-markup.ly: Use Century Schoolbook font.
9754
9755 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9756
9757         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
9758         to Erik Sandberg) 
9759
9760         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
9761
9762         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
9763
9764         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
9765
9766         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
9767
9768 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9769
9770         * scm/part-combiner.scm (determine-split-list): bugfix: if no
9771         solo-state (at end of solo), we can set the solo status
9772         too. (backportme.)
9773
9774         * input/regression/part-combine-solo-end.ly: new file.
9775
9776 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9777
9778         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
9779         flavour abc files.  Really ignore unknown keys (backportme).
9780
9781 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9782
9783         * lily/scaled-font-metric.cc (text_dimension): only multiply with
9784         magnification_ when looking up in orig_.
9785
9786         * scm/output-tex.scm (text): switch off char-mapping.
9787
9788         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
9789         because AFM's encoding field cannot have spaces.
9790
9791 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9792
9793         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
9794
9795 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9796
9797         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
9798
9799         * mf/cmr.enc: new file, without hi-bit ascii info. 
9800
9801         * lily/bezier-bow.cc (slur_shape): make indent dependent on
9802         width. This removes the 'hook' at the end of a long slur.
9803
9804         * buildscripts/mf-to-table.py (parse_logfile): don't append
9805         encoding to fontname.
9806
9807 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9808
9809         * scm/output-ps.scm (define-fonts): Load .enc only once.
9810
9811         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
9812         too.
9813
9814 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9815
9816         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
9817         encoding field.
9818
9819         * lily/stencil-scheme.cc: remove ly:fontify-atom 
9820
9821         * ly/portuges.ly (pitchnames): new file.
9822
9823         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
9824         Michael Welsh Duggan
9825
9826         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
9827
9828         * ly/nederlands.ly: add comment about digits.
9829
9830         * lily/scaled-font-metric.cc (derived_mark): idem.
9831
9832         * scm/encoding.scm (make-encoding-mapping): change permutation to
9833         mapping.
9834
9835         * lily/scaled-font-metric.cc (derived_mark): is a const method.
9836         (Modified_font_metric): make alist for coding_description_
9837         (LY_DEFINE): remove coding-name.
9838
9839         * scm/output-tex.scm (text): remove debugging code.
9840
9841         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
9842
9843         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
9844         from infile.
9845
9846         * mf/feta-generic.mf: move fet_beginfont into generic code.
9847         use fetaMusic (without space) as encoding
9848
9849         * mf/feta-autometric.mf: take encoding argument
9850
9851         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
9852
9853         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
9854         use.
9855
9856         * scm/encoding.scm (read-encoding-file): use symbol for glyph
9857         name.
9858
9859 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9860
9861         * input/test/title-markup.ly: Set inputencoding.
9862
9863         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
9864
9865         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
9866
9867         * scm/encoding.scm (get-coding-filename, get-coding-command): New
9868         function.
9869         (coding-alist): Also hold filename, command.
9870         (read-encoding-file): Return symbols.
9871
9872 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9873
9874         * scm/output-tex.scm: remove fontify; text and char take a font
9875         argument.
9876
9877         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
9878
9879         * lily/scaled-font-metric.cc (text_dimension): init
9880         coding_{permutation,table}_ too 
9881         (LY_DEFINE): ly:font-encoding, new function return
9882
9883         * lily/paper-def.cc (find_scaled_font): take input coding from
9884         inputcoding paper var.
9885
9886         * lily/performance.cc (output): remap modulo 16.
9887
9888         * lily/text-item.cc (interpret_markup): whoops, variable
9889         shadowing fixed.
9890
9891 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
9892
9893         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
9894         symbols, not symbols to strings.
9895
9896         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
9897         symbols, not symbols to strings.
9898
9899 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9900
9901         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
9902         (ly:kpathsea-gulp-file): New function.
9903
9904         * scm/encoding.scm (read-encoding-file): Use it.
9905
9906 2004-04-06  Werner Lemberg  <wl@gnu.org>
9907
9908         * scm/encoding.scm (coding-alist): Fix typo.
9909
9910 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9911
9912         * lily/scaled-font-metric.cc (text_dimension): move function from
9913         Font_metric
9914         (make_scaled_font_metric): init coding_scheme_ to TeX
9915         (text_dimension): use get-coding-vector for non TeX coding_scheme_
9916
9917         * lily/include/scaled-font-metric.hh (struct
9918         Modified_font_metric): rename from Scaled_font_metric
9919
9920         * scm/encoding.scm (read-encoding-file): split up large function,
9921         leave caching to (delay)
9922
9923         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
9924
9925 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9926
9927         * lily/my-lily-lexer.cc (set_encoding): New method.
9928
9929         * lily/lexer.ll: Grok \encoding.
9930
9931         * lily/font-metric.cc (get_encoded_index): New function.
9932
9933         * lily/include/font-metric.hh (coding_scheme): New method.
9934
9935         * scm/encoding.scm: New file.
9936
9937         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
9938
9939 2004-04-05  Werner Lemberg  <wl@gnu.org>
9940
9941         * Documentation/user/tutorial.itely: Revised (finished).
9942
9943         * Documentation/user/macros.itexi (@separate): Removed.
9944
9945 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9946
9947         * scm/output-ps.scm (define-fonts): fix scaling.
9948
9949         * lily/scaled-font-metric.cc (design_size): add function.
9950
9951         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
9952         partial cut&paste of ly:font-magnification.
9953
9954 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9955
9956         * scm/output-ps.scm (define-fonts):
9957         (fontify): Update.
9958
9959 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9960
9961         * po/fr.po: update. (backportme).
9962
9963         * po/nl.po: update. (backportme). 
9964
9965         * mf/feta-beugel.mf: document why design size is not fixed.
9966
9967         * mf/feta-braces-a.mf: rename to stress that it's not design size.
9968
9969 2004-04-04  Werner Lemberg  <wl@gnu.org>
9970
9971         * Documentation/user/tutorial.itely: Revised (continued).
9972
9973 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9974
9975         * po/nl.po: Update (backportme).
9976
9977 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9978
9979         * po/de.po: update. (backportme).
9980
9981         * scm/output-tex.scm (font-command): use ly: functions to
9982         construct name.
9983         (define-fonts): don't use alist, just dump \font definitions.
9984         (font-load-command): calculate proper scaling by taking
9985         outputscale from paper argument.
9986
9987         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
9988         expression.
9989
9990         * lily/paper-outputter.cc (output_header): pass paper arg to
9991         define-fonts
9992
9993         * lily/paper-def.cc (font_descriptions): dump list of
9994         Scaled_font_metrics
9995         (find_scaled_font): take Font_metric argument, store
9996         Scaled_font_metrics in hash-table containing (size ->
9997         Scaled_font_metrics) alist.
9998         (get_dimension): rename from get_realvar
9999
10000         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
10001         ly:font-magnification, ly:font-name: new functions
10002
10003 2004-04-03  Werner Lemberg  <wl@gnu.org>
10004
10005         * Documentation/user/dedication.itely,
10006         Documentation/user/preface.itely,
10007         Documentation/user/introduction.itely,
10008         Documentation/user/tutorial.itely: Revised.
10009         Removing leading spaces which distorts output if info files are read
10010         with stand-alone info.
10011         Removing superfluous inter-word spaces which also distorts output
10012         for stand-alone info.
10013         Using ` and ' instead of `` and '' everywhere to improve
10014         legilibility with stand-alone info
10015         Using @samp for single-letter input items and data which contains
10016         spaces, @code for other things.
10017
10018         * lily/grob-interface.cc: Adding copyright.
10019         (check_interfaces_for_property): Improve format of warning message.
10020
10021 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10022
10023         * lily/include/font-metric.hh (struct Font_metric): add
10024         design_size () method.
10025
10026         * buildscripts/mf-to-table.py (base): add DesignSize comment.
10027
10028         * lily/afm.cc (read_afm_file): read design size.
10029
10030         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
10031
10032         * scm/music-functions.scm (unfold-repeats): handle dots too.
10033
10034 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10035
10036         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
10037         (backportme)
10038
10039 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10040
10041         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
10042         lyric indent.  Revert melismaBusyProperties using \unset.
10043
10044 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10045
10046         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
10047
10048         * lily/parser.yy (command_element): allow redefinition of |
10049         meaning.
10050
10051         * lily/break-align-engraver.cc (acknowledge_grob): construct
10052         LeftEdge where the first cause for alignment is coming from.
10053         This makes \override Staff.LeftEdge work as expected.
10054
10055         * lily/slur-performer.cc (Slur_performer): add inits
10056
10057         * lily/beam-performer.cc (Beam_performer): add inits
10058
10059 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
10060
10061         * VERSION (PACKAGE_NAME): release 2.2.0