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