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