]> git.donarmstrong.com Git - lilypond.git/commit
* scm/define-grobs.scm (all-grob-descriptions): put ledger lines
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 20 Feb 2005 20:03:28 +0000 (20:03 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 20 Feb 2005 20:03:28 +0000 (20:03 +0000)
commit10588ba1bb8ab61187248d00876845f41d93776a
tree67556b2aa284f768f2eddb988db274a1d12bc45e
parentaf368992a38e446acf981a994c8b267062d91a0a
* 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