Hi Mark,

2014-11-11 17:40 GMT+01:00 Mark Stephen Mrotek <carsonm...@ca.rr.com>:



> How do I get the trill span to be over the fourth beat, “e4?”
>

Try :

\version "2.18.0"

\relative c' {
  \time 4/4
  \clef treble
  \key c \major
  \override TrillSpanner.to-barline = ##t
  c2\startTrillSpan d4 e4 |
  f1
  \stopTrillSpan  |
  \revert TrillSpanner.to-barline
}

see also : http://lsr.di.unimi.it/LSR/Item?id=912

HTH,
Pierre
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to