Will 2.20 be released at any stage? Is there a roadmap? It seems like a
very long time now with no news.
[I KNOW we are very under-resourced. I regret that I find the code
difficult to grasp, so I can't contribute myself, despite wanting to very
much.]
Andrew
_
Nice coding Gilles,
Cheers,
Pierre
Le lun. 16 sept. 2019 à 19:51, Gilles Thibault a écrit :
> Sorry. Very late answer
> Here is a scheme way to proceed. (see attached file).
>
>
>
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lis
On Sun, 2019-09-15 at 10:51 +1000, Andrew Bernard wrote:
> engrave. I disagree with one of his major concepts, which is that
> the
> bars should be 3.0 cm wide and represent one second of music. He's
> really insistent on this. Personally I don't believe this helps the
> musicians at all, and mu
Sorry. Very late answer
Here is a scheme way to proceed. (see attached file).
%% For version 2.18 change the first line by :
%% makeExercice = #(define-music-function (parser location p0 p1 p2 p3
highest-pitch lowest-pitch)
makeExercice = #(define-music-function (p0 p1 p2 p3 highest-pitch low
On 16/09/19 14:38, sir.teddy.the.fi...@gmail.com wrote:
> The 4/4-Bar needs to be played over the duration of the two 6/8-Bars and
> I want it to realign afterwards to continue both voices with a 6/8 time.
>
> The 4/4-Part would need to have a different tempo, because if both play
> at the same te
Hi,
Thank You! That’s what I was looking for!
Von: Pierre Perol-Schneider
Gesendet: Montag, 16. September 2019 16:18
An: sir.teddy.the.fi...@gmail.com
Cc: lilypond-user
Betreff: Re: Polyrythmic Align Bars
Hi,
How about:
\version "2.19.83"
\layout {
\context {
\Score
\re
Hi,
How about:
\version "2.19.83"
\layout {
\context {
\Score
\remove Timing_translator
\remove Default_bar_line_engraver
}
\context {
\Staff
\consists Timing_translator
\consists Default_bar_line_engraver
}
}
\relative c'' <<
\new Staff {
\time 4/4
e,,8
Hi,
The 4/4-Bar needs to be played over the duration of the two 6/8-Bars
and I want it to realign afterwards to continue both voices with a 6/8
time.
The 4/4-Part would need to have a different tempo, because if both
play at the same tempo, they won’t align.
It is probably harder to write
Hi all,
I'm not sure if what I'm trying to do is possible, but my problem is the
following:
%
\version "2.19.83"
\layout {
\context {
\Score
\remove "Timing_translator"
\remove "Default_bar_line_engraver"
}
\context {
\Staff
\consists "Timing_