lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to insert a trill without the "tr" symbol?


From: Thomas Morley
Subject: Re: How to insert a trill without the "tr" symbol?
Date: Fri, 4 Oct 2013 00:25:24 +0200

2013/10/4 searchfgold6789 <address@hidden>:
> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]