]> git.donarmstrong.com Git - lilypond.git/commit
* scm/define-grobs.scm (all-grob-descriptions): put ledger lines
authorhanwen <hanwen>
Sun, 20 Feb 2005 20:03:28 +0000 (20:03 +0000)
committerhanwen <hanwen>
Sun, 20 Feb 2005 20:03:28 +0000 (20:03 +0000)
commit0d2366b609aab8894c3dc9d82cf7d2565c923234
tree67556b2aa284f768f2eddb988db274a1d12bc45e
parent6f540e9b5828661708bf32163258c1e47997549f
* scm/define-grobs.scm (all-grob-descriptions): put ledger lines
in layer 0 too.

* scm/define-context-properties.scm
(all-user-translation-properties): add tieWaitForNote

* scm/define-grobs.scm (all-grob-descriptions): add
Tie_column::before_line_breaking

* lily/tie.cc (get_column_rank): new function

* lily/tie-column.cc (before_line_breaking): new function.
(werner_directions): take into account ties that start on
different columns.

* lily/score-engraver.cc (set_columns): move add_column() so we
have column rank available.

* lily/tie.cc (get_column_rank): new function.
14 files changed:
ChangeLog
Documentation/topdocs/NEWS.tely [new file with mode: 0644]
Documentation/topdocs/NEWS.texi [deleted file]
Documentation/user/notation.itely
input/regression/tie-arpeggio.ly [new file with mode: 0644]
lily/include/tie-column.hh
lily/include/tie.hh
lily/score-engraver.cc
lily/tie-column.cc
lily/tie-engraver.cc
lily/tie.cc
python/lilylib.py
scm/define-context-properties.scm
scm/define-grobs.scm