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