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