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