A periodic enquiry re 2.20

2019-09-16 Thread Andrew Bernard
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 _

Re: Transpose

2019-09-16 Thread Pierre Perol-Schneider
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

Re: Proportional notation not working as expected.

2019-09-16 Thread Stefano Antonelli
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

Re: Transpose

2019-09-16 Thread Gilles Thibault
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

Re: Polyrythmic Align Bars

2019-09-16 Thread Wols Lists
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

AW: Polyrythmic Align Bars

2019-09-16 Thread Aron Hanowski
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

Re: Polyrythmic Align Bars

2019-09-16 Thread Pierre Perol-Schneider
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

Re: Polyrythmic Align Bars

2019-09-16 Thread Lukas-Fabian Moser
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

Polyrythmic Align Bars

2019-09-16 Thread sir.teddy.the.first
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_