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