Neil Puttock wrote: > > 2009/6/15 -Eluze <[email protected]>: > >> your attached output is nice - unfortunately i still get the described >> output; > > The last trill spanner ends on the last note due to the \stopTrillSpan > command. If you remove this, the trill will run to the end of the > system. > yes - but what do i do if the music does not finish here?
if i put the \stopTrillSpan after the next note the trill becomes too long! if i use \override TrillSpanner #'(bound-details right padding) = #-17 it looks ok, but any change in my music can enlarge or narrow that measure so i have to recalculate this number… using \override TrillSpanner #'to-barline = ##t causes the spanner to end at the bar before - is there another option to make the spanner stop with the duration of the note? thanks for enlightening me! > You need to add a bit of padding to prevent overlapping: > > \override TrillSpanner #'(bound-details right padding) = #1.5 > this does it, thanks! -- View this message in context: http://www.nabble.com/TrillSpanner-does-not-extend-over-tied-note-tp24017952p24051852.html Sent from the Gnu - Lilypond - Bugs mailing list archive at Nabble.com. _______________________________________________ bug-lilypond mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-lilypond
