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