lilypond-user
[Top][All Lists]
Advanced

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

Re: Offset fermata problem


From: Phil Burfitt
Subject: Re: Offset fermata problem
Date: Mon, 5 Oct 2015 17:33:23 +0100

----- Original Message ----- From: "Jean Brefort" <address@hidden> To: "Menu Jacques" <address@hidden>; "Lilypond-user Mailinglist" <address@hidden>
Sent: Monday, October 05, 2015 4:32 PM
Subject: Re: Offset fermata problem


Hi

Use something like:
<<
{a2 r4}
{s4 s16 \fermata s8.}
>>

Regards,
Jean

Le lundi 05 octobre 2015 à 17:25 +0200, Menu Jacques a écrit :
Hello folks,

I’d like to obtain the following from Poulenc, in which the fermata
is in-between a2 and r4:



I tried with:

\version "2.19.28"

\score {
\relative c'' {
\key f \major \time 2/2 | % 147

<<
{a2 r4}
{s2 s16 \fermata s8.}
>>
e16 -\markup{\dynamic "ff" \italic "librement"} ^\markup{\bold
"solo"} [ f16 g16 f16 ]
}
}


but then the fermata is right over the r4.

Thanks for the help!

JM




Or, ditch the second voice of rests and attach the fermata to a2 and override its position.....

\once \override Script.extra-offset = #'(3 . 0) a2\fermata


Phil.








reply via email to

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