Re: Offset fermata problem

2015-10-06 Thread Simon Albrecht
On 06.10.2015 15:45, David Kastrup wrote: Simon Albrecht writes: Hello Jacques, On 05.10.2015 17:25, Menu Jacques wrote: Hello folks, I’d like to obtain the following from Poulenc, in which the fermata is in-between a2 and r4: based on an idea by David Kastrup I

Re: Offset fermata problem

2015-10-06 Thread David Kastrup
Simon Albrecht writes: > Hello Jacques, > > On 05.10.2015 17:25, Menu Jacques wrote: >> Hello folks, >> >> I’d like to obtain the following from Poulenc, in which the fermata >> is in-between a2 and r4: >> >> > > based on an idea by David Kastrup I wrote a music function,

Re: Offset fermata problem

2015-10-05 Thread Pierre Perol-Schneider
Hi Jacques, How about: \version "2.19.28" \score { \relative c'' { \key f \major \time 2/2 | % 147 \set Score.proportionalNotationDuration = #(ly:make-moment 1/1) << { a2 r4 } { s4 s16 s8.\fermata s4 } %% <= e.g. >> \unset Score.proportionalNotationDuration

Re: Offset fermata problem

2015-10-05 Thread Menu Jacques
Hello Jean, Phil and Pierre, Thanks for you help! As the secondary voice doesn’t need to fill 3 quarter notes, I find that: \score { \relative c'' { \key f \major \time 2/2 | % 147 << {a2 r4} {s4*5/4 s16 \fermata} >> e16 -\markup{\dynamic "ff" \italic "librement"}

Re: Offset fermata problem

2015-10-05 Thread Simon Albrecht
Hello Jacques, On 05.10.2015 17:25, Menu Jacques wrote: Hello folks, I’d like to obtain the following from Poulenc, in which the fermata is in-between a2 and r4: based on an idea by David Kastrup I wrote a music function, which provides a nice interface for this kind of things:

Re: Offset fermata problem

2015-10-05 Thread Jacques Menu
Hello Simon, Thanks a lot to DK and yourself, this « after » function is awesome! JM > Le 5 oct. 2015 à 20:38, Simon Albrecht a écrit : > > Hello Jacques, > > On 05.10.2015 17:25, Menu Jacques wrote: >> Hello folks, >> >> I’d like to obtain the following from

Re: Offset fermata problem

2015-10-05 Thread Phil Burfitt
- Original Message - From: "Jean Brefort" <jean.bref...@free.fr> To: "Menu Jacques" <imj-...@bluewin.ch>; "Lilypond-user Mailinglist" <lilypond-user@gnu.org> Sent: Monday, October 05, 2015 4:32 PM Subject: Re: Offset fermata problem Hi

Re: Offset fermata problem

2015-10-05 Thread Jean Brefort
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:

Offset fermata problem

2015-10-05 Thread Menu Jacques
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"