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