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