1 2004-01-13 Han-Wen Nienhuys <hanwen@xs4all.nl>
3 * scm/new-markup.scm (left-align-markup): bugfix.
5 * Documentation/user/refman.itely (Ottava brackets): more doco for
8 * lily/side-position-interface.cc (out_of_staff): also do
9 out_of_staff() correctly for d == DOWN.
11 * lily/text-spanner.cc (brew_molecule): only put vertical line and
12 horizontal line if they move to the right.
14 * scm/define-grobs.scm (all-grob-descriptions): set
15 text-repeat-if-broken for ottava spanner
17 * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
20 * mf/feta18.mf: design size is 18 not 22.5
22 * lily/new-lyric-combine-music-iterator.cc (process): new file.
23 Add a single LyricsVoice to a melody. Melismata may be set
26 * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
28 * lily/dot-column.cc: add stdio.h
30 2004-01-12 Han-Wen Nienhuys <hanwen@xs4all.nl>
32 * lily/item.cc: documentation for break-visibility (Thanks, John).
34 2004-01-11 Han-Wen Nienhuys <hanwen@xs4all.nl>
36 * lily/bar-line.cc (compound_barline): add bartype : (dotted).
38 * lily/translator-def.cc: rename Translator_def to Context_def.
40 * Documentation/user/internals.itely (Lexical details): clarify
43 * Documentation/user/refman.itely (Rhythmic music): add link to
46 2004-01-10 Han-Wen Nienhuys <hanwen@xs4all.nl>
48 * lily/translator.cc: document start_translation_timestep()
50 * scm/output-tex.scm (tex-encoded-fontswitch): use
51 round for rounding (inexact->exact yields rationals)
53 * lily/*.cc: remove superfluous start_translation_timestep() calls.
55 * lily/translator-group.cc (get_simple_trans_list):
56 new function; construct simple_trans_list_ lazily.
58 2004-01-10 Jan Nieuwenhuizen <janneke@gnu.org>
60 * lily/paper-outputter.cc (output_scope): Check if number before
61 checking exact (guile cvs).
63 * scm/*: Escape backslashes in scheme strings (guile cvs).
65 2004-01-10 Han-Wen Nienhuys <hanwen@xs4all.nl>
67 * Documentation/user/refman.itely (Tablatures basic): annotate
70 * lily/*.cc: cleanup of engraver initialize() functions.
72 * lily/repeat-acknowledge-engraver.cc
73 (start_translation_timestep): remove first_b_
75 * lily/tab-note-heads-engraver.cc: listen to string number events
76 inside < > too. (backportme).
78 * Documentation/user/refman.itely (Text scripts): add fatText to
81 2004-01-09 Han-Wen Nienhuys <hanwen@xs4all.nl>
85 * stepmake/bin/add-html-footer.py (built): add Wiki links to
88 * lily/parser.yy (translator_mod): allow \with { \remove .. }
90 * lily/bar-check-iterator.cc (process): only warn if
91 barCheckLastFail was changed.
93 * scm/define-translator-properties.scm (barCheckLastFail): add
96 * lily/main.cc (main_prog): print summary of failed files.
98 * lily/axis-group-engraver.cc: move all spanner creation to
99 process_music (). Now staffs can be adjusted with \override too.
100 (Jan, you are a brilliant programmer!)
102 * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning.
104 2004-01-08 Han-Wen Nienhuys <hanwen@xs4all.nl>
106 * lily/translator-def.cc (get_translator_names): accept user
109 * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
110 as big as normal heads.
112 * input/*ly: run convert-ly
114 * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
115 () if dependencies are fluked.
117 * scm/document-translation.scm (engraver-doc-string): update on
118 latest string/symbol conventions.
120 * lily/translator-ctors.cc: use Scheme_hash_table.
122 * lily/translator-def.cc (get_translator_names): new function
123 (add_context_mod): new function
124 (get_accepted): new function
126 * lily/parser.yy (context_mod): put all modifications of
127 \translator { } in a single production, encode as SCM.
129 * lily/translator-def.cc (add_context_mod): rewrite Translator_def
130 to use read-only lists, so additions to the definition can be
133 * Documentation/user/invoking.itexi (Editor support): add node on
136 * Documentation/user/refman.itely (Bar check): add lyrics example
139 * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
141 * scripts/convert-ly.py (conv): add conversion rule.
143 * lily/parser.yy: use \change iso. \translator for staff switch.
145 * lily/my-lily-lexer.cc: add \change.
147 * scm/define-translator-properties.scm
148 (default-melisma-properties): add definition.
150 2004-01-07 Han-Wen Nienhuys <hanwen@xs4all.nl>
152 * Documentation/user/refman.itely (Bar lines): clarification of
153 systemStartDelimiter.
155 * input/test/slur-shape.ly (x): remove file.
157 * lily/translator-group.cc (apply_property_operations): new function.
159 2004-01-06 Han-Wen Nienhuys <hanwen@xs4all.nl>
161 * lily/parser.yy (optional_prop_ops): allow \with {
162 PROPERTYSETTINGS } following \context or \new.
164 * lily/my-lily-lexer.cc: add \with.
166 * lily/parser.yy (property_operation): clean up definition of
168 (property_op_to_music): new function.
169 (context_spec_music): new function
171 * VERSION: 2.1.7 released.
173 * input/regression/collision-merge-dots.ly: new file.
175 * lily/note-collision.cc (check_meshing_chords): if merging heads,
176 then kill the dots too.
178 * lily/separating-line-group-engraver.cc (acknowledge_grob):
179 set/unset breakableSeparationItem
181 * lily/separation-item.cc (relative_width): add function.
183 * scm/define-grob-interfaces.scm (only-prebreak-interface): add
184 only-prebreak-interface
186 * lily/system.cc (output_lines): only junk only-prebreak-interface
189 * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
190 read breakableSeparationItem
192 * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
194 * lily/system.cc (output_lines): don't suicide Spacing_items.
196 * lily/dot-column.cc (dot_config_badness): new function:
197 select the best scoring dot configuration: dots should go close to
198 the note heads, but be shifted up or down according to conventions.
199 (print_dot_configuration): idem.
201 (remove_collision): idem.
203 * input/regression/dots.ly: add more test cases.
205 2004-01-06 Han-Wen Nienhuys <hanwen@cs.uu.nl>
207 * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
209 * flower/include/interval.hh: rename elem_b to contains
211 * lily/tie.cc: change 'heads to 'head-pair.
213 * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
214 fill in 'heads field.
216 * lily/lyric-extender.cc (brew_molecule): use heads for width, use
217 minimum-length for short ones, and shorten so collisions with the
218 next syllable are avoided.
220 * lily/beam-quanting.cc (score_slopes_dy): add extra points for
222 Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy
224 * lily/dots.cc: remove quantized_position callback. All Y
225 positioning is done by dot-column.cc
227 * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
228 exhaustive test of all dot positions. This fixes disappearing dots
231 2004-01-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
233 * mf/feta-klef.mf (test_staff): fatten up G clef
234 (test_staff): fatten up f clef.
237 2004-01-05 Jan Nieuwenhuizen <janneke@gnu.org>
239 * input/mutopia/E.Satie/petite-ouverture-a-danser.ly:
240 * input/les-nereides.ly: Use latin1 characters for title, like
243 2004-01-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
245 * scm/font.scm (paper20-font-vector): add bold-narrow series (only
248 * lily/lyric-extender.cc (brew_molecule): add little space before
251 * lily/beam-quanting.cc (score_forbidden_quants): check if
252 outer stafflines fall in any beam gaps.
254 * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
257 2004-01-04 Han-Wen Nienhuys <hanwen@cs.uu.nl>
259 * VERSION: 2.1.6 released.
261 * lily/beam-quanting.cc (quanting): add inspect-quants property:
262 this shows the demerits of a user-defined beam position pair.
264 * scm/define-grobs.scm (all-grob-descriptions): set
265 beamed-extreme-minimum-free-lengths to a different value.
267 * lily/scm-option.cc: add debug-beam scm-option
269 * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
271 2004-01-03 Han-Wen Nienhuys <hanwen@cs.uu.nl>
273 * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
275 * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
278 * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
280 * lily/spacing-spanner.cc (breakable_column_spacing): take average
281 of spacing wishes, not maximum. Only do this for delta-t == 0. In
282 the other case, take standard column-breakable spacing. Do not
283 warn about "no spacing wishes".
285 This fixes wide spaces after barlines in very loose lines.
287 * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
289 2004-01-02 Han-Wen Nienhuys <hanwen@cs.uu.nl>
291 * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
292 acknowledge_grob lyric-syllable, not lyric-text.
294 * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
295 dashes of length #'length separated by #'dash-period.
297 * lily/lyric-extender.cc (brew_molecule): idem
299 * lily/multi-measure-rest.cc (big_rest): idem
301 * lily/system-start-delimiter.cc (simple_bar): idem
303 * lily/bar-line.cc (simple_barline): use rounded box
305 * VERSION: release 2.1.5
307 * Documentation/user/lilypond-book.itely (Integrating LaTeX and
308 music): move note about dvips to more visible place.
310 * lily/lyric-phrasing-engraver.cc: move from
311 new-phrasing-engraver.cc, remove old cruft (syllable-group,
312 lyric-phrasing-engraver.hh)
314 * lyric-align.ly: remove file
316 * scripts/convert-ly.py (FatalConversionError.func): add removal
317 rule for automaticMelismata
319 * ly/engraver-init.ly (ScoreContext): switch on
320 New_phrasing_engraver by default.
322 * lily/slur-engraver.cc (class Slur_engraver):
323 process_acknowledged_grobs -> process_music.
324 (try_music): signal melismata correctly.
326 * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
327 word-space, right-trim-amount, and extend past right bound only
330 * lily/new-phrasing-engraver.cc (acknowledge_grob): add
331 lyric-extender support: add note-heads to the extender
334 * lily/parser.yy: extender is now post_event.
336 * lily/accidental-engraver.cc (number_accidentals): remove
337 spurious warning about non-parent contexts.
339 * lily/music-output-def.cc (assign_translator): \translator { }
340 for a Foo context implicitly redefines \FooContext.
342 * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
345 * lily/slur.cc (brew_molecule): don't use stafflinethickness
346 doubly in slur weight.
348 * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
351 * scm/define-grobs.scm (all-grob-descriptions): change clef -
354 * scripts/lilypond.py (global_latex_preamble): crank down size of
355 the margins. Now there is a 12 mm top and bottom margin, which
356 should correspond with the printable area of modern printers.
358 This enlarges the music height of the printable page a little.
360 * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
361 signs. Use \markup instead.
362 (accreg_pen): tweak for accordeon asterisk.
364 2003-12-31 Han-Wen Nienhuys <hanwen@cs.uu.nl>
366 * lily/melisma-engraver.cc (try_music): use melisma_busy()
368 * lily/lyric-engraver.cc (process_music): remove alignment kludge
370 * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
372 * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
374 * scm/define-grobs.scm (all-grob-descriptions): change
375 StanzaNumber description: make side support, i.s.o. breakable.
376 use Instrument_name_engraver for texts in the margin.
378 * scm/define-translator-properties.scm: remove
379 melismaEngraverBusy, stz property.
381 * *.cc: naming: change empty_b () into is_empty ()
383 * lily/self-aligment-interface.cc (aligned_on_parent): new function.
385 * input/regression/lyric-phrasing-new.ly: new file.
387 * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
388 engraver, redo lyric phrasing, but cleaner and simpler. Lyrics on
389 melismata are now left-aligned.
391 2003-12-30 Han-Wen Nienhuys <hanwen@cs.uu.nl>
393 * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
395 * mf/feta19.mf: remove.
397 * mf/feta-klef.mf (test_staff): more tweaks
399 * mf/feta-toevallig.mf: more small size tweaks.
401 * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
402 rests for smaller sizes.
404 * mf/feta-bolletjes.mf: fix cross heads.
406 * VERSION: release 2.1.4
408 * scripts/convert-ly.py (FatalConversionError.func): add rule for
409 deprecated #'ancient font family
411 * lily/mark-engraver.cc (process_music): only set rehearsalMark if
412 it is a string or number.
414 * scm/output-lib.scm (note-head-style->attachment-coordinates):
415 change calling convention of stem-attachment function.
417 * buildscripts/mf-to-table.py: read and dump WX/WY fields
419 * mf/feta-autometric.mf: dump WX/WY fields too
421 * mf/parmesan-heads.mf: idem.
423 * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
424 attachment coordinates.
426 * lily/note-head.cc (stem_attachment_coordinate): read stem
427 attachment from the notehead glyphs WX/WY fields.
429 * lily/include/font-metric.hh (struct Font_metric): add methods
430 get_indexed_wxwy (), make a distinction between looking up by
433 * mf/feta-bolletjes.mf: rewrite note head MF code.
434 (test_outlines): make heads more rotund for smaller sizes.
436 2003-12-29 Han-Wen Nienhuys <hanwen@cs.uu.nl>
438 * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
439 throughout. Font scaling fixes throughout.
441 * mf/feta-sleur,slur.mf: remove.
443 * mf/feta-slag.mf: rewrite.
445 2003-12-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
447 * VERSION: release 2.1.3
449 * stepmake/stepmake/toplevel-targets.make: remove pfa targets
451 * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
453 * lily/mark-engraver.cc (process_music): fix mark
454 \default. (backportme)
456 * stepmake/stepmake/automatically-generated.sub.make (default):
457 use -n for head/tail commands.
459 * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
460 heads with the same pitch.
462 2003-12-20 Han-Wen Nienhuys <hanwen@cs.uu.nl>
464 * lily/recording-group-engraver.cc (finalize): set protected_scm
465 member to '() before finalizing.
467 * lily/translator-group.cc (finalize): remove removal_processing ()
469 * lily/recording-group-engraver.cc: new engraver: record
470 synchronized start & end times for each music object.
472 * lily/parser.yy (toplevel_expression): execute score rendering
473 during parsing. Cleanup output-filename handling; this is no
474 longer done with global variables.
475 (translator_spec_body): allow \type modification too.
477 * lily/score.cc: ly:run-translator: new function
478 (LY_DEFINE): ly:render-output new function.
480 Separate interpreting and rendering, and make available as
481 functions at Scheme level.
483 2003-12-17 Jan Nieuwenhuizen <janneke@gnu.org>
485 * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
486 (musicxml-node->string):
488 (music-to-musicxml): New function.
490 2003-12-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
492 * VERSION: 2.1.2 released
494 * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
496 * scm/font.scm (paper20-font-vector): discouple font design sizes
497 from sizes specified in .ly file: store all design sizes of a font
500 * lily/font-select.cc (get_font_by_design_size): new function
502 * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
503 add parmesan,feta in sizes 14 and 18.
505 * mf/feta-toevallig.mf: use blot diameter for double sharp.
507 * lily/font-size-engraver.cc (acknowledge_grob): change definition
508 of fontSize: this now sets font-size
510 2003-12-16 Han-Wen Nienhuys <hanwen@cs.uu.nl>
512 * VERSION: 2.1.1 released
514 * Documentation/user/refman.itely (Tuning objects): add note about
515 concurrent tweaks in different contexts.
517 * lily/tie-engraver.cc (acknowledge_grob): use
518 Staff_symbol_referencer::get_position iso. reading staff-position
521 * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
522 currentMusicalColumn as left span-point for bracket. The bracket
523 is too long when there are accidentals.
525 2003-12-03 Mats Bengtsson <mabe@drongo.s3.kth.se>
527 * buildscripts/lilypond-profile.sh,
528 buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
529 Thanks to Reuben Thomas <rrt@mupsych.org>
531 2003-12-03 Heikki Junes <hjunes@cc.hut.fi>
533 * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
534 Wurbel <wurbel@univ-tln.fr>.
536 2003-11-17 Mats Bengtsson <mabe@drongo.s3.kth.se>
538 * scripts/midi2ly.py: Add space after chords.
540 2003-11-07 Heikki Junes <hjunes@cc.hut.fi>
542 * input/regression/{many}: add few @code{ ... }.
544 2003-11-05 Mats Bengtsson <mabe@drongo.s3.kth.se>
546 * mf/GNUmakefile (SAUTER_FONTS): Added cmss14,
547 cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
548 Removed cmbx5, cmbx6 (which are included in teTeX)
549 and cmbxti14 which is not used in fonts.scm.
551 2003-11-04 Heikki Junes <hjunes@cc.hut.fi>
553 * lily/midi-item.cc: fine tune quarter tones.
555 2003-11-03 Heikki Junes <hjunes@cc.hut.fi>
557 * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
558 new function, warn how many cents are missing in fine tuning.
560 2003-11-01 Heikki Junes <hjunes@cc.hut.fi>
562 * input/bugs/rhytmicstaff-tie.ly: add file.
564 * THANKS: Create skeleton for 2.1.
566 2003-10-31 Heikki Junes <hjunes@cc.hut.fi>
568 * input/test/bar-lines.ly (TODO): dashed "|".
570 2003-10-30 Heikki Junes <hjunes@cc.hut.fi>
572 * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
573 input/regression/tie-chord.ly: Fix spell for tying.
575 * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
577 * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
578 new file (renamed, see above).
580 * Documentation/user/lilypond-book.itely
581 * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
582 * input/example-1.ly input/example-2.ly input/example-3.ly
583 * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
584 * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
585 * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
586 * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
587 * scripts/lilypond-book.py scripts/lilypond.py
588 * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
589 * vimrc: replace ly2dvi with lilypond and remove silly comments.
591 * Documentation/user/lilypond.tely: update version.
593 * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
594 Remove extra spaces in each @node, fixes spaces.
596 2003-10-29 Mats Bengtsson <mabe@drongo.s3.kth.se>
598 * scripts/lilypond-book.py (output_dict): Add definition of
599 \lilypondbook also for LaTeX output. Solves several bug reports.
601 2003-10-29 Heikki Junes <hjunes@cc.hut.fi>
603 * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
605 2003-10-24 Heikki Junes <hjunes@cc.hut.fi>
607 * input/test/transposition.ly: Fix key signatures, given in comments.
609 2003-10-23 Mats Bengtsson <mabe@drongo.s3.kth.se>
611 * scm/midi.scm (instrument-names-alist),
612 Documentation/user/appendices.itely: Correct spelling of shakuhachi
614 2003-10-14 Mats Bengtsson <mabe@drongo.s3.kth.se>
616 * input/test/temporary-stave.ly (texidoc): New example based on an
617 email question from Ralph Little.
619 2003-10-11 Han-Wen Nienhuys <hanwen@cs.uu.nl>
621 * VERSION: release 2.1.0
623 * lily/note-performer.cc (try_music): accept busy-playing-event.
625 * lily/swallow-perf.cc (try_music): return false for
626 busy-playing-event and melisma-playing-event.
628 2003-10-09 Han-Wen Nienhuys <hanwen@cs.uu.nl>
630 * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
633 2003-10-05 Jan Nieuwenhuizen <janneke@gnu.org>
635 * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
636 that articulation_substitute will not move beam start again.
637 (articulation_substitute): Bugfix: remove stray space so that new
638 old chords ending '>>' does not get broken up.
639 (sub_chord): Use TAB for indentation (not spaces).
641 * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
642 Bugfix for startup: Use ?^ instead of ?\^.
644 2003-10-02 Han-Wen Nienhuys <hanwen@cs.uu.nl>
646 * lily/lyric-combine-music-iterator.cc
647 (Lyric_combine_music_iterator): change init order, to prevent GC
650 * lily/context-specced-music-iterator.cc (construct_children):
651 only change translator if found. This fixes a core dump problem.
653 2003-09-30 Han-Wen Nienhuys <hanwen@cs.uu.nl>
655 * scm/slur.scm (default-slur-extremity-rules): use equal? for
658 * mf/feta-bolletjes.mf: make hole in half note little
659 smaller for stem attachment.
661 * lily/stem.cc (brew_molecule): tweaks for new flag layout.
663 * mf/feta-banier.mf: don't draw stem with flag, just small square
666 * mf/feta-bolletjes.mf (slash_slope): remove ledger ending
668 * mf/feta-banier.mf: remove upstem/downstem characters.
670 * mf/feta-params.mf (stafflines): stems are 1.3 SLT.
672 * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
673 stafflinethickness (in the default)
675 * lily/stem.cc (brew_molecule): use round_filled_box for stem.
677 * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
679 * Documentation/topdocs/INSTALL.texi (Top): reorder.
681 * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
683 * lily/include/directional-element-interface.hh:
684 junk class, make {get,set}_grob_direction functions.
686 * lily/slur.cc (get_attachment): do something sensible when
687 attaching to stem without heads (eg. a rest).
689 * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
690 forcing up to staff. remove #'support-head property
691 (brew_molecule): small cleanup.
692 (flag): remove #'grace property.
694 2003-09-29 Jan Nieuwenhuizen <janneke@gnu.org>
696 * cygwin/postinstall-lilypond.sh:
697 * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
700 2003-09-29 Han-Wen Nienhuys <hanwen@cs.uu.nl>
702 * scripts/lilypond-book.py: resurrect 'eps' option.
703 (TexiPaper.to_eps): use -Ppdf for EPS files.
705 * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
707 * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
709 * VERSION: release 2.0.1
711 * lily/bezier.cc (get_other_coordinate): change assert into
714 * lily/note-head.cc (internal_brew_molecule): make left protusion
715 smaller, to accomodate for natural sign.
716 (internal_brew_molecule): only do this when the accidental is
718 (extent): new function
720 * lily/skyline.cc (merge_skyline): new function
721 (heighten_skyline): new function
723 * lily/accidental-placement.cc (position_accidentals)
724 (position_accidentals): fix todo.
726 2003-09-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
728 * input/test/+.ly (texidoc): put version number inline.
730 * GNUmakefile.in: remove rsync-web target.
732 * input/regression/bar-scripts.ly (onestaff): raggedright
734 2003-09-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
736 * lily/*.cc: remove #if 0'd code in couple of places.
738 * lily/midi-stream.cc (operator <<): rewrite.
740 * lily/note-head.cc (internal_brew_molecule):
741 only make ledgers when the Staff symbol has lines.
743 * ly/property-init.ly (arpeggioBracket): simplify
745 * lily/translator-group.cc (execute_pushpop_property): use
746 SCM_EQ_P for comparing keys. This fixes reverting
749 2003-09-28 Jan Nieuwenhuizen <janneke@gnu.org>
751 * lily/midi-stream.cc (operator <<): Also write MIDI string when
753 (operator <<): Normalise loop.
755 2003-09-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
757 * scripts/lilypond.py (escape_path): revise.
759 * scm/music-functions.scm (set-output-property): new function.
761 2003-09-27 Jan Nieuwenhuizen <janneke@gnu.org>
763 * cygwin/mknetrel: Next try in building doc on Cygwin natively;
764 use addmakeflags again.
766 * cygwin/lily-wins.py (escape_shell): New function; use it.
768 * scripts/lilypond.py (escape_shell): Escape quotes and other
769 spaces too. Do not escape escaping backslashes.
771 * make/srcdir.make.in (web-install): Must call install-WWW now.
773 * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
776 2003-09-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
778 * scripts/lilypond.py (escape_path): escape quotes too.
780 * Documentation/user/lilypond.tely (Unified index): rename Index
781 to accomodate Windows breakage.
783 * make/lilypond.redhat.spec.in (Group): remove out=www for web-install
785 * mf/GNUmakefile ($(outdir)/%.afm $(outdir)/%.enc
786 $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
789 2003-09-27 Jan Nieuwenhuizen <janneke@gnu.org>
791 * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
792 addmakeflags. Build and install doc and web also when building on
795 * mf/GNUmakefile: Bugfix.
797 * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
800 * cygwin/lily-wins.py: Quote filename.
802 2003-09-26 Han-Wen Nienhuys <hanwen@cs.uu.nl>
804 * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
806 2003-09-25 Jan Nieuwenhuizen <janneke@gnu.org>
808 * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
811 * configure.in: Require g++ > 3.0.4.
813 * mf/GNUmakefile: Bugfix: Add list.ly target.
815 * Documentation/user/GNUmakefile: Bugfix: list.ly target.
817 * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
818 make omf directory, add uninstall targets.
820 2003-09-25 Han-Wen Nienhuys <hanwen@cs.uu.nl>
822 * lily/tie-performer.cc (initialize): init prev_event
824 * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
826 * lily/script-engraver.cc (make_script_from_event): don't crash on
827 non-string articulation-type.
829 * lily/new-fingering-engraver.cc (add_script): don't crash on
831 (acknowledge_grob): warn about text script events.
833 2003-09-24 Heikki Junes <hjunes@cc.hut.fi>
835 * buildscript/lilypond.words: fix path for drums.scm.
837 2003-09-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
839 * lily/spacing-spanner.cc (note_spacing): don't make longer
840 durations than measure-length.
842 * VERSION: release 2.0.0
844 * GNUmakefile.in (rsync-web): version independent rsync target.
846 * input/test/+.ly (texidoc): idem.
848 * input/regression/+.ly: print version number.
850 * input/regression/accidentals.ly (mel): shorten.
852 * input/regression/accidental-octave.ly (texidoc): shorten.
854 * input/regression/hairpin-dashed.ly (texidoc): docstring.
856 * input/regression/completion-heads-polyphony.ly: octave
858 * input/regression/beam-manual.ly: remove
860 * input/regression/beam-chord.ly: remove
862 * input/regression/grace-dynamic.ly: remove
864 * input/regression/grace-volta-repeat.ly: octave fixes.
866 * input/regression/hairpin-dashed.ly (texidoc): doc string.
868 * lily/parser.yy (step_number): semitones for chord entry too.
869 (make_chord_step): more robust code, semitones.
871 * input/regression/breathing-sign-ancient.ly (texidoc): new file.
873 * input/regression/breathing-sign.ly (texidoc): split ancient and
874 normal breathing signs.
876 * scm/define-grobs.scm (all-grob-descriptions): swap
877 beamed-extreme-minimum-free-lengths and
878 beamed-minimum-free-lengths; the 'extreme' case should allow
879 shorter stems. This fixes forced directions on beamed 32nd and
882 * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
883 quartertones, not semitones.
884 (NoteNamesContext): swallow more event types
886 * Documentation/topdocs/NEWS.texi (Top): insert close brace.
888 * VERSION (PACKAGE_NAME): release 1.9.10
890 2003-09-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
892 * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
893 set note head as cause of note-column. This gives a better error
896 2003-09-23 Jan Nieuwenhuizen <janneke@gnu.org>
898 * Documentation/topdocs/INSTALL.texi: Update emacs mode.
900 2003-09-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
902 * mf/GNUmakefile (pfa_warning): instruct
904 * stepmake/aclocal.m4: typo.
906 * Documentation/user/cheatsheet.itely: more verbose examples.
908 * input/regression/clefs.ly: remove bogus docstring.
910 2003-09-23 Jan Nieuwenhuizen <janneke@gnu.org>
912 * GNUmakefile.in (SUBDIRS): Add elisp.
914 * elisp/lilypond-mode.el:
915 * elisp/lilypond-init.el:
916 * elisp/lilypond-indent.el:
917 * elisp/lilypond-font-lock.el: Move from top dir.
919 * stepmake/stepmake/elisp-vars.make: New file.
921 * config.make.in (elispdir): Add.
923 * Documentation/topdocs/INSTALL.texi: Typo.
925 * make/ly-rules.make: Test for files instead of touching void and
929 * make/lilypond.redhat.spec.in:
930 * debian/rules: Fix lilypond.words stuff a bit. For running from
933 (push "<builddir>/share/lilypond/elisp" load-path)
935 to your ~/.emacs.el should give you LilyPond-mode again.
937 * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
938 regexp for DOS/Windows, we are too paranoid to fix others.
940 2003-09-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
942 * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
944 * input/test/chord-names-jazz.ly (banterProperties): fix
946 * lily/parser.yy (bass_mod): bass figure alterations are semi
947 tones, not quarter tones
949 * lily/beam.cc (set_stem_lengths): only lengthen stems
952 * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
955 * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
956 a warning that the warning may erroneous.
958 * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
961 * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
964 * GNUmakefile.in ($(config_h)): config.h should depend on
966 (lilypond.words): remove fontball stuff.
968 * stepmake/aclocal.m4: only print config.cache warning if it exists.
970 * configure.in: remove pktrace reference.
972 * GNUmakefile.in (rsync-web): permissions and ownership for
975 * lily/volta-engraver.cc (staff_eligible): new function.
976 (stop_translation_timestep): kill off spanners if not eligible.
978 * VERSION (PATCH_LEVEL): release 1.9.9
980 * input/regression/beam-quanting-32nd.ly (texidoc): new file
982 * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
983 length is more important than forbidden quants.
985 2003-09-23 Heikki Junes <hjunes@cc.hut.fi>
987 * buildscripts/lilypond.words: order words in search order,
988 add lilypond.words.vim to be generated.
990 * lilypond.vim: use lilypond.words.vim for keyword matching.
992 * lilypond-mode.el: use search order. fix word selection rules.
994 * lilypond-font-lock.el: fix fontifying long durations.
996 * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
998 2003-09-22 Jan Nieuwenhuizen <janneke@gnu.org>
1000 * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
1002 * stepmake/stepmake/generic-targets.make:
1003 * stepmake/stepmake/bin/make-version.py:
1004 * stepmake/aclocal.m4:
1005 * make/stepmake.make:
1006 * make/toplevel-version.make: Build fixes: remove last traces of
1007 VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
1009 * lily/beam.cc: Add gap-count property.
1011 2003-09-22 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1013 * scm/define-grob-properties.scm (gap-count): add gap-count
1015 * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
1017 2003-09-22 Jan Nieuwenhuizen <janneke@gnu.org>
1019 * cygwin/mknetrel.doc: Typo.
1021 * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
1023 * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
1025 2003-09-22 Mats Bengtsson <mabe@drongo.s3.kth.se>
1027 * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
1028 sizes. Remove support for 'ledger'(=tabloid+landscape).
1030 2003-09-22 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1032 * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
1035 * configure.in: remove VERSION stuff once again.
1037 * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
1039 * scm/define-grobs.scm (all-grob-descriptions): use sans family
1042 * mf/GNUmakefile: always trace pfa fonts.
1043 (SAUTER_FONTS): add cmss[567] too fonts
1045 * configure.in: require mftrace.
1047 * lily/staff-performer.cc (new_instrument_string): don't look at
1048 instrument property.
1050 * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
1051 is_direction is the C++ one. Similar for ly_axis_p and
1054 2003-09-21 Jan Nieuwenhuizen <janneke@gnu.org>
1056 * lily/beam.cc (brew_molecule): read gap-count to determine
1057 number of tremolo (gapped) beams.
1059 * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
1062 * flower/include/array.hh (default_compare): new function
1064 * cygwin/mknetrel: Native fixes.
1066 * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
1068 2003-09-20 Jan Nieuwenhuizen <janneke@gnu.org>
1070 * Documentation/topdocs/NEWS.texi: Add note about .ly double click
1071 feature for Windows.
1073 * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
1075 * cygwin/mknetrel: Updates for native use on Cygwin.
1077 * lily/parser.yy: Compile fix: add stdio.h for snprintf.
1079 * stepmake/stepmake/help2man-rules.make:
1080 * cygwin/mknetrel: Bugfix for manpages.
1082 * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
1083 $(builddir). Stepmake is a normal subdirectory now, that is not
1084 configured. Another srcdir build fix.
1086 * Documentation/topdocs/INSTALL.texi,
1087 buildscripts/lilypond.words.py, lilypond-font-lock.el,
1088 lilypond-init.el, lilypond-mode.el, debian/rules,
1089 make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
1090 rename generated file lilypond.words to lilypond.words.el.
1092 2003-09-20 Heikki Junes <hjunes@cc.hut.fi>
1094 * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
1096 * GNUmakefile.in, buildscripts/lilypond.words: give only path in
1099 2003-09-19 Jan Nieuwenhuizen <janneke@gnu.org>
1101 * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
1102 when cross building.
1104 * configure.in: srcdir build fix.
1106 * cygwin/GNUmakefile:
1107 * cygwin/lily-wins.py:
1108 * cygwin/postremove-lilypond.sh:
1109 * cygwin/postinstall-lilypond.sh: Merge from stable.
1111 * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
1114 2003-09-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1116 * lily/slur.cc (after_line_breaking): only set control points if
1119 * input/test/slur-manual.ly: new file.
1121 * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
1124 * VERSION (PACKAGE_NAME): release 1.9.8
1126 * scripts/lilypond.py (escape_path): escape spaces in directory names
1128 * input/test/text-spanner.ly: fixes.
1130 2003-09-19 Heikki Junes <hjunes@cc.hut.fi>
1132 * buildscripts/lilypond.words.py: add drum names as note names to
1135 2003-09-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1137 * input/regression/hairpin-dashed.ly: new file.
1139 * scripts/convert-ly.py (conv): warn about dash-length.
1141 * lily/dynamic-engraver.cc (try_music): end (de)crescendo
1142 automatically if we get a new one.
1144 * lily/lookup.cc (dashed_line): new function
1146 * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
1149 2003-09-18 Heikki Junes <hjunes@cc.hut.fi>
1151 * buildscripts/lilypond.words.py: extract note names.
1153 * lilypond-mode.el: take note names from lilypond.words -file.
1154 small fix in the use of string-match.
1156 * lilypond-font-lock.el: use lilypond.words for note names, add
1157 maxima to note a duration.
1159 2003-09-18 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1161 * lily/breathing-sign.cc: remove railtracks() function.
1163 * input/regression/arpeggio-bracket.ly (texidoc): add file.
1165 * lily/arpeggio.cc (brew_chord_bracket): clean-up
1166 (brew_molecule): bugfix don't make arpeggio shorter when
1167 arpeggio-direction is set.
1169 * debian/rules: small corrections in the (Pedro K)
1171 * Documentation/user/tutorial.itely (Tutorial): use lyinc in
1174 * lily/auto-beam-engraver.cc (process_music): end/junk beam if
1175 special (repeat) bar comes along.
1177 * input/regression/auto-beam-bar.ly: update.
1179 * scripts/lilypond-book.py (output_dict): remove support for the
1182 * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
1183 VerticalAlignment and VerticalAxisGroup this fixes the size
1184 computations for the entire system.
1186 * input/les-nereides.ly (bass): remove superfluous fontSize.
1188 * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
1189 causes directory of file to be added to include path.
1191 * input/regression/beam-break.ly: test single stem beams.
1193 * input/regression/system-start-bracket.ly: fix.
1195 * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
1197 * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
1199 * lily/beam-quanting.cc (quanting): check french-beaming per stem.
1200 (score_stem_lengths): do something sensible for single stem beams.
1202 * lily/beam.cc (least_squares): add kludge for single stem beams.
1204 * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
1205 keySignature to list of broken things.
1207 * input/regression/keys.ly: fix.
1209 * VERSION (PACKAGE_NAME): release 1.9.7
1211 * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
1213 * Documentation/user/refman.itely (Pitches): doc quarter tones.
1215 * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
1216 (quartertone_pitch): new function
1218 * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
1219 flat. WARNING: FONT CHANGED.
1221 * ly/nederlands.ly: add -eh and -ih for quarter tones.
1223 * lily/accidental-placement.cc (add_accidental): support for
1226 * ly/LANGUAGEs.ly: use symbols for alterations.
1228 * mf/feta-toevallig.mf: change accidental codes.
1230 * scm/lily.scm (ly:get-option): switch on debugging only for
1233 * lily/lily-guile.cc: remove ly:verbose?
1235 * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
1237 * lily/parser.yy (TODO): only do gh_call() for apply with
1240 * lily/tie-engraver.cc (start_translation_timestep): move melisma
1241 stuff in accordance with new timing of tie-events.
1243 * lily/my-lily-lexer.cc: remove \outputproperty
1245 * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
1247 * scm/define-translator-properties.scm (melismaBusyProperties):
1248 add melismaBusyProperties property.
1250 2003-09-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1252 * input/test/ambitus-mixed.ly (texidoc): new file.
1254 * buildscripts/mutopia-index.py (find): prune debugging
1256 * lily/side-position-interface.cc: doc updates
1258 * Documentation/user/refman.itely: updates, tweaks.
1260 * lily/parser.yy (Simple_music): remove outputproperty
1262 * make/stepmake.make: use VERSION again; importing VERSION via
1263 autoconf dependencies is too hairy.
1265 2003-09-17 Heikki Junes <hjunes@cc.hut.fi>
1267 * lilypond-mode.el: allow `-' for keywords and identifiers.
1269 2003-09-16 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1271 * VERSION: release 1.9.6
1273 * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
1276 * Documentation/user/*.itely: fixes everywhere
1278 * lily/completion-note-heads-engraver.cc: rewrite engraver:
1279 produce ties from the engraver itself, do not broadcast TieEvent.
1281 * lily/my-lily-lexer.cc: remove pitch & duration.
1283 * lily/parser.yy (TODO): remove \pitch and \duration
1285 * input/test/explicit.ly: remove file.
1287 * Documentation/user/refman.itely (Pitches): remove \pitch
1290 2003-09-16 Heikki Junes <hjunes@cc.hut.fi>
1292 * buildscripts/lilypond.words.py: add all slur types to Emacs
1293 insertion menu, suppose everything is postfixed by dropping
1294 unnecessary `-' -marks.
1296 2003-09-15 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1298 * lily/stem.cc (get_default_stem_end_position): lengthen stems for
1301 * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
1302 head for flagged stems.
1304 * lily/stem.cc (get_default_stem_end_position): futz with extra
1305 stem length if there is a stem tremolo.
1307 * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
1308 it would be too small.
1310 * lily/font-metric.cc: return #f for non-existent glyph.
1312 * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
1313 exported through config.make.
1315 * input/regression/clef-oct.ly: new file.
1317 * scm/clef.scm (make-clef-set): use regexps, support arbitrary
1320 * input/template/*.ly: remove old relative.
1322 * ly/english.ly: add X names for double sharp.
1324 2003-09-14 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1326 * lily/font-select.cc: new file handle font selection routines.
1328 * lily/parser.yy: add ; (Patrick Atamaniuk)
1330 * input/test/time-signature-double.ly: use markups for double time
1333 * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
1334 ChordNames.SeparationItem #'padding for adjusting space after chords.
1336 * lily/music-output-def.cc (LY_DEFINE):
1337 new function ly:paper-lookup.
1339 * mf/parmesan-clefs.mf: use # quantities for char_box
1340 offsets. Fixes overflow errors in the PFA.
1342 * scm/new-markup.scm (strut-markup): change calling interface for
1343 markup. Pass paper-def, not grob. This would allow \markup to be
1344 used separately from grobs.
1346 * lily/paper-def.cc: new function ly:paper-font; this function
1347 replaces ly:get-font.
1349 * lily/include/font-interface.hh (struct Font_interface): take
1350 Paper_def iso. Grob for get_font().
1352 2003-09-14 Graham Percival <gperlist@shaw.ca>
1354 * Documentation/user/ tutorial.itely, refman.itely: add warning
1355 about \key and accidentals.
1357 2003-09-14 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1359 * scm/new-markup.scm (musicglyph-markup): undefine font-name.
1361 * Documentation/user/*.itely: manual tweaks
1363 2003-09-13 Juergen Reuter <reuter@ipd.uka.de>
1365 * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
1366 cleanup; bugfix: exact_center
1368 * Documentation/user/refman.itely: added more documentation on
1369 ambitus according to recent questions on lilypond-user list
1371 2003-09-12 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1373 * input/regression/ottava.ly (texidoc): demo 15ma too.
1375 * GNUmakefile.in ($(outdir)/VERSION): add VERSION target
1377 * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
1380 2003-09-10 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1382 * lily/lexer.ll: add \r to the rules for newlines; this fixes
1383 problems on older Mac editors.
1385 2003-09-12 Juergen Reuter <reuter@ipd.uka.de>
1387 * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
1389 2003-09-11 Juergen Reuter <reuter@ipd.uka.de>
1391 * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
1392 mf/parmesan-clefs.mf: added comments on character alignment and
1393 set_char_box() conventions
1395 * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
1398 * mf/parmesan-clefs.mf: vaticana: adjusted stem width
1400 2003-09-10 Heikki Junes <hjunes@cc.hut.fi>
1402 * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
1404 2003-09-10 Juergen Reuter <reuter@ipd.uka.de>
1406 * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
1407 shortened to avoid almost-collision with staff line; code cleanup;
1408 other custodes: fixed char boxes; code cleanup
1410 2003-09-09 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1412 * configure.in: release 1.9.5
1414 * scripts/lilypond.py (global_latex_preamble): only set
1415 twosideshift if 'twoside' is in latexoptions
1417 * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
1421 * scripts/*2ly.py: update <> syntax
1423 2003-09-09 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1425 * lily/chord-name-engraver.cc (process_music): add origin for
1428 * input/regression/chord-name-exceptions.ly (theMusic): add base too.
1430 * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
1431 bass notes for exceptions too.
1433 * scm/define-grobs.scm (all-grob-descriptions): rename
1434 HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
1436 * scm/define-grob-properties.scm (remove-first): add remove-first
1437 property for orchestral scores.
1439 * Documentation/user/*.itely: switch <<>> and <>
1441 * lily/glissando-engraver.cc (process_music): bugfix: move line to
1442 last_line only once. This fixes the two consecutive glissandi problem.
1444 2003-09-09 Juergen Reuter <reuter@ipd.uka.de>
1446 * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
1447 error message "flexa-width undefined"
1449 * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
1450 lily/include/gregorian-ligature.hh: print warning when ignoring
1451 head prefixes on flexa shapes
1453 * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
1454 space before a series of inclinatum heads
1456 * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
1457 lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
1460 * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
1463 2003-09-08 Juergen Reuter <reuter@ipd.uka.de>
1465 * input/regression/breathing-sign.ly: tiny fixes
1467 * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
1468 semantical collision with vaticana ligatures
1470 * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
1471 scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
1472 now consistent with mensural ligatures
1474 * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
1475 mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
1476 context pitches and staff position; dto. for virga stem; removed
1477 obsolete virga and clivis characters from parmesan font (WARNING:
1480 * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
1481 mf/parmesan-timesig.mf: fixed several set_char_box ()'s
1483 * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
1484 scm/define-grob-properties.scm: consistency fix: renamed
1485 join_left->add_cauda
1487 * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
1488 appendix length; bugfix: yoffs_bt for reverse direction punctum
1491 * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
1492 small cleanups; added more docu
1494 * lily/mensural-ligature-engraver.cc, lily/vaticana-ligature-engraver.cc,
1495 lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
1496 computation to CoherentLigatureEngraver
1498 * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
1499 scm/define-grob-properties.scm: bugfix: added missing linea and
1500 cavum properties; bugfix: removed dead semivocalis property
1502 * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
1503 length; redesigned quilisma, stropha and auctum
1505 * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
1508 * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
1509 Documentation/user/refman.itely: bugfix: introduced shifted
1510 epiphonus head to avoid collision with adjacent plica
1512 2003-09-07 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1514 * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
1516 * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
1518 2003-09-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1520 * Documentation/user/tutorial.itely (A lead sheet): remove
1523 * Documentation/bibliography/computer-notation.bib (pages): reorganise.
1525 2003-09-03 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1527 * Documentation/bibliography/computer-notation.bib (isbn): add
1530 2003-09-05 Heikki Junes <hjunes@cc.hut.fi>
1532 * GNUmakefile.in: drop lilypond.words for generation.
1534 2003-09-03 Heikki Junes <hjunes@cc.hut.fi>
1536 * buildscripts/lilypond.words.py: take filename (also) from an arg.
1538 * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
1540 2003-09-02 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1542 * input/test/figured-bass-alternate.ly (fl): new file.
1544 * Documentation/topdocs/README.texi (Top): clarifications.
1546 * Documentation/bibliography/computer-notation.bib (isbn): add phd
1547 theses of Gieseking and Renz.
1549 * GNUmakefile.in (README_FILES): remove README.mandrake.
1551 2003-09-01 Heikki Junes <hjunes@cc.hut.fi>
1553 * buildscripts/lilypond.words.py: add file. Creates lilypond.words
1554 from source files and search patterns listed in the script.
1556 * GNUmakefile.in: add target `lilypond.words'.
1558 * lilypond.words: remove file, generated by `make lilypond.words'.
1560 * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
1562 2003-08-31 Heikki Junes <hjunes@cc.hut.fi>
1564 * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
1566 2003-08-31 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1568 * VERSION: 1.9.4 released
1570 * scripts/convert-ly.py (FatalConversionError.figures_replace):
1571 rule for < > <-> << >> substitution
1573 * lily/lexer.ll: exchange meaning of << >> and < >
1575 * VERSION (PACKAGE_NAME): 1.9.3 released
1577 * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
1578 pages unconditionally.
1580 2003-08-30 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1582 * Documentation/user/music-glossary.tely (Top): small syntax
1585 * scm/music-functions.scm (remove-tag): filter \tagged music
1588 * input/regression/tag-filter.ly (texidoc): new file.
1590 * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
1593 * scripts/convert-ly.py (FatalConversionError.conv): fingering
1596 * Documentation/user/refman.itely (Fingering instructions): adjust manual.
1598 * lily/new-fingering-engraver.cc (position_scripts): don't crash
1599 for borderline cases (e.g. 1 fingering.)
1600 (position_scripts): revise interface, use fingerOrientations to
1601 set fingering positions.
1603 * scm/document-translation.scm (context-doc): add aliases to
1604 automated documentation.
1606 * make/lilypond-vars.make: remove stepmake compat glue.
1608 * make/generic-vars.make: remove cruft.
1610 * lily/main.cc (main): don't identify binary.
1612 2003-08-29 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1614 * lily/include/translator.hh (class Translator): remove
1615 type_string_ , use symbol for context name throughout.
1616 Changes through whole source tree.
1618 * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
1619 set PDF as default, and always make PDF.
1621 * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
1623 2003-08-29 Heikki Junes <hjunes@cc.hut.fi>
1625 * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
1626 Documentation/user/refman.itely input/regression/allfontstyle.ly
1627 input/regression/grace-types.ly:
1628 fix spelling for acciaccatura (Webster's 1913).
1630 2003-08-29 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1632 * lily/main.cc (usage): adjust blurb, include url.
1634 * input/regression/breathing-sign.ly (texidoc): transpose up
1636 2003-08-28 Juergen Reuter <reuter@ipd.uka.de>
1638 * input/regression/breathing-sign.ly: changed ancient examples to
1639 be relevant (by request of Han-Wen); updated BreathingSign text
1640 property according to new syntax.
1642 * ly/gregorian-init.ly: updated BreathingSign text property
1643 according to new syntax
1645 2003-08-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1647 * Documentation/user/refman.itely (Clef): give example of G_8 clef.
1648 (Clef): index entries for clefs.
1650 * python/lilylib.py (system): remove errorlog files.
1652 2003-08-28 Heikki Junes <hjunes@cc.hut.fi>
1654 * lilypond.words: add \new and new graces. Add dynamics to menus
1655 keeping 1.8.x compatibility; after all the engraving relating to
1656 notes becomes postfixed `-' marks will be removed.
1658 2003-08-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1660 * lily/molecule.cc (align_to): idem.
1662 * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
1664 * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
1665 accacciatura everywhere.
1667 * VERSION (PACKAGE_NAME): released 1.9.2
1669 * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
1671 * scm/document-markup.scm (markup-doc-node): sort markup function
1674 * lily/paper-outputter.cc (output_version): change "Lily was here"
1675 into "Engraved by LilyPond"
1677 * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
1678 on unquoted strings before \notenames.
1680 * lily/parser.yy (lyric_element): allow markup as lyric text. This
1681 increases the number of s/r reductions to 4.
1683 * scm/new-markup.scm (fraction-markup): \fraction command.
1685 * lily/lexer.ll: allow any string without \ { } # and " in \markup
1688 * lily/lookup.cc (round_filled_box): rename function.
1689 (LY_DEFINE): round-filled-box: change signature.
1691 * Documentation/user/refman.itely: revise section explaining grace
1694 * lily/translator-scheme.cc (LY_DEFINE): add ! to
1695 ly:set-context-property
1697 * input/*/*.ly (vmus): use \new everywhere.
1699 * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
1701 * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
1704 * scm/music-functions.scm (set-stop-grace-properties)
1705 (set-start-grace-properties, add-grace-property): new functions
1706 for modular grace tweak control.
1708 * ly/engraver-init.ly (ScoreContext): new property graceSettings.
1710 2003-08-28 Jan Nieuwenhuizen <janneke@gnu.org>
1712 * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
1714 * GNUmakefile.in (install-pfa-fonts):
1715 (get-pfa-fonts): New target.
1717 * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
1718 install-pfa-fonts help.
1720 2003-08-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1722 * lily/translator-scheme.cc (LY_DEFINE):
1723 ly:context-pushpop-property new function.
1724 (LY_DEFINE): new function ly:translator-find
1725 new function ly:translator?
1726 (LY_DEFINE): new function ly:context?
1728 * lily/translator-def.cc: remove Translator_def::apply_pushpop_property().
1730 * python/lilylib.py (read_pipe): only store and display error log
1732 (read_pipe): only display log if it contains something.
1734 2003-08-27 Jan Nieuwenhuizen <janneke@gnu.org>
1736 * Documentation/misc/GNUmakefile: Re-add.
1737 (TEXTS): Add CHANGES.
1739 2003-08-27 Heikki Junes <hjunes@cc.hut.fi>
1741 * lilypond.words: add \newcontext.
1743 2003-08-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1745 * lily/tie-performer.cc (stop_translation_timestep): only flush
1746 tied_notes when we have actually made a tie. Fixes bugs with ties
1747 in polyphonic scores.
1749 2003-08-26 Jan Nieuwenhuizen <janneke@gnu.org>
1751 * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
1754 2003-08-26 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1756 * VERSION (PACKAGE_NAME): released 1.9.1
1758 * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
1759 Instrument_name_engraver
1761 * lily/tie-performer.cc (create_audio_elements): bugfix
1763 * Documentation/user/music-glossary.tely (Top): comment out
1764 font-style statements.
1766 * input/test/force-hshift.ly: revise example.
1768 * Documentation/bibliography/engraving.bib (note): typos.
1770 * configure.in: bump GCC requirements to 3.x
1772 * lily/include/audio-item.hh (class Audio_tie): rename
1773 note_l_drul_ to note_drul_
1775 * lily/tie-performer.cc (class Tie_performer): patch for new ties.
1777 * lily/parser.yy (relative_music): whoops. All \relative were off
1778 by ... a lot .... Ahem.
1780 * scm/define-music-types.scm (music-descriptions): idem.
1782 * lily/beam-engraver.cc: move new-beam-event to beam-event
1784 * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
1787 * input/regression/bar-number.ly: remove unnecessary old-relative
1790 * Documentation/user/internals.itely (Creating contexts): document
1793 * lily/parser.yy (Composite_music): add \newcontext
1795 * Documentation/user/refman.itely (MIDI block): add note about
1798 * scm/font.scm: remove old markup legacy
1800 * GNUmakefile.in (web-clean): remake share/ after web-clean.
1802 * lily/breathing-sign.cc (brew_molecule): remove function
1804 * lily/text-item.cc: remove old-style markups.
1805 (interpret_markup): C++ version of markup function
1806 (brew_molecule): idem.
1808 * lily/my-lily-lexer.cc (start_main_input): define input-file-name
1811 * scripts/convert-ly.py (conv): dashes rule.
1814 * Documentation/user/lilypond-book.itely: syntax fixes.
1816 2003-08-25 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1818 * VERSION (PACKAGE_NAME): release 1.9.0
1820 * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
1821 note about dvips. (Should backport.)
1823 * scripts/convert-ly.py
1824 (FatalConversionError.articulation_substitute): add
1825 convert-new-chords code. Remove convert-new-chords.py
1827 * Documentation/user/refman.itely (Octave check): document
1830 * Documentation/topdocs/NEWS.texi: add \octave, postfix and
1833 * lily/parser.yy (command_element): octave check:
1837 checks that PITCH (without octave) yields PITCH (with octave) in
1840 * lily/relative-octave-music.cc (to_relative_octave): octave check.
1842 * lily/scm-option.cc: ly:set-option now has the default argument
1845 * lily/lexer.ll: add \renameinput
1847 * python/lilylib.py (command_name): robustifications.
1849 * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
1850 /dev/stderr. This is ash compatible.
1852 * ly/init.ly: add warning if compatibility was not necessary.
1854 * lily/scm-option.cc (LY_DEFINE): add ly:get-option
1856 * flower/include/string-handle.icc: formatting cleanups, rename
1857 references by ref_count_.
1859 2003-08-25 Heikki Junes <hjunes@cc.hut.fi>
1861 * make/lilypond.mandrake.spec.in: syncronize the spec file with
1862 Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
1863 package libs separately, fix conflicting php variable out=/dev/vc/
1864 invoking `unset out', declare menus, use only one icon-file, fix
1867 2003-08-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1869 * scripts/convert-ly.py (FatalConversionError.conv): typo
1871 * Documentation/misc/GNUmakefile: restore misc directory.
1873 * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
1875 * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
1878 * input/test/partial-blank.ly (quickmeasure): syntax
1880 * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
1881 attachment property.
1883 * Documentation/user/refman.itely: remove superfluous -'s
1884 (Grace notes): ) fixes.
1886 * lily/music.cc: generic compress(), transpose() functions. Remove
1889 * lily/parser.yy (gen_text_def): remove support for #'(italic )
1892 * lily/parser.yy: all articulations postfix; remove obligatory -
1895 * lily/music.cc (to_relative_octave): write generic
1896 to_relative_octave function; various relative cleanups.
1899 * lily/scm-option.cc: add options new-relative and old-relative
1901 * po/sv.po: new po file.
1903 * Documentation/user/refman.itely (Dynamics): website
1904 fixes. (should backport!)
1906 2003-08-22 Heikki Junes <hjunes@cc.hut.fi>
1908 * make/lilypond.mandrake.spec.in: declare version only once.
1910 2003-08-22 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1912 * lily/simultaneous-music.cc (to_relative_octave): undo relative
1915 2003-08-21 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1917 * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
1919 * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
1921 * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
1923 * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
1925 * lily/music.cc (var): add ly:music-transpose function.
1927 * lily/parser.yy (pre_events): remove prefix articulations.
1929 * lily/music-sequence.cc (do_relative_octave): change relative meaning.
1931 * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
1933 * Documentation/user/refman.itely (Text markup): add comment about
1936 2003-08-20 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1938 * lily/paper-outputter.cc (write_header_fields_to_file):
1939 only dump value if it is a string.
1941 * flower/include/dictionary.hh: remove.
1943 * Documentation/ChangeLog-1.5: add back old log.
1945 * Documentation/topdocs/INSTALL.texi (Top): explain how to get
1948 2003-08-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1950 * Documentation/bibliography/engraving.bib: add entry for
1951 Jaschinski's Notation
1953 2003-08-18 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1955 * Documentation/user/refman.itely (Beaming): add note about
1958 2003-08-18 Juergen Reuter <reuter@ipd.uka.de>
1960 * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
1961 GregorianTranscription contexts
1963 * ly/engraver-init.ly: vaticana contexts: minor fixes
1965 * Documentation/user/refman.itely (Ancient notation): added note
1966 on appendix length bug
1968 * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
1969 input/test/vaticana.ly: use vaticana contexts; small fixes
1971 2003-08-17 Jan Nieuwenhuizen <janneke@gnu.org>
1973 * flower/hash.cc: Remove.
1975 * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
1976 to (nonexistent?) hash_func_ identifier.
1978 * python/midi.c (midi_error, midi_warning): Use char const* for
1979 __FUNCTION__ argument.
1981 * python/gettext.py: Remove. We already require python 2.1, which
1982 includes gettext.py.
1984 * configure.in: Require python 2.1, as INSTALL.texi says.
1987 * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
1988 versions 1.50 and 1.75. Remove note about lexer patch.
1990 2003-08-16 Jan Nieuwenhuizen <janneke@gnu.org>
1992 * Documentation/topdocs/INSTALL.texi: Update type1 font
1993 description to actual situation. Add comment about new font ball
1996 * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
1997 in $LILYPONDPREFIX suffices for installation.
1999 2003-08-11 Jan Nieuwenhuizen <janneke@gnu.org>
2001 * debian/control (Build-Depends): Add flex-old as alternative to
2002 flex. Deprecate bison 1.75.
2004 2003-08-17 Juergen Reuter <reuter@ipd.uka.de>
2006 * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
2009 * Documentation/user/refman.itely (Ancient notation): documented
2010 some bugs; tiny fixes; added docu on Vaticana contexts
2012 * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
2015 2003-08-16 Juergen Reuter <reuter@ipd.uka.de>
2017 * Documentation/user/refman.itely (Ancient notation): added some
2018 introductory words; added section on ancient time signatures;
2019 added some @seealso and @refcommands; small fixes and
2022 2003-08-15 Juergen Reuter <reuter@ipd.uka.de>
2024 * input/regression/note-head-style.ly: many fixes and updates
2026 * Documentation/user/refman.itely: added small sections on ancient
2027 accidentals, rests and flags; revised ancient note head section;
2028 small wording/spelling fixes
2030 * input/test/rests.ly: layout fixes
2032 2003-08-14 Juergen Reuter <reuter@ipd.uka.de>
2034 * input/puer-fragment.ly: bugfix: central C position of do clef
2036 * ly/gregorian-init.ly: workaround: add small padding space before
2037 divisiones (the correct fix would be the spacing engine to handle
2040 2003-08-13 Graham Percival <gperlist@shaw.ca>
2042 * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
2043 cue-notes.ly: minor fixes.
2045 2003-08-13 Juergen Reuter <reuter@ipd.uka.de>
2047 * Documentation/user/refman.itely: bugfix: remove obsolete link to
2048 input/test/custos-style.ly
2050 * Documentation/index.html.in: bugfix: link to Tutorial.html
2052 * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
2053 to neumes; bugfix: "et": epiphonus, not just a simple pes
2055 2003-08-12 Heikki Junes <hjunes@cc.hut.fi>
2057 * lilypond-mode.el: split `Insert Tag' if it is long enough.
2059 * lilypond.words: add new features: markup, column, center, \[ \].
2061 2003-08-10 Heikki Junes <hjunes@cc.hut.fi>
2063 * Documentation/topdocs/NEWS.texi, DEDICATION,
2064 stepmake/bin/add-html-footer.py
2065 input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
2066 input/mutopia/J.S.Bach/wtk1-fugue1.ly
2067 input/mutopia/J.S.Bach/wtk1-prelude1.ly
2068 Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is
2069 added (only) after a sentence which is complete; if the sentence is
2070 not ended a comma `,' or nothing is used. fix also spaces.
2072 2003-08-08 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2074 * Documentation/topdocs/INSTALL.texi (Top): change GUILE
2075 requirements to plain 1.6.
2077 * buildscripts/mutopia-index.py (read_lilypond_header): update
2078 mutopia-index.py to 1.4 syntax [sic]
2080 2003-08-07 Heikki Junes <hjunes@cc.hut.fi>
2082 * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
2084 2003-08-07 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2086 * Documentation/index.html.in: url for regression pdf
2088 * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
2090 * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
2092 * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
2094 * VERSION: 1.8.0 released
2096 * GNUmakefile.in (local-WWW-post): footify build fix.
2098 * configure.in: require GUILE 1.6.4
2100 * Documentation/user/GNUmakefile: don't copy *.png for
2103 * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
2104 local-WWW-post target.
2105 (rsync-web): add rsync-web target
2107 * Documentation/user/introduction.itely (Music notation and
2108 engraving): add neume example
2110 * input/puer-fragment.ly (cantus): add puer-fragment
2112 2003-08-06 Jan Nieuwenhuizen <janneke@gnu.org>
2114 * input/no-notation/midi-volume-equaliser.ly: Add volume setting
2115 to notes, so that equalizer is actualy being used.
2117 * scm/midi.scm (instrument-equalizer-alist):
2118 (absolute-volume-alist): Define public, so that user can copy or
2121 * lily/key-performer.cc (create_audio_elements): Check for minor
2122 key. Only if key is minor, set MIDI key to minor.
2124 2003-08-06 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2126 * Documentation/user/refman.itely (Hiding staffs): fixes.
2128 * mf/feta-eindelijk.mf (tracingvariables): add TODO.
2130 * lily/system-start-delimiter.cc (after_line_breaking): retrieve
2131 vertical extents to deal with Hara kiri correctly.
2133 * input/regression/hara-kiri-short.ly: remove
2135 * input/regression/hara-kiri-pianostaff.ly: update test.
2137 * Documentation/user/*.tely: remove WEBTITLE
2139 * scm/output-tex.scm (comment): idem.
2141 * scm/output-pdftex.scm: remove GUILE 1.4 glue
2143 * scm/music-functions.scm (make-lyric-event): new function
2145 * scm/lily.scm (lilypond-version): new function
2147 * input/test/version-output.ly: new file.
2149 * Documentation/user/lilypond.tely: add version number to
2152 2003-08-05 Jan Nieuwenhuizen <janneke@gnu.org>
2154 * input/test/midi-scales.ly: Reformat to match midi2ly output again.
2156 2003-08-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2158 * input/template/gregorian-transcription.ly (barTwo): syntax update.
2160 * Documentation/user/refman.itely (Hiding staffs): rename node.
2162 2003-08-04 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2164 * input/regression/new-markup-syntax.ly (texidoc): remove
2165 molecule-callback override.
2167 2003-08-04 Jan Nieuwenhuizen <janneke@gnu.org>
2169 * input/les-nereides.ly: Mark tweaks with %tweak.
2171 * Debian patch, see debian/changelog (Anthony Fok).
2173 2003-08-04 Jan Nieuwenhuizen <janneke@gnu.org>
2175 * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
2178 2003-08-04 Mats Bengtsson <mats.bengtsson@s3.kth.se>
2180 * Documentation/user/refman.itely (Text markup): Fix language bug.
2182 2003-08-04 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2184 * input/* : postfix syntax fixes.
2186 * Documentation/user/refman.itely (Text markup): add note about
2187 raise/lower with ^ or _ .
2189 * po/fi.po: fix \\apply strings.
2191 * lily/parser.yy (open_event): warn for prefix articulations.
2193 2003-08-04 Juergen Reuter <reuter@ipd.uka.de>
2195 * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
2196 fix also on parmesan font.
2198 2003-08-03 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2200 * VERSION 1.7.30 released
2202 * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
2204 * buildscripts/mutopia-index.py (headertext): rewording
2206 2003-08-02 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2208 * scm/new-markup.scm (strut-markup): new markup function.
2210 * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
2211 space also when no accidental is there.
2213 2003-08-02 Jan Nieuwenhuizen <janneke@gnu.org>
2215 * input/les-nereides.ly: Updates.
2217 2003-08-02 Heikki Junes <hjunes@cc.hut.fi>
2219 * lilypond-mode.el (LilyPond-insert-tag-current): new function,
2220 which repeats the tag insertion selected from "Insert tag" menu.
2222 2003-08-02 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2224 * lily/all-font-metrics.cc (find_font): load AFM files first only
2225 for feta fonts. This fixes problems with TeXlive and other TeX
2226 distros that include AFM files for the CM fonts.
2228 * scm/font.scm (qualifiers-to-font-name): remove.
2230 * lily/paper-def.cc: remove get_var.
2232 * input/trip.ly: remove file.
2234 * input/regression/spacing-note-flags.ly (raggedright): remove
2237 * input/les-nereides.ly: update to new syntax, cleanups.
2239 2003-08-01 Jan Nieuwenhuizen <janneke@gnu.org>
2241 * Documentation/user/refman.itely: Clarify shortest-note problem
2244 2003-08-01 Heikki Junes <hjunes@cc.hut.fi>
2246 * lilypond-mode.el: Add each word to regexps only once.
2248 * lilypond-mode.el (LilyPond-insert-tag): add new function, which
2249 is based on the syntax definitions in lilypond.words. Remove all
2250 LilyPond-insert-tag-* functions. Restructure LilyPond menu.
2251 LilyPond->Insert menu is generated by the entries in lilypond.words
2252 to which have been given a syntax definition.
2254 * lilypond.words: give syntax definitions (LilyPond-insert-tag) for
2255 \notes, \relative, \score, \simultaneous, \transpose.
2257 * lilypond-mode.el: allow non-alpha characters only in menu keywords.
2259 * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
2261 * lilypond-mode.el: add menu keywords separately.
2263 * lilypond.words: post-syntaxed slur pairs and syntax for \times.
2265 2003-08-01 Mats Bengtsson <mats.bengtsson@s3.kth.se>
2267 * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
2268 current ugly installation method for PFA fonts.
2270 2003-07-31 Heikki Junes <hjunes@cc.hut.fi>
2272 * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct
2273 to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
2275 * Documentation/user/music-glossary.tely: update legato.
2277 2003-07-30 Jan Nieuwenhuizen <janneke@gnu.org>
2279 * lexer-gcc-3.0.patch: Remove.
2281 * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
2283 2003-07-30 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2285 * debian/rules (binary-arch): remove NEWS.
2287 2003-07-30 Heikki Junes <hjunes@cc.hut.fi>
2289 * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
2290 stepmake/bin{ many }: polish the `--help's of different scripts;
2291 model taken from the core-utils of Linux.
2293 * flower/getopt-long.cc, python/lilylib.py: add space, see above.
2295 2003-07-29 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2297 * flower/parse-afm.cc (parseCharMetrics): add warnings.
2299 * flower/libc-extension.cc: idem.
2301 * flower/include/libc-extension.hh: protect against isinf macros.
2303 2003-07-29 Heikki Junes <hjunes@cc.hut.fi>
2305 * { many }: Use two uppercase letters in LilyPond.
2307 * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
2309 * VERSION: 1.7.29 released.
2311 2003-07-29 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2313 * lily/tie.cc: add TODO comment.
2315 * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
2317 * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
2318 linejoins and linecaps. This fixes problems with occasional spikes
2319 on slur/tie endings.
2321 * input/regression/font-name.ly: don't use PS fonts for
2322 compatibility reasons.
2324 * mutopia/claop.py (accents): update to 1.8
2326 * Documentation/user/music-glossary.tely (Top): remove 13pt.
2328 * Documentation/user/macros.itexi: don't color glossary links.
2330 * Documentation/user/invoking.itexi (Error messages): new section
2332 2003-07-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2334 * input/regression/font-name.ly: add file.
2336 * scm/document-backend.scm (grob-doc): remove <hr> from
2339 * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
2340 reqd version to 1.6.4
2342 * lily/font-interface.cc (get_font): bugfix: take font-name from
2343 alist chain too. This fixes font-name override for \markup.
2345 2003-07-28 Jan Nieuwenhuizen <janneke@gnu.org>
2347 * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
2349 * input/test/polymetric-differing-notes.ly: Compile fix.
2351 2003-07-28 Juergen Reuter <reuter@ipd.uka.de>
2353 * Documentation/user/refman.itely: fixed typo
2355 * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
2358 2003-07-27 Heikki Junes <hjunes@cc.hut.fi>
2360 * input/test/{ many }: search & fix some typos.
2362 2003-07-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2364 * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
2367 * scm/music-functions.scm (make-voice-props-set): set Script /
2368 TextScript dir for polyphony too.
2370 * scm/define-grobs.scm (all-grob-descriptions): decrease space
2373 * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
2375 2003-07-27 Rune Zedeler <rz@daimi.au.dk>
2377 * Documentation/user/refman.itely (Percussion): Small
2378 clarifications and fixes.
2380 * scm/drums.scm: Bugfix: Use string instead of symbol when naming
2381 threads. This fixes different heads playing simultaneously.
2383 2003-07-27 Heikki Junes <hjunes@cc.hut.fi>
2385 * Documentation/user/{ many }: increase readability (read through
2386 User manual from `one big page').
2388 2003-07-26 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2390 * input/test/polymetric-differing-notes.ly: add example with
2391 disparate note values.
2393 * input/test/polymetric.ly: rename from poly-metric
2395 * scripts/ly2dvi.py (include_path): bugfix: use outbase
2398 * mf/feta-klef.mf: clef fixes, remove left/right spacing. set
2399 G-clef bbox to real char extents. This fixes the G-clef being
2400 offset too much to the right.
2401 document perc clef offset.
2403 WARNING: FONT CHANGED.
2405 * Documentation/user/tutorial.itely (Tutorial): move menu.
2407 2003-07-25 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2409 * buildscripts/lilypond-profile.sh (Error): trim error message.
2411 * Documentation/user/invoking.itexi (Invoking the lilypond
2412 binary): add note about path.
2414 * Documentation/user/macros.itexi: add @c at EOL, hopefully
2415 suppresses superfluous spaces.
2417 2003-07-25 Jan Nieuwenhuizen <janneke@gnu.org>
2419 * buildscripts/lilypond-profile.sh: Add documentation to error
2422 * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
2424 2003-07-25 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2426 * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
2429 * Documentation/bibliography/computer-notation.bib (pages): prune
2430 unscientific language.
2432 * Documentation/user/GNUmakefile: copy unsplit file to
2433 lilypond.html (idem for lilypond-internals).
2435 * buildscripts/mutopia-index.py (read_dict): remove "example file:"
2437 * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
2439 * python/lilylib.py (lilypond_version): 2.1 proof version check.
2441 * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
2444 2003-07-25 Heikki Junes <hjunes@cc.hut.fi>
2446 * Documentation/user/{ various }: bind text snippets with their
2447 examples, e.g. by punctuation: This is an example.
2449 2003-07-25 Jan Nieuwenhuizen <janneke@gnu.org>
2451 * ly/performer-init.ly (VoiceContext): Typos.
2453 * stepmake/stepmake/toplevel-targets.make (install): For srcdir
2454 builds, leave final-install to toplevel srcdir makefile.
2456 * make/srcdir.make.in (install): New target.
2458 2003-07-24 Jan Nieuwenhuizen <janneke@gnu.org>
2460 * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
2461 This fixes core dump on MIDI output (Simon Weatherill).
2463 * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
2466 2003-07-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2468 * make/lilypond.redhat.spec.in: add dvips to reqs.
2470 2003-07-24 Jan Nieuwenhuizen <janneke@gnu.org>
2472 * make/srcdir.make.in (web): Add special web target.
2474 * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
2477 * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
2479 * stepmake/stepmake/generic-targets.make (www-targets-help):
2480 * GNUmakefile.in (web-install): Install in $(webdir).
2482 * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
2485 * cygwin/mknetrel: Update.
2487 * GNUmakefile.in (web-install): Rename (was: install-html-doc).
2488 (html-doc): Remove (use: web).
2490 * stepmake/stepmake/script-rules.make:
2491 * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
2492 Fix $(config_make) dependencies for srcdir build.
2494 * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
2495 target for srcdir build.
2497 * stepmake/make/stepmake.make:
2498 * make/srcdir.make.in:
2500 * make/stepmake.make (config_make): Rename variable (was:
2503 2003-07-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2505 * Documentation/user/internals.itely (Manipulating music
2506 expressions): run lilypond on example too.
2508 * flower/include/libc-extension.hh: move lrint define to
2511 2003-07-24 Jan Nieuwenhuizen <janneke@gnu.org>
2513 * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES):
2514 * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
2515 do we recurse whole tree?).
2517 * GNUmakefile.in (html-doc): Resurrect.
2519 * Documentation/pictures/GNUmakefile (default, local-dist): Remove
2520 obsolete $(package-icon) dependency.
2522 2003-07-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2524 * Documentation/user/refman.itely (Automatic staff changes):
2527 * Documentation/index.html.in: link to bigpage.
2529 * Documentation/user/tutorial.itely (Tutorial): streamline.
2531 * Documentation/index.html.in: url typo.
2533 * VERSION (PACKAGE_NAME): release 1.7.28
2535 * python/lilylib.py (error_log): remove '/' from name.
2537 * input/regression/pedal.ly: remove; dups input/test/
2539 * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
2541 * Documentation/index.html.in: python style doco index.
2543 * Documentation/{footer,header}.html.in (src): remove,
2545 * Documentation/pictures: remove all but lelie-logo.xpm.
2547 * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
2548 before running makeinfo.
2550 * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
2553 2003-07-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2555 * input/test/bar-number-regular-interval.ly: rename.
2557 * Documentation/user/*: various fixes.
2559 2003-07-24 Heikki Junes <hjunes@cc.hut.fi>
2561 * Documentation/{ many }: polish for update-all-menus. typos.
2565 * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
2567 * buildscripts/mutopia-index.py: polish.
2569 * input/regression/{ many }, input/test{ many }: polish texidocs.
2571 2003-07-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2573 * scripts/convert-ly.py (FatalConversionError.conv): rule for pedal-style
2575 * lily/text-spanner.cc (brew_molecule): use bracket-flare
2578 * lily/piano-pedal-engraver.cc (process_music): change from
2579 process_acknowledged ()
2581 * lily/piano-pedal-bracket.cc: new file. Change
2582 setup_pedal_bracket in after_line_breaking callback. Thoroughly
2585 * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
2587 * input/regression/tuplets.ly (texidoc): rename file.
2591 * buildscripts/lilypond-profile.sh: error message if script is not
2594 * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
2596 (make_bracket): simplify code.
2598 * lily/parser.yy (verbose_command_req): catch typos in \key scale
2601 * python/lilylib.py (lilypond_version_check): new function
2603 * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
2605 * scripts/ly2dvi.py (run_lilypond): add version check.
2607 * scripts/lilypond-book.py (option_definitions): typo
2609 * scripts/ly2dvi.py (include_path): typo
2611 * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
2613 * lily/parse-scm.cc (parse_handler): typo
2615 * Documentation/user/macros.itexi: use @heading for headings.
2617 * Documentation/user/refman.itely: updates, fixes.
2619 2003-07-23 Heikki Junes <hjunes@cc.hut.fi>
2621 * po/fi.po: add Finnish translations. fixes.
2623 * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
2625 * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
2626 from lily/glissando-engraver.cc.
2628 2003-07-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2630 * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
2631 for non-first _broken_ bracket.
2633 * Documentation/user/refman.itely: corrections.
2635 2003-07-22 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2637 * lily/new-fingering-engraver.cc (position_scripts): add heads to
2638 support of the fingerings.
2640 * po/fr.po: French translation update.
2642 * lily/parser.yy (Composite_music): add extra \ for "\apply" in
2645 2003-07-22 Jan Nieuwenhuizen <janneke@gnu.org>
2647 * Documentation/user/introduction.itely: Small fixes.
2649 2003-07-22 Heikki Junes <hjunes@cc.hut.fi>
2651 * Documentation/topdocs/AUTHORS.texi: polish.
2653 2003-07-22 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2655 * Documentation/user/introduction.itely: revise
2657 * Documentation/user/tutorial.itely: reorganise.
2659 * Documentation/topdocs/index.tely: remove.
2661 * Documentation/header.html.in: prune.
2663 * GNUmakefile.in: clean up web building.
2665 * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
2668 2003-07-21 Heikki Junes <hjunes@cc.hut.fi>
2670 * lilypond-font-lock.el: do not try to match two-char slurs \) \].
2672 * lilypond-mode.el: turn on blink-matching-paren.
2674 2003-07-21 Jan Nieuwenhuizen <janneke@gnu.org>
2676 * scm/output-sodipodi.scm (svg-header): Fix typo.
2678 2003-07-21 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2680 * python/lilylib.py (error_log): use mktemp iso. temp_dir. This
2681 fixes a security hole.
2683 * scripts/lilypond-book.py (original_dir): remove temp_dir
2685 * scm/document-translation.scm: use @code tags.
2687 2003-07-20 Heikki Junes <hjunes@cc.hut.fi>
2689 * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
2691 * lilypond-mode.el: add a buffer-local post-command-hook to set
2692 context dependent syntax-table after each cursor event. Remove old
2693 stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
2695 * lilypond-indent.el: update comments.
2697 * Documentation/footer.html.in: add period.
2699 2003-07-20 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2701 * make/lilypond.redhat.spec.in (Group): don't strip binary.
2703 * scm/document-translation.scm (document-property-operation): add
2706 * VERSION (PACKAGE_NAME): release 1.7.27
2708 * config.make.in: add PAPER variable
2710 * buildscripts/new-chords.py (help): add help text
2712 * Documentation/user/introduction.itely (Typography and program
2713 architecture): fixes.
2715 * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
2716 for texinfo and dvips. This fixes problems with PDF output of the
2719 * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
2720 DVIPS_PAPERSIZE variable
2722 * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
2723 TEXINFO_PAPERSIZE variable
2725 2003-07-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2727 * mf/feta-macros.mf: whoops: only draw lines for test situations.
2729 * mf/feta-toevallig.mf: lowres fixes.
2731 2003-07-19 Jan Nieuwenhuizen <janneke@gnu.org>
2733 * NEWS: Typo and fill-paragraph fixes.
2735 * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
2739 * config.hh.in: Check for lrint.
2741 2003-07-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2743 * VERSION: 1.7.26 released
2745 * lily/separation-item.cc: add padding property.
2747 * input/test/*.ly: various fixes, remove solo-a2.ly
2749 * scm/new-markup.scm (brew-new-markup-molecule): arg order
2750 bugfix. Fixes old-style markup compatibility.
2752 * Documentation/user/introduction.itely (Introduction): historical
2755 * Documentation/user/music-glossary.tely (Top): linewidth fix.
2757 * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
2759 * Documentation/index.texi (Top): cleanup.
2761 * Documentation/user/introduction.itely (Introduction): rewrite
2763 (Music notation and engraving): about notation. Add flat-picture
2765 2003-07-18 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2767 * ly/engraver-init.ly (LyricsVoiceContext): add padding for
2768 separation items. This keeps lyrics from bumping into each other.
2770 2003-07-18 Jan Nieuwenhuizen <janneke@gnu.org>
2772 * GNUmakefile.in (topdocs-web): New target.
2773 (local-web): Depend on topdocs-web; fixes html-doc.
2775 2003-07-18 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2777 * po/lilypond.pot: run po-replace
2779 * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
2781 * scm/drums.scm (reset-drum-kit): new function.
2783 * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
2785 * scripts/update-lily.py: remove
2787 * VERSION: release 1.7.25
2789 * Documentation/user/introduction.itely (Introduction): rewrite
2790 start of introduction.
2792 2003-07-18 Juergen Reuter <reuter@ipd.uka.de>
2794 * lily/all-font-metrics.cc: fixed typo
2796 2003-07-18 Heikki Junes <hjunes@cc.hut.fi>
2798 * lilypond-font-lock.el (LilyPond-mode-set-syntax-table,
2799 LilyPond-mode-context-set-syntax-table): new functions to define
2800 the syntax table according to context.
2802 * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
2804 2003-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2806 * Documentation/user/refman.itely (Figured bass):
2807 language nit courtesy http://www.vocabula.com
2809 * GNUmakefile.in: remove no kpathsea hack.
2811 * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
2814 * GNUmakefile.in: remove web-doc target.
2816 * lily/all-font-metrics.cc (find_afm): add message about
2817 buildscripts/clean-fonts.sh
2819 * scm/define-music-properties.scm (figure): use string for 'figure
2821 * lily/parser.yy (bass_number): allow strings for bassfigure too.
2823 * input/regression/ : add raggedright = ##t where applicable.
2825 * scm/bass-figure.scm (make-bass-figure-markup): add
2826 alignBassFigureAccidentals property.
2828 * lily/volta-bracket.cc (brew_molecule): only put text on 1st
2831 * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
2832 syllables widths into account for minimum-length.
2834 * input/test/staff-container.ly: update file
2836 * input/test/stem.ly: remove
2838 * lily/event.cc (LY_DEFINE): add ly: prefix.
2840 * input/test/clef-manual-control.ly: from manual-clef
2842 * input/test/repeat-shorter-bracket.ly: move from coda-kludge
2844 * input/test/different-time-signatures.ly: move to poly-metric.ly
2846 * input/test/hara-kiri*,scales.ly: remove
2848 * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
2849 with chord-names-jazz.ly)
2851 * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
2852 get scalable cm fonts too.
2854 * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
2855 --encoding for mftrace if present.
2857 * input/regression/slur-area.ly: move from test/
2859 * input/test/: remove simple-slur-endings slur-attachment
2860 slur-broken-cross-staff slur-broken.ly slur-damping.ly
2861 slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
2862 slur-symmetry slur-symmetry tie-broken.ly
2864 * scm/drums.scm (set-drum-kit): add function.
2866 * Documentation/user/refman.itely (Percussion staves): use
2869 * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
2871 (Global_measure.set_timesig): handle 3/8 time sig too.
2873 * scm/output-lib.scm (note-head-style->attachment-coordinates):
2874 note about triangle note heads.
2876 * scm/drums.scm: use alist for instrument-settings. This fixes the
2877 bug with assigning to drums in the .ly file.
2879 * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
2882 * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
2883 cluster-beacon-interface
2885 * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
2887 * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
2889 * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
2891 * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
2894 * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
2895 make ClusterSpannerBeacon to record Y positions. This removes the
2896 need to switch off notes. Use \apply #notes-to-clusters { .. } to
2897 make cluster-note-events.
2899 2003-07-17 Jan Nieuwenhuizen <janneke@gnu.org>
2901 * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
2903 * configure.in: Use lily/main.cc as identifying source file.
2905 * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
2908 * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
2910 * configure.in: Require PYTHON >= 2.0.
2912 * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite. Ask
2913 $PYTHON for include dir location.
2914 (STEPMAKE_PYTHON): New function. Use
2916 PYTHON=foo ./configure
2920 2003-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2922 * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
2925 * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
2926 ftp.lilypond.org everywhere.
2928 2003-07-16 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2930 * lily/text-item.cc (interpret_new_markup): do only if new-markup
2933 * Documentation/user/refman.itely (Grace notes): note on explicit
2936 2003-07-16 Heikki Junes <hjunes@cc.hut.fi>
2938 * lilypond-font-lock.el: add a comment about LilyPond specific
2939 escape characters: ^, - and _, in the syntax table.
2941 * Documentation/user/appendices.itely: a majuscule fix.
2943 2003-07-15 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2945 * input/test/trills.ly (endHorizScript): fixes.
2947 * input/test/chord-names-jazz.ly: merge in alternate Jazz
2948 notation, move from regression.
2950 * input/test/script-stack.ly: change name from stacked-scripts
2952 * input/test/ossia.ly: octave errors.
2954 * input/no-notation/midi-tuplets.ly: move from input/test/, idem
2955 for midi-volume-equaliser
2957 m2003-07-15 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2959 * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
2962 * mf/feta-beugel.mf: don't multiply font_count by 10.
2964 * lily/lookup.cc (horizontal_line): new function. Use
2965 horizontal-line in output backends.
2967 * Documentation/user/tutorial.itely (An orchestral part): new
2968 section on orchestral stuff and identifiers.
2970 2003-07-14 Heikki Junes <hjunes@cc.hut.fi>
2972 * lilypond-mode.el: comment-out paren-highlighting, it still causes
2973 some interference to other modes.
2975 2003-07-14 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2977 * lily/spacing-spanner.cc (musical_column_spacing): use average,
2978 not maximum of spacing wishes in polyphonic situations.
2980 * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
2983 * lilypond-indent.el: remove paren matching.
2985 * lily/text-item.cc (interpret_new_markup): new function
2986 use iso. text2molecule.
2988 * lily/main.cc (notice): change FSF address
2990 * po/de.po: update PO file to 1.6.
2992 2003-07-13 Heikki Junes <hjunes@cc.hut.fi>
2994 * Documentation/user/ {many}: Add periods and remove spaces.
2996 2003-07-11 Heikki Junes <hjunes@cc.hut.fi>
2998 * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
2999 Disable buffer-locally default paren hook and make a new one.
3001 * lilypond-mode.el: Turn off locally paren-mode, but turn on
3002 locally LilyPond-paren-mode. Add todo for mouse double-click.
3004 2003-07-10 Heikki Junes <hjunes@cc.hut.fi>
3006 * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
3007 Disable buffer-locally default paren idle timer and make a new one.
3009 * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
3010 locally LilyPond-show-paren-mode. Add to menu a toggle for
3011 LilyPond-show-paren-function.
3013 2003-07-08 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3015 * input/template/jazz-combo.ly (drumNotes): 1.7 fixes
3017 2003-07-09 Heikki Junes <hjunes@cc.hut.fi>
3019 * Documentation/user/refman.itely: spelling fix.
3021 * lilypond-mode.el, lilypond-indent.el: restrusture and comment
3022 paren highlight function definitions. add todo for
3023 LilyPond-show-paren-mode.
3025 2003-07-07 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3027 * input/template/jazz-combo.ly: new file.
3029 2003-07-06 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3031 * mf/feta-toevallig.mf: tweak for bottom of flat sign.
3034 * mf/feta-schrift.mf: bugfix in varcoda sign.
3035 WARNING: FONT CHANGED
3037 * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
3038 in accordance with lexer.ll.
3040 2003-07-05 Jan Nieuwenhuizen <janneke@gnu.org>
3042 * Documentation/user/tutorial.itely: Edit introduction.
3044 2003-07-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3046 * lily/staff-symbol-referencer.cc (LY_DEFINE): add
3047 ly:grob-staff-position
3049 2003-07-04 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3051 * scm/to-xml.scm: import srfi-1
3053 * VERSION (MAJOR_VERSION): release 1.7.24
3055 * python/lilylib.py (make_ps_images): make multipage _really_ work.
3057 * scripts/lilypond-book.py (do_file): put texidoc before image.
3058 (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
3060 * input/regression/*.ly: fix snippet octaves
3062 * input/test/spanner-after-break-tweak.ly: import
3063 broken-spanner-adjustment
3065 * input/no-notation/midi-transposing.ly: move from input/test/
3067 * input/test/: remove chord-markup
3069 * input/regression/instrument-name-partial.ly: move from input/test.
3071 * input/test/vertical-text.ly: remove
3073 * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
3074 space above lyrics lines.
3076 * input/test/uniform-breaking.ly: remove file.
3078 * lily/gourlay-breaking.cc (combine_demerits): add comment about
3079 uniform spacing density.
3081 * input/test/chords.ly (keys): remove file.
3083 * scm/documentation-lib.scm (oop): use srfi-1 too.
3085 * input/regression/*.ly: add \version
3087 * Documentation/user/*.itely: various fixes.
3089 * buildscripts/mf-to-table.py (base): break table every three
3092 * input/: remove %% new-chords-done %% .
3094 * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
3097 2003-07-03 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3099 * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
3101 * scm/new-markup.scm (box-markup): new function.
3102 (box-markup): new function. Contributed by Dick Schoeller
3103 <schoeller@attbi.com>
3105 * scm/lily.scm: remove reduce-no-unit
3106 (list-insert-separator): use fold-right
3108 * lily/molecule-scheme.cc (ly_molecule_add): take variable number
3111 * NEWS: more neutral language for ancient notation
3113 * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
3114 inside pointing beaming for chord tremolo.
3116 * Documentation/user/lilypond-book.itely: minor editing
3118 2003-07-03 Juergen Reuter <reuter@ipd.uka.de>
3120 * NEWS: added news for 1.8 regarding ancient notation
3122 * Documentation/user/refman.itely (Gregorian square neumes
3123 ligatures): fixed typo
3125 * lily/vaticana-ligature-engraver.cc,
3126 lily/include/vaticana-ligature.hh: bugfix: use special heads for
3127 lower/upper head of Pes only when heads are stacked
3129 * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
3130 scm/define-grob-properties.scm: cleanup: make "join-left" a
3131 boolean grob property and save delta pitch in grob property
3132 "delta-pitch" instead
3134 * lily/include/gregorian-ligature.hh: bugfix: corrected comments
3136 2003-07-02 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3138 * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
3141 * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
3142 (try_music): bug fix: beam multiplicity was completely borked.
3144 * scm/lily.scm: remove tail, filter-list, filter-out-list,
3145 first-n, butfirst-n in favor of srfi-1 functions.
3146 remove string-join, string-pad in favor of srfi-13 functions.
3148 * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
3150 * NEWS: use complete sentences.
3152 * Documentation/user/introduction.itely (Example applications):
3153 add note about databases and lilypond-book.
3155 * input/test/volta.ly: remove file
3157 * input/regression/volta-broken-left-edge.ly: simplify file
3159 2003-07-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3161 * Documentation/user/refman.itely (Constructing a tweak): new
3164 * Documentation/user/tutorial.itely (Fine tuning layout): add
3167 * scm/define-grobs.scm (TextScript): use new brewer.
3169 2003-06-30 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3171 * VERSION: release 1.7.23
3173 * scm/new-markup.scm (brew-new-markup-molecule): bugfix
3175 * python/lilylib.py (make_ps_images): bugfixes.
3177 * input/regression/volta-multi-staff.ly: new file.
3179 * Documentation/user/macros.itexi: refcommands, refcommand macros.
3181 * Documentation/user/tutorial.itely (Piano staffs): new section.
3182 (Setting variables): new section
3183 (Fine tuning layout): new section
3185 * input/just-friends.ly: remove file. Superseeded by
3186 input/test/chords-without-melody.ly
3188 * ly/property-init.ly: add all commands to refman.
3190 * scm/define-translator-properties.scm: remove
3191 graceAccidentalSpace, graceAlignPosition, keyOctaviation
3193 * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
3194 name. Underscores botch up PS output.
3196 * scm/define-translator-properties.scm: remove
3197 textNonEmpty, oneBeat, regularSpacingDelta
3199 * scripts/convert-ly.py (FatalConversionError.conv): conversion
3200 rule for automaticBars.
3202 * lily/timing-engraver.cc (start_translation_timestep): change
3203 barNonAuto to automaticBars
3205 2003-06-30 Graham Percival <gperlist@shaw.ca>
3207 * input/test/perform-tie.ly: delete file.
3209 2003-06-29 Juergen Reuter <reuter@ipd.uka.de>
3211 * Documentation/user/refman.itely (Gregorian square neumes
3212 ligatures): bugfix: do not show ledger lines in neumes table
3213 (fixed by setting staff symbol to transparent rather than removing
3214 it from staff context)
3216 2003-06-29 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3218 * scm/new-markup.scm (brew-new-markup-molecule): move old markup
3219 glue into brew-new-markup-molecule.
3221 * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
3223 * Documentation/user/introduction.itely (Computerized typography):
3226 * Documentation/user/tutorial.itely (An orchestral part): remove
3227 pc example from tutorial.
3229 * input/tutorial/lilbook.tex: use screech-boink
3231 * scripts/lilypond-book.py (compile_all_files): split formatting
3232 output body and scheduling lilypond compilation.
3233 (format_lilypond_output_bodies): new function
3234 (format_lilypond_block): new function
3235 (html_pages): allow multi-page images in HTML
3237 * python/lilylib.py (make_ps_images): rename function from
3238 make_preview, merge with make_page_images
3240 2003-06-28 Graham Percival <gperlist@shaw.ca>
3242 * input/test/key-clefs.ly: moved to regression.
3244 * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
3246 * input/no-notation/README: added note about midi-*.ly files.
3248 * input/test/two-key.ly: moved to no-notation/parse5.ly
3250 * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
3251 system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
3253 * input/test/ {various}: modified comments, marked some for deletion.
3255 * input/test/lines.ly: deleted file; duplicate of embedded-postscript.ly
3257 * input/test/mmrest-collision: moved to regression.
3259 2003-06-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3261 * scm/chord-name.scm (note-name->markup): don't superscript root
3262 alterations in chordnames.
3264 2003-06-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3266 * Documentation/user/refman.itely (Multi measure rests): more
3267 index/cross-referencing.
3269 * lily/line-spanner.cc (line_molecule): bugfix for trill style.
3271 * scm/font.scm: remove properties-to-font-name code.
3273 * scm/define-grob-properties.scm: remove 'type
3275 * scripts/convert-ly.py (FatalConversionError.conv): type -> style
3278 * lily/text-spanner.cc: change 'type grob prop to 'style
3280 * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
3281 "first" flag to decide whether to make a start-repeat
3283 * input/regression/grace-volta-repeat-2.ly: new file.
3285 2003-06-22 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3287 * lilypond-indent.el: rename generic functions to LilyPond-*
3289 2003-06-22 Graham Percival <gperlist@shaw.ca>
3291 * input/test/thumb.ly: delete, merged into refman.
3293 * Documentation/user/refman.itely: added thumb info to Fingering.
3295 * input/test/ follow-break.ly multi-slope.ly note-shift.ly
3296 notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
3297 vertical-align.ly : deleted files.
3299 2003-06-21 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3301 * lily/align-interface.cc (find_fixed_alignment_parent): new function.
3303 * lily/line-spanner.cc (broken_trend_offset): remove function.
3304 (get_broken_offset): idem.
3305 (brew_molecule): rewrite the line-break case.
3307 * input/regression/follow-voice-break.ly: new file.
3309 * lily/line-spanner.cc (after_line_breaking): remove lines at the
3312 2003-06-20 Graham Percival <gperlist@shaw.ca>
3314 * input/test/tuplet-rest.ly: moved to regression.
3316 * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
3319 * input/test/ {many} : marked file for possible deletion.
3321 2003-06-20 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3323 * input/regression/beam-funky.ly: add note about (disputed)
3326 * ly/engraver-init.ly (ScoreContext): put key-signature after
3329 2003-06-20 Graham Percival <gperlist@shaw.ca>
3331 * input/test/ broken.ly lyric-phrasing.ly: deleted.
3333 * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
3335 * input/test/staff-line-leading.ly: renamed to staff-space.ly.
3337 * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
3338 stem-extend was deleted (it was duplicate example, and not as
3341 * input/test/[s-z]*.ly: add texidoc index.
3343 2003-06-20 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3345 * lily/slur.cc (get_boundary_notecolumn_y): change name from
3346 get_first_notecolumn_y
3348 * lily/spanner.cc (broken_spanner_index): new function.
3350 2003-06-19 Graham Percival <gperlist@shaw.ca>
3352 * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
3353 lyric-hyphen.ly : moved to regression.
3355 * input/test/ beam-stem-test.ly beamed-slur-endings.ly
3356 diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
3358 * input/test/instrument-name-mmrest.ly: moved to
3359 ../regression/multi-measure-rest-instr-name.ly
3361 * input/test/knee-sym.ly: moved to
3362 ../regression/beam-knee-symmetry.ly.
3364 * input/test/hymn.ly: change comments.
3366 * input/test/[p-r]*.ly: add texidoc index.
3368 2003-06-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3370 * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
3373 * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
3376 * VERSION: release 1.7.22
3378 2003-06-18 Graham Percival <gperlist@shaw.ca>
3380 * input/test/[h-k]*.ly: added texidoc index.
3382 * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
3384 * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
3386 * input/test/ various : mark files for deletion or moving to regression.
3388 * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
3390 * input/test/[l-o]*.ly: added texidoc index.
3392 2003-06-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3394 * scm/music-functions.scm (make-ottava-set):
3395 only do ottavation if centralCPosition is set.
3397 * lily/translator-scheme.cc (ly:context-property-where-defined):
3398 return '() if not found.
3400 2003-06-17 Heikki Junes <hjunes@cc.hut.fi>
3402 * lilypond-mode.el (LilyPond-un-comment-region): removed.
3403 Use one command for both commenting and uncommenting.
3405 * lilypond-indent.el (LilyPond-comment-region): new function,
3406 (un)comments each line separately.
3408 * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
3410 * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
3411 imenu is not added by default; adapted from f90.el,
3412 makes Help-menu, which does not fit, visible in XEmacs.
3414 2003-06-16 Heikki Junes <hjunes@cc.hut.fi>
3416 * lilypond-mode.el: Set show-paren-mode local; minor-mode
3417 show-paren-mode sets blink-matching-paren-on-screen local.
3418 Try to make show-paren-function to paren-highlight local.
3420 * lilypond-indent.el (LilyPond-scan-sexps): new function.
3421 Copy definitions of Emacs' show-paren-function and
3422 XEmacs' paren-highlight and make minimal changes;
3423 add comments about locality.
3424 Fix matching first open-paren-char in '<< .. >>'.
3426 2003-06-16 Graham Percival <gperlist@shaw.ca>
3428 * input/test/g*: added texidoc index.
3430 * input/test/[a-g]*: added raggedright==#t when it
3433 * input/test/ fake-grace.ly figured-bass.ly : removed file.
3435 * Documentation/topdoc/INSTALL.texi: removed false warnings
3438 2003-06-16 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3440 * input/test/spanner-after-break-tweak.ly (texidoc): new file.
3442 * input/test/chords-without-melody.ly (texidoc): add from
3443 input/just-friends.ly
3445 * input/regression/size{13--26}.ly: move from input/
3447 * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
3448 input/{star-spangled-banner,twinkle}.ly: remove
3450 * lily/slur.cc: remove slur over rest warnings.
3452 * lily/note-spacing.cc (get_spacing): include left part of right
3453 object in fixed space. This fixes stretched space before
3456 * input/regression/spacing-accidental-stretch.ly: new file.
3458 2003-06-16 Rune Zedeler <rz@daimi.au.dk>
3460 * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
3463 2003-06-15 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3465 * input/regression/spacing-knee.ly: docstring
3467 * input/regression/spacing-multi-tuplet.ly (multipart): docstring
3469 * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
3470 input/tutorial/{test,solar,flowing}.ly: remove
3472 * input/rhythm.ly: remove
3474 * input/mutopia/F.Schubert/standchen.ly: update syntax.
3476 * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
3479 * scm/define-grobs.scm (all-grob-descriptions): set
3480 knee-spacing-correction to 1.0
3482 * lily/note-spacing.cc (stem_dir_correction): compute knee
3483 correction using stem-thickness and head width.
3485 * input/regression/beam-quanting-horizontal.ly: update texidoc
3487 * scm/define-grobs.scm (all-grob-descriptions): set
3488 beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
3489 This fixes 32nd beams for noteheads in spaces quants.
3491 * scripts/lilypond-book.py (process_lilypond_blocks): opps.
3493 2003-06-15 Heikki Junes <hjunes@cc.hut.fi>
3495 * README.mandrake: Change lilypond-extras to lilypond-documentation.
3497 2003-06-14 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3499 * input/test/dpncnt.ly,part-combine-score.ly: remove.
3501 * VERSION (PACKAGE_NAME): release 1.7.21
3503 * input/regression/stem-shorten.ly: new file.
3505 * lily/stem.cc (get_default_stem_end_position): revise stem
3508 * input/regression/spacing-multi-tuplet.ly: move from input/test/
3510 * input/test/{scripts,volta-start,sleur}.ly: remove
3512 * input/regression/span-bar.ly: smaller file.
3514 * input/regression/spacing-{natural,tight,loose}.ly: remove
3516 * input/test/markup.ly: remove
3518 * scripts/lilypond-book.py: put printfilename in separate chunk,
3519 so texidoc is printed after the filename.
3521 2003-06-12 Heikki Junes <hjunes@cc.hut.fi>
3523 * make/lilypond.mandrake.spec.in: fix docdirs.
3525 2003-06-13 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3527 * input/regression/beam-french.ly: bugfix.
3529 * buildscripts/lys-to-tely.py (name2line): sort filenames.
3531 * input/regression/(various).ly: add raggedright = #t.
3533 * input/regression/auto-beam.ly: move from abe.ly
3535 2003-06-13 Graham Percival <gperlist@shaw.ca>
3537 * input/test/f*.ly: added texinfo index.
3539 * input/test/broken-thread-line.ly: renamed to follow-break.ly.
3541 2003-06-13 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3543 * lily/beam-quanting.cc (score_forbidden_quants): also add inter
3544 quant penalty for beam just outside staff.
3546 * input/regression/beam-quanting-horizontal.ly (texidoc): move
3547 from beam-pos.ly, remove non-horizontal tests.
3549 * input/test/(various): cleanup header info.
3551 * input/test/tchaikovsky.ly: remove file.
3553 * scm/chord-generic-names.scm: move from
3554 double-plus-new-chord-name.scm
3556 * input/test/orchestscore.ly: remove file
3558 * Documentation/user/refman.itely (Vocal music): update documentation.
3560 * scm/define-translator-properties.scm (chordNoteNamer): remove
3561 chordNameStyle, use chordNameFunction
3563 * scm/chord-name.scm (set-chord-name-style): remove
3564 set-chord-name-style. Use \property chordNameFunction.
3566 2003-06-12 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3568 * Documentation/user/lilypond-book.itely (Integrating LaTeX and
3569 music): remove @TeX{} command.
3571 2003-06-12 Jan Nieuwenhuizen <janneke@gnu.org>
3573 * lilypond-indent.el (scan-sexps): Renamed to
3574 aargh-this-breaks-other-emacs-modes-scan-sexps.
3576 2003-06-12 Heikki Junes <hjunes@cc.hut.fi>
3578 * lilypond-indent.el: Fix: match concurrent one-char opening and
3579 closing slurs: '()', etc. Add comments.
3581 * Documentation/user/music-glossary.tely: fix: change ä to @"a.
3583 * lilypond-font-lock.el: match unending string at eof.
3585 * make/lilypond.mandrake.spec.in: refreshed packed file list.
3587 2003-06-10 Graham Percival <gperlist@shaw.ca>
3589 * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
3590 input/test/beam-dir.ly input/test/beam-position.ly
3591 input/test/beam-suspect.ly input/test/beam-trend.ly
3592 input/test/beams.ly input/test/crescendo-text.ly : deleted
3593 * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
3594 * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
3595 * input/test/default-bars.ly: moved to bar-always.ly
3596 * input/test/ {many}: deleted old "renamed from foo to bar" comments.
3598 2003-06-10 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3600 * input/test/chord-names-dpnj.ly (texidoc): bugfix.
3602 2003-06-04 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3604 * scm/chord-ignatzek-names.scm (remove-step): rename file.
3606 2003-06-10 Heikki Junes <hjunes@cc.hut.fi>
3608 * lilypond-indent.el: Match better slurs in scheme expressions.
3609 Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
3611 * Documentation/user/invoking.itexi: document Emacs' paren matching.
3613 2003-06-10 Jan Nieuwenhuizen <janneke@gnu.org>
3615 * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
3617 * input/ac-extra-voice.ly: Add texidoc.
3619 * ly/chord-modifiers-init.ly:
3620 * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
3621 and chordNameExceptionsPartial for new chord names.
3623 * input/test/chord-names-dpnj.ly:
3624 * input/test/dpncnt.ly: Update.
3626 * scm/chord-name.scm:
3627 * scm/double-plus-new-chord-name.scm: Add compatibility for new
3628 chord selection and options.
3630 * ly/chord-modifiers-init.ly: Add exceptions
3632 * scm/define-translator-properties.scm (chordNameStyle)
3633 (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
3635 2003-06-10 Rune Zedeler <rune@zedeler.dk>
3637 * ly/property-init.ly (germanChords): Added.
3638 (semiGermanChords): Added.
3640 * input/test/chord-names-german.ly: Use new macros
3642 2003-06-09 Heikki Junes <hjunes@cc.hut.fi>
3644 * lilypond-indent.el: Use similar parenthesis highlighting for
3645 Emacs and XEmacs through redefinitions of parenthesis highlighting
3646 functions; removed LilyPond-show-paren-function. Fix indenting.
3647 Turn paren-matching on also in XEmacs.
3649 * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
3650 as needed by parenthesis highlighting functions (in scan-sexp).
3652 2003-06-08 Jan Nieuwenhuizen <janneke@gnu.org>
3654 * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
3656 (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
3658 2003-06-08 Heikki Junes <hjunes@cc.hut.fi>
3660 * lilypond-indent.el: tune regexp for show-paren-function.
3662 2003-06-07 Jan Nieuwenhuizen <janneke@gnu.org>
3664 * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
3665 for all LilyPond-produced tex snippets.
3667 * tex/lilyponddefs.tex: Allow overriding of interscoreline. This
3668 fixes one line --preview output of ly2dvi.
3670 2003-06-07 Heikki Junes <hjunes@cc.hut.fi>
3672 * lilypond-indent.el: match only one type of slurs in
3673 LilyPond-show-paren-function.
3675 2003-06-05 Jan Nieuwenhuizen <janneke@gnu.org>
3677 * debian/GNUmakefile (EXTRA_DIST_FILES):
3678 * debian/lilypond1.7.dirs:
3679 * debian/lilypond1.7-doc.dirs: New file.
3681 * input/regression/chord-name-exceptions.ly: Add parameter for
3682 ignatzekExceptions. Quote hash in docstring.
3684 2003-06-06 Heikki Junes <hjunes@cc.hut.fi>
3686 * lilypond-indent.el (show-paren-function): define show-paren-function
3687 as LilyPond-blink-matching-open and use it for closing parens.
3688 Let LilyPond-blink-matching-open know whether a bracket was inserted.
3690 * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
3691 LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
3692 LilyPond-blink-matching-paren in order to match both open and close
3695 2003-06-05 Heikki Junes <hjunes@cc.hut.fi>
3697 * lilypond-indent.el (LilyPond-show-paren-function): introduce for
3698 testing by modifying the code from FSF Emacs paren.el. Add comments.
3700 2003-06-04 Jan Nieuwenhuizen <janneke@gnu.org>
3702 * input/test/dpncnt.ly: Transpose example to match new
3703 default \chords octave. Add comment.
3705 * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
3706 comment about octave change.
3708 2003-06-04 Graham Percival <gperlist@shaw.ca>
3710 * input/test/[d,e]: added texinfo index tags.
3711 * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
3713 2003-06-04 Graham Percival <gperlist@shaw.ca>
3715 * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
3717 2003-06-04 Heikki Junes <hjunes@cc.hut.fi>
3719 * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
3720 as in blink-matching-open.
3722 2003-06-03 Graham Percival <gperlist@shaw.ca>
3724 * input/test/[a-c]: more comments in files.
3725 * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
3726 beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly
3727 beam-trend.ly beams.ly crescendo-text.ly default-neutral-dir.ly :
3728 mark file for proposed deletion.
3729 * input/test: renaming files:
3730 auto-beam-4-8.ly to beam-auto-4-8.ly
3731 auto-beam-override.ly to beam-auto-override.ly
3732 auto-beam.ly to beam-auto.ly
3733 blank.ly to blank-paper.ly
3734 absolute-volume.ly to dynamic-absolute-volume.ly
3736 2003-06-03 Jan Nieuwenhuizen <janneke@gnu.org>
3738 * input/test/dpncnt.ly:
3739 * input/test/chord-names-dpnj.ly: Resurrect.
3741 * lily/my-lily-lexer.cc: Remove chordnames keyword.
3743 * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
3745 * scm/chord-name.scm (sequential-music-to-chord-exceptions):
3746 Better docstring, add parameter OMIT-ROOT, tidy up.
3748 2003-06-03 Heikki Junes <hjunes@cc.hut.fi>
3750 * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
3752 2003-06-02 Jan Nieuwenhuizen <janneke@gnu.org>
3754 * scm/output-ascii-script.scm (as-font-alist-alist):
3755 (as-properties-to-font-name):
3756 (as-make-style-sheet): Remove.
3758 * scm/font.scm (as-make-font-list): New function.
3759 (as-font-sheet-alist): New variable.
3761 * ly/paper-as9-init.ly:
3762 * ly/paper-as5-init.ly: Update.
3765 * ly/paper-as9.ly: New file.
3767 2003-05-29 Jan Nieuwenhuizen <janneke@gnu.org>
3769 * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
3771 2003-05-28 Graham Percival <gperlist@shaw.ca>
3772 * input/sondag-morgen/*: removed due to copyright concerns.
3773 * input/[a,b]*.ly: added a newline at the end of the texinfo
3774 doc string (produces better output in HTML version).
3775 * input/c*.ly: added texinfo index and added comments to
3776 aid in future changes to input/test/ files.
3778 2003-05-28 Graham Percival <gperlist@shaw.ca>
3780 * Documentation/user/refman.itely: fixed build problem (missing
3781 file) caused by previous renaming.
3783 2003-05-28 Graham Percival <gperlist@shaw.ca>
3785 * input/test/[a,b]*.ly: added texinfo index and added comments to
3786 aid in future changes to input/test/ files.
3787 * input/test/bar-number-every-5-reset.ly: renamed to
3788 bar-number-every-five-reset.ly
3789 * input/test/bar-script-visibility.ly: renamed to
3790 bar-number-show-all.ly
3792 2003-05-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3794 * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
3797 * lily/glissando-engraver.cc (acknowledge_grob): new file: split
3798 out note-line and glissando functionality.
3800 * lily/line-spanner.cc (brew_molecule): cleanup.
3802 2003-05-27 Jan Nieuwenhuizen <janneke@gnu.org>
3804 * scripts/as2text.scm: Use rdelim module.
3805 (start-system): Rename from start-line.
3806 (stop-system): Rename from stop-line.
3807 (af-gulp-file): Use string iso symbol for getenv.
3809 * scm/output-ascii-script.scm: Add guile and lily modules.
3810 (font-name-alist): New variable.
3811 (draw-line): New function.
3813 * scm/output-lib.scm (func, arg->string): Re-add from archive.
3814 (Were these silently removed, without ChangeLog entry?)
3816 2003-05-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3818 * scm/music-functions.scm (make-ottava-set): bugfixes: also
3819 process 2nd ottava correctly.
3821 2003-05-27 Heikki Junes <hjunes@cc.hut.fi>
3823 * lilypond-indent.el: allow strings in LilyPond-parens-alist.
3825 2003-05-26 Jan Nieuwenhuizen <janneke@gnu.org>
3827 * Documentation/user/converters.itely (Invoking midi2ly): Update.
3829 2003-05-26 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3831 * VERSION: release 1.7.20
3833 * lily/text-spanner.cc (brew_molecule): clean up function. This
3834 fixes bugs with broken 8va spanners.
3836 * lily/simple-spacer.cc (solve): also compute force for raggedright.
3837 This prevents spurious line-breaks with raggedright
3839 2003-05-25 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3841 * lily/key-performer.cc (create_audio_elements): always use major
3844 * Documentation/user/internals.itely: updates
3846 * input/regression/beam-break.ly: new file.
3848 * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
3849 beams if starting or terminating stems have 'beaming set.)
3851 * lily/beam-engraver.cc (process_music): add forbidBeamBreak
3854 * lily/parser.yy (verbose_command_req): add comment about scales.
3856 2003-05-25 Heikki Junes <hjunes@cc.hut.fi>
3858 * lilypond-indent.el: adjust regexps in bracket-matching.
3860 2003-05-24 Juergen Reuter <reuter@ipd.uka.de>
3862 * Documentation/user/refman.itely: more tiny fixes
3864 * Documentation/user/refman.itely: bugfix: "Chord namess" ->
3865 "Chord names"; added table with input syntax for solesmes neumes
3866 table; added some words about rationale on input syntax design
3868 * lily/gregorian-ligature-engraver.cc,
3869 lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
3870 lily/include/gregorian-ligature.hh: bugfix: horizontal head
3871 alignment of Pes Initio Debilis
3873 * Documentation/user/refman.itely,
3874 lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
3875 mf/parmesan-heads.mf: fixed most of the head selection/alignment
3876 bugs in the solesmes neumes table
3878 2003-05-24 Heikki Junes <hjunes@cc.hut.fi>
3880 * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
3881 Similarly, match '[' and ']' by skipping '\[' and '\]'.
3883 * lilypond-mode.el: fix tag-score. small improvements.
3885 2003-05-23 Jan Nieuwenhuizen <janneke@gnu.org>
3887 * .cvsignore: Add aclocal.m4.
3889 * lily/music-constructor.cc: Include <assert.h>.
3891 2003-05-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3893 * ly/engraver-init.ly (HaraKiriStaffContext): use
3894 RemoveEmptyStaffContext instead.
3896 * Documentation/user/refman.itely: updates
3898 2003-05-23 Juergen Reuter <reuter@ipd.uka.de>
3900 * Documentation/user/refman.itely: added solesmes neumes table;
3901 bugfix: make section "More Stanzas" a subsection of "Vocal Music";
3902 bugfix: "Ornaments" -> "Articulations"
3904 * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
3906 2003-05-22 Heikki Junes <hjunes@cc.hut.fi>
3908 * lilypond-indent.el: Add a message about trying to match \] or \).
3910 2003-05-22 Juergen Reuter <reuter@ipd.uka.de>
3912 * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
3913 obsolete "arithmetic_*"
3915 * input/bugs/ligatures.ly: removed (will be put into a different
3918 2003-05-22 Jan Nieuwenhuizen <janneke@gnu.org>
3920 * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
3921 libkpathsea (Maurizio Tomasi).
3923 2003-05-22 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3925 * input/regression/repeat-slash.ly (texidoc): new file
3927 * lily/slash-repeat-engraver.cc (try_music): new file, handle
3928 slash repeats separately. Slash repeats and %
3929 repeats can now be nested.
3931 2003-05-22 Heikki Junes <hjunes@cc.hut.fi>
3933 * lilypond-indent.el: Add preliminary test for closing \] and \).
3935 2003-05-21 Juergen Reuter <reuter@ipd.uka.de>
3937 * lily/gregorian-ligature-engraver.cc,
3938 lily/vaticana-ligature-engraver.cc,
3939 lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
3940 mf/parmesan-heads.mf: various semivocalis related bugfixes
3942 * input/bugs/ligatures.ly: new file demonstrating problems with
3945 2003-05-21 Heikki Junes <hjunes@cc.hut.fi>
3948 lilypond-font-lock.el,
3949 lilypond-indent.el: Move all paren matching to lilypond-indent.el.
3951 2003-05-20 Heikki Junes <hjunes@cc.hut.fi>
3953 * lilypond-mode.el: Remove outdated code. Stress the difference
3954 between Emacs and XEmacs definitions.
3957 lilypond-indent.el: Define a function interactive only when necessary.
3959 2003-05-19 Heikki Junes <hjunes@cc.hut.fi>
3961 * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
3962 Use inactive regions also in XEmacs.
3964 2003-05-18 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3966 * Documentation/user/refman.itely (Repeat syntax): more updates
3968 * lily/simple-spacer.cc (solve): move solution process into
3969 solve(). This fixes a bug with collisions and raggedright = ##t.
3971 * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
3973 * ly/engraver-init.ly: remove GraceContext. Update examples.
3975 2003-05-18 Jan Nieuwenhuizen <janneke@gnu.org>
3977 * GNUmakefile.in (fonts): Also make fontball.
3981 * ly/engraver-init.ly (GraceContext): Add.
3985 convert-ly $(find . -name *.ly)
3987 * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
3990 2003-05-18 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3992 * VERSION: 1.7.19 released
3994 * scm/music-functions.scm (set-octavation): new function.
3996 * input/regression/ottava.ly: new file
3998 * lily/translator-scheme.cc (LY_DEFINE): new function
3999 ly:unset-context-property
4000 (LY_DEFINE) new function ly:context-property-where-defined:
4002 2003-05-18 Heikki Junes <hjunes@cc.hut.fi>
4004 * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
4006 * lilypond.words: add few.
4008 * input/test/script-chart.ly: fix typo.
4010 2003-05-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4012 * scm/define-grobs.scm: uniform naming for definitions and output
4015 * ly/engraver-init.ly (ChoirStaffContext): add \description from
4016 scm/context-description.scm
4018 * lily/parser.yy (translator_spec_body): add \description to the
4019 \translator{} body syntax.
4021 * lily/ottava-engraver.cc: new file.
4023 * scm/chord-name.scm (natural-chord-alteration): replace old
4026 * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
4028 * Documentation/user/refman.itely (Metronome marks): update doco.
4030 * input/regression/markup-note.ly: new file
4032 * input/regression/metronome-marking.ly: new file
4034 * lily/metronome-engraver.cc: new file. Print \tempo markings.
4036 * scm/new-markup.scm (note-markup): make a note glyph, useful for
4039 2003-05-17 Jan Nieuwenhuizen <janneke@gnu.org>
4041 * Documentation/user/GNUmakefile: Compatibility fix for new
4042 makeinfo. Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
4043 for making binary packages; info splitting bug has been fixed.
4045 * Documentation/user/refman.itely: Compile fixes.
4047 2003-05-16 Heikki Junes <hjunes@cc.hut.fi>
4049 * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
4050 Count \midi -keywords also for a region.
4052 2003-05-15 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4054 * lily/lookup.cc (LY_DEFINE): new function
4056 * Documentation/user/tutorial.itely: updates
4058 2003-05-15 Heikki Junes <hjunes@cc.hut.fi>
4060 * lilypond-mode.el: Allow Midi on buffer.
4061 Use only '.ly'-extension, remove '.sly' and '.fly'.
4062 Allow use of inactive regions. Invoke next Command on Master file,
4063 Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
4065 2003-05-14 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4067 * Documentation/user/tutorial.itely: updates.
4069 2003-05-14 Heikki Junes <hjunes@cc.hut.fi>
4071 * lilypond-mode.el: Show messages in one line only, as in XEmacs.
4073 2003-05-13 Juergen Reuter <reuter@ipd.uka.de>
4075 * lily/coherent-ligature-engraver.cc: fixed typo
4077 * lily/coherent-ligature-engraver.cc,
4078 lily/gregorian-ligature-engraver.cc,
4079 lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
4080 lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
4081 lily/vaticana-ligature-engraver.cc,
4082 lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
4083 scm/grob-description.scm: cleanup: junked LigatureHead grob and
4084 removed all ligature specific stuff from NoteHead code
4086 * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
4087 ligatures now use regular noteheads
4089 * lily/vaticana-ligature.cc: tiny code cleanups
4091 * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
4092 space between two adjacent noteheads of the same pitch
4094 * scm/grob-description.scm: bugfix: VaticanaLigature: interface
4095 description; cleanup: removed obsolete font-family settings
4097 2003-05-11 Juergen Reuter <reuter@ipd.uka.de>
4099 * lily/coherent-ligature-engraver.cc,
4100 lily/gregorian-ligature-engraver.cc,
4101 lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
4102 lily/mensural-ligature-engraver.cc,
4103 lily/vaticana-ligature-engraver.cc,
4104 lily/include/gregorian-ligature-engraver.hh: updated for new
4105 Coherent_ligature_engraver; added comments that describe the basic
4106 design ideas of the ligature implementation
4108 * lily/coherent-ligature-engraver.cc,
4109 lily/include/coherent-ligature-engraver.hh: new file: shared code
4110 between mensural ligatures and Gregorian chant notation ligatures
4112 2003-05-11 Heikki Junes <hjunes@cc.hut.fi>
4114 * lilypond-mode.el: XEmacs fixes: include two definitions for the
4115 key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
4116 use only two arguments in sit-for, use no arguments in
4117 read-char-exclusive, backspace is not a character (127) in XEmacs.
4119 * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
4121 2003-05-06 Heikki Junes <hjunes@cc.hut.fi>
4123 * lilypond-mode.el: un-commenting works after syntax-table fix.
4125 * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
4126 group, verbose commenting for syntax table.
4128 * lilypond-indent.el: add TODO for ligature slurs.
4130 2003-05-05 Heikki Junes <hjunes@cc.hut.fi>
4132 * lilypond-mode.el: Move comments of parenthesis matching away,
4133 (blink-matching-paren-on-screen) fix blinking in Emacs.
4135 * lilypond-font-lock.el: Fix parent-matching for Emacs:
4136 Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
4138 * lilypond-indent.el: Add TODO for parenthesis matching.
4140 2003-05-03 Heikki Junes <hjunes@cc.hut.fi>
4142 * lilypond-mode.el: Fix XEmacs:
4143 changed [S-iso-lefttab] to [(shift iso-lefttab)],
4144 invoke explicitly easy-menu-add (in Emacs done automatically).
4146 * lilypond.words: Add few words from input/*/*.ly.
4148 2003-05-02 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4150 * VERSION (PATCH_LEVEL): release 1.7.18
4152 * scripts/lilypond-book.py: only print basename for printfilename
4155 * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
4158 2003-05-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4160 * mf/feta-toevallig.mf: revamp flat symbol: use less points,
4161 better parametrisation. Move fatness of bulb downward.
4163 * mf/parmesan-custodes.mf (dir_down): remove underscores from
4164 glyph names. Underscores are not allowed .ps encoding files.
4166 2003-04-30 Juergen Reuter <reuter@ipd.uka.de>
4168 * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
4169 variable "packed" for packed right-ragged mode
4171 * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
4172 unused variable ragged; fixed indentation
4174 * Documentation/user/refman.itely: tiny cleanups in ancient
4175 clef and custos section
4177 2003-04-30 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4179 * lily/parser.yy (Simple_music): add \applyoutput, syntax
4180 \applyoutput PROCEDURE
4182 * lily/my-lily-lexer.cc: add \applyoutput.
4184 * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
4186 * lily/text-item.cc: clean text-interface description
4188 2003-04-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4190 * input/{regression,test}/: use postfix for slur endings and beam
4193 * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
4196 * input/regression/lyrics-melisma-beam.ly: new file.
4198 * lily/lyric-engraver.cc (process_music): change from
4199 process_acknowledged_grobs()
4201 * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
4202 functions to set and revert auto-beam settings.
4204 2003-04-26 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4206 * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
4208 2003-04-24 Juergen Reuter <reuter@ipd.uka.de>
4210 * ChangeLog, Documentation/topdocs/AUTHORS.texi,
4211 Documentation/user/lilypond.tely: fixed some typos; updated author
4214 * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
4215 #"" -> #'flag-style = #'()
4217 * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
4218 cleanup: removed dead #includes
4220 * lily/gregorian-ligature-engraver.cc,
4221 lily/include/gregorian-ligature.hh,
4222 scm/grob-property-description.scm: small cleanups, small spacing
4225 * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
4226 lily/vaticana-ligature.cc,
4227 lily/include/gregorian-ligature-engraver.hh,
4228 scm/grob-property-description.scm, scm/music-types.scm:
4229 "porrectus" -> "pes or flexa"
4231 * ly/engraver-init.ly, scm/grob-description.scm,
4232 scm/grob-property-description.scm: junked porrectus, now handled
4235 * scm/grob-description.scm: bugfix: added space-alist entry for
4236 breathing sign/custos
4238 2003-04-24 Jan Nieuwenhuizen <janneke@gnu.org>
4240 * Another grand 2003 update.
4242 * Remove mentioning of `mudela'; There's no such thing.
4244 2003-04-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4246 * Documentation/user/preface.itely (Preface to version 1.8): update
4248 * Documentation/user/invoking.itexi (Invoking LilyPond): revise
4250 * Documentation/user/converters.itely (Invoking convert-ly): revise
4252 * scripts/convert-ly.py (outfile_name): remove --assume-old.
4254 * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
4256 2003-04-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4258 * Documentation/user/internals.itely: more updates.
4260 2003-04-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4262 * Documentation/user/refman.itely: revise
4264 * Documentation/user/internals.itely: revise
4266 * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
4268 2003-04-23 Juergen Reuter <reuter@ipd.uka.de>
4270 * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
4271 beautification: reformatted ancient clefs section; cleanup: small
4274 2003-04-22 Heikki Junes <hjunes@cc.hut.fi>
4276 * lilypond.words: added words for chant notation, sorted
4277 alphabetically through "sort lilypond.words"
4279 2003-04-22 Juergen Reuter <reuter@ipd.uka.de>
4281 * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
4282 scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
4285 2003-04-21 Juergen Reuter <reuter@ipd.uka.de>
4287 * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
4288 prevent TeX from interpreting them as long dash
4290 * input/test/vaticana.ly: updated
4292 * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
4293 mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
4294 mf/parmesan-heads.mf, mf/parmesan-rests.mf,
4295 mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
4298 * mf/parmesan-heads.mf: ledger endings: removed dead code
4300 2003-04-21 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4302 * VERSION: 1.7.17 released
4304 * Documentation/user/GNUmakefile
4305 ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
4308 * scm/document-markup.scm: new file: document all markup
4311 * scm/documentation-generate.scm: rename all documentation modules
4314 * scripts/lilypond-book.py: generate link to .ly file iso. link to
4317 * input/test/divisiones.ly: added
4319 * input/regression/output-property.ly: new file
4321 * lily/cluster.cc: change cluster-interface to use style property
4323 2003-04-20 Rune Zedeler <rune@zedeler.dk>
4325 * input/test/chord-names-german.ly: modified.
4327 * scm/chords-ignatzek.scm:
4328 chord-name->german-markup: Added
4329 note-name->german-markup: Changed (now producing lowercase notenames)
4331 * lily/chord-name-engraver.cc: Reads property chordNoteNamer
4333 2003-04-20 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4335 * scripts/convert-ly.py (FatalConversionError.conv):
4336 divisiominima -> divisioMinima, etc.
4338 * ly/engraver-init.ly (FiguredBassContext): add
4339 Separating_line_group_engraver to Figured bass context.
4341 * ly/german-chords-init.ly: remove file
4343 * input/test/chord-names-german.ly (scm): new file.
4345 * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
4347 * lily/chord-name-engraver.cc: move New_chord_name_engraver to
4350 * Documentation/user/refman.itely: lots of updates.
4352 * input/regression/chord-name-exceptions.ly (chExceptionMusic):
4355 * input/test/bar-number-every-5-reset.ly: new file.
4357 2003-04-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4359 * input/regression/chord-name-major7.ly: new file
4361 * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
4362 if specced explicitly.
4364 * input/regression/chord-name-entry-11.ly: new file.
4366 * input/test/slur-beautiful.ly: new file.
4368 * Documentation/user/refman.itely: updates.
4370 * input/regression/collisions.ly (threevoice): cleanup.
4372 * scripts/convert-ly.py: linewidth = -1 -> raggedright = ##t.
4374 2003-04-18 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4376 * Documentation/user/*.itely: various updates.
4378 * ly/spanners-init.ly: enddecr/ endcr.
4380 * Documentation/user/tutorial.itely (Fine tuning a piece): editing
4383 2003-04-16 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4385 * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
4387 * lily/new-chord-name-engraver.cc (process_music): use octavation
4388 (a number) instead of original-pitch to store inversions. This
4389 fixes a problem with transposed chords with inversions.
4391 2003-04-14 Jan Nieuwenhuizen <janneke@gnu.org>
4393 * stepmake/aclocal.m4: Include compile fix for broken flex, as
4394 used in includable-lexer.hh.
4396 * lily/includable-lexer.cc: Bugfix: include config.h.
4398 * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
4399 circumvention of Debian packaging bug.
4401 2003-04-13 Jan Nieuwenhuizen <janneke@gnu.org>
4403 * flex-2.5.31 hits Debian/unstable. Fixes below.
4405 * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
4407 * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
4408 (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
4410 * lily/include/includable-lexer.hh:
4411 * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
4413 * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
4415 * aclocal.m4: Regenerate.
4417 * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
4418 yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
4420 * scm/pdf.scm (use-modules): Include lily.
4422 * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
4424 (use-modules): Include lily.
4425 (lily-def): Bugfix: include tex-val in let.
4427 2003-04-12 Heikki Junes <hjunes@cc.hut.fi>
4429 * lilypond-mode.el: sensible error if lilypond.words not found.
4431 * lilypond.words: add few words.
4433 2003-04-11 Juergen Reuter <reuter@ipd.uka.de>
4435 * mf/parmesan-clefs.mf: bugfix: char boxes corrected
4437 * mf/parmesan-scripts.mf: fixed typo in char name
4439 2003-04-11 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4441 * VERSION: 1.7.16 released
4443 * python/lilylib.py (setup_temp): temporary directories are mode 700.
4444 (this is a security vulnerability).
4446 * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
4448 * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
4451 2003-04-10 Juergen Reuter <reuter@ipd.uka.de>
4453 * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
4454 ly/script-init.ly, scm/script.scm: bugfix: renamed
4455 fermata->signumcongruentiae to fix naming clash with feta font
4457 2003-04-10 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4459 * input/regression/multi-measure-rest-grace.ly (texidoc): new file
4461 * lily/multi-measure-rest-engraver.cc
4462 (start_translation_timestep): use grace timing too for determining
4463 when to make mmrest.
4464 (start_translation_timestep): clear numbers too.
4466 2003-04-09 Juergen Reuter <reuter@ipd.uka.de>
4468 * scm/music-types.scm: compile fix: escape braces
4470 * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
4471 work around font selection problem
4473 * Documentation/user/refman.itely: BreathingSign: added docu for
4476 2003-04-09 Mats Bengtsson <mats.bengtsson@s3.kth.se>
4478 * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
4481 2003-04-09 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4483 * lily/multi-measure-rest-engraver.cc (class
4484 Multi_measure_rest_engraver): make multiple Number objects, one
4485 for each MultiMeasureTextEvent.
4487 * scm/music-functions.scm (glue-mm-rest-texts): use
4488 MultiMeasureTextEvent
4490 * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
4492 * Documentation/user/refman.itely (Multi measure rests): update.
4494 2003-04-08 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4496 * lily/ly-module.cc (ly_copy_module_variables): use
4497 scm_internal_hash_fold() for iterating modules.
4499 2003-04-08 Juergen Reuter <reuter@ipd.uka.de>
4501 * Documentation/user/refman.itely: Section Custodes: added more
4504 * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
4505 neo-mensural rests to parmesan font
4507 * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
4510 2003-04-07 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4512 * Documentation/user/macros.itexi: @fileref macro.
4514 * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
4517 2003-04-04 Juergen Reuter <reuter@ipd.uka.de>
4519 * lily/include/custos.hh, make/lilypond.suse.spec.in,
4520 Documentation/topdocs/AUTHORS.texi: updated my email address
4522 * Documentation/user/refman.itely: updated custos documentation;
4523 beautified divisiones example; beautified articulations table
4525 * lily/breathing-sign.cc: bugfix: finalis molecule
4527 2003-04-03 Juergen Reuter <reuter@ipd.uka.de>
4529 * Documentation/user/refman.itely: added docu for
4530 contemporary fermata symbols, gregorian breathing signs; small fixes
4532 * ly/gregorian-init.ly: removed obsolete #'type props
4534 2003-04-01 Mats Bengtsson <mats.bengtsson@s3.kth.se>
4536 * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
4537 minimum-length property correctly.
4539 2003-03-31 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4541 * scm/music-functions.scm (make-multi-measure-rest): set input
4542 locations for multimeasure rests.
4544 2003-03-31 Juergen Reuter <reuter@ipd.uka.de>
4546 * input/regression/breathing-sign.ly: updated to for ancient
4549 2003-03-31 Jan Nieuwenhuizen <janneke@gnu.org>
4551 * scripts/ly2dvi.py: Add newline.
4553 2003-03-30 Jan Nieuwenhuizen <janneke@gnu.org>
4555 * scripts/ly2dvi.py (dependency_files): Compile fix.
4557 2003-03-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4559 * scripts/ly2dvi.py (find_pfa_fonts): add --png option
4560 (make_html_menu_file): --html menu.
4562 2003-03-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4564 * scripts/ly2dvi.py (run_dvips): +add the .map file
4566 2003-03-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4568 * input/screech-boink.ly: new file.
4570 2003-03-22 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4572 * scripts/lilypond-book.py (make_lilypond_file): convert
4573 lilypond-file to lilypond block directly, without going through
4574 begin/end lilypond text.
4577 2003-03-21 Juergen Reuter <reuter@ipd.uka.de>
4579 * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
4580 scm/grob-description.scm: moved Michael's original breathing sign
4581 code in brew_molecule() to divisio_minima(); provided new
4582 brew_molecule() that effectively replaces the
4583 Text_item::brew_molecule callback (with additional fallback to
4584 Michael's original code); added callbacks for brewing divisio
4585 maior/maxima and finalis
4587 * gregorian-init.ly: added breathing sign shortcuts for virgula,
4588 caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
4590 * script-init.ly: added shortfermata, longfermata,
4591 verylongfermata, varcoda
4593 * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
4594 longfermata, verylongfermata, varcomma, varcoda
4596 2003-03-19 Mats Bengtsson <mats.bengtsson@s3.kth.se>
4598 * Documentation/user/{tutorial.itely,refman.itely,internals.itely}:
4599 Remove all noquote and insert a few quote.
4601 * Documentation/user/lilypond-book.itely (Music fragment options),
4602 scripts/lilypond-book.py: Don't include quotation blocks by
4603 default. Introduce option quote instead of noquote
4605 2003-03-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4607 * VERSION: 1.7.15 released
4609 * Documentation/user/lilypond.tely: omf updates.
4611 * buildscripts/texi2omf.py (omf_vars): include version.date
4613 * make/lilypond.redhat.spec.in: fixes for spec file.
4615 * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): replace var
4616 by function definition: lily now requires a recent GNU Make.
4618 * scripts/lilypond-book.py (write_deps): remove .tex dependency writing.
4620 * make/ly-rules.make: remove .ly -> .tex rule
4622 * Documentation/user/refman.itely (Figured bass): revised figured
4625 2003-03-16 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4627 * stepmake/stepmake/omf-targets.make (local-install): add
4628 scrollkeeper-update message.
4630 * scripts/lilypond-book.py (lilypond_binary): explicity add path to binary.
4631 (TexiPaper.process_ly2dvi_block): idem for ly2dvi
4633 * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
4635 * Documentation/user/converters.itely (Invoking midi2ly): add
4636 track/channel notice.
4638 2003-03-15 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4640 * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
4642 * lily/parser.yy (scalar): DIGIT is also a scalar.
4644 * Documentation/user/music-glossary.tely: add @omf tags
4646 * Documentation/user/lilypond.tely: add @omf tags
4648 * scm/generate-documentation.scm (string-append): add @omf tags.
4650 * stepmake/stepmake/omf-*: new files
4652 * input/regression/multi-measure-rest.ly (texidoc): add doco
4654 * GNUmakefile.in (web-doc-install): add web-doc-install target
4656 * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
4657 fixes crashes while dumping MIDI.
4659 * ly/performer-init.ly (FiguredBassContext): add Figured bass for
4662 2003-03-11 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4664 * buildscripts/texi2omf.py: new file.
4666 * mf/feta-beugel.mf: include font count, not staffsize (16) in
4669 2003-03-09 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4671 * input/regression/beam-manual-beaming.ly (texidoc): new file.
4673 * lily/sequential-iterator.cc (descend_to_child): call
4674 descend_to_child() for all types of music.
4676 2003-03-08 Jan Nieuwenhuizen <janneke@gnu.org>
4678 * scm/translator-property-description.scm: Add
4679 bassFigureFormatFunction. Replace some entries.
4681 2003-03-04 Jan Nieuwenhuizen <janneke@gnu.org>
4683 * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
4686 2003-03-08 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4688 * scripts/midi2ly.py (Note.dump): never dump duration for
4691 * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
4694 * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
4695 figures using new markups. Much simpler, and should improve layout
4698 * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
4700 2003-03-06 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4702 * ly/engraver-init.ly: use Hara kiri by default for
4703 ChordNames, FiguredBass and Lyrics(Voice) context.
4705 * lily/axis-group-engraver.cc (acknowledge_grob): use
4706 rhythmic-grob-interface for selecting items not to hara-kiri'd
4708 * scm/new-markup.scm (markup-function-list): add bracket,
4711 * ly/engraver-init.ly (ChordNamesContext): set
4712 minimumVerticalExtent
4714 2003-03-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4716 * input/test/time-signature-double.ly: new file
4718 * input/regression/collision-head-chords.ly (texidoc): new file.
4720 * lily/type-swallow-translator.cc: add note swallow translator
4722 * input/test/time-signature-double.ly: new file.
4724 * lily/type-swallow-translator.cc: add Rest_swallow_translator
4726 * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
4727 (FiguredBassContext): idem.
4729 * VERSION (MY_PATCH_LEVEL): 1.7.14 released
4731 * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates.
4733 * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
4735 * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
4738 * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
4740 * python/lilylib.py (make_page_images): add function.
4742 * scripts/ly2dvi.py (run_latex): include title in preview image.
4744 * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
4745 from lilypond-book for <ly2dvifile> tags in HTML.
4747 * scripts/ly2dvi.py (option_definitions): add --debug option to
4748 print out environment.
4750 * input/regression/tie-chord-partial.ly: new file.
4752 2003-03-05 Heikki Junes <hjunes@cc.hut.fi>
4754 * lilypond.words: add 3
4756 2003-03-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4758 * scm/new-markup.scm (markup-function-list): add finger-markup
4760 * input/tutorial/brahms-tweaked.ly: new markup
4762 * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures
4764 * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
4765 crash when processing '() markup
4767 * input/regression/breathing-sign.ly (texidoc): add caesura example.
4769 * lily/breathing-sign.cc (railtracks): another caesura.
4771 * mf/feta-schrift.mf: caesura symbol.
4773 2003-03-04 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4775 * scripts/convert-ly.py (FatalConversionError.conv): add
4776 ly:molecule-XXX conversions.
4778 * lily/molecule-scheme.cc: change names to ly:molecule-XXX
4780 * input/regression/multi-measure-rest-text.ly: new file.
4782 * scm/music-functions.scm (glue-mm-rest-texts): automatically
4783 convert MMREST-TEXT to MultiMeasureRestNumber settings.
4785 * ly/engraver-init.ly (ScoreContext): move tablature settings to
4788 * scm/new-markup.scm (center-markup): \center markup.
4790 * scm/music-functions.scm: remove pitchify scripts.
4792 * lily/music.cc (print_smob): display music name if available
4794 2003-03-02 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4796 * Documentation/user/refman.itely (Instrument names): remove
4799 2003-03-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4801 * lily/score.cc (mark_smob): bugfix.
4803 * input/regression/rehearsal-mark.ly: new file.
4805 * lily/my-lily-parser.cc (here_input): revert reporting of errors:
4806 report error at the current token again.
4808 2003-02-26 Jan Nieuwenhuizen <janneke@gnu.org>
4810 * cygwin/mknetrel: Exit if doc build fails.
4812 * lily/GNUmakefile: Add hack for .deps and --srcdir build.
4814 2003-02-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4816 * scm/music-types.scm (music-descriptions): add doc strings
4818 2003-02-25 Jan Nieuwenhuizen <janneke@gnu.org>
4821 * lily/include/my-lily-lexer.hh:
4822 * lily/include/includable-lexer.hh: Add flex kludge.
4826 * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
4829 * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
4832 2003-02-24 Jan Nieuwenhuizen <janneke@gnu.org>
4834 * ly/spanners-init.ly (cresc, dim): Update to new markup text.
4836 * lily/parser.yy (new_chord): Compile fix.
4838 2003-02-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4840 * Documentation/user/refman.itely (Tuning groups of objects):
4841 remove documentation for \turnOff.
4843 * lily/percent-repeat-engraver.cc (try_music): add correct
4844 processing moments for double-measure percents as well.
4846 * input/regression/percent-repeat-skipbars.ly (texidoc): new file
4848 * lily/lily-guile.cc (ly:dimension?): add dimension as separate
4851 * Documentation/user/refman.itely (Printing named chords): add
4852 chord name tweak doco.
4854 * input/template/gregorian-transcription.ly: new file.
4856 2003-02-22 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4858 * VERSION: 1.7.13 released
4860 * input/test/*: lots of cleanups/comment-outs/removals in chord
4863 * input/regression/*: lots of cleanups/comment-outs/removals in
4866 * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
4869 * lily/new-chord-name-engraver.cc (process_music): give original
4870 inversion pitch to chord name routine.
4872 * input/tutorial/os-score.ly: update to new markup
4874 * Documentation/user/appendices.itely: simply include
4877 * Documentation/user/refman.itely (Chords mode): add documentation
4880 * scm/chord-entry.scm (construct-chord): mark inversion as bass if
4881 not present in chord.
4882 (construct-chord): add inversion and bass support.
4884 * lily/chord.cc: junk contents.
4886 2003-02-17 Heikki Junes <hjunes@cc.hut.fi>
4888 * Documentation/user/refman.itely:
4889 * Documentation/user/music-glossary.tely: fix.
4891 2003-02-16 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4893 * scm/chord-entry.scm (construct-chord): move chord construction
4896 * lily/parser.yy (new_chord): new setup for chord entry.
4898 2003-02-16 Heikki Junes <hjunes@cc.hut.fi>
4901 * Documentation/user/music-glossary.tely: add ambitus.
4903 2003-02-15 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4905 * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
4907 * lily/include/*.hh: string() -> to_string()
4909 * scm/chords-ignatzek.scm: new file.
4911 * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
4912 standard chord name exceptions.
4914 * scm/translator-property-description.scm (chordNameSeparator):
4916 (majorSevenSymbol): add property
4918 * lily/translator-scheme.cc (ly:context-properties): new function
4919 (ly:context-parent): new function.
4920 (print_smob): print context name.
4922 * lily/music.cc (ly:get-music-length): new function
4923 (print_smob): don't print properties.
4925 * lily/duration.cc (duration<?): new function
4927 * input/regression/chords-funky-ignatzek.ly: new file.
4929 * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
4932 * lily/pitch.cc (ly:pitch-diff): new function.
4934 * input/regression/chords-ignatzek.ly: new file.
4936 2003-02-14 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4938 * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
4939 pitches for jazz chords.
4941 2003-02-13 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4943 * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
4945 2003-02-05 Heikki Junes <hjunes@cc.hut.fi>
4947 * lilypond.words: add 1
4949 2003-02-04 Heikki Junes <hjunes@cc.hut.fi>
4951 * Documentation/topdocs/AUTHORS.texi: refine.
4953 2003-01-25 Heikki Junes <hjunes@cc.hut.fi>
4955 * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
4957 * lilypond.words: add one.
4959 2003-01-23 Heikki Junes <hjunes@cc.hut.fi>
4961 * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
4962 Fontify bass note in chords, e.g., e in c1/e.
4964 2003-01-19 Jan Nieuwenhuizen <janneke@gnu.org>
4966 * Documentation/user/music-glossary.tely: Dutch updates and
4967 additions (Arent Storm).
4969 2003-01-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4971 * input/regression/ambitus.ly: move file.
4973 * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
4975 * lily/event.cc (transpose): add tonic property to Key_change_req
4976 and to Key_engraver.
4978 2003-01-17 Heikki Junes <hjunes@cc.hut.fi>
4980 * Documentation/user/refman.itely: fix typo.
4982 * lilypond.words: removed wrong identifiers.
4984 2003-01-16 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4986 * mf/feta-toevallig.mf: make flat stem shorter
4988 2003-01-16 Heikki Junes <hjunes@cc.hut.fi>
4990 * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
4992 * lilypond.words: add from Phrasing slur.
4994 2003-01-15 Heikki Junes <hjunes@cc.hut.fi>
4996 * lilypond-mode.el: allow launching multiple ViewPS processes.
4998 * lilypond.words: add from Text markup.
5000 2003-01-14 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5002 * input/test/ossia.ly (texidoc): add comment.
5004 * input/regression/voice-follower.ly: new file.
5006 * mf/feta-toevallig.mf: make flat heavier.
5008 * lily/cluster-engraver.cc: clean up Cluster engraver
5010 * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
5011 Engraver. Use Note_column to compute Y positions and deal with
5014 2003-01-13 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5016 * lily/stem.cc: move french-beaming to stem.
5018 2003-01-13 Heikki Junes <hjunes@cc.hut.fi>
5020 * lilypond-font-lock.el: fontify all durations in chords.
5022 * lilypond.words: add from lily/my-lily-lexer.cc
5024 2003-01-12 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5026 * VERSION: release 1.7.12
5028 * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
5030 * lily/gregorian-ligature.cc: new file
5032 * lily/*: the Great 2003 search & replace.
5034 * Documentation/user/refman.itely (Manual repeat commands): add
5035 note about font selection.
5037 2003-01-12 Heikki Junes <hjunes@cc.hut.fi>
5039 * lilypond-mode.el: propose recompiling midi while invoking playing,
5040 not while stopping playing.
5042 2003-01-11 Heikki Junes <hjunes@cc.hut.fi>
5044 * lilypond.words: add one.
5046 * lilypond-font-lock.el: add colour groups for horizontal, vertical
5047 and expressional note grouping. Fontify chord modes.
5049 2003-01-09 Heikki Junes <hjunes@cc.hut.fi>
5051 * Documentation/user/music-glossary.tely (Top): translate melisma.
5053 2003-01-09 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5055 * Documentation/user/music-glossary.tely (Top): add melisma.
5057 2002-01-08 Juergen Reuter <reuter@ipd.uka.de>
5059 * lily/gregorian-ligature-engraver.cc: bugfix: added missing
5060 interfaces for (abstract) grob GregorianLigature
5062 * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
5063 renamed head* -> glyph_name*, x-shift* -> x-offset*
5065 * scm/grob-property-description.scm: bugfix: added missing descriptions
5067 2003-01-07 Jan Nieuwenhuizen <janneke@gnu.org>
5069 * input/test/chord-names-dpnj.ly: New file.
5071 * scm/double-plus-new-chord-name.scm: Implement full and partial
5074 * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
5076 * scm/double-plus-new-chord-name.scm
5077 (double-plus-new-chord->markup): Fix sub->markup.
5080 2003-01-07 Juergen Reuter <reuter@ipd.uka.de>
5082 * lily/custos-engraver.cc: added TODO; editorial changes
5084 * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
5085 consistency with other ligature engravers; removed access on (now)
5086 private variable _ligature of Ligature_engraver
5088 * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
5089 renamed last_bound -> last_bound_; issue programming_error on
5090 abstract method calls; moved primitives code from
5091 Mensural_bracket_engraver to here (because almost ligature
5092 engravers will need it); renamed try_stop_ligature () ->
5093 typeset_ligature (); bugfix: store primitives of finished ligature
5094 in separate variable finished_primitives_ to avoid clash on input
5095 like "\] \["; added current_ligature () to enable access on
5096 private variable _ligature
5098 * lily/mensural-ligature-engraver.cc: removed primitives_ code
5099 (now in super class); renamed try_stop_ligature () ->
5102 * lily/mensural-ligature.cc: issue programming_error on abstract
5105 * lily/note-heads-engraver.cc: added TODO comment upon bool
5108 * mf/parmesan-heads.mf: fixed some of set_char_box()
5110 * scm/grob-description.scm: added VaticanaLigature
5112 * scm/grob-property-description.scm: added neume prefix properties
5114 * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
5115 lily/include/gregorian-ligature-engraver.hh,
5116 lily/include/gregorian-ligature.hh: new files; framework for
5117 gregorian ligature engravers such as vaticana
5119 * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
5120 lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
5121 vaticana style ligature implementation (still somewhat uncomplete)
5123 2003-01-07 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5125 * VERSION: release 1.7.11
5127 * scripts/convert-ly.py: add ly:pitch-transpose rule
5129 2003-01-06 Jan Nieuwenhuizen <janneke@gnu.org>
5131 * input/test/dpncnt.ly: New file.
5133 * lily/my-lily-lexer.cc: Add chordnames keyword.
5135 * lily/parser.yy (chordnames_block): Parse chord name exception
5136 lists, see input/test/dpncnt.ly.
5138 * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
5141 * scm/lily.scm (filter-out-list): Bugfix: filter rest using
5144 * lily/pitch.cc (ly_pitch_transpose): Scheme name now
5145 ly:pitch-transpose (was ly:transpose-pitch), in conformance with
5146 pitch functions (except for ly:make-pitch, but that's apparently
5147 some sort of scheme naming standard?).
5149 * scm/lily.scm (!=): define-public.
5151 * scm/new-markup.scm (make-markup-maker): define-public make-markups.
5153 2003-01-05 Jan Nieuwenhuizen <janneke@gnu.org>
5155 * scm/double-plus-new-chord-name.scm
5156 (double-plus-new-chord-name->markup): New file.
5158 2003-01-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5160 * python/lilylib.py (make_preview): don't suppress progress for
5163 2003-01-04 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5165 * Documentation/user/appendices.itely (scheme): update for new syntax.
5167 * input/regression/chord-name-styles.ly: new file
5169 * lily/instrument-name-engraver.cc: create instrument names
5170 without barline too. Allows instrument name on ChordNames
5172 * scm/new-markup.scm (interpret-markup): allow simple strings as
5175 2003-01-04 Jan Nieuwenhuizen <janneke@gnu.org>
5177 * scm/chord-name.scm: Super/raise changes and fixes for Banter.
5178 (step->markup-accidental): Fix: add accidental.
5179 (chord::inner-name-american):
5180 (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
5181 append stray '/' if last superscript addition was 'o'.
5183 * scm/new-markup.scm (normal-size-sub-markup)
5184 (normal-size-super-markup): New function.
5186 * lily/source-file.cc (Source_file): Add warning for possibly
5187 intentional but suspicious initialization.
5189 * scm/chord-name.scm: Small rewrites, layout fixes. Identify and
5190 add comments about cut-and-paste programming.
5192 * flower/rational.cc (lcm): Not used; comment out.
5194 2003-01-04 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5196 * lily/new-fingering-engraver.cc (position_scripts): use
5197 fingerHorizontalDirection to determine fingering horizontal
5200 * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
5203 * scripts/convert-ly.py (FatalConversionError.conv): add style
5206 * scm/chord-name.scm (set-chord-name-style): new function.
5207 (new-chord-name-brew-molecule): revise to interpret markup only
5208 (new-chord->markup): cleanuppish rewrite. To be called from the
5211 * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
5212 Markup earlier, during interpreting.
5214 * input/test/{banter,jazz,american}-chords.ly (scheme): update
5215 style settings. Rename to chord-names-*.ly
5217 2003-01-03 Jan Nieuwenhuizen <janneke@gnu.org>
5219 * scm/chord-name.scm: Painful merge of Amy's patch to old-style
5220 markup code and update to new markup. Most probably broke some of
5223 2002-12-30 Juergen Reuter <reuter@ipd.uka.de>
5225 * Documentation/user/refman.itely: added docu for ambitus and
5228 * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
5229 ly_quote_scm() in lookup.cc
5231 * mf/parmesan-clefs.mf: set_char_box fix
5233 * lily/cluster-engraver.cc: junk implicit protection; use
5234 Protected_scm instead
5236 2002-12-29 Jan Nieuwenhuizen <janneke@gnu.org>
5238 * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
5241 * scm/new-markup.scm: Turn-off error-triggering test code.
5243 2002-12-29 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5245 * scm/new-markup.scm (markup-thrower-typecheck)
5246 (markup-typecheck?): add full typechecking functions.
5247 (make-markup-maker): add make-FOO-markup functions.
5248 (markup-argument-list-error): nice error checking messages.
5249 (make-markup): better function: less quoting escapades.
5251 2002-12-29 Jan Nieuwenhuizen <janneke@gnu.org>
5253 * scm/chord-name.scm: Remove fixme's. Jazz chords still broken.
5255 2002-12-28 Jan Nieuwenhuizen <janneke@gnu.org>
5257 * cygwin/lilypond.hint (requires): Add cygwin.
5259 * .cvsignore: Remove stepmake (huh!?!), add lib.
5261 * GNUmakefile.in: Add libdir links for builddir runs.
5263 * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
5266 * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
5267 local_lilypond_libdir.
5269 * config.make.in (lilypond_libdir): Add.
5271 * stepmake/stepmake/substitute-rules.make:
5272 * stepmake/stepmake/script-rules.make:
5273 * stepmake/stepmake/python-module-rules.make:
5274 * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
5275 lilypond-python-module patch.
5277 2002-12-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5279 * Documentation/user/refman.itely (Graphical interfaces): add note
5282 2002-12-25 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5284 * scripts/ly2dvi.py (run_dvips): remove trailing newline
5286 2002-12-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5288 * VERSION: released 1.7.10
5290 * scripts/musedata2ly.py (): idem
5292 * scripts/midi2ly.py (dump_chord): idem
5294 * scripts/etf2ly.py (version): idem
5296 * scripts/pmx2ly.py (Slur.calculate): new chord syntax
5298 * scripts/mup2ly.py (pre_processor_commands): new chord syntax
5300 * scm/tex.scm (tex-output-expression): remove eval compat
5301 glut. Other output files too.
5303 * scm/chord-name.scm: don't export anything from chord module.
5305 * input/test/american-chords.ly: idem
5307 * input/test/banter-chords.ly (texidoc): idem
5309 * input/test/Cc-chords.ly: add breakage notes.
5311 * Documentation/user/refman.itely (Text markup): rewrite manual section.
5313 * lily/parser.yy (scalar): allow \markup { } as property value.
5315 * scm/chord-name.scm: complete new markup usage
5317 * scm/grob-description.scm (all-grob-descriptions): use new markup
5320 2002-12-20 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5322 * scm/chord-name.scm: partial move to new markup texts.
5324 2002-12-18 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5326 * scm/grob-description.scm (all-grob-descriptions): small bass figures.
5328 * scm/bass-figure.scm (brew-bass-figure): make stack direction
5331 2002-12-18 Heikki Junes <hjunes@cc.hut.fi>
5333 * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
5334 invoked for old midi, wait for killing.
5336 2002-12-16 Heikki Junes <hjunes@cc.hut.fi>
5338 * Documentation/user/music-glossary.tely: Finnishing.
5340 2002-12-15 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5342 * mf/feta-nummer-code.mf: some kerning pairs.
5344 2002-12-14 Rune Zedeler <rz@localhost.localdomain>
5346 * scm/output-lib.scm (set-bar-number-visibility): Context-function
5349 * Documentation/user/refman.itely (Bar numbers):
5350 set-bar-number-visibility added, modulo-bar-number removed again
5353 2002-12-14 Heikki Junes <hjunes@cc.hut.fi>
5355 * scm/output-lib.scm (modulo-bar-number-visible): add function.
5357 * Documentation/user/refman.itely: add modulo-bar-number-visible.
5359 * Documentation/user/music-glossary.tely: translate into Finnish.
5361 2002-12-10 Heikki Junes <hjunes@cc.hut.fi>
5363 * lilypond-mode.el: add shortcut for 2midi
5365 * lilypond-font-lock.el: fontify lyrics
5367 2002-12-10 Rune Zedeler <rz@daimi.au.dk>
5369 * scm/drums.scm : use 1.7.x names.
5371 * input/regression/drums.ly : Don't use << chords >>
5373 2002-12-10 Heikki Junes <hjunes@cc.hut.fi>
5375 * lilypond-mode.el: tidy, add TODO
5377 * make/lilypond.mandrake.spec.in: install-info quietly.
5379 2002-12-09 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5381 * input/test/markup.ly: use new syntax.
5383 2002-12-08 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5385 * ly/params-init.ly (interscoreline): add word-space
5387 * input/test/metronome.ly (eighthNote): idem.
5389 * input/test/script-priority.ly: use new markup
5391 * lily/parser.yy (markup): allow HEAD markup0 markup1
5393 * lily/molecule-scheme.cc (ly:molecule-translate): new function.
5395 * lily/parser.yy (gen_text_def): bugfix.
5396 (full_markup): allow markup identifier.
5398 2002-12-09 Heikki Junes <hjunes@cc.hut.fi>
5400 * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
5401 jobs at the same time. Add horizontal lines to Command menu.
5402 Allow one compiling job -- propose killing others before a new one.
5404 * lilypond.words: add markup, teeny, etc.
5406 2002-12-08 Heikki Junes <hjunes@cc.hut.fi>
5408 * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
5409 Allow only one type of midi process; launching Midi either stops
5410 midis or plays the current midi and launching MidiAll stops midis
5411 and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return
5412 to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
5414 2002-12-07 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5416 * lily/text-engraver.cc (process_acknowledged_grobs): use new
5417 markup for new markup texts.
5419 * lily/mark-engraver.cc (process_music): idem
5421 * lily/instrument-name-engraver.cc (create_text): idem
5423 * scm/new-markup.scm (magnify-markup): new function.
5425 * scm/molecule.scm (stack-lines): bugfix.
5427 * lily/font-interface.cc (get_font): take font-magnification from
5430 2002-12-06 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5432 * lily/molecule-scheme.cc: move scheme functions to separate file.
5434 * lily/font-metric.cc (ly_get_glyph): new function.
5436 * scm/new-markup.scm (column-markup): use baseline-skip for columns.
5437 (italic-markup, dynamic-markup): new functions
5438 (font-markup): new function
5440 * lily/molecule.cc (ly_molecule_combined_at_edge): optional
5443 2002-12-07 Rune Zedeler <rz@daimi.au.dk>
5445 * lily/accidental-engraver.cc:
5446 Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
5448 2002-12-06 Heikki Junes <hjunes@cc.hut.fi>
5451 * lilypond-font-lock.el: Put \longa as duration. Accept only
5452 [a-zA-Z] for user defined identifiers. Separate note cases
5453 with and without a duration (allow cis\longaX).
5455 * lilypond.words: Add words from Info.
5457 2002-12-06 Mats Bengtsson <mats.bengtsson@s3.kth.se>
5459 * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
5461 2002-12-05 Heikki Junes <hjunes@cc.hut.fi>
5463 * lilypond-mode.el: Propose reverting buffer before a command if
5464 it was edited with an another editor.
5466 2002-12-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5468 * lily/molecule.cc (ly_translate_molecule): new function
5470 * python/GNUmakefile (INSTALLATION_DIR1): install Python module
5473 * autogen.sh (srcdir): copy aclocal.m4 if newer.
5475 * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
5477 2002-12-04 Heikki Junes <hjunes@cc.hut.fi>
5479 * lilypond.words: take \words from Info-index.
5481 2002-12-04 Jan Nieuwenhuizen <janneke@gnu.org>
5483 * scm/sodipodi.scm: Add instruction for generating pfa fonts.
5485 2002-12-02 Heikki Junes <hjunes@cc.hut.fi>
5487 * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
5489 2002-12-01 Heikki Junes <hjunes@cc.hut.fi>
5491 * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info
5492 and lilypond-documentation.
5494 2002-12-02 Jan Nieuwenhuizen <janneke@gnu.org>
5496 * lily/parser.yy: Compile fix (bison 1.75).
5498 2002-12-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5500 * VERSION: 1.7.9 released
5502 * scm/music-functions.scm (shift-one-duration-log): refactor.
5505 * input/regression/chord-tremolo.ly (texidoc): add dot test.
5509 * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
5512 * scm/music-functions.scm (display-music): new function
5513 (music-map): change arg order.
5515 * input/regression/new-markup-syntax.scm: new file
5517 * lily/parser.yy (markup): add \markup { .. } syntax.
5519 * scm/new-markup.scm (override-markup): new function
5520 (lookup-markup): new function
5521 (music-markup): new function
5522 (lookup-markup-command): use markup-signature to store argument
5525 * lily/lexer.ll: preliminary \markup syntax.
5527 2002-11-30 Heikki Junes <hjunes@cc.hut.fi>
5529 * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
5530 add pre/post-dependencies and menus with icons from source.
5532 * Documentation/pictures/lilypond-48x48.xpm:
5533 * Documentation/pictures/lilypond-32x32.xpm:
5534 * Documentation/pictures/lilypond-16x16.xpm: new files, background
5537 * stepmake/stepmake/generic-targets.make:
5538 * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
5540 2002-11-29 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5542 * input/regression/music-map.ly (texidoc): new file.
5544 * scm/music-functions.scm (music-map): new function
5546 2002-11-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5548 * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
5550 2002-11-28 Heikki Junes <hjunes@cc.hut.fi>
5552 * input/test/to-xml.ly:
5553 * lily/ligature-engraver.cc: Fixes documentation.
5555 * lilypond.mandrake.spec.in:
5556 * lilypond.redhat.spec.in: Add lilypond.words.
5558 * Documentation/user/refman.itely: Mention Info inside emacs.
5560 * lilypond.suse.spec.in:
5561 * lilypond.redhat.spec.in:
5562 * lilypond.mandrake.spec.in: Set root-owner for doc (tobbe@nyvalls.se).
5564 2002-11-27 Jan Nieuwenhuizen <janneke@gnu.org>
5566 * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
5569 2002-11-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5571 * scripts/ly2dvi.py (include_path): print warning if failing anything.
5573 * python/lilylib.py (error): add space
5575 2002-11-25 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5577 * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
5580 2002-11-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5582 * lily/paper-outputter.cc (Paper_outputter): close port when
5585 2002-11-26 Jan Nieuwenhuizen <janneke@gnu.org>
5587 * scm/sodipodi.scm: Fixes.
5589 2002-11-26 Heikki Junes <hjunes@cc.hut.fi>
5591 * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
5593 * buildscripts/make-font-dir.py: Fix.
5595 2002-11-25 Heikki Junes <hjunes@cc.hut.fi>
5597 * lilypond-mode.el: Add support for Info inside Emacs.
5599 2002-11-24 Jan Nieuwenhuizen <janneke@gnu.org>
5601 * buildscripts/make-font-dir.py:
5602 * mf/GNUmakefile: Make sodipodi font map.
5604 * scm/sodipodi.scm: Add more output functions.
5606 * mf/feta-nummer.mf:
5607 * mf/feta-beugel.mf: Add font_coding_scheme.
5609 * lily/paper-outputter.cc (output_header): Fix creator string.
5611 2002-11-23 Heikki Junes <hjunes@cc.hut.fi>
5613 * lilypond-mode.el (LilyPond-autocompletion): invoked with
5614 [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
5616 * lilypond.words: add two (Everybody can add/remove words now!).
5619 * make/lilypond.suse.spec.in:
5620 * make/lilypond.mandrake.spec.in:
5621 * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
5623 * Documentation/user/refman.itely: Mention autocompletion.
5625 2002-11-23 Jan Nieuwenhuizen <janneke@gnu.org>
5627 * scripts/ly2dvi.py: Add paper sizes.
5629 * lily/timing-engraver.cc:
5630 * lily/time-signature.cc:
5632 * lily/grob-scheme.cc: Code formatting fixes.
5636 * buildscripts/mf-to-table.py:
5637 * buildscripts/make-font-dir.py: Font testing.
5639 2002-11-23 Heikki Junes <hjunes@cc.hut.fi>
5641 * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
5642 inserts try-completion and shows all-completions.
5644 * lilypond.words: '\' -> '\\'
5646 * lilypond-mode.el: load libraries in the end, lilypond.words defines
5647 LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
5649 * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
5650 and LilyPond-reserved-words.
5652 2002-11-22 Heikki Junes <hjunes@cc.hut.fi>
5654 * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
5657 * lilypond-mode.el (LilyPond-autocompletion): shows completions in
5658 the mini-buffer with Control-Shift-c.
5660 2002-11-21 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5662 * lily/parser.yy (tempo_event): use tempo-unit for \tempo
5663 duration. This fixes \tempo taking time.
5665 2002-11-21 Mats Bengtsson <mats.bengtsson@s3.kth.se>
5667 * lily/volta-engraver.cc (process_acknowledged_grobs):
5668 Allow for text markup in repeatCommands.
5670 2002-11-21 Heikki Junes <hjunes@cc.hut.fi>
5672 * lilypond-mode.el (LilyPond-insert-string): new function, use it
5673 in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
5674 Get rid of skeleton.el-dependency.
5676 * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
5678 2002-11-20 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5680 * lily/beam-engraver.cc (stop_translation_timestep): reset
5683 * lily/scm-option.cc: add parse-protect to ly:set-option
5685 * lily/lexer.ll: set errorlevel if GUILE fails during parse.
5687 2002-11-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5689 * lily/include/ligature-bracket.hh: removed
5690 * lily/ligature-bracket.cc: removed
5692 * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
5695 * lily/beam.cc (set_beaming): don't change beam count on rests.
5696 (brew_molecule): always set flag-width > 0.
5698 2002-11-19 Heikki Junes <hjunes@cc.hut.fi>
5700 * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
5701 chars, remove instructions; instead, refer to lilypond-init.el and
5702 Documentation/topdocs/INSTALL.texi.
5704 * lilypond.words: add identifiers and reserved words.
5706 * Documentation/topdocs/INSTALL.texi: separate sections for installing
5707 files and adding a load-path.
5709 * lilypond-init.el: Instructions, extracted from
5710 Documentation/topdocs/INSTALL.texi.
5712 2002-11-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5714 * VERSION: 1.7.8 released
5716 * lily/grob.cc (warning): better robustness fix.
5718 2002-11-19 Juergen Reuter <reuter@ipd.uka.de>
5720 * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
5722 * lily/cluster-engraver.cc: stick better to variable naming
5725 * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
5726 until stop_translation_timestep()
5728 * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
5729 min/max coordinates to backend, but no musical info such as
5732 * lily/cluster.cc: robustness fix: do not crash upon empty cluster
5734 * lily/grob.cc: robustness fix: warning(): do not crash if
5737 * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
5738 the much more elaborated tuplet brackets than the very naive and
5739 simple ligature bracket grob
5741 2002-11-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5743 * Documentation/user/refman.itely (Analysis brackets): add
5744 horizontal bracket doco.
5746 * ly/property-init.ly (setMmRestFermata): added.
5748 * Documentation/user/refman.itely (Multi measure rests): fermatas
5751 * input/regression/apply-context.ly (texidoc): new file
5753 * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
5754 code to be executed during interpretation. Possible applications:
5755 smart octavation, more advanced bar checks.
5757 * lily/apply-context-iterator.cc: new file.
5759 2002-11-18 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5761 * input/test/new-markup.ly: new file.
5763 * lily/text-item.cc (text_to_molecule): new function
5765 * scm/new-markup.scm (lambda): new file
5767 * lily/function-documentation.cc (ly_add_function_documentation):
5768 add proc property as well
5770 2002-11-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5772 * Documentation/user/music-glossary.tely (Top): add custos.
5774 2002-11-18 Heikki Junes <hjunes@cc.hut.fi>
5776 * Documentation/topdocs/INSTALL.texi: advise how to include source
5777 path to Emacs load-path and improve language.
5779 2002-11-16 Jan Nieuwenhuizen <janneke@gnu.org>
5781 * GNUmakefile.in: config.h message fix.
5784 * aclocal.m4: Regenerate.
5788 * stepmake/config.make.in:
5789 * stepmake/configure.in:
5790 * stepmake/autogen.sh:
5791 * stepmake/aclocal.m4: Update for autoconf 2.56.
5793 2002-11-16 Heikki Junes <hjunes@cc.hut.fi>
5795 * Documentation/topdocs/INSTALL.texi: instructions for an user how
5796 to install Emacs-mode. Instructions how to use vim-mode.
5798 2002-11-14 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5800 * scm/music-types.scm (music-descriptions): no length for tempo event.
5802 * input/*.ly: add \version everywhere.
5804 * input/*.ly: update syntax to 1.7 + new-chords.
5806 * VERSION: 1.7.7 released.
5808 * Documentation/user/*.tely: new chord syntax.
5810 * input/regression/[bc]*.ly (texidoc): syntax updates.
5812 2002-11-13 Heikki Junes <hjunes@cc.hut.fi>
5814 * lilypond.words: add vocabulary to be used in auto-completion
5816 * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
5818 * lilypond.vim: allow note name at EOF
5820 2002-11-13 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5822 * buildscripts/new-chords.py (edit): -e option: inline editing.
5824 * input/regression/a*.ly (texidoc): syntax updates.
5826 * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
5827 music): elucidations.
5829 2002-11-11 Juergen Reuter <reuter@ipd.uka.de>
5831 * lily/include/lily-proto.hh, ly/engraver-init.ly,
5832 ly/spanners-init.ly, scm/grob-description.scm,
5833 scm/grob-property-description.scm, scm/music-types.scm,
5834 lily/cluster-engraver.cc, lily/cluster.cc,
5835 lily/include/cluster.hh, input/test/cluster.ly: cluster
5838 * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
5839 ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
5840 scm/sketch.scm, scm/tex.scm: support for dots and polygons added
5842 * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
5844 * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
5846 * scm/grob-description.scm: bugfix: by default, use default note
5847 head style when engraving ligatures
5849 * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
5851 * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
5854 * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
5856 * input/test/ancient-font.ly: bugfix: style -> flag-style
5858 * lily/ligature-engraver.cc: indentation fix
5860 * lily/parser.yy: indentation fixes
5862 2002-11-09 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5864 * input/regression/measure-grouping.ly: more elaborate example.
5866 * lily/moment.cc: ly:add-moment, ly:mul-moment,
5867 ly:div-moment. New functions
5869 * scm/music-functions.scm (set-time-signature): new function,
5870 allow inline time sig settings with measure grouping.
5872 * lily/parser.yy (command_element): move time sig construction
5875 * lily/side-position-interface.cc (out_of_staff): new function,
5876 like padding, but keep minimum distance from staff. Easier than
5877 linespanners (dynamics, pedals), but roughly the same effect.
5879 2002-11-10 Heikki Junes <hjunes@cc.hut.fi>
5881 * emacs-mode.el: Added spanish-note-replacements
5882 (Carlos Betancourt, <carlos.betancourt@chello.be>).
5884 * vimrc: (Un)commenting with <(S-)F12>, tidy.
5886 2002-11-08 Heikki Junes <hjunes@cc.hut.fi>
5888 * lilypond.vim: Do not fontify cises, desis, etc.
5890 * vimrc: view dvi with <S-F6>
5892 2002-11-08 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5894 * lily/lookup.cc (triangle): new function.
5896 * input/regression/measure-grouping.ly (texidoc): new file: show
5897 triangles and brackets for beat groups of 3 and 2.
5899 * lily/include/measure-grouping-spanner.hh (class
5900 Measure_grouping): new file.
5902 * lily/measure-grouping-spanner.cc (brew_molecule): new file
5904 * lily/measure-grouping-engraver.cc (class
5905 Measure_grouping_engraver): new file.
5907 2002-11-06 Jan Nieuwenhuizen <janneke@gnu.org>
5909 * Merge from stable:
5911 cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
5913 * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
5916 * ly/paper19.ly: Include paper19-init.ly.
5918 * ly/paper19-init.ly: New file.
5920 * Documentation/user/tutorial.itely (First steps): Fix first
5921 example for font test.
5923 * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
5925 * ChangeLog: Add 1.7.6 release marker (see below).
5927 * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
5930 2002-11-06 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5932 * input/tutorial/sammartini.ly (bassvoices): to new syntax.
5934 * input/tutorial/*.ly: update to new syntax.
5936 * lily/parser.yy (Composite_music): new transpose syntax,
5937 \transpose FROM TO MUSIC.
5939 2002-11-04 Jan Nieuwenhuizen <janneke@gnu.org>
5941 * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
5942 latex progress/error output to stderr (by default this goes to
5943 stdout). Show lilypond progress, even when not verbose.
5945 * python/lilylib.py (system): New optional parameter to control
5946 showing of progress.
5948 * scm/backend-documentation-lib.scm (check-dangling-properties):
5951 * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify. Add
5954 * scm/grob-property-description.scm (magnify): Remove.
5955 (extent, axis): Add.
5957 2002-11-03 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5959 * VERSION: Release 1.7.6.
5961 * scripts/convert-ly.py: more uniformization substitutions.
5963 * buildscripts/new-chords.py (sub_chords): new file.
5965 2002-11-03 Jan Nieuwenhuizen <janneke@gnu.org>
5967 * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
5968 lilypond.map. Include sauter fonts too. Cleanups.
5970 2002-11-02 Han-Wen Nienhuys <hanwen@cs.uu.nl>
5972 * Documentation/user/tutorial.itely (First steps): change to new
5973 chord/tie/slur/beam notation.
5975 * lily/parser.yy (event_that_take_dir): allow postfix notation for
5978 * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
5979 engraver. Process ties in postfix notation, i.e. c8-~ c
5981 * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
5983 * input/regression/beam-postfix-notation.ly (texidoc): new file.
5985 * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
5987 * lily/beam-engraver.cc (try_music): accept new-beam-events
5989 * input/regression/chord-scripts.ly (texidoc): new file
5991 * lily/new-fingering-engraver.cc (acknowledge_grob): also handle
5994 * scm/script.scm (default-script-alist): cleanup.
5996 * lily/script-engraver.cc (make_script_from_event): cleanup.
5998 * lily/lyric-combine-music-iterator.cc
5999 (Lyric_combine_music_iterator): remove superfluous events.
6000 (melisma_busy): new function. Fix broken melismas.
6002 2002-10-31 Heikki Junes <hjunes@cc.hut.fi>
6004 * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
6005 Remove nonvalid settings. Use descriptive key names.
6006 Use <Return> to indicate the pressing of that key.
6008 2002-10-30 Jan Nieuwenhuizen <janneke@gnu.org>
6010 * scripts/lilypond-book.py (option_definitions): Typo.
6012 * scripts/ly2dvi.py: Updates.
6014 * python/lilylib.py (setup_environment, print_environment)
6015 (get_bbox, make_preview): Merge and remove from ly2dvi and
6018 * scripts/lilypond-book.py: Use lilylib. Cleanups.
6020 * .cvsignore: Remove some cruft.
6022 * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
6025 * scripts/ly2dvi.py: Use lilylib as module. Fail gracefully if
6026 kpsexpand, kpsewhich, ps2pdf exit with error. Cleanups and fixes
6029 * python/lilylib.py (quiet_system): Junk
6030 (system): Display error log upon failure.
6031 (read_pipe): New function. Cleanups and fixes.
6033 * python/*.py: Rename from *.py.in.
6035 * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
6037 * GNUmakefile.in (SUBDIRS): Move python before scripts.
6039 2002-10-30 Jan Nieuwenhuizen <janneke@gnu.org>
6041 * python/GNUmakefile: Bugfix: handle modules.
6043 * stepmake/stepmake/python-module-targets.make (default): Add
6046 * stepmake/stepmake/python-module-rules.make: Add rule for byte
6049 * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
6050 Bugfix. (OUT_PYC_MODULES): Add.
6052 2002-10-30 Heikki Junes <hjunes@cc.hut.fi>
6054 * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
6055 Use default paths. Refresh description.
6057 2002-10-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6059 * VERSION: 1.7.5 released
6061 * input/regression/finger-chords.ly (texidoc): new file.
6063 * lily/script-engraver.cc (process_music): remove scriptHorizontal
6066 * lily/fingering-engraver.cc (process_music): remove kludgy
6067 scriptHorizontal stuff.
6069 * lily/script.cc: remove staff-support property.
6071 * lily/new-fingering-engraver.cc (add_fingering): new
6072 file. Fingering engraver for new style chords.
6074 2002-10-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6076 * lily/parser.yy (bare_number): allow 4 \cm (without
6077 decimal dot). (should backport to 1.6?)
6079 * ly/declarations-init.ly: use Scheme for dimension defs.
6081 * lily/parser.yy (TODO): remove hard coded dimensions, add
6082 REAL NUMBER_IDENTIFIER production.
6084 * lily/rest-collision.cc (force_shift_callback): rewrite using
6087 * scm/grob-property-description.scm (rest-collision-done): add
6090 * lilypond.vim: add file (<hjunes@cc.hut.fi>)
6092 2002-10-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6094 * input/regression/multi-measure-rest-center.ly: new file.
6096 * lily/multi-measure-rest.cc (big_rest): multi measure rest was
6097 off horizontally by 0.05 ss. Fixed.
6099 2002-10-22 Jan Nieuwenhuizen <janneke@gnu.org>
6101 * scm/pdftex.scm: Rename ly-number to ly:number->string.
6103 * Documentation/topdocs/index.tely: Remove duplicate from merge.
6105 2002-10-22 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6107 * lily/tie.cc (get_control_points): also avoid staff lines on the
6108 just outside the outer staff lines
6110 2002-10-21 Jan Nieuwenhuizen <janneke@gnu.org>
6112 * ly/params-init.ly: Just define style-alist, no need to
6115 * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
6118 * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
6119 (FET_FILES): = FONT_FILES.
6121 * Merge from stable:
6123 cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
6125 2002-10-21 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6127 * VERSION: 1.7.4 released.
6129 * scm/generate-documentation.scm (string-append): add macro
6132 * lily/text-item.cc (lookup_text): don't use virtual fonts for
6135 * lily/multi-measure-rest-engraver.cc: make separate
6136 MultiMeasureRestNumber grob. Introduce restNumberThreshold.
6138 * lily/multi-measure-rest.cc: remove text handling. Remove
6141 2002-10-20 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6143 * scm/music-types.scm: doc patch by Graham Percival
6145 2002-10-19 Jan Nieuwenhuizen <janneke@gnu.org>
6147 * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
6149 (Font_info.set_defaults): pixelsize now also defauts to '0'.
6150 (sketch_p): Sketch wants only first four elements of X11 font spec.
6152 * buildscripts/mf-to-table.py (parse_logfile): Bugfix.
6154 * mf/feta-autometric.mf: Write foundry and family to log.
6156 * mf/GNUmakefile: Fixes for pfx builds. Also write sketch
6157 font translation table.
6159 * buildscripts/mf-to-table.py: Better font info into afm.
6161 * buildscripts/make-font-dir.py: Use font info from afm. Mftrace
6164 * configure.in: Whine for mftrace 1.0.9.
6166 2002-10-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6168 * lily/parser.yy (chord_body): allow <<c e>>4 notation.
6170 * lily/main.cc (main_prog): don't try to load init.EXT when
6173 2002-10-15 Rune Zedeler <rune@zedeler.dk>
6175 * scm/tex.scm (zigzig-line): added.
6177 * scm/ps.scm (zigzag-line): added.
6179 * ps/music-drawing-routines.ps (subvec): added.
6180 (draw_zigzag_line): added.
6182 * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
6183 grob properties zigzag-width and zigzag-length.
6185 * input/regression/glissando.ly: Add some zig-zagged glissandi.
6187 2002-10-15 Jan Nieuwenhuizen <janneke@gnu.org>
6189 * scm/sodipodi.scm: Some fixes. Sketch also groks this bare-bones
6190 svg output, including font.
6192 2002-10-14 Jan Nieuwenhuizen <janneke@gnu.org>
6194 * scm/lily.scm: Register sodipodi output module.
6196 * scm/sodipodi.scm: New file.
6198 * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
6200 * buildscripts/mf-to-table.py (base): Write TfmChecksum in
6201 comment, after header.
6202 (parse_logfile): Remove invalid key FontFamily. Add mandatory key
6203 FullName. Fix FontName key.
6205 2002-10-14 Rune Zedeler <rune@zedeler.dk>
6207 * lily/rest.cc (after_line_breaking): bugfix: dots after half
6210 * input/test/blank-notes.ly: bugfix
6212 * lily/rest.cc (after_line_breaking): bugfix: dots after whole
6215 * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
6217 2002-10-14 Jan Nieuwenhuizen <janneke@gnu.org>
6220 * scm/ps.scm: Cleanup and remove obsolete junk.
6222 * Documentation/user/internals.itely:
6223 * Documentation/user/refman.itely: Run texinfo-all-menus-update.
6225 * lily/parser.yy: Identify shift/reduce problems.
6227 * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
6228 make-style-sheet. Too specific for convert-ly?
6230 2002-10-14 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6232 * po/cs.po: added czech translation, courtesy Tomas Kopecek.
6234 * input/test/*.ly: various fixes.
6236 * lily/music.cc (name): bugfix
6238 * lily/piano-pedal-engraver.cc (try_music): fix pedals.
6240 * lily/input-file-results.cc (code): set-point-and-click! ->
6243 2002-10-13 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6245 * Use uniform ly: prefix for exported scheme primitive functions.
6247 * scm/music-types.scm: junk compat glue
6249 * scripts/convert-ly.py: add rules for stuff below, junk
6250 compatibility glue for spanrequest.
6252 * lily/parser.yy (verbose_event): remove \spanrequest,
6253 \commandspanrequest, \script.
6255 * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
6257 * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
6258 for \penalty, \glissando.
6260 * VERSION: release 1.7.3
6262 2002-10-13 Rune Zedeler <rune@zedeler.dk>
6264 * lily/accidental-engraver.cc: Fix
6265 grace-in-the-beginning-of-measure bug caused by the resent
6266 partial-measure fix.
6268 * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
6269 overlap looks too crowded)
6271 2002-10-13 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6273 * lily/parser.yy (assignment): allow SCM expression as assignment.
6275 * lily/include/music-output-def.hh (class Music_output_def):
6276 * lily/music-output-def.cc:
6277 * lily/paper-def.cc:
6278 * scm/font.scm (markup-to-properties):
6279 * lily/parser.yy (music_output_def_body):
6282 2002-10-12 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6284 * ly/grace-init.ly (startGraceMusic): shorten default grace stem
6287 * input/regression/spacing-to-grace.ly: new file.
6289 * input/regression/spacing-end-of-line.ly: new file.
6291 * lily/note-spacing.cc (get_spacing): take into account breakable
6292 stuff sticking out at the left (time sig change at line break).
6294 * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
6297 * scm/music-functions.scm (make-voice-props-set): add
6298 staff-position for mm rests.
6300 * lily/spacing-spanner.cc (musical_column_spacing): shrink space
6301 before grace notes a little.
6303 * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
6305 * lily/break-align-interface.cc (do_alignment): right-edge spacing
6306 key adds space at the end of line.
6308 2002-10-11 Jan Nieuwenhuizen <janneke@gnu.org>
6310 * scm/sketch.scm: Fix beams.
6312 * buildscripts/mf-to-table.py: Add EncodingScheme.
6314 * scm/sketch.scm: Resurrect.
6316 2002-10-11 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6318 * lily/multi-measure-rest.cc: use breve rests for measure lengths
6319 longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
6321 2002-10-10 Jan Nieuwenhuizen <janneke@gnu.org>
6323 * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
6325 * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
6327 2002-10-11 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6329 * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
6330 token for origin information.
6332 * lily/parser.yy (My_lily_lexer): do identifier location and
6335 * scm/music-functions.scm (make-multi-measure-rest): move mmrest
6336 logic out of the parser. Add bar checks on both ends.
6338 * Documentation/user/refman.itely (Multi measure rests): add more
6339 notes about mm rests.
6341 2002-10-10 Jan Nieuwenhuizen <janneke@gnu.org>
6343 * input/regression/bar-scripts.ly: Re-enable.
6346 * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
6347 released rsn. Bison 1.50 has a crucial bug and won't work.
6349 * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
6352 2002-10-07 Jan Nieuwenhuizen <janneke@gnu.org>
6354 * input/regression/bar-scripts.ly: Blunt documentation build fix.
6356 2002-10-05 Jan Nieuwenhuizen <janneke@gnu.org>
6358 * Actually merge changes since 1.6.4 besides ChangeLog, and
6359 resolve conflicts. Lots of updates, hope all is well.
6361 * cygwin/lilypond.hint (requires): Add ghostscript.
6363 * scm: Update some (c).
6365 2002-10-07 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6367 * input/test/{various}.ly: add \header fields and texidoc strings.
6369 2002-10-05 Werner Lemberg <wl@gnu.org>
6371 * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
6372 renamed to `output_latex_quoted'.
6373 Added `output_latex_noquote'.
6374 (schedule_lilypond_block): Implement `noquote' option for LaTeX
6377 2002-11-03 Jan Nieuwenhuizen <janneke@gnu.org>
6379 * ChangeLog: Add 1.6.6 release marker. See below.
6381 * stepmake/stepmake/po-targets.make: Remove --c++ option.
6383 * scripts/midi2ly.py: Fix global syntax warnings.
6385 * GNUmakefile.in: Generate builddir locale tree too.
6387 * scripts/ly2dvi.py:
6388 * scripts/midi2ly.py:
6389 * scripts/mup2ly.py:
6390 * scripts/update-lily.py:
6391 * lily/main.cc (setup_paths): Fix for locales setup.
6393 2002-10-29 Jan Nieuwenhuizen <janneke@gnu.org>
6395 * Documentation/windows/installing.texi: Soften wording about
6396 necessity of becoming Administrator. tommie@iae.nl reports this
6397 does not seem to be necessary for his flavour of Windows 2000.
6398 Explicitely discourage text mode mounts.
6400 2002-10-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6402 * lily/rest.cc (after_line_breaking): backport dot position fix.
6404 * lily/rest-collision.cc (do_shift): also remove dots for suicided
6405 rests. Thanks to Klaus Zimmermann for finding this bug.
6407 2002-10-24 Jan Nieuwenhuizen <janneke@gnu.org>
6409 * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
6411 2002-10-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6413 * Documentation/user/music-glossary.tely: fix links.
6415 2002-10-21 Werner Lemberg <wl@gnu.org>
6417 * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
6418 (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
6419 scaling factor) only once and use them in the definition of
6421 * ps/music-drawing-routines.ps (skeel): Removed.
6423 2002-10-21 Jan Nieuwenhuizen <janneke@gnu.org>
6425 * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
6426 Solaris7, as we don't use nested $( ) constructs.
6428 2002-10-21 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6430 * VERSION: Release 1.6.6.
6432 2002-10-21 Jan Nieuwenhuizen <janneke@gnu.org>
6434 * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
6435 as workaround for /bin/sh problems on Solaris7.
6437 2002-10-19 Werner Lemberg <wl@gnu.org>
6439 * GNUmakefile.in (web-doc): Fix typos.
6440 * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
6441 `music-drawing-routines.ps' but emit \special{header=...} once.
6442 * scm/tex.scm (header-end): Updated.
6444 2002-10-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6446 * lily/stem-engraver.cc (acknowledge_grob): don't crash on
6449 2002-10-15 Werner Lemberg <wl@gnu.org>
6451 * scripts/lilypond-book.py (g_make_html): New global variable.
6452 (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
6453 if `g_make_html' isn't set.
6454 [main]: Add format `texi-html'.
6455 (option_definitions): Updated.
6456 * Documentation/user/lilypond-book.itely: Updated.
6458 * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
6459 * make/ly-rules.make (%.texi, %.nexi): Use it.
6460 * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
6461 format to lilypond-book.
6462 * GNUmakefile.in (web-doc): Ditto.
6464 2002-10-14 Werner Lemberg <wl@gnu.org>
6466 Further improve TeX output. The produced files are about 40%
6467 smaller. `lilyponddefs.tex' is now read only once.
6469 * tex/lilyponddefs.tex: Remove footer stuff.
6470 (\ifundefined): Renamed to...
6471 (\lilypondundefined): This. Use LaTeX's definition to
6472 make it nestable and make it global.
6473 (\lilypondstart, \lilypondend): New macro to initialize LilyPond
6475 (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
6476 (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
6478 (\placebox): Renamed to...
6480 Make it global and call \outputscale by itself.
6481 (\lybox, \lyvrule): New macros to reduce input data.
6482 (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
6483 New auxiliary macros.
6484 (\SkipLilydefs, \EndLilyPondOutput): Removed.
6485 * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
6487 (\lilypondspace): This and made it global.
6488 (\turnOnPostScript): Renamed to...
6489 (\lilypondpostscript): This and made it global.
6490 (\turnOnExperimentalFeatures): Renamed to...
6491 (\lilypondexperimentalfeatures): This and made it global.
6492 * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
6493 (\lilypondsetdimen): This and made it global.
6494 * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
6495 * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
6496 (all, $(outdir)/music-drawing-routines.ps): New rules.
6497 * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
6498 * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
6499 start-system, stop-system, stop-last-system, filledbox): Updated to
6500 use the changed macros from lilyponddefs.tex.
6501 * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
6503 2002-10-07 Jan Nieuwenhuizen <janneke@gnu.org>
6505 * Documentation/windows/installing.texi: Update.
6507 2002-09-30 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6509 * VERSION: 1.6.5 released
6511 * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
6513 2002-09-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6515 * scm/translator-property-description.scm (voltaOnThisStaff): add
6518 2002-09-28 Werner Lemberg <wl@gnu.org>
6520 * scm/tex.scm (header-end): Suppress page numbering.
6522 * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
6523 Fix quotation for HTML output.
6525 2002-09-28 Graham Percival <gperciva@sfu.ca>
6527 * Documentation/user/refman.itely: grammar and phrasing
6528 fixes to "Note Entry" section. Also adds a few new examples.
6530 2002-09-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6532 * flower/include/string-data.icc: include string.h
6534 2002-09-25 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6536 * scm/chord-name.scm (chord::inner-name-banter): remove space.
6538 2002-09-27 Jan Nieuwenhuizen <janneke@gnu.org>
6540 * Documentation/user/GNUmakefile (extra-local-help): Add.
6542 * stepmake/stepmake/www-targets.make (local-help): Add.
6544 2002-09-26 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6546 * Documentation/topdocs/INSTALL.texi (Top): recommend binary
6549 * Documentation/topdocs/README.texi (Top): building documentation
6552 2002-09-26 Jan Nieuwenhuizen <janneke@gnu.org>
6554 * Documentation/user/refman.itely:
6555 * Documentation/user/tutorial.itely:
6556 * Documentation/user/music-glossary.tely: Merge changes.
6558 * Documentation/user/glossary.html.in:
6559 * Documentation/index.texi:
6560 * Documentation/header.html.in: Accomodate renaming of glossary.
6562 * Documentation/user/tutorial.itely: Add some glossary references.
6564 * Documentation/user/refman.itely: Minor fixes.
6566 * Documentation/user/lilypond.tely: Add glossary do direntry.
6568 * Documentation/user/music-glossary.tely: Rename (previously:
6569 glossary.tely). Fix anchor placement.
6571 * Documentation/user/GNUmakefile: Make music-glossary.info too.
6573 2002-09-23 Werner Lemberg <wl@gnu.org>
6575 * scripts/lilypond-book.py (output_dict): Fix handling of
6576 various environments by avoid extraneous newlines.
6577 Rename `output-all' regexp for html to `output-html'.
6578 Replace `output-all' regexp for texi with `output-texi-quote'
6579 and `output-texi-noquote'.
6580 (compose_full_body): Don't override `linewidth' user option
6582 (schedule_lilypond_block): Don't indent text specified with
6584 Add new option `noquote'.
6585 (compile_all_files): Use latex instead of tex to compile ly
6588 * Documentation/user/lilypond-book.itely: Updated and revised.
6591 * Documentation/user/glossary.tely,
6592 Documentation/user/introduction.itely,
6593 Documentation/user/tutorial.itely,
6594 Documentation/user/refman.itely,
6595 Documentation/user/appendices.itely: Fix overfull LilyPond
6596 boxes caused by the new lilypond-book code. Other minor
6599 * Documentation/user/macros.itexi (@texiflat): Don't emit
6602 * scm/tex.scm (end-output, header-end): Add preamble and
6603 postamble to make lilypond output directly compilable with
6607 2002-09-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6609 * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
6612 2002-09-25 Jan Nieuwenhuizen <janneke@gnu.org>
6614 * Documentation/user/glossary.tely: Add titling and hyperlinks.
6616 2002-09-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6618 * lily/beam.cc (connect_beams): don't crash if there are quarter
6621 2002-09-24 Juergen Reuter <reuter@ipd.uka.de>
6623 * Documentation/user/refman.itely: corrected ancient clef
6624 docu; added docu on ligatures
6626 2002-09-21 Juergen Reuter <reuter@ipd.uka.de>
6628 * Documentation/user/glossary.tely,
6629 Documentation/user/refman.itely, input/les-nereides.ly,
6630 input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
6631 input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
6632 scm/grob-property-description.scm, scripts/convert-ly.py: renamed
6633 Stem properties: flag-style -> stroke-style, style -> flag-style.
6636 2002-09-22 Werner Lemberg <wl@gnu.org>
6638 * scripts/lilypond-book.py: Add option `notime' to suppress
6639 printing of a time signature. Specify default indentation of 0pt
6640 if single line fragment. Don't emit redundant `\paper{ }'.
6642 * Documentation/user/lilypond-book.itely: Updated.
6644 * Documentation/user/glossary.tely: Completely reformatting.
6646 2002-09-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6648 * GNUmakefile.in (top-web): generate (possibly empty) examples.html
6650 2002-09-22 Jan Nieuwenhuizen <janneke@gnu.org>
6652 * Documentation/user/tutorial.itely: Fix links.
6654 * Documentation/topdocs/index.tely:
6655 * Documentation/index.texi:
6656 * Documentation/header.html.in: Small website fixes and updates.
6658 * debian/: Debian patch by Anthony Fok.
6660 2002-09-21 Jan Nieuwenhuizen <janneke@gnu.org>
6662 * Documentation/footer.html.in: How time flies: It's already 2002!
6664 * Documentation/topdocs/index.tely: Stable/development fix. Use
6665 more descriptive link names than 'here'.
6667 2002-09-21 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6669 * VERSION: 1.7.2 released
6670 * VERSION: 1.6.4 released
6672 * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
6674 * scripts/convert-ly.py (FatalConversionError.conv): add rule for
6675 (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
6677 * mf/feta-din.mf (test): add x-height and space.
6679 * lily/dynamic-engraver.cc (process_music): take dynamic direction
6680 from ^_ for crescendi. Idem for slurs and phrasing slurs.
6682 * ly/grace-init.ly: add-to-grace-init: function to portably add
6685 * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
6686 if we get an absolute dynamic event.
6688 * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
6690 * lily/source-file.cc (get_line): oops. All line numbers were off
6693 * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
6694 be after the note, combined with -_^, i.e. c4-(-\)-\>
6696 * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
6698 * lily/parser.yy (number_factor): remove (number) as number
6699 expression. ("Let them eat Lisp").
6701 2002-10-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6703 * lily/horizontal-bracket.cc: new file.
6705 * lily/horizontal-bracket-engraver.cc: new file.
6707 * input/regression/note-group-bracket.ly: new file. Support
6708 horizontal note brackets for music analysis.
6710 * lily/stem.cc (flag): new flag-style: no-flag.
6712 * input/test/stem-cross-staff.ly: new file
6714 * Documentation/user/internals.itely: Improved formatting, fixing
6715 typos. Added a section `Output details' to describe how the TeX
6718 * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
6720 * lily/parser.yy: remove \dynamicscript.
6722 * ly/dynamic-scripts-init.ly: redo the dynamic scripts
6725 * python/midi.c (midi_error): take two arguments.
6727 * Merge 1.6.5 changes:
6729 2002-10-04 Jan Nieuwenhuizen <janneke@gnu.org>
6731 * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
6732 staff-space. Previous 1.5 was probably meant as half-spaces.
6733 (cautionary-style): parentheses (was: smaller). This is what doco
6734 says, and it seems more logical.
6736 * Documentation/user/refman.itely (Chromatic alterations): Bugfix
6739 2002-10-04 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6741 * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
6743 2002-10-03 Jan Nieuwenhuizen <janneke@gnu.org>
6745 * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
6747 2002-09-30 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6749 * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
6751 2002-09-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6753 * scm/translator-property-description.scm (voltaOnThisStaff): add
6756 2002-09-28 Werner Lemberg <wl@gnu.org>
6758 * scm/tex.scm (header-end): Suppress page numbering.
6760 * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
6761 Fix quotation for HTML output.
6763 2002-09-28 Graham Percival <gperciva@sfu.ca>
6765 * Documentation/user/refman.itely: grammar and phrasing
6766 fixes to "Note Entry" section. Also adds a few new examples.
6768 2002-09-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6770 * flower/include/string-data.icc: include string.h
6772 2002-09-25 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6774 * scm/chord-name.scm (chord::inner-name-banter): remove space.
6776 2002-09-27 Jan Nieuwenhuizen <janneke@gnu.org>
6778 * Documentation/user/GNUmakefile (extra-local-help): Add.
6780 * stepmake/stepmake/www-targets.make (local-help): Add.
6782 2002-09-26 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6784 * Documentation/topdocs/INSTALL.texi (Top): recommend binary
6787 * Documentation/topdocs/README.texi (Top): building documentation
6790 2002-09-26 Jan Nieuwenhuizen <janneke@gnu.org>
6792 * Documentation/user/refman.itely:
6793 * Documentation/user/tutorial.itely:
6794 * Documentation/user/music-glossary.tely: Merge changes.
6796 * Documentation/user/glossary.html.in:
6797 * Documentation/index.texi:
6798 * Documentation/header.html.in: Accomodate renaming of glossary.
6800 * Documentation/user/tutorial.itely: Add some glossary references.
6802 * Documentation/user/refman.itely: Minor fixes.
6804 * Documentation/user/lilypond.tely: Add glossary do direntry.
6806 * Documentation/user/music-glossary.tely: Rename (previously:
6807 glossary.tely). Fix anchor placement.
6809 * Documentation/user/GNUmakefile: Make music-glossary.info too.
6811 2002-09-23 Werner Lemberg <wl@gnu.org>
6813 * scripts/lilypond-book.py (output_dict): Fix handling of
6814 various environments by avoid extraneous newlines.
6815 Rename `output-all' regexp for html to `output-html'.
6816 Replace `output-all' regexp for texi with `output-texi-quote'
6817 and `output-texi-noquote'.
6818 (compose_full_body): Don't override `linewidth' user option
6820 (schedule_lilypond_block): Don't indent text specified with
6822 Add new option `noquote'.
6823 (compile_all_files): Use latex instead of tex to compile ly
6826 * Documentation/user/lilypond-book.itely: Updated and revised.
6829 * Documentation/user/glossary.tely,
6830 Documentation/user/introduction.itely,
6831 Documentation/user/tutorial.itely,
6832 Documentation/user/refman.itely,
6833 Documentation/user/appendices.itely: Fix overfull LilyPond
6834 boxes caused by the new lilypond-book code. Other minor
6837 * Documentation/user/macros.itexi (@texiflat): Don't emit
6840 * scm/tex.scm (end-output, header-end): Add preamble and
6841 postamble to make lilypond output directly compilable with
6845 2002-09-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6847 * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
6850 2002-09-25 Jan Nieuwenhuizen <janneke@gnu.org>
6852 * Documentation/user/glossary.tely: Add titling and hyperlinks.
6854 2002-09-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6856 * lily/beam.cc (connect_beams): don't crash if there are quarter
6859 2002-09-24 Juergen Reuter <reuter@ipd.uka.de>
6861 * Documentation/user/refman.itely: corrected ancient clef
6862 docu; added docu on ligatures
6864 2002-09-21 Juergen Reuter <reuter@ipd.uka.de>
6866 * Documentation/user/glossary.tely,
6867 Documentation/user/refman.itely, input/les-nereides.ly,
6868 input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
6869 input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
6870 scm/grob-property-description.scm, scripts/convert-ly.py: renamed
6871 Stem properties: flag-style -> stroke-style, style -> flag-style.
6873 2002-09-22 Werner Lemberg <wl@gnu.org>
6875 * scripts/lilypond-book.py: Add option `notime' to suppress
6876 printing of a time signature. Specify default indentation of 0pt
6877 if single line fragment. Don't emit redundant `\paper{ }'.
6879 * Documentation/user/lilypond-book.itely: Updated.
6881 * Documentation/user/glossary.tely: Completely reformatting.
6883 2002-09-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6885 * GNUmakefile.in (top-web): generate (possibly empty) examples.html
6887 2002-09-22 Jan Nieuwenhuizen <janneke@gnu.org>
6889 * Documentation/user/tutorial.itely: Fix links.
6891 * Documentation/topdocs/index.tely:
6892 * Documentation/index.texi:
6893 * Documentation/header.html.in: Small website fixes and updates.
6895 * debian/: Debian patch by Anthony Fok.
6897 2002-09-21 Jan Nieuwenhuizen <janneke@gnu.org>
6899 * Documentation/footer.html.in: How time flies: It's already 2002!
6901 * Documentation/topdocs/index.tely: Stable/development fix. Use
6902 more descriptive link names than 'here'.
6904 2002-10-03 Jan Nieuwenhuizen <janneke@gnu.org>
6906 * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
6908 2002-10-02 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6910 * lily/part-combine-music-iterator.cc (get_state): cleanup
6911 (get_music_info): cleanup.
6913 2002-10-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6915 * scm/backend-documentation-lib.scm (interface-doc-string):
6916 crosslinks between interfaces and grobs. Headings for interfaces
6917 in grob explanation.
6919 2002-09-30 Jan Nieuwenhuizen <janneke@gnu.org>
6921 * scm/to-xml.scm: Fixes. input/trip.ly now parses as xml (without
6922 dtd). Add preliminary dtd.
6923 (re-sub-alist): Robustify.
6925 2002-09-29 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6927 * lily/include/event-chord-iterator.hh,
6928 lily/context-specced-music-iterator.cc,
6929 lily/event.cc, lily/event-chord-iterator.cc: add
6931 2002-09-29 Jan Nieuwenhuizen <janneke@gnu.org>
6933 * lily/: some (c) header fixes.
6935 * lily/request-chord.cc: Remove.
6937 * lily/include/event-chord-iterator.hh:
6938 * lily/include/event.hh:
6939 * lily/event-chord.cc: New file.
6941 * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
6944 2002-09-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6946 * lily/ : rename Request to Event
6948 * lily/parser.yy (command_element): move clef stuff into Scheme.
6950 * lily/: rename length_mom () to get_length()
6952 * lily/part-combine-music.cc: removed file and class.
6954 * lily/context-specced-music-iterator.cc (class
6955 Context_specced_music_iterator): new file. Obsoletes the
6956 Context_specced_music type.
6958 * scm/music-types.scm (make-repeated-music): put different kinds
6959 of repeated music into music-type table.
6961 * VERSION: 1.7.1 released.
6963 * scm/to-xml.scm: new file.
6965 * input/test/to-xml.ly (fooBar): demo of what is possible with the
6966 new Input representation: dump music as XML.
6968 * scm/engraver-documentation-lib.scm
6969 (engraver-accepts-music-types?): add links from music to engraver,
6970 from music-type to engraver.
6972 * lily/include/command-request.hh: removed
6973 lily/include/musical-request.hh: removed. Removed all _req classes
6974 except Key_change_req. Changes throughout.
6976 2002-09-28 Jan Nieuwenhuizen <janneke@gnu.org>
6978 * lily/tuplet-engraver.cc (try_music): Compile kludge.
6980 2002-09-28 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6982 * lily/*.cc: specify accepts for many engravers.
6984 * scm/music-documentation-lib.scm: dump music expressions and
6987 * scm/documentation-lib.scm: complete revision.
6988 Use GOOPS objects to store document tree explicitly. Cleaned up and
6989 sped up doco generation a lot.
6991 2002-09-27 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6993 * input/trip.ly (fugaIILeft): add arpeggio
6995 * lily/translator-group.cc (try_music_on_nongroup_children):
6996 oops. The name symbol is in the cdr of the assoc handle.
6998 * lily/: remove Arpeggio_req, Breathing_sign_req, Extender_req,
6999 Hyphen_req, Glissando_req, Break_req, Mark_req
7001 2002-09-26 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7003 * lily/musical-request.cc (music-duration-length,
7004 music-duration-compress): new functions.
7006 * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
7007 throughout. Warning doesn't work yet.
7009 * lily/translator-group.cc (try_music_on_nongroup_children):
7010 new implementation: store candidate acceptors in a hashTable.
7012 2002-09-25 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7014 * scm/music-types.scm (music-descriptions): change name to
7017 * scm/chord-name.scm (chord::inner-name-banter): remove space.
7019 2002-09-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7021 * lily/beam.cc (connect_beams): don't crash if there are quarter
7024 2002-09-24 Juergen Reuter <reuter@ipd.uka.de>
7026 * Documentation/user/refman.itely: corrected ancient clef
7027 docu; added docu on ligatures
7029 2002-09-21 Juergen Reuter <reuter@ipd.uka.de>
7031 * Documentation/user/glossary.tely,
7032 Documentation/user/refman.itely, input/les-nereides.ly,
7033 input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
7034 input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
7035 scm/grob-property-description.scm, scripts/convert-ly.py: renamed
7036 Stem properties: flag-style -> stroke-style, style -> flag-style.
7038 2002-09-24 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7040 * scm/music-functions.scm (music-separator?): don't use name music
7043 2002-09-24 Jan Nieuwenhuizen <janneke@gnu.org>
7045 * stepmake/stepmake/generic-targets.make (help): Document check
7048 * lily/new-accidental-engraver.cc: Compile fix.
7050 2002-09-23 Jan Nieuwenhuizen <janneke@gnu.org>
7052 * scripts/convert-ly.py: Add rule.
7054 * input/test/music-creation.ly:
7055 * input/test/add-staccato.ly:
7056 * input/test/add-text-script.ly: ly-make-music.
7058 * scm/drums.scm (make-head-type-elem, make-articulation-script):
7059 More ly-make-music renamings.
7061 * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
7063 * lily/music-constructor.cc (make_music): Add debugging info.
7065 * scm/music-functions.scm (make-simultaneous-music,
7066 (make-sequential-music, context-spec-music):
7067 * scm/music-types.scm (music-descriptions): Get lily to run.
7069 2002-09-23 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7071 * lily/command-request.cc (transpose_key_alist): new function.
7073 * lily/key-performer.cc (create_audio_elements): cleanup.
7075 2002-09-22 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7077 * lily/parser.yy: remove TYPED_MAKE_MUSIC().
7079 * lily/include/translator.hh (ENTER_DESCRIPTION): add
7080 events-accepted field.
7082 * scm/music-types.scm: new file.
7084 * lily/parser.yy: put music type initialization into scheme,
7085 similar to grob initialization. Changes throughout.
7087 2002-09-22 Jan Nieuwenhuizen <janneke@gnu.org>
7089 * Documentation/user/tutorial.itely: Fix links.
7091 * Documentation/index.texi:
7092 * Documentation/header.html.in:
7093 * Documentation/topdocs/index.tely: Small website fixes and updates.
7095 * debian/: Debian patch by Anthony Fok.
7097 2002-09-21 Jan Nieuwenhuizen <janneke@gnu.org>
7099 * Documentation/footer.html.in: How time flies: It's already 2002!
7101 * Documentation/topdocs/index.tely: Stable/development fix. Use
7102 more descriptive link names than 'here'.
7104 * ROADMAP: Remove test stuff.
7106 * scripts/update-lily.py: Allow auto-building of stable and
7107 development versions. Bugfixes.
7109 2002-09-21 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7111 * VERSION: released 1.7.0
7113 * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
7115 * tex/lilyponddefs.tex: set hsize for plain tex, but only for
7116 positive line widths.
7118 2002-09-20 Jan Nieuwenhuizen <janneke@gnu.org>
7120 * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
7123 * cygwin: Cygwin updates.
7125 2002-09-19 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7127 * Documentation/windows/installing.texi (Top): version for python,
7128 urls for ghostscript (thanks to John Potelle)
7130 * lily/simultaneous-music-iterator.cc
7131 (Simultaneous_music_iterator): init children_list_ before
7134 * lily/*-iterator.cc: be even more careful with smobbed copy
7137 * lily/break-align-engraver.cc (acknowledge_grob): also typeset
7140 2002-09-15 Werner Lemberg <wl@gnu.org>
7142 Improving LilyPond's output to make them ordinary TeX boxes with
7143 predictable dimensions. System boxes are now vertically centered on
7144 the baseline; this offset can be further controlled with
7145 \lilypondscoreshift.
7147 * lily/system.cc (System::post_processing): Pass length of current
7148 system to `start-system' (including any horizontal indentation).
7150 * scm/tex.scm, scm/pdftex.scm: Make output of various functions
7152 (lily-def): Append `%'.
7153 (start-system): Add parameter `wd'. Output more TeX code to specify
7155 (stop-system, stop-last-system): Complement changes in
7157 * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
7160 * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
7161 * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
7162 Write final `\endinput'.
7164 * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
7165 tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
7166 tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code. Assure that
7167 files and macro definitions don't produce spurious spaces and
7168 paragraphs (using \endlinechar).
7169 * tex/lilyponddefs.tex: New dimension `\scoreshift'.
7171 * Documentation/user/internals.itely: Improved formatting, fixing
7172 typos. Added a section `Output details' to describe how the TeX
7175 2002-09-17 Rune Zedeler <rune@zedeler.dk>
7177 * lily/accidental-engraver.cc: Also work with partial measures.
7179 2002-09-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7181 * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
7184 2002-09-21 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7186 * lily/identifier-smob.cc (unpack_identifier): new file.
7188 * lily/lexer.ll (identifier_type): new function. use ly-id to
7189 pass off scheme expressions as music identifiers.
7191 * scm/lily.scm: reorganisation, cleanups.
7193 * lily/main.cc: small cleanups.
7195 2002-09-20 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7197 * lily/ly-module.{cc,hh}: new file.
7199 2002-09-17 Rune Zedeler <rune@zedeler.dk>
7201 * lily/accidental-engraver.cc: Also work with partial measures.
7203 2002-09-16 Jan Nieuwenhuizen <janneke@gnu.org>
7205 * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
7207 2002-09-16 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7209 * lily/my-lily-lexer.cc: use SCM module in stead of
7210 Scheme_hash_table. Changes throughout.
7212 2002-09-15 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7214 * VERSION (MY_PATCH_LEVEL): make 1.7.0