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