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: Andrew Bernard
Subject: Re: Trill and nonstandard expressive mark
Date: Sat, 05 Jan 2013 14:27:35 +1100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/17.0 Thunderbird/17.0

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.

And so by analogy,  a long downprall could be rendered:

\version "2.17.9"

{
  c'4-\tweak bound-details.left.text
  \markup { \fontsize #-5 { \musicglyph #"accidentals.leftparen" } }
  \tweak bound-details.left.stencil-offset #'(0 . 0.35)
  \startTrillSpan
  d'
  c'2\stopTrillSpan
}

{Now I just have to find an example of one. :-)]

Andrew




reply via email to

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