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