Re: How to transpose?

2024-05-24 Thread Wols Lists
On 23/05/2024 12:26, Kenneth Flak wrote: Great, thanks to both of you! Very clarifying. \transposition is, thus, going in the direction of instrument -> playback, whereas \transpose goes in the opposite direction, if I understand it correctly. I do a lot of brass stuff. And as you've realised,

Re: running lilypond

2024-05-24 Thread ming tsang
Good morning Jean: Thank you for the quick answer. I have not used the terminal to run lilypond. I have been using frecobaldi v3.1 and lilypond v16. I was hoping to use the .ly file to run terminal lilypond. I will not learn using terminal lilypond. If a .ly file cannot run terminal lilypond, it i

Re: jump to coda inside repeat with alternative

2024-05-24 Thread Knute Snortum
On Thu, May 23, 2024 at 9:16 PM David Wright wrote: > > Sometimes the easiest way of using these repeat constructions is to > copy and paste an example from Notation Reference §1.4 into your > .ly file, and then insert your music in place of the example's. > If you use Frescobaldi as your editor

Re: running lilypond

2024-05-24 Thread Jean Abou Samra
Le vendredi 24 mai 2024 à 07:23 -0600, ming tsang a écrit : > I try to run the following code as lilypond .ly > \version "2.24.3" > lilypond -dbackend=eps -dno-gs-load-fonts -dinclude-eps-fonts myfile.ly This looks like a command that you should run in a terminal, not LilyPond syntax. In Frescob

running lilypond

2024-05-24 Thread ming tsang
Hi lilyponders, I try to run the following code as lilypond .ly \version "2.24.3" lilypond -dbackend=eps -dno-gs-load-fonts -dinclude-eps-fonts myfile.ly And I got the following in log file with Exited with return code 1. Starting lilypond.exe 2.24.3 [Untitled]... Processing `C:/Users/Owner/App

Re: Control beaming with tuplets

2024-05-24 Thread Kenneth Flak
Perfect, thanks a lot! Best, Kenneth Xavier Scheuer, May 24, 2024 at 12:41: > On Fri, 24 May 2024 at 10:57, Kenneth Flak > <[1]kennethf...@protonmail.com> > wrote: > > > > Thanks! That almost did the trick. The only thing that's not working is that > connecting beam between the two quintuplets. S

Re: Control beaming with tuplets

2024-05-24 Thread Xavier Scheuer
On Fri, 24 May 2024 at 10:57, Kenneth Flak wrote: > > Thanks! That almost did the trick. The only thing that's not working is that connecting beam between the two quintuplets. See attached screenshot... Hello, \set subdivideBeams = ##t And then either, for 2.24: \set baseMoment = #(ly:make-mo

Re: Control beaming with tuplets

2024-05-24 Thread Kenneth Flak
Thanks! That almost did the trick. The only thing that's not working is that connecting beam between the two quintuplets. See attached screenshot... K Damian leGassick, May 24, 2024 at 11:51: > \tuplet 5/4 ? > > D > > > On 24 May 2024, at 09:44, Kenneth Flak wrote: > > > > Hi, > > > > I'm try

Re: Control beaming with tuplets

2024-05-24 Thread Damian leGassick
\tuplet 5/4 ? D > On 24 May 2024, at 09:44, Kenneth Flak wrote: > > Hi, > > I'm trying to replicate the notation in originalHarp.png for harp with > 5-tuplets, but the beaming I am getting is completely off... My attempt is in > the file myAttempt.png, using this code: > > right = { > \re

Control beaming with tuplets

2024-05-24 Thread Kenneth Flak
Hi, I'm trying to replicate the notation in originalHarp.png for harp with 5-tuplets, but the beaming I am getting is completely off... My attempt is in the file myAttempt.png, using this code: right = { \relative c'{ s4 \tuplet 5/2 {c32 e g bf df} \tuplet 5/2 {c32 e g bf df} c16

Re: Scheme help

2024-05-24 Thread David Kastrup
Valentin Petzel writes: > Hello Kevin, > > When you call a music expression like \music Lilypond will allways pass a > copy > of that music object. Thus some music functions assume it is safe to modify > the original music object. So when you do > > \keepWithTag ... #music > > you will first r

Re: Scheme help

2024-05-24 Thread Kevin Pye
Thanks Valentin, I'll incorporate your suggestions. I doubt I'd have worked out the problems at my level of Scheme programming without your help. I'll probably have more questions in the future. Kevin. On Fri, 24 May 2024, at 17:17, Valentin Petzel wrote: > Hello Kevin, > > When you call a mus

Re: Scheme help

2024-05-24 Thread Valentin Petzel
Hello Kevin, When you call a music expression like \music Lilypond will allways pass a copy of that music object. Thus some music functions assume it is safe to modify the original music object. So when you do \keepWithTag ... #music you will first remove everything tagged without v1, then eve