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: David Kastrup
Subject: Re: Trill and nonstandard expressive mark
Date: Sat, 05 Jan 2013 10:45:58 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Nick Payne <address@hidden> writes:

> On 05/01/13 14:27, Andrew Bernard wrote:
>> On 5/01/13 2:02 PM, Nick Payne wrote:
>>> You could use a left parenthesis and omit the upprall:
>>>
>>> \version "2.17.9"
>>>
>>> { c'-\tweak bound-details.left.text
>>>               \markup { \fontsize #-5 { \musicglyph
>>> #"accidentals.leftparen" } }
>>>        \tweak bound-details.left.stencil-offset #'(0.02 . -0.65)
>>>        \startTrillSpan
>>>    d'
>>>    c'2\stopTrillSpan }
>> Thanks! Solves the matter for me very well indeed.
>
> You can wrap it up more neatly if you're using it in several locations:
>
> \version "2.17.9"
>
> beginPrallSpan = #(define-event-function (parser location) ()
>   #{
>     \tweak bound-details.left.text
>       \markup { \fontsize #-5 { \musicglyph #"accidentals.leftparen" } }
>     \tweak bound-details.left.stencil-offset #'(0.02 . -0.65)
>     \startTrillSpan
>   #}
> )

No need for a function here.

beginPrallSpan =
 \tweak bound-details.left.text
   \markup { \fontsize #-5 { \musicglyph #"accidentals.leftparen" } }
 \tweak bound-details.left.stencil-offset #'(0.02 . -0.65)
 \startTrillSpan

-- 
David Kastrup




reply via email to

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