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: Shane Brandes
Subject: Re: Trill and nonstandard expressive mark
Date: Fri, 4 Jan 2013 11:40:30 -0500

Thank you Ed,

  That means I can take a number of text less trills back into the
trillspanner function. However that leaves yet the upprall, an up
prall or for that matter a down prall trill has an extra long initial
curved slash that tells you which neighbour, upper or lower to start
from as you enter the trill. It is worth looking up how they function
if you  find yourself dealing with such music as the small extra
flashiness intended is really delightful. It was a relatively common
notation in the baroque possibly early classical, or rather galant,
period. It is one of the tiny useful things, once a standard notation,
that lilypond still has not gotten into its arsenal.

Shane



On Fri, Jan 4, 2013 at 3:13 AM, Ed Gordijn <address@hidden> wrote:
> 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]