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