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