lilypond-user
[Top][All Lists]
Advanced

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

Re: trill and hairpin relative positions


From: Jacques Menu
Subject: Re: trill and hairpin relative positions
Date: Sat, 4 Oct 2014 22:21:21 +0200

Hello Pierre,

Great, that’s what I was looking for.

Thanks a lot!

JM

Le 4 oct. 2014 à 21:47, Pierre Perol-Schneider <address@hidden> a écrit :

Hi Jacques,

2014-10-04 21:20 GMT+02:00 Jacques Menu <address@hidden>:
 
Is there a way to place the hairpin at the right of the trill instead of above it?
Didn’t find that in the notation or snippets manuals.

Try :

\version "2.18.2"

myTrill = #(make-dynamic-script (markup #:musicglyph "scripts.trill"))

{
  \time 3/4
  \key b \major
  \dynamicUp
  ais2 \myTrill \> b4 \! | % 14
  r8 b8 \p dis8 ( [ b8 ) ] ais8 ( [ b8 ) ] | % 15
}

HTH,
Pierre



reply via email to

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