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