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