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