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