Yes that is what I was looking for the second example was the one I needed.
Thank you.
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
Thanks Evan. That's perfect.
All the best,
Craig
On 8 August 2016 at 10:25, Evan O'Dorney wrote:
> It should be 4/19 (the ratio of the old and new bar lengths), and the
> affected measure(s) should be enclosed in braces like so:
>
> \new Staff {
> \time 4/4
> \omit Score.TimeSignature
It should be 4/19 (the ratio of the old and new bar lengths), and the
affected measure(s) should be enclosed in braces like so:
\new Staff {
\time 4/4
\omit Score.TimeSignature
\scaleDurations 4/19 {
\repeat unfold 6 { c4 c2 } c4
}
R1 \fermataMarkup
}
Since you're hiding
Francesco Spiga writes:
> Hi everyone, I apologize for banal question.
>
> I am in trouble in writing different time signatures with equal measures.
> Here is the example (it is the Gig from Corelli's sonata n. 10).
> Where is the mistake?
> Thank you in advance!
> F.
>
> vl = \relative c''
- Original Message -
From: "Francesco Spiga"
To:
Sent: Saturday, May 24, 2014 4:09 PM
Subject: Polymetric notation
Hi everyone, I apologize for banal question.
I am in trouble in writing different time signatures with equal measures.
Here is the example (it is the Gig from Corelli's
>Hi Francesco,
[snip]
>A slightly different hack, using scaled durations should work:
>
>\repeat percent 2 { d1*7/4 \bar "|" d2.*7/3 }
>
>Regards,
>Neil
This works, but scaling makes the two measures the same length (7/4),
as in the case when \skip is used.
In the output the two measures before th
Hi Francesco,
2008/11/18 Francesco Casadei <[EMAIL PROTECTED]>:
> I've tried using this "hack":
>
> \repeat percent 2 { d1 \skip 2. | \skip 1 d2. | }
>
> This works, but the result is ugly because of the horizontal spacing
> introduced by the skips.
A slightly different hack, using scaled durati