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