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