Re: combining chords in chords

2021-04-22 Thread Gianmaria Lari
> > If the only purpose for using tags is to generate different octaves in the > midi and the display, it would be much easier to just change the octavation > of the clef. > > Nice escamotage Carl :)) But no, the visual representation and the midi output do not differ only in the octave. g.

Re: combining chords in chords

2021-04-22 Thread David Kastrup
Carl Sorensen writes: > If the only purpose for using tags is to generate different octaves in > the midi and the display, it would be much easier to just change the > octavation of the clef. > > { > >\override Staff.ClefModifier.transparent = ##t >\clef "treble_8" c1 > > } > > This

Re: combining chords in chords

2021-04-22 Thread Carl Sorensen
From: lilypond-user on behalf of Carl Sorensen Date: Thursday, April 22, 2021 at 4:24 PM To: Gianmaria Lari , Valentin Petzel , Aaron Hill Cc: lilypond-user Subject: Re: combining chords in chords If the only purpose for using tags is to generate different octaves in the midi and the

Re: combining chords in chords

2021-04-22 Thread Carl Sorensen
If the only purpose for using tags is to generate different octaves in the midi and the display, it would be much easier to just change the octavation of the clef. { \override Staff.ClefModifier.transparent = ##t \clef "treble_8" c1 } This displays c as c’ in the score, and plays it as

Re: combining chords in chords

2021-04-22 Thread Gianmaria Lari
Thank you Aaron and Valentin for your help and your codes. It worked perfectly in my previous example. Is it possible to make it working also with tags? Here is a bit of information. In my code, I use tags to generate two different outputs, one for midi and one for layout. So my variables are

Re: combining chords in chords

2021-04-22 Thread Gianmaria Lari
Ciao Valentin, thanks for your code, it works and it is very simple. Before asking my question, I had tried a solution similar to yours, I used <>. Unfortunately it didn't work because I forgot to specify it also after \kc. Thanks for your help and the explanation. Best regards, g. On Thu,

Re: Lilypond 64-bit binaries

2021-04-22 Thread Jacques Menu
> Le 22 avr. 2021 à 21:07, Marnen Laibow-Koser a écrit : > > > > On Thu, Apr 22, 2021 at 3:04 PM Jacques Menu > wrote: > Hello, > > Starting yesterday, I ‘m now running LilyPond 2.20.0 on a Apple mini M1 > running under Big Sur 11.2.3. > > Cool! > > I can

Re: Examples for centered bar numbers

2021-04-22 Thread Jean Abou Samra
Le 18/04/2021 à 13:18, Jean Abou Samra a écrit : Please test and comment! Gentle ping?

Re: Lilypond 64-bit binaries

2021-04-22 Thread Marnen Laibow-Koser
On Thu, Apr 22, 2021 at 3:04 PM Jacques Menu wrote: > Hello, > > Starting yesterday, I ‘m now running LilyPond 2.20.0 on a Apple mini M1 > running under Big Sur 11.2.3. > Cool! I can contribute to building Mac OS versions on my machine. > The reason we’re currently doing Mac builds on

Re: Lilypond 64-bit binaries

2021-04-22 Thread Jacques Menu
Hello, Starting yesterday, I ‘m now running LilyPond 2.20.0 on a Apple mini M1 running under Big Sur 11.2.3. I can contribute to building Mac OS versions on my machine. For my own work, I use AppVeyor, as has been setup by Grame’s Dom Fober, to build installable Mac OS versions. Is that

Re: Lilypond 64-bit binaries

2021-04-22 Thread Marnen Laibow-Koser
On Thu, Apr 22, 2021 at 2:32 PM Kieren MacMillan < kieren_macmil...@sympatico.ca> wrote: > Hi Carl, > > > Do you have thoughts about how we would get access to that Apple > hardware? > > I believe I have a client who might be willing to donate time on an > internet-accessible Apple server. Feel

Re: Lilypond 64-bit binaries

2021-04-22 Thread Marnen Laibow-Koser
On Thu, Apr 22, 2021 at 2:48 PM Karlin High wrote: > On 4/22/2021 1:32 PM, Kieren MacMillan wrote: > > I believe I have a client who might be willing to donate time on an > internet-accessible Apple server. > > I'm pretty sure the original discussion mentioned MacStadium, a macOS > hosting

Re: Lilypond 64-bit binaries

2021-04-22 Thread Karlin High
On 4/22/2021 1:32 PM, Kieren MacMillan wrote: I believe I have a client who might be willing to donate time on an internet-accessible Apple server. I'm pretty sure the original discussion mentioned MacStadium, a macOS hosting service. "To support

Re: Lilypond 64-bit binaries

2021-04-22 Thread Kieren MacMillan
Hi Carl, > Do you have thoughts about how we would get access to that Apple hardware? I believe I have a client who might be willing to donate time on an internet-accessible Apple server. Feel free to ping me off-list if that option is worth pursuing. Cheers, Kieren.

Re: Lilypond 64-bit binaries

2021-04-22 Thread Carl Sorensen
Marnen, This is a response to an email from more than a year ago. Our situation hasn’t improved since then, even though you did all your great work. What do you think it would take to make this bundle part of the core project? I agree with you that it should be part of our core. But it

Re: 2nd stanza lyrics cont

2021-04-22 Thread Valentin Petzel
Hello Stephane, You need to use \new Lyrics to create a new Lyrics context, not \context Lyrics. So basically put a \new everywhere where you put a \context. Basically \new creates a new Context, while \context is used in \layout Blocks to specify a Context as a sort of namespace, so instead

Re: combining chords in chords

2021-04-22 Thread Valentin Petzel
Hello Gianmaria, Your problem here is that the postfixed [ adds an event the the note it is applied to. Now, this does not work with macros. In such cases you can do something like this << \ka s[ >> \kb << \kc s] >> So just apply the event to a simultaneous skip. Cheers, Valentin

Re: combining chords in chords

2021-04-22 Thread Gianmaria Lari
Dear Aaron, > How can I solve this? > > Here's a way that involves merging the elements of the two EventChords: > [...] that's great It seems to work perfectly. Thanks a lot Aaron!! Gianmaria

Re: Confirming no color gradients

2021-04-22 Thread Kevin Barry
Hi Michael, There isn't an inbuilt way to gradually change a color, but it's certainly doable using some scheme. This snippet isn't what you're asking for, but it does show how to programmatically manipulate colors:

Re: combining chords in chords

2021-04-22 Thread Aaron Hill
On 2021-04-22 6:01 am, Gianmaria Lari wrote: I have some variables, each containing one chord as in the following example: [...] How can I solve this? Here's a way that involves merging the elements of the two EventChords: \version "2.22.0" ja = 8 jb = 8 jc = 8 mergeChords = #(begin

combining chords in chords

2021-04-22 Thread Gianmaria Lari
I have some variables, each containing one chord as in the following example: ja = 8 jb = 8 jc = 8 and some other variables combining them, like this: ka = <<\ja \jb>> kb = <<\ja \jc>> kc = <<\jb \jc>> This is a working example engraving \ka \kb and \kc: \version "2.23.2" ja = 8

RE: Noob can't make 2nd stanza lyrics

2021-04-22 Thread Gregory Hollands
Stéphane, Take a look at: http://lilypond.org/doc/v2.19/Documentation/notation/vocal-music http://lilypond.org/doc/v2.19/Documentation/notation/techniques-specific-to-lyrics Best Regards, Greg