]> git.donarmstrong.com Git - lilypond.git/commit
Fix #670: Chained trills
authorNeil Puttock <n.puttock@gmail.com>
Sat, 11 Apr 2009 12:15:08 +0000 (13:15 +0100)
committerNeil Puttock <n.puttock@gmail.com>
Sat, 11 Apr 2009 12:15:08 +0000 (13:15 +0100)
commit2970ffbf1e41774474b2113c09a8ec1766e2224e
tree4093b50cc03d4efad2ca9866b371aeb847d629f2
parent84e2e1980002388ad4adc102bbd86b11ffb77c6e
Fix #670: Chained trills

- if trill spanner isn't stopped using \stopTrillSpan, make next
start-span right bound.

- for trill spans on last note of final system, don't end on final
musical column, since it will extend beyond the last breakable column.
input/regression/trill-spanner-auto-stop.ly [new file with mode: 0644]
input/regression/trill-spanner-chained.ly [new file with mode: 0644]
lily/trill-spanner-engraver.cc