lilypond-user
[Top][All Lists]
Advanced

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

Re: Trill and nonstandard expressive mark


From: Ed Gordijn
Subject: Re: Trill and nonstandard expressive mark
Date: Fri, 04 Jan 2013 09:13:37 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120912 Thunderbird/15.0.1

Hi Shane,

I am not sure if this is what you are looking for. To me it looks like a normal triller. You can suppress the text if you want.

\version "2.16.0"


\relative c'' {

bes4~\startTrillSpan

bes8.

a16\stopTrillSpan

r2

% or without the text

\once \override TrillSpanner #'(bound-details left text) = ##f

bes4~\startTrillSpan

bes8.

a16\stopTrillSpan

r2

}


Greetings, Ed

reply via email to

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