]> git.donarmstrong.com Git - lilypond.git/commit
* Documentation/user/instrument-notation.itely (Laissez vibrer
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 12 Sep 2005 12:20:26 +0000 (12:20 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 12 Sep 2005 12:20:26 +0000 (12:20 +0000)
commit4bee689d7993ecf9af95d33c7f8f4ecd8d74a3cc
tree70af25e6005508394eeb3eb0b1e11fcf635ba959
parent7eec42b50cda1f53fa25414abf07280c01f7753e
* Documentation/user/instrument-notation.itely (Laissez vibrer
ties): new node.

* input/regression/laissez-vibrer-ties.ly: new file.

* lily/laissez-vibrer-engraver.cc: new file.

* lily/include/tie-column-format.hh: new file.

* lily/tie-column-format.cc: new file.

* lily/tie-column.cc (set_manual_tie_configuration): new function.

* lily/laissez-vibrer-tie.cc: new file.

* lily/include/laissez-vibrer-tie.hh: new file.

* ly/engraver-init.ly: add Laissez_vibrer_engraver

* ly/declarations-init.ly (laissezVibrer): add \laissezVibrer

* scm/define-grobs.scm (all-grob-descriptions): add
LaissezVibrerTie, LaissezVibrerTieColumn

* lily/tie-column.cc (set_tie_config_directions): new function
(final_shape_adjustment): new function.
(shift_small_ties): new function.

* scm/define-music-types.scm (music-descriptions): add LaissezVibrerEvent

* lily/include/tie.hh (struct Tie_details): add x_gap_
(struct Tie_configuration): add head_position_

* lily/tie-column.cc (set_chord_outline): new function.

* mf/cmr.enc.in:  remove file.
23 files changed:
ChangeLog
Documentation/topdocs/NEWS.tely
Documentation/user/instrument-notation.itely
THANKS
input/regression/laissez-vibrer-ties.ly [new file with mode: 0644]
lily/include/laissez-vibrer-tie-column.hh [new file with mode: 0644]
lily/include/laissez-vibrer-tie.hh [new file with mode: 0644]
lily/include/lily-proto.hh
lily/include/tie-column-format.hh [new file with mode: 0644]
lily/include/tie.hh
lily/include/translator.icc
lily/laissez-vibrer-engraver.cc [new file with mode: 0644]
lily/laissez-vibrer-tie-column.cc [new file with mode: 0644]
lily/laissez-vibrer-tie.cc [new file with mode: 0644]
lily/tie-column-format.cc [new file with mode: 0644]
lily/tie-column.cc
lily/tie.cc
ly/declarations-init.ly
ly/engraver-init.ly
mf/GNUmakefile
mf/cmr.enc.in [deleted file]
scm/define-grobs.scm
scm/define-music-types.scm