]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
fixes.
[lilypond.git] / ChangeLog
1 2004-08-12  Heikki Junes  <hjunes@cc.hut.fi>
2
3         * Documentation/topdocs/INSTALL.html: fixes.
4
5 2004-08-12  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
6
7         * buildscripts/builder.py: Fix for scons CVS.
8
9 2004-08-11  Heikki Junes  <hjunes@cc.hut.fi>
10
11         * Documentation/user/notation.itely,
12         Documentation/topdocs/NEWS.texi, input/test/ambitus-mixed.ly,
13         input/test/ambitus-mixed.ly: fix plurals:
14         english: ambit, pl. ambits; latin: ambitus, pl. ambitus.
15
16 2004-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
17
18         * lily/dynamic-engraver.cc (typeset_all):
19         * lily/script-engraver.cc (stop_translation_timestep): Handle
20         collisions with new-slur.
21
22 2004-08-10  Jan Nieuwenhuizen  <janneke@gnu.org>
23
24         * scm/define-grobs.scm (all-grob-descriptions): Add
25         new-slur-interface.
26
27 2004-08-03  Jan Nieuwenhuizen  <janneke@gnu.org>
28
29         * elisp/lilypond-mode.el (LilyPond-command-alist): LilyPond now
30         produces .PS
31
32 2004-08-09  Carl Sorensen  <carldsorensen@comcast.net>
33
34         * scm/define-grob-properties.scm (all-user-grob-properties): fix
35         definition of number-type
36
37 2004-08-08  Carl Sorensen  <carldsorensen@comcast.net>
38
39         * scm/fret-diagrams.scm : change sans-serif font encoding from 
40         TeX-text to ec (uses ecss fonts instead of cmss fonts)
41
42         * scm/define-grob-interfaces.scm (fret-diagram-interface): add
43         number-type and label-dir
44
45         * scm/define-grob-properties.scm: add number-type and label-dir
46
47         * scm/fret-diagrams.scm (label-fret): allow fret label to be on either 
48         left or right.  Allow choice of upper-case roman, lower-case roman, or
49         arabic numerals in fret label
50
51 2004-08-04  Werner Lemberg  <wl@gnu.org>
52
53         * lily/slur-quanting.cc: Include libc-extension.hh.
54         s/round/my_round/.
55         * ly/engraver-init.ly (VaticanaVoice, GregorianTranscriptionVoice):
56         s/autobeaming/autoBeaming/.
57
58 2004-08-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
59
60         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): reinstate
61         renameinput.
62
63 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
64
65         * lily/lookup.cc (round_filled_box): remove warnings about blot
66         diameter.
67
68         * scm/paper.scm (paper-set-staff-size): make linethickness more
69         easily tunable.
70
71         * lily/parser.yy (new_lyrics): \addlyrics -> \oldaddlyrics,
72         \newlyrics -> \addlyrics
73
74         * lily/text-spanner.cc (print): use it.
75
76         * lily/dynamic-text-spanner.cc (print): use it.
77
78         * lily/grob.cc (robust_relative_extent): new function.
79
80         * scripts/lilypond-book.py (main): add -f tex as default process.
81
82         * lily/text-spanner.cc (print): only take linear_combination of
83         nonempty interval.
84         
85
86 2004-08-02  Pedro Kroger  <kroeger@pedrokroeger.net>
87
88         * scm/page-layout.scm (default-page-make-stencil): If leftmargin
89         isn't specified by the user in \bookpaper center the music in the
90         page.
91
92 2004-08-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
93
94         * Fix some problems after the renaming of my-lily -> lily
95
96 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
97
98         * lily/lily-parser.cc (parse_string): don't overwrite keytable_.
99
100         * lily/slur-quanting.cc (enumerate_attachments): apply center on
101         stem-X in more cases. 
102
103         * lily/stem.cc (dim_callback): solve todo.
104
105 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
106
107         * input/test/README: new file.
108
109         * lily/lily-parser.cc: rename my-lily* files.
110
111         * lily/my-lily-parser.cc (LY_DEFINE): plug memory leak: unprotect
112         parser.
113
114         * lily/include/my-lily-lexer.hh (class Lily_lexer): smobify lexer.
115
116         * lily/include/my-lily-parser.hh: rename My_lily -> Lily
117
118         * make/mutopia-targets.make (local-WWW): don't make ps.gz
119         examples. They take a huge amount of space.
120
121         * Documentation/user/GNUmakefile: fix symlinks.
122
123         * VERSION: 2.3.10 released.
124         
125         * input/test/lyrics-skip-notes.ly: remove
126
127         * input/test/stem-cross-staff.ly (noFlag): fold into manual
128
129         * input/test/{spacing-2,staff-space,tablature,textscript}.ly:
130         remove.
131
132 2004-08-01  Heikki Junes  <hanwen@xs4all.nl>
133
134         * Documentation/user/{changing-defaults,notation,tutorial}.itely: fixes.
135
136 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
137
138         * input/regression/beam-dir-functions.ly: move from test/
139
140         * Documentation/user/notation.itely (Feathered beams): new node.
141
142         * Documentation/user/changing-defaults.itely (Difficult tweaks):
143         new node
144
145         * input/regression/lyric-hyphen-retain.ly: move to regression.
146
147         * input/regression/harmonic.ly: fold into manual
148         
149         * input/test/{hshift,move-accidentals,crescendi,feathered-beam,
150         stem-length,chord-names-no-inversions}.ly: remove
151         
152         * input/test/tie-cross-voice.ly: move to regression.
153
154         * Documentation/user/notation.itely (Running trills): new node.
155
156         * scm/define-grobs.scm (all-grob-descriptions): new grob TrillSpanner
157
158         * scm/define-music-types.scm (music-descriptions): add TrillSpanEvent
159
160         * lily/trill-spanner-engraver.cc: new file.
161
162         * input/regression/trill-spanner.ly: new file.
163
164         * input/test/timing.ly: fold into manual.
165
166         * input/test/time.ly: remove
167
168         * input/test/trill.ly: remove
169         
170         * input/test/time-signature-double.ly: fold into manual
171
172         * input/test/separate-staccato.ly: remove
173
174         * input/test/spanner-after-break-tweak.ly: fold into manual.
175
176         * input/test/script-priority.ly: fold into manual.
177
178         * input/test/scheme-interactions.ly: remove.
179         
180         * input/test/unfold-all-repeats.ly (mel),
181         input/test/repeat.ly,input/test/repeat-shorter-bracket.ly,
182         input/test/polymetric-differing-notes.ly input/test/polymetric.ly:
183         fold into manual.
184
185         * input/regression/no-staff.ly: move from input/test/
186
187         * input/regression/markup-score.ly: move from input/test/
188
189         * input/test/lyrics-melisma-faster.ly: fold into manual
190         
191         * input/test/lyrics-melisma-variants.ly: fold into manual
192
193         * Documentation/user/notation.itely (Popular music): new node. 
194
195         * input/test/gourlay.ly: remove
196         
197         * input/test/improv.ly: fold into manual.
198
199         * input/test/figured-bass-alternate.ly (fl): remove
200
201         * lily/dynamic-text-spanner.cc (print): new file.
202
203         * scm/define-grobs.scm (all-grob-descriptions): add DynamicTextSpanner
204
205         * lily/engraver-group-engraver.cc (do_announces): reorder logic:
206         keep recursing into children in case a parent context inserts a
207         grob into a child context.
208
209         * lily/dynamic-engraver.cc (acknowledge_grob): add accidentals to
210         
211 2004-07-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
212
213         * scm/define-markup-commands.scm (postscript): new markup command
214         \postscript
215
216         * Documentation/user/notation.itely (Formatting cue notes): new
217         section.
218
219         * input/test/clef-end-of-line.ly: fold into manual.
220
221         * input/test/scales-greek.ly: remove.
222
223         * input/test/chords-without-melody.ly: fold into manual.
224
225         * input/test/cadenza-skip.ly: remove.
226
227         * input/test/clef-8-syntax.ly: remove.
228
229         * input/test/clef-manual-control.ly: move into manual.
230
231         * Documentation/user/notation.itely (Aligning to cadenzas): fold
232         in cadenza-skip.ly
233
234         * mf/parmesan*.mf: change neo_mensural to neomensural.
235
236         * input/test/trills.ly: remove.
237
238         * input/test/transposition.ly: remove.
239
240         * input/test/to-xml.ly: move to no-notation.
241
242         * buildscripts/lilypond-profile.sh: change zsh bomb to warning.
243
244         * lily/ledger-line-spanner.cc (print): use staff variable, not
245         me. Fixes ledger lines on differently sized staves.
246
247         * input/test/rhythm-excercise.ly: remove file.
248
249         * lily/stem.cc (dim_callback): only do something if visible. Fixes
250         spurious flag not found warning for 128th rest.
251
252         * input/regression/rest-dot-position.ly: new file.
253         
254         * input/test/rest-dot-positions.ly: remove
255
256         * lily/staff-symbol-referencer.cc (get_position): emergency
257         fallback: use coordinate * 2.
258
259         * input/no-notation/midi-scales.ly: move from test/
260
261         * scm/define-markup-commands.scm (score): remove debugging code.
262
263         * input/test/incipit.ly (violin): remove. 
264
265         * lily/system-start-delimiter.cc (print): only draw system
266         delimiter to staves that reach up to left bound of the delimiter.
267
268         * input/no-notation/embedded-scm.ly: move from test/
269
270         * input/test/follow-voice.ly: remove
271
272         * input/no-notation/dynamic-absolute-volume.ly: move from test/.
273
274         * input/test/drarn*: remove
275         
276         * input/test/count-systems.ly: remove.
277
278         * lily/bar-line.cc (compound_barline): fix : for staff without
279         lines.
280
281         * lily/accidental.cc (print): use music_font_alist_chain(). This
282         fixes smaller cautionaries.
283
284         * scm/define-grobs.scm (all-grob-descriptions): use fetaMusic
285         encoding for accidental.
286
287         * Documentation/user/notation.itely (Educational use): new section
288
289         * input/test/*.ly: clean up directory: move examples into manual
290         or regtest.
291         
292
293         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.log): add
294         mode as well. This fixes resolution errors.
295
296 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
297
298         * scm/lily.scm (postscript->png): show commands for --verbose.
299
300         * flower/include/getopt-long.hh: opps. short option should be
301         char, not int.
302
303         * Documentation/user/GNUmakefile: use symlinks to save space.
304
305         * VERSION: 2.3.9 released.
306
307         * scripts/convert-ly.py (conv): remove \lyrics from \lyricsto.
308
309         * ly/gregorian-init.ly (neumeDemoPaper): remove duplication from
310         manual.
311
312         * Documentation/user/tutorial.itely (Integrating text and music):
313         remove \score and \notes from manual.
314
315         * lily/my-lily-lexer.cc (My_lily_lexer): really switch on note
316         mode in the beginning.
317
318 2004-07-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
319
320         * Documentation/user/changing-defaults.itely (Horizontal spacing):
321         Correct the documentation of the spacing parameters. 
322
323         * Documentation/user/tutorial.itely (Integrating text and music), 
324         Documentation/user/lilypond-book.itely (Integrating LaTeX and
325         music): Document that you need to add the map file ec-mftrace.map
326         in the dvips command.   
327
328 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
329
330         * lily/score-engraver.cc (initialize): abort if ecrm10.pfa not
331         found.
332
333         * lily/text-item.cc (interpret_string): insert encoding setting
334         here
335
336         * scm/framework-ps.scm (ps-font-command): remove feta/parmesan
337         encoding kludge.
338
339         * Documentation/user/changing-defaults.itely (Text encoding): node
340         on encoding.
341
342         * lily/lyric-engraver.cc (try_music): remove superfluous check.
343
344         * lily/book-paper-def.cc (find_scaled_font): remove default
345         encoding, because it messes up font loading for feta and
346         parmesan. Encoding should only be specified for running texts.
347
348         * lily/modified-font-metric.cc (text_dimension): support coding
349         scheme ""
350         
351 2004-07-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
352
353         * lily/tie-engraver.cc (stop_translation_timestep): remember tie
354         definition, so \override works as expected.
355
356         * lily/measure-grouping-engraver.cc: clarify
357
358 2004-07-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
359
360         * lily/parser.yy (context_def_mod): remove \consistsend
361
362         * lily/context-def.cc (instantiate): use Translator::must_be_last
363         to determine engraver order.
364
365         * lily/translator.cc (must_be_last): new function
366
367         * scripts/convert-ly.py (conv): rule.
368
369         * lily/bar-line.cc (print): return '() for height == 0.0 too.
370
371 2004-07-27  Heikki Junes  <hjunes@cc.hut.fi>
372
373         * input/regression/{stanza-number,volta-multi-staff}.ly: fix docs.
374  
375 2004-07-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
376
377         * lily/include/lily-guile.hh (scm_is_int): compat glue.
378
379 2004-07-25  Pedro Kroger  <kroeger@pedrokroeger.net>
380
381         * input/regression/page-layout.ly: new file.
382
383         * scm/paper.scm (set-paper-dimensions): Preliminary support for
384         left and right margins.
385
386         * Documentation/user/changing-defaults.itely (Page layout):
387         Explain the leftmargin option.
388
389 2004-07-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
390
391         * input/test/lyrics-melisma-variants.ly (texidoc): new file.
392
393         * input/test/lyrics-melisma-faster.ly: new file.
394
395         * lily/new-lyric-combine-music-iterator.cc (find_voice): allow
396         change of melody by setting associatedVoice.
397
398         * lily/parser.yy (re_rhythmed_music): \lyricsto implies lyrics mode.
399
400         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): don't copy
401         file contents, rather \include them, so default linewidth is set.
402         (ly_options): make BOOKPAPER set of options. Move linewidth
403         settings there.
404
405         * Documentation/user/examples.itely: new file. Templates are to be
406         moved here.
407
408         * Documentation/user/programming-interface.itely: move chapter.
409
410         * scm/document-markup.scm (doc-markup-function): add @code
411
412         * stepmake/stepmake/texinfo-rules.make: remove chmod.
413
414 2004-07-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
415
416         * scm/page-layout.scm (plain-header): add printpagenumber boolean
417         to bookpaper.
418
419         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
420         $(outdir)/%.ly $(outdir)/%.ps): do all targets from lilypond binary.
421
422         * scripts/lilypond-latex.py (run_dvips): remove -bin everywhere.
423
424         * lily/GNUmakefile (NAME): create lilypond, not lilypond-bin 
425
426         * scripts/lilypond-latex.py: move from lilypond.py
427
428         * make/lilypond-vars.make: centralize LILYPOND_BOOK_FLAGS setting.
429         (LILYPOND_BOOK_FLAGS): use -f tex for lilypond-book.
430
431         * scm/lily.scm (postscript->png): new function
432         (postscript->pdf): new function
433
434         * lily/paper-book.cc (post_processing): call
435         convert-to-{dvi,ps,png,pdf}
436
437         * scripts/ps2png.py (option_definitions): new file.
438
439         * lily/paper-book.cc (output): call output-preview-framework
440         (post_processing): new function. Do PDF/PNG conversion.
441
442         * lily/paper-outputter.cc (close): new function.
443
444         * scm/framework-ps.scm (convert-to-pdf): new function. Call
445         ps2pdf.
446         (output-preview-framework): new function. Generate a preview .ps
447         
448
449 2004-07-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
450
451         * VERSION: release 2.3.8
452         
453         * lily/note-head.cc: remove ledger line handling.
454
455         * lily/ambitus.cc (print): strip away accidental / note head code,
456         and associated properties.
457
458         * lily/ambitus-engraver.cc (create_ambitus): change name to
459         AmbitusLine. Create AmbitusAccidental and AmbitusNoteHead for
460         other ambitus parts.
461         (create_ambitus): group grobs in Ambitus grouping object. 
462
463         * lily/include/pitch-interval.hh (Pitch>): new file.
464
465         * lily/pitch-interval.cc (add_point): new file.
466
467         * lily/ledger-line-engraver.cc: new file.
468
469         * lily/ledger-line-spanner.cc (print): new file. Set limits to
470         ledger line length to avoid clashes.
471
472 2004-07-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
473
474         * Documentation/user/invoking.itexi (Invoking lilypond): remove
475         deprecated options
476
477 2004-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
478
479         * SConstruct: Use only code files for TAGS.  Change GO_FAST_BUTTON
480         to command line option: fast=1 (default on).
481
482         * SConstruct[GO_FAST_BUTTON]: implement tips from Andreas Roach.
483         This brings SCons run-time on up-to-date tree down from 48s with
484         only checksums, to 34s without 2day checksums, to 14s (make needs
485         4 seconds).
486         (subdirs)[GO_FAST_BUTTON]: Try to read all subdirs only when
487         necessary.
488
489 2004-07-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
490
491         * lily/slur-quanting.cc (score_extra_encompass): add  break ;
492         (score_extra_encompass): process scripts at edges too, by checking
493         control points directly. 
494
495 2004-07-20  Jan Nieuwenhuizen  <janneke@gnu.org>
496
497         * po/nl.po: Update.
498
499         * lily/main.cc: Fix ly:option-usage help.
500
501         * input/regression/slur-script.ly: More collision tests.
502
503         * GNUmakefile.in (EXTRA_DIST_FILES): Add SConstruct.
504
505 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
506
507         * VERSION: release 2.3.7
508
509         * stepmake/generic-vars.make (EXTRA_DIST_FILES): dist SConscript
510         files.
511
512         * Documentation/user/notation.itely (Slurs): document ^ and _ for
513         slurs.
514
515         * input/regression/slur-script.ly: new file.
516
517         * lily/accidental-engraver.cc (process_acknowledged_grobs):
518         make accidental appear to come from note head engraver.
519
520         * lily/slur-quanting.cc: new file.
521         (score_extra_encompass): new function. Avoid scripts and
522         accidentals
523
524 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
525
526         * lily/include/lily-guile.hh: Remove guile-1.4 compatibility.
527         This greatly reduces the number of files that get recompiled
528         after touching config.hh.
529
530         * config.hh.in: Remove GUILE_*_VERSION.
531
532         * lily/new-slur.cc: Resolve conflicts.
533
534         * lily/stem-engraver.cc (make_stem): New method.
535
536         * lily/include/script-interface.hh:
537         * lily/script-interface.cc: New file.
538
539         * lily/include/script.hh:
540         * lily/script.cc: Remove.
541
542         * lily/music.cc (duration_log): New method.
543
544         * lily/script.cc (struct Skript): Remove.
545
546         * lily/new-slur.cc (get_base_attachments): Try at articulations.
547         Lots of coding cleanups (Stom).
548
549 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
550
551         * lily/new-slur.cc (avoid_staff_line): new function: avoid
552         collisions with staff lines.
553
554         * lily/my-lily-parser.cc (LY_DEFINE): add directory of argument to
555         global_path
556
557         * scm/define-grobs.scm (all-grob-descriptions): set ratio
558         .25. This flattens short slurs.
559
560         * lily/new-slur.cc (enumerate_attachments): move X of attachment
561         points for tilted slurs.
562
563         * input/regression/slur-tilt.ly: new file.
564
565         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): shorten
566         stems of 16th graces too.
567
568         * lily/beam-quanting.cc (score_forbidden_quants): make forbidden
569         quant penalty dependent on how much the line is in the gap.
570
571         * input/regression/grace-stem-length.ly: new file.
572
573         * lily/beam-quanting.cc (score_forbidden_quants): remove
574         interquant check. The penalty of 1000 is much too harsh, and the
575         inter case should be caught by check-staff-line-in-gap check.
576
577         * lily/scm-option.cc: move debug-beam to \paper.
578
579         * scripts/lilypond-book.py (Lilypond_snippet.write_ly): create
580         .txt files to appease makeinfo.
581
582         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly:
583         remove texttagline.
584         
585         * lily/new-slur.cc: cleanup, split in functions.
586
587         * lily/parser.yy (chord_body_element): allow octave-check = inside
588         chord body. 
589
590         * lily/new-slur.cc (score_encompass): variable head-distance penalty.
591
592         * lily/stem.cc (height): call Beam::after_line_breaking().
593
594         * lily/rest-collision.cc (force_shift_callback): only call shift
595         for columns containing rests.
596
597         * lily/new-slur.cc (print): use debug-slur-quanting paper var.
598
599         * input/regression/font-postscript.ly: invoke afm2tfm. 
600
601 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
602
603         * mf/SConscript: Build map files.
604
605         * SConstruct: Rename $out to out-www in web.
606
607 2004-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
608
609         * SConstruct (web_kluts): Have make web build in out-www.  Not.
610
611 2004-07-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
612
613         * Documentation/user/music-glossary.tely (Top): add fragment to
614         pertinent @lilypond entries.
615
616         * scm/define-grobs.scm: switch on new-slur by default.
617
618         * lily/scm-option.cc: symbol != string.
619
620         * lily/new-slur.cc (set_end_points): handle broken slurs. Doesn't
621         really work yet.
622         (set_end_points): make X coord of attachment dependent on  Y.
623         (score_encompass): add edges too.
624
625 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
626
627         * lily/stem.cc (get_beaming): new function.
628
629         * scripts/lilypond-book.py (compose_ly): make fragment mandatory
630         for fragment snippets. This fixes inclusion of toplevel-music
631         examples (such as new-slur.ly)
632  
633 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
634
635         * scripts/lilypond-book.py: Remove second import of stat.
636
637         * More SCons cleanups.
638
639         * Documentation/bibliography/computer-notation.bib (note): Remove
640         extraneous closing brace.
641
642 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
643
644         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): fix
645         stat calls.
646
647         * Documentation/bibliography/SConscript (bibs): failed try to get
648         bib2html find html-long.bst.
649
650         * buildscripts/bib2html.py (stat): fail if bibtex fails.
651
652         * make/stepmake.make: use usescons for using scons. 
653
654 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
655
656         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): Check
657         for lilypondend.  Import stat (huh?).
658
659 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
660
661         * make/mutopia-vars.make ($(addprefix $(outdir)/,$(LYM4_FILES):
662         bypass dvi. 
663
664         * input/regression/font-postscript.ly: new file. 
665
666         * scm/framework-ps.scm (load-fonts): load pfb files too.
667
668         * lily/pfb.cc (pfb2pfa): new file.
669
670 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
671
672         * scripts/lilypond-book.py (PREAMBLE_LY): set
673         toplevel-music-handler too.
674
675 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
676
677         * SConstruct (symlink): Add dvips and music-drawing-routines.ps.
678         (web_path): Fixes for webball.  Install fixes, add DESTDIR option.
679
680         * lily/slur.cc: Add quant-score to interface.  Fixes web build.
681
682         * python/SConscript:
683         * python/vim:
684         * input/mutopia/*SConscript: New file.
685
686         * input/mutopia/W.A.Mozart/: Use .ily suffix for includes.
687
688         * scm/define-grobs.scm (all-grob-descriptions): Use ,Slur::height,
689         fixes web build.
690
691         * make/stepmake.make (scons): re-route to SCONS if user has been
692         running scons in this tree.
693
694         * SConstruct (config_vars): Add CPPDEFINES.
695         (env): Set checksums type to "content".
696         (save_config_cache): Do not exit after configuring when using
697         checksums (the default) instead of timestamps.
698
699 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
700
701         * SConstruct: Further development.
702
703         * input/test/SConscript: 
704         * input/template/SConscript: 
705         * input/regression/SConscript: 
706         * Documentation/bibliography/SConscript:
707         * Documentation/bibliography/index.html.in: New file.
708
709         * Documentation/bibliography/GNUmakefile (local-WWW): Remove index
710         generation.
711
712         * buildscripts/builder.py: Add new builders.
713
714         * make/stepmake.make: 
715         * stepmake/stepmake/*.make: 
716         * configure.in:
717         * lily/*:
718         * flower*: Use config.hh (Was config.h).
719
720         * scm/encoding.scm (get-coding): Print friendly error message when
721         no encoding is found, rather than crashing.
722
723 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
724
725         * lily/new-slur.cc (score_slopes): strong sloping score only when
726         stems point in same dir. 
727
728 2004-07-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
729
730         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo): bugfix
731         for beam start.
732
733         * lily/parser.yy (context_prop_spec): check grob name for
734         alphanumericness..
735
736         * lily/lyric-engraver.cc: creates LyricText objects
737
738 2004-07-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
739
740         * lily/include/lily-guile.hh (scm_from_int): add scm_from_int glue.
741
742 2004-07-13  Jan Nieuwenhuizen  <janneke@gnu.org>
743
744         * SConstruct: Configure only pristine build tree or on user
745         request.  Cleanups.  Add Documentation/topdocs to subdirs.
746         Use checksums instead of timestamps.
747         (CheckYYCurrentBuffer): Return result.
748
749         * Documentation/topdocs/SConscript: New file.
750
751 2004-07-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
752
753         * lily/staff-symbol-referencer.cc (on_staffline): bugfix 
754
755         * lily/scm-hash.cc (get): SCM_MAKINUM is deprecated. Use
756         scm_from_int instead.
757
758 2004-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
759
760         * SConstruct: Updates.  Add targets: tar, dist, release.
761
762 2004-07-11  Jan Nieuwenhuizen  <janneke@gnu.org>
763
764         * input/mutopia-header.ly: Generate output.
765
766         * SConstruct:
767         * buildscripts/builder.py:
768         * Documentation/user/SConscript: SCons fixes.
769
770 2004-07-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
771
772         * lily/new-slur.cc (class New_slur): new file. Score based slur
773         computations.
774
775 2004-07-10  Jan Nieuwenhuizen  <janneke@gnu.org>
776
777         * mf/SConscript: Remove Builders.
778
779         * buildscripts/builder.py: Add LilyPond, Abc2ly and MF builders.
780
781         * input/SConscript: 
782         * Documentation/user/SConscript: New file.
783
784 2004-07-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
785
786         * Documentation/topdocs/NEWS.texi (Top): add note about new
787         emacs electric-|
788
789         * scm/*.scm: adapt ly:warn calls.
790
791         * lily/lily-guile.cc (LY_DEFINE): use format on ly:warn arguments.
792
793         * lily/repeat-acknowledge-engraver.cc (process_music): look at
794         main timing, not grace timing. Fixes volta-repeat-grace.
795
796         * lily/kpath.cc (LY_DEFINE): ly:kpathsea-expand-path, new function
797         remove ly:kpathsea-gulp-file.
798
799         * scm/translation-functions.scm (format-metronome-markup): make
800         note smaller, align to bottom.
801
802         * scm/define-grobs.scm (all-grob-descriptions): metronome fixes.
803
804         * lily/metronome-engraver.cc (stop_translation_timestep): attach
805         metronome to musical column. Don't ack time sigs or bar lines.
806
807 2004-07-10  Heikki Junes  <hjunes@cc.hut.fi>
808
809         * THANKS: sort, add David. Kristof contributed code, he is a
810         contributor.
811
812 2004-07-09  David Svoboda      <svoboda@cmu.edu>
813
814         * elisp/lilypond-mode.el,
815         * elisp/lilypond-what-beat.el: Added LilyPond-what-beat function to
816         count beats between last measure stop | and point in emacs.
817         
818 2004-07-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
819
820         * tex/GNUmakefile (TEX_FILES): don't dist
821         music-drawing-routines.ps, latin1.enc 
822
823         * scripts/lilypond.py (include_path): remove --no-lily, --no-ps ,
824         --no-pdf, --pdftex
825         (copyright): add --latex option
826         (ic_p.make_include_option): use direct PS as default.
827
828         * scm/beam.scm (check-slope-callbacks): check sign of slope. 
829
830         * input/regression/beam-concave.ly (rossFourBeams): add cases from Ross
831
832         * scm/script.scm (default-script-alist): marcato should follow
833         into staff
834         
835 2004-07-09  Jan Nieuwenhuizen  <janneke@gnu.org>
836
837         * buildscripts/builder.py:
838         
839         * Documentation/SConscript (outdir): New file.  Add *list.ly
840         dependencies.  Fixes PDF doc build.
841
842 2004-07-08  Jan Nieuwenhuizen  <janneke@gnu.org>
843
844         * SConstruct: Add Tar target (incomplete), fix install issues, fix
845         run from build-dir.
846
847         * ly/SConscript:
848         * scm/SConscript: New file.
849
850         * lily/main.cc (dir_info): Print variables in sh format.
851
852         * lily/includable-lexer.cc: Use #if iso #ifdef for HAVE_ tests.
853
854         * mf/SConscript: Update multiple target rules.
855
856         * SConstruct (assert_version): Add.
857
858 2004-07-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
859
860         * SConstruct (key): add HAVE_FLEXLEXER_YY_CURRENT_BUFFER check.
861
862 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
863
864         * buildscripts/mf-to-table.py: Do not try to open ''.
865
866         * mf/SConscript: New file.
867
868 2004-07-06  Carl Sorensen  <carldsorensen@comcast.net>
869
870         * scm/fret-diagrams.scm : Convert many properties to constants,
871         reducing the pollution of the property namespace.
872
873         * scm/define-grob-properties.scm (all-user-grob-properties): Reduce
874         unnecessary properties for fret-diagram
875
876         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add symbols
877         for interface
878
879 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
880
881         * SConstruct: Update.
882
883 2004-07-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
884
885         * input/regression/beam-quant-standard.ly (seconds): print desired
886         quants when failing.
887
888 2004-07-06  Jan Nieuwenhuizen  <janneke@gnu.org>
889
890         * SConstruct:
891         * flower/SConscript:
892         * lily/SConscript: New file.
893
894 2004-07-05  Carl Sorensen  <carldsorensen@comcast.net>
895
896         * scm/define-grob-properties.scm (all-user-grob-properties): Add
897         descriptions for all fret-diagram properties.
898
899         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add
900         fret-diagram interface code
901
902 2004-07-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
903
904         * ly/book-paper-defaults.ly: set default encoding to ec.
905
906         * buildscripts/guile-gnome.sh (OPT): only compile pango if not
907         installed.
908
909         * tex/latin1.enc: new file, from a2ps. 
910
911 2004-07-06  Heikki Junes  <hjunes@cc.hut.fi>
912
913         * stepmake/bin/add-html-footer.py: use <div> instead of <table>,
914         add a faint, green border line.
915
916         * Documentation/index.html.in: drop <table>, add a faint border line.
917
918 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
919
920         * scm/font.scm (add-cmr-fonts): upright caps is eccc.
921
922         * Documentation/GNUmakefile (README_TOP_FILES): add THANKS.txt.
923
924 2004-07-02  Carl Sorensen  <carldsorensen@comcast.net>
925
926         * scm/output-ps.scm (white-text): Add scale paramter to allow scaling
927
928         * scm/output-tex.scm (white-text): Add scale parameter to allow font scaling
929
930         * scm/stencil.scm (fontify-text-white) : Adjust to better center, properly
931         scale white text
932
933         * scm/fret-diagrams.scm (make-fret-diagram): change default dot
934         position for numbered dots so dot will touch fret.
935         (various routines): move to font-metric interface, rather than
936         name, size interface.  Clean up comments.
937
938         * ps/music-drawing-routines.ps: (/draw_white_text)  Adjust font
939         size and offset to better center white text.
940
941 2004-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
942
943         * ChangeLog: Remove pre-2.1 changes.
944
945         * Documentation/misc/ChangeLog-2.1: New file.
946
947         * stepmake/bin/release.py: Cleanup.  Add release marker if missing
948         from ChangeLog.
949
950 2004-07-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
951
952         * input/test/chords-below-volta-bracket.ly,
953         input/test/no-key-at-end-of-line.ly: New example files (FAQs)
954
955 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
956
957         * VERSION: release 2.3.6
958
959         * input/regression/beam-quant-standard.ly: new file: test standard
960         beam quants.
961
962         * scm/beam.scm (check-quant-callbacks): new function
963         (check-beam-quant): new function: check whether current beam
964         quants match argument.
965
966         * lily/beam-quanting.cc (score_forbidden_quants): fix problem with
967         forbidden quant for sitting (upstem)/hanging (downstem) on outer
968         staffline line.
969
970 2004-07-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
971
972         * lily/parser.yy (Generic_prefix_music_scm): add (scm,scm) music
973         functions.
974
975         * lily/note-collision.cc (do_shifts): align colliding notes to
976         their leftmost note.
977
978         * input/regression/collision-alignment.ly: new file.
979
980         * ly/init.ly: don't print gc stats.
981
982         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo): add
983         extra newline
984
985         * scm/define-grobs.scm (all-grob-descriptions): use (0 . 0) not #f
986         for dimensions. This fixes ottava-remove-empty-staff.ly
987
988         * input/regression/lyrics-tenor-clef.ly: new file.
989
990         * lily/axis-group-engraver.cc (process_acknowledged_grobs): catch
991         cyclic parents when two axis-group-engravers are
992         present. Fixes: crash-axis-group-engraver.ly. 
993         
994         * input/test/volta-chord-names.ly: new file.
995
996         * scm/define-context-properties.scm
997         (all-user-translation-properties): change voltaOnThisStaff
998         definition. 
999
1000         * lily/volta-engraver.cc (stop_translation_timestep): set bounds
1001         if necessary.
1002
1003         * lily/volta-bracket.cc (print): handle volta brackets without
1004         bars. 
1005
1006 2004-07-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1007
1008         * scripts/abc2ly.py (try_parse_chord_delims): Bugfix: update to
1009         2.0 chord syntax.  Ouch.  (thanks Dave Phillips).
1010
1011 2004-07-01  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1012
1013         * scm/output-gnome.scm: updated instructions for running gnome
1014         backend
1015
1016 2004-06-29  Carl Sorensen  <carldsorensen@attbi.net>
1017
1018         * scm/fret-diagrams.scm (draw-dots): default values for dot size
1019         and dot-position now depend on finger-code value; in-dot makes
1020         dots larger and centered.
1021         (draw-barre): added straight-barre indicator option
1022         (draw-dots): made fontify-text-white work.
1023
1024         * music-drawing-routines.ps: added /draw_white_text
1025
1026         * scm/output-tex.scm:  added white-text
1027
1028         * scm/output-ps.scm:  added white-text
1029
1030         * scm/lily.scm (ly:all-stencil-expressions): Added white-text to 
1031         list of stencil expressions
1032
1033         * scm/stencil.scm: Added fontify-text-white
1034
1035 2004-06-29  Heikki Junes  <hjunes@cc.hut.fi>
1036
1037         * input/regression/+.ly: use @unnumbered section.
1038
1039 2004-06-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1040
1041         * elisp/lilypond-mode.el (LilyPond-guile): set current module to
1042         (*anonymous-ly-0*) iso. (*anonymous-ly-1*)
1043
1044 2004-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1045
1046         * buildscripts/guile-gnome.sh (PATH): GUILE CVS is still fubarred.
1047
1048 2004-06-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1049
1050         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
1051         was causing an error. (was not actually commited in 2004-06-20)
1052
1053         * input/regression/lily-in-scheme.ly (withPaddingC): does not
1054         breaks anymore
1055
1056 2004-06-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1057
1058         * VERSION: 2.3.5 released.
1059         
1060         * lily/my-lily-parser.cc (parse_string): switch module too.
1061
1062 2004-06-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1063
1064         * Documentation/topdocs/INSTALL.texi (Top): Add guile, python and
1065         ec-fonts-mftraced to running requirements.
1066
1067 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1068
1069         * lily/my-lily-lexer.cc (My_lily_lexer): copy scopes so temporary
1070         assignments don't reach the original file.
1071
1072         * lily/my-lily-parser.cc (My_lily_parser): only copy lexer if it
1073         exists
1074
1075 2004-06-22  Jan Nieuwenhuizen  <janneke@gnu.org>
1076
1077         * scm/output-gnome.scm: 
1078         * buildscripts/guile-gnome.sh: Update wrt fixed GUILE CVS.
1079
1080         * debian/: Apply Debian patch (Anthony Fok).
1081
1082 2004-06-22  Heikki Junes   <hjunes@cc.hut.fi>
1083
1084         * Documentation/user/music-glossary.tely: fix titling; @top is already
1085         an @unnumbered @chapter.
1086
1087 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1088
1089         * debian/GNUmakefile (EXTRA_DIST_FILES):
1090         (CONF_FILES): update file list.
1091
1092         * lily/stencil.cc (interpret_stencil_expression): bugfix.
1093
1094 2004-06-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1095
1096         * debian/: Remove cruft (requested Anthony Fok.)
1097
1098         * buildscripts/guile-gnome.sh: Build without gcc libtool version
1099         juggling.
1100
1101         * scm/framework-gnome.scm: Cleanups.  Resurrect +/- canvas scaling.
1102         Add popup menu with grob properties.
1103
1104         * lily/grob-scheme.cc (ly:grob-properties):
1105         (ly:grob-basic-properties): New function.
1106
1107         * lily/stencil.cc (interpret_stencil_expression): Comment-out
1108         "no-origin" call.  Fixes -fps output.
1109
1110         * scm/output-ps.scm (no-origin): Add dummy implementation.
1111
1112         * scm/output-gnome.scm (define-origin): Remove
1113         (grob-cause): Add.
1114
1115         * scm/output-ps.scm (scm):
1116         * scm/output-tex.scm (scm): Remove define-origin from exports list.
1117         (define-origin): Remove.
1118
1119         * scm/output-gnome.scm (define-origin): 
1120
1121         * scm/lily.scm (ly:all-output-backend-commands): Remove
1122         define-origin.  Add grob-cause.
1123
1124 2004-06-21  Heikki Junes   <hjunes@cc.hut.fi>
1125
1126         * buildscripts/lilypond-words.py: add ly/portugues.ly.
1127
1128 2004-06-20  Heikki Junes   <hjunes@cc.hut.fi>
1129
1130         * Documentation/user/GNUmakefile:
1131         * stepmake/stepmake/texinfo-rules: add Cascading Style Sheet using
1132         --include-css=.../texinfo.css; command includes css into the html.
1133
1134         * Documentation/texinfo.css: add file.
1135         define <hr> as black and thin.            
1136
1137 2004-06-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1138
1139         * lily/stencil.cc (interpret_stencil_expression): add grob-cause
1140         stencil expression. Junk define-origin.
1141
1142         * lily/my-lily-parser.cc (parse_string): init parser variable when
1143         lexer_ is set, ie. in parse_string and parse_file.
1144
1145         * lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
1146         ly:score-bookify.
1147
1148         * scm/lily.scm (collect-scores-for-book): new function.
1149
1150         * ly/init.ly: print collected scores/musics.
1151
1152         * lily/my-lily-parser.cc (LY_DEFINE): define parser in parser
1153         scope, not in lily module.
1154
1155         * lily/book.cc (LY_DEFINE): ly:make-book. New function.
1156
1157         * configure.in (PKG_CONFIG_PATH): add --enable-gui flag, and
1158         encapsulate gtk/pango tests.
1159
1160         * po/tr.po: Turkish translation.
1161
1162 2004-06-20  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1163
1164         * input/regression/lily-in-scheme.ly: regression test for #{
1165         ... #} syntax
1166
1167         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
1168         was causing an error.
1169
1170         * Documentation/user/programming-interface.itely (Using LilyPond
1171         syntax inside Scheme): documentation for #{ ... #} syntax.
1172
1173 2004-06-19  Heikki Junes  <hjunes@cc.hut.fi> 
1174
1175         * Documentation/index.html.in: use black thin <hr>.
1176
1177         * buildscripts/mutopia-index.py: use thin black <hr>.
1178
1179 2004-06-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1180
1181         * scm/fret-diagrams.scm: Use UNIX style line endings.
1182         (fret-diagram-verbose): A couple of @{VAR} and an closing itemize
1183         typo.  Fixes compile.
1184
1185         * scm/output-ps.scm (white-dot): Remove second incarnation.
1186
1187         * scm/lily.scm (ly:all-stencil-expressions): Add white-dot.
1188
1189 2004-06-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1190
1191         * scripts/lilypond.py (ic_p.make_include_option): set error_p for
1192         single file error.
1193
1194         * lily/bar-line.cc (compound_barline): add support for unbroken ||:
1195
1196 2004-06-17  Carl Sorensen (carl_sorensen@byu.edu)
1197
1198         * scm/fret-diagrams.scm: added fret-diagram-terse interface;
1199         remove size as argument to fret-diagram interface;
1200         improved white-circle dots for fret;
1201         improved top-fret thick line/
1202
1203         * scm/output-ps.scm: added white-dot function
1204
1205         * scm/output-tex.scm: added white-dot function
1206
1207         * tex/music-drawing-routines.ps: added draw_white_dot function
1208
1209         * ps/music-drawing-routines.ps: added draw_white_dot function
1210
1211         * input/test/fret-diagram.ly: examples to show multiple
1212         functions and multiple interfaces
1213
1214 2004-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1215
1216         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph) 
1217         (pango_fc_afm_get_charset): Update iaw Pango CVS update.
1218
1219         * buildscripts/guile-gnome.sh: Add pango to recipe.  Resolve
1220         conflict.  Have I told you lately how much I love autotools?
1221
1222 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1223
1224         * lily/lily-guile.cc: 
1225         * lily/pangofc-afm-decoder.cc:
1226         * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
1227         Fixes build without Pango CVS.  Use "pangofc-afm-decoder.hh".
1228
1229         * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
1230         developers.
1231
1232         * lily/paper-outputter.cc (file): New method.
1233         (dump_string): Use it.
1234
1235         * scm/output-gnome.scm: Update with pango CVS info, lilylib
1236         musing.
1237
1238         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
1239         of them has a comma :-).
1240
1241         * scm/framework-gnome.scm: Add pango decoders.
1242
1243         * lily/include/pangofc-afm-decoder.hh: 
1244         * lily/pangofc-afm-decoder.cc: New file.
1245
1246         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
1247
1248         * configure.in: Check for pango.
1249
1250         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
1251         autoconf).
1252         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
1253
1254         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
1255
1256 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1257
1258         * Documentation/user/tutorial.itely (Integrating text and music):
1259         fix grammar & punctuation.
1260
1261 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1262
1263         * lily/: Stray janitorial cleanups.
1264
1265         * scm/lily.scm (ly:all-stencil-expressions):
1266         * scm/lily.scm (ly:all-output-backend-commands): New function.
1267
1268         * scm/safe-lily.scm (safe-objects): Add them.
1269
1270         * scm/framework-gnome.scm (<gnome-outputter>): New class.
1271
1272         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
1273
1274 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1275
1276         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
1277
1278 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1279
1280         * scm/page-layout.scm (default-page-make-stencil): add
1281         raggedbottom, raggedlastbottom.
1282
1283         * Documentation/user/changing-defaults.itely (Page layout): add doc.
1284
1285         * scm/framework-tex.scm (define-fonts): fix export of
1286         papersize.
1287
1288         * lily/paper-book.cc (classic_output): strip suffixes from
1289         framework functions.
1290
1291         * lily/tuplet-bracket.cc (before_line_breaking): do not return
1292         SCM_UNDEFINED to Scheme.
1293
1294 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1295
1296         * lily/book.cc: remove Book::to_stencil().
1297         (process): whoops. Score::book_rendering returns vector, not list.
1298
1299         * scripts/convert-ly.py (conv): remove \notes.
1300         apply to input examples.
1301
1302         * lily/paper-outputter.cc (output_stencil): don't use
1303         smobify_self() but self_scm()
1304
1305         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
1306         from smobify_self().
1307
1308         * lily/paper-book.cc (output): load framework module
1309         scm_c_resolve_module().
1310
1311         * python/lilylib.py (exit): exit with argument i.
1312
1313 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1314
1315         * scm/framework-gnome.scm (output-framework-gnome): Try loading
1316         gnome modules from non-toplevel.
1317
1318         * lily/ly-module.cc (ly:import-module): Export to ly:.
1319
1320         * lily/paper-score.cc (process): Do not show progress newline.
1321
1322         * lily/paper-book.cc (output, classic_output): Show progess
1323         newline after score.
1324
1325 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
1326
1327         * buildscripts/lilypond-words.py: add ly/vlaams.ly
1328
1329 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1330
1331         * lily/score.cc (ly:run-translator): Do not crash on empty music
1332         list.
1333
1334         * lily/book.cc (process): Do not render score when systems is empty.
1335
1336         * input/simple-song.ly: Down one octave.
1337
1338         * scm/output-gnome.scm: Remove script again; re-add modules fix
1339         (CVS conflict resolve?)
1340
1341         * lily/stencil.cc (ly:interpret-stencil): Was:
1342         interpret_stencil_expression.
1343
1344 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1345
1346         * buildscripts/guile-gnome.sh: New file.
1347
1348         * scm/output-gnome.scm: White background, better window size, sane
1349         canvas size.  Cleanups.
1350
1351 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1352
1353         * VERSION: release 2.3.4
1354
1355         * Documentation/user/invoking.itexi (Invoking the lilypond
1356         binary): document --safe.
1357
1358         * scm/output-gnome.scm: set PATH in script.
1359
1360         * scm/page-layout.scm (default-page-make-stencil): don't stretch
1361         if there is too few systems on a page.
1362
1363         * lily/parser.yy (relative_music): start at middle C without pitch
1364         argument.
1365
1366         * Documentation/user/changing-defaults.itely (Page layout): new node.
1367         (Paper size): rename node
1368         (Page breaking): new node.
1369         (Titling): move from invoking.
1370         (File structure): new node.
1371
1372         * lily/parser.yy (score_body): allow \header and music anywhere in
1373         \score body.
1374
1375 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1376
1377         * scm/lily.scm (ly:load): Remove page-breaking.scm.
1378
1379 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1380
1381         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
1382
1383         * lily/include/paper-line.hh: rename to Paper_system.
1384
1385         * lily/include/paper-book.hh: doc class.
1386
1387         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
1388
1389         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
1390         (plain-header): add instrument-name.
1391         (default-page-make-stencil): bugfixes.
1392
1393         * lily/parser.yy (book_body): allow \header anywhere in \book{}
1394
1395         * lily/paper-book.cc: remove copyright & tagline. Remove
1396         interactions with Page
1397
1398         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
1399         here, 
1400         (default-page-make-stencil): new function
1401         (default-page-music-height): new function
1402         (page-headfoot): new function
1403         (ly:optimal-page-breaks): generate stencils directly from here
1404
1405         * scm/titling.scm: new file, group titling functions
1406
1407 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1408
1409         * scm/output-gnome.scm: Handle multiple pages.
1410
1411         * scm/framework-gnome.scm: Do not load output-gnome.
1412         (framework-gnome): Invoke output-gnome::header and
1413         output-gnome::end-output as faked stencils.  Fixes experimental
1414         gnome output.
1415
1416 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1417
1418         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
1419         octavation compatibility fixes. Backportme. 
1420
1421         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
1422         pages.
1423         (ly:optimal-page-breaks): combine-penalties: no shortcut for
1424         negative. Now we handle negative penalties (ie. \pageBreak)
1425         correctly.
1426
1427         * lily/system.cc (get_line): extract page-penalty from the left
1428         bound.
1429
1430         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
1431
1432 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1433
1434         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
1435
1436 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1437
1438         * scm/output-gnome.scm: Update script.  Move development to
1439         lilypond_2_3_2 branch for now.
1440
1441 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1442
1443         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
1444         negative penalties.
1445         cleanups.
1446
1447         * Documentation/user/changing-defaults.itely (Creating contexts):
1448         index entries
1449
1450         * scm/page-breaking.scm (ly:optimal-page-breaks): new
1451         file. Rewrite function. 
1452
1453         * lily/paper-book.cc (pages): new interface: page-breaking returns
1454         list of line-list.
1455
1456         * lily/page.cc (Page): take lines argument.
1457
1458         * scm/document-translation.scm (all-engravers-doc): link to user man
1459
1460         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty iso. score.
1461
1462         * Documentation/user/notation.itely (Relative octaves): typo.
1463
1464         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
1465
1466 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1467
1468         * scm/output-gnome.scm: Update build script.
1469
1470 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1471
1472         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
1473         gnome backend.
1474
1475         * scm/framework-gnome.scm: New file.
1476
1477         * scm/lily.scm: Use it.
1478
1479         * lily/paper-outputter.cc: Janitorial cleanups.
1480         (ly:outputter-dump-string): Remove unreachable statement.
1481
1482         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
1483         (ice-9): Bugfix: Add srfi-1.
1484
1485         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
1486
1487 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1488
1489         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
1490         in do_quit()
1491
1492 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1493
1494         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
1495
1496 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1497
1498         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
1499         override of Beam::position-callbacks. Why would grace beams not be
1500         quantized? Fixes: weird-stem-size-grace. 
1501
1502         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
1503         warning only once. Backportme.
1504
1505         * lily/accidental-engraver.cc (number_accidentals_from_sig):
1506         bugfix, 2nd try. Backportme.
1507
1508         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
1509
1510 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1511
1512         * Documentation/user/notation.itely (Instrument transpositions):
1513         Correct the name of the instrumentTransposition property.
1514
1515 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1516
1517         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
1518
1519 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1520
1521         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
1522         and postLilyPondExample are called when defined.
1523
1524 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1525
1526         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
1527         This fixes setting notenames with `\include "nederlands.ly" '
1528
1529         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
1530         new function.
1531
1532 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1533
1534         * scm/page-layout.scm: don't do piece, it should be in score-title
1535         only.
1536
1537         * lily/lexer.ll: lex \score separately.
1538
1539         * lily/paper-book.cc: junk stencil2line.
1540
1541         * lily/paper-line.cc (Paper_line): construct from Stencil
1542         directly. No futzing with the dimensions.
1543
1544         * lily/include/paper-line.hh (class Paper_line): 
1545
1546         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
1547         takes arbitrary number of arguments.
1548
1549         * input/test/markup-score.ly (tuning): simplify example. 
1550
1551 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1552
1553         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
1554
1555         * scm/define-markup-commands.scm (score): define score-markup
1556
1557         * lily/parser.yy (markup): use score-markup.
1558
1559         * lily/score.cc: add ly:score? 
1560
1561 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
1562
1563         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
1564         fret-parse-string so it prepares for calls to fret-diagram-verbose
1565         Changed display constants to props so they are available for
1566         \override.
1567
1568 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1569
1570         * VERSION: release 2.3.3
1571
1572         * stepmake/stepmake/generic-vars.make: unset LANG.
1573
1574         * input/regression/tuplet-nest.ly: bugfix.
1575
1576         * lily/tie-performer.cc (stop_translation_timestep): reset
1577         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
1578
1579         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
1580         clear repeat_ directly after setting stem_tremolo_. Fixes:
1581         tremolo-repeat.ly
1582
1583         * input/regression/span-bar-break.ly: new file.
1584
1585         * scm/define-grobs.scm (all-grob-descriptions): remove
1586         break-visibility from SpanBar. Fixes: piano-repeat.ly
1587
1588 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1589
1590         * python/lilylib.py (make_ps_images): only compute bbox when needed.
1591
1592         * scripts/lilypond-book.py (process_snippets): use lily -f ps
1593         files for generating pngs. (failed experiment)
1594
1595         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
1596         file with PFA fonts included.
1597
1598         * lily/score.cc (default_rendering): put header in too.
1599
1600         * lily/paper-line.cc (LY_DEFINE): change function to
1601         ly:paper-line-extent
1602
1603         * scm/page-layout.scm (default-book-title): only add lines for
1604         non-nil fields.
1605         (default-score-title): idem.
1606
1607         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
1608
1609         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
1610
1611         * lily/include/paper-book.hh (class Paper_book): remove height_
1612         member.
1613
1614         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
1615
1616         * lily/ly-module.cc (LY_DEFINE): bugfix.
1617
1618         * lily/paper-book.cc (book_title): separate function for the book
1619         title.
1620
1621         * scm/page-layout.scm (default-book-title): only account for
1622         markup fields.
1623
1624         * scm/framework-ps.scm: new file. Move high level interface from
1625         output-ps.scm
1626
1627         * scm/music-functions.scm (def-grace-function): move macros from
1628         ly/music-functions-init.ly
1629
1630         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
1631         framework-tex.scm
1632
1633         * scm/framework-tex.scm (dump-line): new file. High level
1634         interface for output (pages, systems, header). 
1635
1636         * lily/include/page.hh (class Page): add is_last_ field.
1637
1638         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
1639
1640         * lily/paper-book.cc (split_string): new function
1641         (output): output multiple formats, i.e. --format=ps,tex
1642
1643         * scm/output-ps.scm (output-scopes): dump variables directly.
1644         (define-fonts): rewrite for new interface
1645
1646         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
1647
1648         * lily/paper-outputter.cc (Paper_outputter): take format argument.
1649
1650         * lily/main.cc (parse_argv): don't set extension for output.
1651
1652         * lily/clef-engraver.cc (create_clef): remove
1653         Staff_symbol_referencer::set_position() call. 
1654
1655 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1656
1657         * ly/music-functions-init.ly (addlyrics): set the 'origin property
1658         with the location argument in music function definitions.
1659
1660 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1661
1662         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
1663         staffsymbol dependency.
1664
1665         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
1666         cleanups.
1667
1668         * lily/book.cc (process): return Paper_book
1669         (to_stencil): use Book::process().
1670
1671         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
1672         header_ field. Store in $globalheader
1673
1674         * lily/parser.yy (book_body): book header is initted to
1675         $globalheader.
1676
1677
1678 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1679
1680         * input/test/fill-a4.ly: removed.
1681
1682         * lily/parser.yy (output_def): push scope of parent_ Output_def
1683         too.
1684
1685 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1686
1687         * scm/output-gnome.scm: Update info.
1688
1689 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1690
1691         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
1692
1693         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
1694         than 1 module.
1695
1696         * lily/include/ly-module.hh (ly_use_module): rename is_module to
1697         ly_c_module_p.
1698
1699         * scm/page-layout.scm (default-book-title): move Scheme titling
1700         functions to here.
1701
1702         * lily/parser.yy (book_paper_block): remove scope too.
1703
1704         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
1705
1706         * lily/rest.cc: add direction to rest properties.
1707
1708         * lily/include/output-def.hh: new file, move from
1709         music-output-def.hh
1710
1711 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1712
1713         * scm/output-gnome.scm: Describe feta-cork hack.
1714
1715 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1716
1717         * lily/include/book-paper-def.hh: derive from Output_def 
1718
1719         * lily/include/paper-def.hh: move all functionality out of class.
1720         Junk header.
1721
1722         * lily/include/music-output-def.hh: rename Music_output_def to
1723         Output_def.
1724
1725         * input/wilhelmus.ly: only set space for Paper formatting. 
1726
1727         * lily/include/midi-def.hh: remove file, remove class.
1728         Move functions to Music-output-def.
1729
1730         * lily/music-output-def.cc (Music_output_def): remove separate
1731         translator table. Lookup translators in scope directly. This
1732         obviates Context suffix for context identifiers, i.e.
1733
1734         \context {
1735           \Staff
1736           .. 
1737           }
1738
1739
1740         will work.
1741
1742
1743         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
1744
1745         * Documentation/user/changing-defaults.itely (Horizontal spacing):
1746         document spacing override hack.
1747
1748 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1749
1750         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
1751         installation info.  Support point-and-click.  Add +/- zoom
1752         keybindings.
1753
1754 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1755
1756         * VERSION: 2.3.2 released
1757
1758         * lily/parser.yy (book_body): set default bookpaper.
1759
1760         * scm/output-tex.scm (header): kludge: hard code linewidth. 
1761
1762         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
1763
1764 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1765
1766         * lily/score.cc (default_rendering): scale outputdef before
1767         starting.
1768
1769 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1770
1771         * scm/fret-diagrams.scm: Add header.
1772
1773         * scm/output-gnome.scm: Hello world :-)
1774
1775 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1776
1777         * scripts/lilypond.py (run_dvips): only add papersize if present.
1778
1779         * lily/accidental-engraver.cc (update_local_key_signature): new
1780         function, fold code from initialize() and process_music().
1781         (update_local_key_signature): use deep copy. This fixes one
1782         problem from custom-key-signatures.ly.
1783         (number_accidentals_from_sig): tighter check for
1784         accidental-too-old.
1785
1786         * ly/engraver-init.ly: remove localKeySignature
1787         definition from ChoirStaff, StaffGroup, Score.
1788
1789         * lily/percent-repeat-engraver.cc (try_music): add moments for
1790         barlines too. Fixes: skipbars-percent-repeat.ly.
1791
1792 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1793
1794         * lily/context-def.cc (filter_performers): don't go to cdrloc if
1795         skipping last pair. Fixes: crash-bar-number.
1796
1797         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
1798         D. Sorensen)
1799
1800         * input/test/fret-diagram.ly: new file.
1801
1802         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
1803         (scale-paper): divide by scale.
1804
1805 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1806
1807         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
1808         case.
1809
1810 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1811
1812         * scm/stencil.scm (fontify-text): reinstate function
1813
1814         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
1815
1816         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
1817
1818         * lily/parser.yy (book_paper_head): \bookpaper {} 
1819
1820         * python/midi.c: remove config.h
1821
1822 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1823
1824         * scm/output-gnome.scm: Update.
1825
1826 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1827
1828         * scm/output-gnome.scm: New file.
1829
1830         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
1831
1832 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1833
1834         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
1835         (find_scaled_font): move from Paper_def
1836
1837 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1838
1839         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
1840         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
1841
1842         * po/fr.po: update po.
1843
1844         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
1845
1846         * lily/book-paper-def.cc (print_smob): new file.
1847
1848 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
1849
1850         * buildscripts/lilypond-words.py: search words also from
1851         music-functions-init.ly.
1852
1853 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1854
1855         * ly/music-functions-init.ly (def-music-function): new helper
1856         macro for defining music functions. \addlyrics \appoggiatura
1857         \acciaccatura \grace \partcombine \autochange \applycontext
1858         \applyoutput and \breathe are now defined here thanks to it.
1859
1860         * lily/parser.yy: 
1861         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
1862         \grace \partcombine \autochange \applycontext \applyoutput and
1863         \breathe keywords removed from the parser.
1864
1865         * lily/parser.yy: 
1866         * lily/music-function.cc (ly_make_music_function): 
1867         * lily/lexer.ll (music_function_type): added a case for 0-arg
1868         music functions.
1869
1870 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1871
1872         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
1873         refering to a music expression can be used in lily-inside-scheme:
1874         #{ $music #}
1875
1876         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
1877         and ly:parser-define, and change ly:parser-parse-string in order
1878         to make #{ $music #} work.
1879
1880         * scm/new-markup.scm (compile-markup-expression): when an argument
1881         is a string, use `make-simple-markup'.
1882
1883 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1884
1885         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
1886
1887 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1888
1889         * scripts/convert-ly.py (FatalConversionError.func): handle + in
1890         font-size. (backportme)
1891
1892 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1893
1894         * lily/paper-outputter.cc (output_stencil): dump font definitions
1895         before each stencil.
1896
1897         * lily/include/paper-book.hh (struct Score_lines): new
1898         struct. Collect info per Paper-score.
1899
1900         * lily/include/page.hh (class Page): to_stencil() returns Stencil
1901         everywhere.
1902
1903         * lily/stencil.cc (find_expression_fonts): new function
1904
1905         * lily/paper-outputter.cc (output_stencil): use
1906         interpret_stencil_expr
1907
1908         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
1909         (interpret_stencil_expr): new function. Generic stencil
1910         interpretation.
1911
1912         * lily/paper-def.cc (find_scaled_font): divide lookup
1913         magnification by outpuscale for non-virtual fontmetrics. This
1914         fixes ludicrously long font definitions for text
1915         fonts. (backportme)
1916
1917         * lily/score-engraver.cc: remove
1918         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
1919
1920 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1921
1922         * input/test/markup-score.ly: Remove \notes.
1923
1924         * lily/parser.yy (book_body): Grok Composite_music and \header.
1925         (markup): Push NOTES mode before score_block.
1926
1927         * VERSION: release 2.3.1
1928
1929         * mf/feta-klef.mf: 
1930         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
1931
1932         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
1933
1934         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
1935
1936 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1937
1938         * scm/output-tex.scm (output-tex-string): tighten safe security.
1939
1940         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
1941
1942         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
1943         allowed ly functions.
1944
1945         * lily/ly-module.cc (ly_module_define): only define variable if
1946         bound.
1947         (ly_make_anonymous_module): take safe option.
1948
1949 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1950
1951         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
1952
1953 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1954
1955         * input/regression/newaddlyrics.ly: Fix.
1956
1957         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
1958         \score \notes.
1959
1960 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
1961
1962         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
1963
1964 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1965
1966         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
1967
1968         * lily/paper-line.cc (Paper_line): don't store list of stencils,
1969         but convert to single Stencil immediately.
1970
1971         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
1972
1973 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1974
1975         * scm/output-sodipodi.scm: Resurrect sodipodi output.
1976
1977 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
1978
1979         * elisp/lilypond-mode.el: Changed the way defaults are created for
1980         LilyPond-command-master.  LilyPond-mode will now check the
1981         timestamps of the files to see which command has to run next.
1982
1983 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1984
1985         * scm/bass-figure.scm (format-bass-figure): don't set
1986         number-markup for strings. This fixes string in bass
1987         figure. (backportme)
1988
1989         * lily/parser.yy (bass_number): insert number-markup into figure
1990         definition.
1991
1992         * scm/define-music-properties.scm (all-music-properties): make
1993         'figure a markup.
1994
1995         * scripts/convert-ly.py (conv): \apply -> \applymusic
1996
1997 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
1998
1999         * elisp/lilypond-mode.el: changed the order of some commands
2000         ("Midi" after "2Midi"), use the user-defined
2001         LilyPond-command-default as default instead of "LilyPond"
2002
2003         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
2004         to set the master file for the next command.
2005
2006         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
2007         with font-lock-reference-face.
2008
2009 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
2010
2011         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
2012
2013         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
2014
2015 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2016
2017         * ly/music-functions-init.ly (TODO): new file.
2018
2019         * lily/parser.yy (Generic_prefix_music_scm): add more
2020         music_function symbols.
2021         (Prefix_composite_music): change \apply to music-function   
2022
2023         * lily/include/music-function.hh: rename to music-function
2024
2025 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2026
2027         * lily/music-head.cc (LY_DEFINE): change order of args.
2028
2029         * input/regression/music-head.ly (texidoc): new file.
2030
2031         * lily/parser.yy (Generic_prefix_music): allow generic
2032         music-transformation functions. 
2033
2034         * lily/include/music-head.hh (is_music_head): new file.
2035
2036         * lily/music-head.cc (get_music_head_transform): new file.
2037
2038 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2039
2040         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
2041         empty extent. This fixes ottava brackets on rests. (backportme)
2042
2043         * make/lilypond.redhat.spec.in (Group): ln png files for info.
2044
2045         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
2046
2047         * cygwin/lily-wins.py: update for the lily-wins.py script.
2048
2049 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2050
2051         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
2052         code. This will obviate typeset_grob () in the future.  The effect
2053         of this is that improperly written spanner handling will result in
2054         invalid spanner bounds.
2055         (announce_grob): add to elems_ from here
2056         (typeset_grob): comment out.  
2057
2058         * lily/include/engraver.hh (make_spanner): new calling interface
2059         for make_{item,spanner}. This obviates most calls to
2060         announce_grob().
2061
2062         * scm/music-functions.scm (set-accidental-style): use GrandStaff
2063         iso. PianoStaff for piano styles.
2064
2065 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
2066
2067         * Documentation/user/music-glossary.tely: add segno after d.s.
2068
2069 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2070
2071         * lily/include/audio-column.hh: remove unused variables.
2072         (patch by Michael Welsh Duggan)
2073
2074         * flower/include/axes.hh (other_axis): inline Axes function
2075         (thanks to David Brandon).
2076
2077 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2078
2079         * cygwin/mknetrel: Install image links (backportme).
2080
2081         * Documentation/user/GNUmakefile (local-install-info): Activate
2082         actual installing of image links (backportme).
2083
2084 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2085
2086         * Documentation/user/notation.itely (Measure repeats): Removed
2087         unnecessary (and confusing) \context Voice{.
2088
2089 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2090
2091         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
2092
2093         * lily/page.cc (Page): Do not use ly_scheme_function for
2094         volatile/configurable variables (FIXME: better name).
2095
2096         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
2097         get_scmvar).
2098
2099 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2100
2101         * scripts/convert-ly.py (FatalConversionError.subst): use
2102         \transposition.
2103
2104 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2105
2106         * lily/include/page.hh (class Page): Declare left_margin ().
2107
2108         * lily/page.cc: Remove paper var caching.
2109
2110 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2111
2112         * Documentation/user/music-glossary.tely: Add name to @top node.
2113         Remove comment from @table definitions (workaround for makinfo
2114         bug).
2115
2116         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
2117         ly:stencil-get-expr).  Update callers.
2118         (ly:stencil-align-to!):  Return stencil too.
2119
2120         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
2121         stencil.  Remove looped line-based page output.
2122         (output_line): Use line stencil.  Remove looped stencil-based line
2123         output.
2124
2125         * lily/page.cc (ly:page-paper-lines): New function.
2126
2127         * input/test/markup-score.ly: New file.
2128
2129         * scm/define-markup-commands.scm (stencil): New markup.
2130
2131         * lily/book.cc (to_stencil): New method.
2132
2133         * lily/parser.yy (markup): Use it to grok \score.
2134
2135 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2136
2137         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
2138
2139         * lily/paper-book.cc (pages): Change signature.  Update callers.
2140
2141         * lily/include/page.hh:
2142         * lily/page.cc: New file.
2143
2144         * lily/paper-line.cc (to_stencil): New method.
2145
2146         * lily/paper-outputter.cc (output_stencil): New method.
2147
2148         * lily/paper-outputter.cc (output_line): Use them.
2149
2150         * lily/warn.cc: Remove.
2151
2152         * lily/my-lily-parser.cc (distill_inname): Remove.
2153
2154         * flower/include/file-name.hh: 
2155         * flower/file-name.cc: New file.  Update users.
2156
2157         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
2158         (find): New method of same name.
2159
2160         * lily/my-lily-parser.cc (ly:parse-file): Use it.
2161
2162         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
2163         constant error message.
2164
2165 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
2166
2167         * input/test/{blank-notes.ly,staff-container.ly}: typos.
2168
2169 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2170
2171         * Documentation/user/music-glossary.tely: @table @strong' replaced
2172         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
2173         (backportme).
2174
2175 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2176
2177         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
2178
2179         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
2180         #{ lily music expression #} that returns an equivalent scheme
2181         music expression by parsing the string.
2182
2183 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2184
2185         * lily/my-lily-parser.cc:
2186         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
2187         SCM string (foo.ly/toto.scm support).
2188
2189 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2190
2191         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
2192
2193 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2194
2195         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
2196
2197         * scripts/lilypond-book.py: LY code that includes \header is
2198         not assumed to be a fragment.
2199
2200 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
2201
2202         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
2203         tremolo beams up.
2204
2205         * lily/stem.cc (chord_start_y): Return 0 if no heads.
2206         (get_default_stem_end_position): No tremolo head juggling if no
2207         heads.  Fixes tremolo crash on rests (backportme).
2208
2209         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
2210
2211 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2212
2213         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
2214         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
2215
2216         * lily/lexer.ll: Allow \encoding in NOTES mode.
2217
2218         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
2219         for lyrics, not for commands.
2220
2221         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
2222         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
2223
2224         * input/regression/newaddlyrics.ly: New file.
2225
2226         * Documentation/topdocs/NEWS.texi: Update.
2227
2228         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
2229         (Music_list): Allow embedded scm.
2230
2231         * lily/score.cc (ly:score-bookify): New function.
2232
2233         * lily/music.cc (ly:music-scorify): Idem.
2234
2235         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
2236         (ly:parser-print-score): Idem.
2237
2238         * scm/lily.scm (default-toplevel-book-handler): Idem.
2239         (default-toplevel-music-handler): Idem.
2240         (default-toplevel-score-handler): Idem.
2241
2242         * ly/declarations-init.ly: Set default toplevel handlers.
2243
2244         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
2245
2246         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
2247         printer for score at toplevel.
2248
2249 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2250
2251         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
2252         Fix for simple case: input/simple-song.ly, more complex stuff
2253         does not work yet.
2254
2255 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2256
2257         * lily/parser.yy (Prefix_composite_music): split Composite_music
2258         in Prefix_composite_music and Grouped_music_list.
2259         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
2260
2261 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2262
2263         * scm/lily.scm (toplevel-expression): New define.
2264
2265         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
2266
2267         * lily/parser.yy (toplevel_expression): Use it.
2268
2269         * lily/include/my-lily-parser.hh: Smobbify.
2270
2271         * lily/my-lily-parser.cc (parse_string): New method.
2272
2273         * lily/my-lily-parser.cc (ly:parse-string): New function.
2274
2275         * Documentation/user/lilypond.tely: Add comment and workaround for
2276         gs-8.01 crash.  Fixes make web.
2277
2278         Simplification of toplevel music.
2279
2280         * lily/lexer.ll, lily/parser.yy:
2281
2282         * In LYRICS mode, return LYRICS_STRING.  This fixes one
2283         shift/reduce problem.
2284
2285         * Use NOTES mode at start of maininput.
2286
2287         * Grok toplevel composite music expression, put in score and book.
2288
2289         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
2290
2291         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
2292
2293         * input/simple.ly: New file.
2294
2295         * input/simple-song.ly: Idem.
2296
2297 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2298
2299         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
2300         Sandberg.
2301
2302 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2303
2304         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
2305
2306 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
2307
2308         * input/regression/accidental-octave.ly: doc automatic showing
2309         of note names.
2310
2311 2004-04-16  Heikki Junes <janneke@gnu.org>
2312
2313         * po/fi.po: do "make po && make -C po po-update" at top-level,
2314         then "cp po/out/fi.po po/fi.po" and update fields.
2315
2316         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
2317
2318 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2319
2320         * Documentation/user/introduction.itely (About this manual): Fix
2321         templates and regression urls (backportme).
2322
2323 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2324
2325         * ly/engraver-init.ly (Score:graceSettings): Increase
2326         beamed-lengths, especially for 32nd notes.
2327
2328         * Documentation/user/notation.itely (Grace notes): Correct the
2329         syntax for add-grace-property example.
2330
2331 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2332
2333         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
2334         `Generated' tag.
2335
2336         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
2337         Severely broken (the Debian package, at least).
2338
2339 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2340
2341         * lily/context.cc (find_create_context): assign to lvalue.
2342
2343 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2344
2345         * lily/include/translator.hh (class Translator): rename
2346         get_parent_context() to context () to avoid confusion.
2347
2348         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
2349
2350         * lily/lexer.ll: change is_string -> ly_c_string_p 
2351
2352         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
2353
2354         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
2355
2356 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2357
2358         * VERSION: release 2.3.0
2359
2360         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
2361
2362         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
2363         if nonempty.
2364
2365         * lily/include/context.hh (class Context): make members protected.
2366         (children_contexts): new accessor function.
2367
2368         * lily/include/translator.hh (class Translator): make
2369         daddy_context_ protected.
2370         (class Translator): clean up. 
2371
2372         * lily/include/context.hh (class Context): make daddy_context_
2373         private.
2374
2375         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
2376         higher for finding Voice. (backportme)  
2377
2378         * lily/include/context.hh (class Context): remove
2379         find_context_below() as a method.
2380
2381         * Documentation/user/notation.itely (The Lyrics context): add note
2382         about manual durations
2383
2384         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
2385         encoding.
2386
2387         * scm/output-tex.scm (text): dump \inputencoding{} for text.
2388
2389 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2390
2391         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
2392         \usepackage{inputenc}
2393
2394         * lily/paper-book.cc (classic_output): don't advance Offset for
2395         TeX output.
2396
2397         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
2398         ec-sauter.map in rules
2399
2400         * mf/ecb.mf (font_identifier): new file, based on ecbx
2401
2402         * mf/ecb10.mf (gensize): new file.
2403
2404         * Documentation/topdocs/NEWS.texi (Top): document some more new
2405         features.
2406
2407         * ly/declarations-init.ly: run convert-ly
2408
2409         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
2410         from input-file-results. Remove input-file-results.* 
2411
2412 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2413
2414         * scm/output-ps.scm (font-command): Fix, again.
2415
2416         * input/test/title-markup.ly: Add \noPagebreak test.
2417
2418         * lily/score-engraver.cc (try_music): Bugfix.
2419
2420 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2421
2422         * lily/main.cc (main_with_guile): excise dependency options -M and
2423         --dep-prefix
2424
2425         * lily/input-file-results.cc: excise Makefile dependency code
2426
2427         * Documentation/user/invoking.itexi (Invoking the lilypond
2428         binary): remove dep doco
2429
2430         * lily/main.cc (main_with_guile): call lilypond-main
2431
2432         * scm/lily.scm (lilypond-main): new function: handle multiple files.
2433
2434         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
2435         exception.
2436
2437         * lily/my-lily-parser.cc: remove paper_description function
2438
2439         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
2440         new function.
2441
2442         * lily/main.cc: remove global_score_count.
2443
2444         * lily/book.cc (process): don't take header from global_input_file.
2445
2446         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
2447
2448         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
2449
2450         * lily/music-output-def.cc (LY_DEFINE): new function
2451         ly_output_description. This function does the bulk for  setting,
2452         parsing and breaking down of an input file.
2453
2454         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
2455         anonymous modules globally. Let's hope they get GCd
2456
2457         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
2458
2459 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2460
2461         * scm/output-ps.scm (header): Papersize from paper.
2462
2463         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
2464         for classic output.
2465
2466         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
2467         lilypondclassic is defined.
2468         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
2469
2470         * input/regression/between-systems.ly: Remove.
2471
2472         * python/lilylib.py (get_bbox): Fix regular expression
2473         for bounding box.
2474
2475         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
2476
2477         * scm/output-tex.scm (stop-page): Use it.
2478
2479         * scm/output-ps.scm (define-fonts): Bugfix.
2480
2481         * lily/grob.cc: Add penalty to interface.
2482
2483         * lily/include/paper-line.hh (class Paper_line): New member
2484         var penalty_.
2485
2486         * lily/system.cc (get_line): Initialise Paper_line with
2487         page-penalty's from original grobs.
2488
2489         * scm/define-music-properties.scm (all-music-properties): Add
2490         page-penalty.
2491
2492         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
2493
2494         * lily/score-engraver.cc (try_music): Handle page-penalty.
2495
2496         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
2497
2498 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2499
2500         * ly/declarations-init.ly (melismaEnd): typo
2501
2502         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
2503
2504         * scm/output-ps.scm (text): split string into spaces, use moveto
2505         for setting space. 
2506
2507 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2508
2509         * po/nl.po: Update.
2510
2511         * scm/font.scm (add-cmr-fonts): Typo.
2512
2513 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2514
2515         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
2516         font-encoding.
2517
2518         * scm/define-grobs.scm (all-grob-descriptions): idem.
2519
2520         * lily/time-signature.cc (numbered_time_signature): idem.
2521
2522         * scm/font.scm (add-cmr-fonts): use real encoding names for
2523         font-encoding.
2524
2525 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2526
2527         * lily/paper-book.cc (classic_output): 
2528         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
2529         Fixes classic output.
2530         (lilypondstart):
2531         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
2532         kludge.
2533
2534         * scripts/old-lilypond-book.py: Remove.
2535
2536         Page layout for SCOREs enclosed in a BOOK:
2537
2538         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
2539         layout tweaking.
2540
2541         * input/les-nereides.ly (theScore): Add \book.
2542
2543         * input/test/title-markup.ly: Add \book.
2544
2545         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
2546         only if 'verbose.
2547
2548         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
2549
2550         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
2551
2552         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
2553         * scm/output-tex.scm (start-system): Update for page layout by
2554         LilyPond.
2555
2556         * scm/output-ps.scm (start-system): Previously (new-start-system).
2557
2558         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
2559         passed to define-fonts.
2560
2561         * lily/paper-column.cc: 
2562         * lily/system.cc (get_line):
2563         * ly/property-init.ly (newpage): 
2564         * scm/define-grob-properties.scm:
2565         * scm/output-ps.scm: 
2566         * scm/output-tex.scm: Remove between-system-string kludge.
2567
2568         * scm/output-ps.scm (define-fonts, font-command,
2569         font-load-encoding): Handle ENCODING = #f.
2570
2571         * scm/output-tex.scm (output-scopes): Check if variable is bound.
2572
2573         * scm/define-markup-commands.scm (fill-line): Use
2574         make-simple-markup (WAS: unexisting make-word-markup).
2575
2576         * lily/text-item.cc (interpret_markup): Bugfix, transpose
2577         ENCODING, MARKUP parameters for interpret_string.
2578
2579         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
2580
2581         * lily/score.cc (book_rendering): New method.
2582         (default_rendering): Create Paper_book helper locally, dump
2583         output.
2584
2585         * lily/my-lily-lexer.cc (the_key_tab): Add book.
2586
2587         * lily/parser.yy: Handle \book.
2588
2589         * lily/include/book.hh: 
2590         * lily/book.cc: New file.
2591
2592 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2593
2594         * lily/text-item.cc (interpret_string): new file, select font with
2595         encoding.
2596
2597         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
2598
2599         * scm/define-markup-commands.scm (encoded-simple): new markup command.
2600
2601         * lily/parser.yy (markup): take encoding from lexer.
2602
2603 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2604
2605         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
2606
2607         * scm/output-ps.scm: Remove some cruft.
2608
2609 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2610
2611         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
2612
2613         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
2614
2615 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2616
2617         * scm/font.scm (add-century-schoolbook-fonts):
2618         (make-century-schoolbook-tree): New function.
2619
2620         * input/test/title-markup.ly: Use Century Schoolbook font.
2621
2622 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2623
2624         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
2625         to Erik Sandberg) 
2626
2627         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
2628
2629         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
2630
2631         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
2632
2633         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
2634
2635 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2636
2637         * scm/part-combiner.scm (determine-split-list): bugfix: if no
2638         solo-state (at end of solo), we can set the solo status
2639         too. (backportme.)
2640
2641         * input/regression/part-combine-solo-end.ly: new file.
2642
2643 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2644
2645         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
2646         flavour abc files.  Really ignore unknown keys (backportme).
2647
2648 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2649
2650         * lily/scaled-font-metric.cc (text_dimension): only multiply with
2651         magnification_ when looking up in orig_.
2652
2653         * scm/output-tex.scm (text): switch off char-mapping.
2654
2655         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
2656         because AFM's encoding field cannot have spaces.
2657
2658 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2659
2660         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
2661
2662 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2663
2664         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
2665
2666         * mf/cmr.enc: new file, without hi-bit ascii info. 
2667
2668         * lily/bezier-bow.cc (slur_shape): make indent dependent on
2669         width. This removes the 'hook' at the end of a long slur.
2670
2671         * buildscripts/mf-to-table.py (parse_logfile): don't append
2672         encoding to fontname.
2673
2674 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2675
2676         * scm/output-ps.scm (define-fonts): Load .enc only once.
2677
2678         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
2679         too.
2680
2681 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2682
2683         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
2684         encoding field.
2685
2686         * lily/stencil-scheme.cc: remove ly:fontify-atom 
2687
2688         * ly/portuges.ly (pitchnames): new file.
2689
2690         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
2691         Michael Welsh Duggan
2692
2693         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
2694
2695         * ly/nederlands.ly: add comment about digits.
2696
2697         * lily/scaled-font-metric.cc (derived_mark): idem.
2698
2699         * scm/encoding.scm (make-encoding-mapping): change permutation to
2700         mapping.
2701
2702         * lily/scaled-font-metric.cc (derived_mark): is a const method.
2703         (Modified_font_metric): make alist for coding_description_
2704         (LY_DEFINE): remove coding-name.
2705
2706         * scm/output-tex.scm (text): remove debugging code.
2707
2708         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
2709
2710         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
2711         from infile.
2712
2713         * mf/feta-generic.mf: move fet_beginfont into generic code.
2714         use fetaMusic (without space) as encoding
2715
2716         * mf/feta-autometric.mf: take encoding argument
2717
2718         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
2719
2720         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
2721         use.
2722
2723         * scm/encoding.scm (read-encoding-file): use symbol for glyph
2724         name.
2725
2726 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2727
2728         * input/test/title-markup.ly: Set inputencoding.
2729
2730         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
2731
2732         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
2733
2734         * scm/encoding.scm (get-coding-filename, get-coding-command): New
2735         function.
2736         (coding-alist): Also hold filename, command.
2737         (read-encoding-file): Return symbols.
2738
2739 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2740
2741         * scm/output-tex.scm: remove fontify; text and char take a font
2742         argument.
2743
2744         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
2745
2746         * lily/scaled-font-metric.cc (text_dimension): init
2747         coding_{permutation,table}_ too 
2748         (LY_DEFINE): ly:font-encoding, new function return
2749
2750         * lily/paper-def.cc (find_scaled_font): take input coding from
2751         inputcoding paper var.
2752
2753         * lily/performance.cc (output): remap modulo 16.
2754
2755         * lily/text-item.cc (interpret_markup): whoops, variable
2756         shadowing fixed.
2757
2758 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
2759
2760         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
2761         symbols, not symbols to strings.
2762
2763         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
2764         symbols, not symbols to strings.
2765
2766 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2767
2768         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
2769         (ly:kpathsea-gulp-file): New function.
2770
2771         * scm/encoding.scm (read-encoding-file): Use it.
2772
2773 2004-04-06  Werner Lemberg  <wl@gnu.org>
2774
2775         * scm/encoding.scm (coding-alist): Fix typo.
2776
2777 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2778
2779         * lily/scaled-font-metric.cc (text_dimension): move function from
2780         Font_metric
2781         (make_scaled_font_metric): init coding_scheme_ to TeX
2782         (text_dimension): use get-coding-vector for non TeX coding_scheme_
2783
2784         * lily/include/scaled-font-metric.hh (struct
2785         Modified_font_metric): rename from Scaled_font_metric
2786
2787         * scm/encoding.scm (read-encoding-file): split up large function,
2788         leave caching to (delay)
2789
2790         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
2791
2792 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2793
2794         * lily/my-lily-lexer.cc (set_encoding): New method.
2795
2796         * lily/lexer.ll: Grok \encoding.
2797
2798         * lily/font-metric.cc (get_encoded_index): New function.
2799
2800         * lily/include/font-metric.hh (coding_scheme): New method.
2801
2802         * scm/encoding.scm: New file.
2803
2804         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
2805
2806 2004-04-05  Werner Lemberg  <wl@gnu.org>
2807
2808         * Documentation/user/tutorial.itely: Revised (finished).
2809
2810         * Documentation/user/macros.itexi (@separate): Removed.
2811
2812 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2813
2814         * scm/output-ps.scm (define-fonts): fix scaling.
2815
2816         * lily/scaled-font-metric.cc (design_size): add function.
2817
2818         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
2819         partial cut&paste of ly:font-magnification.
2820
2821 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2822
2823         * scm/output-ps.scm (define-fonts):
2824         (fontify): Update.
2825
2826 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2827
2828         * po/fr.po: update. (backportme).
2829
2830         * po/nl.po: update. (backportme). 
2831
2832         * mf/feta-beugel.mf: document why design size is not fixed.
2833
2834         * mf/feta-braces-a.mf: rename to stress that it's not design size.
2835
2836 2004-04-04  Werner Lemberg  <wl@gnu.org>
2837
2838         * Documentation/user/tutorial.itely: Revised (continued).
2839
2840 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2841
2842         * po/nl.po: Update (backportme).
2843
2844 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2845
2846         * po/de.po: update. (backportme).
2847
2848         * scm/output-tex.scm (font-command): use ly: functions to
2849         construct name.
2850         (define-fonts): don't use alist, just dump \font definitions.
2851         (font-load-command): calculate proper scaling by taking
2852         outputscale from paper argument.
2853
2854         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
2855         expression.
2856
2857         * lily/paper-outputter.cc (output_header): pass paper arg to
2858         define-fonts
2859
2860         * lily/paper-def.cc (font_descriptions): dump list of
2861         Scaled_font_metrics
2862         (find_scaled_font): take Font_metric argument, store
2863         Scaled_font_metrics in hash-table containing (size ->
2864         Scaled_font_metrics) alist.
2865         (get_dimension): rename from get_realvar
2866
2867         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
2868         ly:font-magnification, ly:font-name: new functions
2869
2870 2004-04-03  Werner Lemberg  <wl@gnu.org>
2871
2872         * Documentation/user/dedication.itely,
2873         Documentation/user/preface.itely,
2874         Documentation/user/introduction.itely,
2875         Documentation/user/tutorial.itely: Revised.
2876         Removing leading spaces which distorts output if info files are read
2877         with stand-alone info.
2878         Removing superfluous inter-word spaces which also distorts output
2879         for stand-alone info.
2880         Using ` and ' instead of `` and '' everywhere to improve
2881         legilibility with stand-alone info
2882         Using @samp for single-letter input items and data which contains
2883         spaces, @code for other things.
2884
2885         * lily/grob-interface.cc: Adding copyright.
2886         (check_interfaces_for_property): Improve format of warning message.
2887
2888 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2889
2890         * lily/include/font-metric.hh (struct Font_metric): add
2891         design_size () method.
2892
2893         * buildscripts/mf-to-table.py (base): add DesignSize comment.
2894
2895         * lily/afm.cc (read_afm_file): read design size.
2896
2897         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
2898
2899         * scm/music-functions.scm (unfold-repeats): handle dots too.
2900
2901 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2902
2903         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
2904         (backportme)
2905
2906 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2907
2908         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
2909         lyric indent.  Revert melismaBusyProperties using \unset.
2910
2911 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2912
2913         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
2914
2915         * lily/parser.yy (command_element): allow redefinition of |
2916         meaning.
2917
2918         * lily/break-align-engraver.cc (acknowledge_grob): construct
2919         LeftEdge where the first cause for alignment is coming from.
2920         This makes \override Staff.LeftEdge work as expected.
2921
2922         * lily/slur-performer.cc (Slur_performer): add inits
2923
2924         * lily/beam-performer.cc (Beam_performer): add inits
2925
2926 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2927
2928         * VERSION (PACKAGE_NAME): release 2.2.0