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