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: Pierre Perol-Schneider
Subject: Re: trill and hairpin relative positions
Date: Sat, 4 Oct 2014 21:47:18 +0200

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]