2013/10/4 searchfgold6789 <searchfgold67...@live.com>:
> Hi,
>
> What I'm looking for is some way to implement \startTrillSpan and
> \stopTrillSpan in music without having the "tr" symbol: so just trill line.
>
> Is there any way to do that? I checked the internals reference but that was
> not helpful...
>
>  - R.


Hi,

how about:


\version "2.17.27"

{
    \once \override TrillSpanner.bound-details.left.text = ##f
    c''1~ \startTrillSpan
    c''\stopTrillSpan
}

HTH,
  Harm

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

Reply via email to