Re: Organising files/variables/ in lilypond

2023-04-07 Thread Eef Weenink
Thank you, Valentin, Specially for the examples, I will study, experiment with them and see how I can learn how to solve my issues this way. Regards, Eef > Op 7 apr. 2023, om 23:34 heeft Valentin Petzel het > volgende geschreven: > > Hello Eef, > > if I understand you correctly you

OLL bezier error

2023-04-07 Thread Andrew Bernard
Has anybody ported the openlilylib/bezier library to work with recent versions of lilypond? With 2.25 I get: /home/acb/lib/openlilylib/bezier/_internal/special-cpts-display.ily:13:2: error: Guile signaled an error for the expression beginning here # (cond ((not (defined?

Re: Graphics

2023-04-07 Thread Johannes A . Roeßler
Embarrassing.. thx Am 8. April 2023 00:06:19 schrieb Jean Abou Samra : Le samedi 08 avril 2023 à 00:02 +0200, Johannes A. Roeßler a écrit : Excellent! Did I miss it somewhere in the documentation or is this well hidden? The \epsfile command? It's on the page you gave the link of...

Re: Graphics

2023-04-07 Thread Jean Abou Samra
Le samedi 08 avril 2023 à 00:02 +0200, Johannes A. Roeßler a écrit : > Excellent! Did I miss it somewhere in the documentation or is this well > hidden? The \epsfile command? It's on the page you gave the link of... signature.asc Description: This is a digitally signed message part

Re: Graphics

2023-04-07 Thread Johannes A . Roeßler
Excellent! Did I miss it somewhere in the documentation or is this well hidden? J Am 7. April 2023 19:33:49 schrieb Jean Abou Samra : Le 7 avr. 2023 à 19:15, Johannes A. Roeßler a écrit :  Thx for the fast answer. In the EPS I will find the needed moveto and curveto commands to copy to

Re: Organising files/variables/ in lilypond

2023-04-07 Thread Valentin Petzel
Hello Eef, if I understand you correctly you essentially want to put the content of a Lilypond file into a variable and evaluate that. This is not possible with Lilypond as such, but instead you can avoid Lilypond syntax and directly use the scheme hooks. Instead of doing all = ... you can

Re: Graphics

2023-04-07 Thread Jean Abou Samra
> Le 7 avr. 2023 à 19:15, Johannes A. Roeßler a écrit : > >  > Thx for the fast answer. In the EPS I will find the needed moveto and curveto > commands to copy to lilypond? Don’t copy the contents of the file. Just put the EPS file next to your LilyPond file and write \markup \epsfile

Re: Graphics

2023-04-07 Thread Johannes A . Roeßler
Thx for the fast answer. In the EPS I will find the needed moveto and curveto commands to copy to lilypond? Best regards Joei Am 7. April 2023 19:09:36 schrieb Jean Abou Samra : Le 7 avr. 2023 à 19:02, Johannes Roeßler a écrit : Hi Group, is there a way to generate vector files with a

define-markup-command

2023-04-07 Thread Ken Ledeen
Hi All, Thanks to Jean Abou Samra I can now create \markup that goes to a place in a youtube video. These are of the form: fis4^\markup \with-url#"https://youtu.be...?t=SEC; {ref} where "SEC" is replaced with the number of seconds in from the start. I would like to create a function to

Re: Graphics

2023-04-07 Thread Jean Abou Samra
> Le 7 avr. 2023 à 19:02, Johannes Roeßler a écrit : > >  > Hi Group, > > is there a way to generate vector files with a program producing e.g. a SVG > files and convert it to the PS commands needed for lilypond? > https://lilypond.org/doc/v2.22/Documentation/notation/graphic > If I

Graphics

2023-04-07 Thread Johannes Roeßler
Hi Group, is there a way to generate vector files with a program producing e.g. a SVG files and convert it to the PS commands needed for lilypond? https://lilypond.org/doc/v2.22/Documentation/notation/graphic Best regards Joei

Re: MIDI, dynamics and expression

2023-04-07 Thread Knute Snortum
On Fri, Apr 7, 2023 at 2:02 AM Dario Marrini wrote: > Hi lilypond people, > I tried adding these : > > midiMinimumVolume = #0.05 > midiMaximumVolume = #0.95 > > but I got no so different results; > Hmm, with the code below, I got very noticable results: %%% \version "2.24.1" \score { \new

Re: Markup in the middle of a spanner

2023-04-07 Thread David Nalesnik
On Fri, Apr 7, 2023 at 7:26 AM David Nalesnik wrote: > Hi Andrew, > > On Fri, Apr 7, 2023 at 7:23 AM Andrew Bernard > wrote: > >> Ah, that's the one I now remember. >> >> Could this go into OLL? >> >> Andrew >> > > Sure, if you like! It might need some adjusting for 2.24 - not sure. > > David

Re: Openlilylib questions

2023-04-07 Thread Mark Knoop
Hi Andrew, > Since handing over OLL I have lost track of processes. What is the > communications platform for queries and discussions now? This mailing list seems best. > And are we in fact still open for business? I need to submit a pull > request to add some code for my slash stem functions

Organising files/variables/ in lilypond

2023-04-07 Thread Eef Weenink
I have this project: I make arrangements of figured bass pieces. (Generalbass Wolf). In total 100 pieces. Uptill now I organised it this way: - 1 file with all pieces in it (I did about 10, 90 to go). The file starts with an include of a startup.ily, with some settings for the whole book then

Re: Openlilylib questions

2023-04-07 Thread Andrew Bernard
Are we taking pull requests. Sorry my metaphor may not have been clear! On 7 April 2023 10:17:51 pm AEST, Jean Abou Samra wrote: > > >> Le 7 avr. 2023 à 14:06, Andrew Bernard a écrit : >> >> Since handing over OLL I have lost track of processes. What is the >> communications platform for

Re: movement in markups like TeX's `em` and `ex` units

2023-04-07 Thread Robin Bannister
Werner LEMBERG wrote: ``` Emaj = \markup { E \raise #1 maj } \markup \Emaj \markup \fontsize #10 \Emaj ``` As can be seen, `\raise #1` is not the right value in the second case. We have \translate-scaled #'(0 . 1) for doing that. A simple-minded mouthful. Cheers, Robin

Re: OLL shaoing bezier curves

2023-04-07 Thread Jean Abou Samra
> Le 7 avr. 2023 à 14:23, Andrew Bernard a écrit : > >  > I have this: > > DEPRECATION! You have loaded the openLilyLib module > snippets.notation-snippets.shaping-bezier-curves.shapeII The functionality of > this module has been moved or reimplemented in the module bezier.shapeII >

Re: Markup in the middle of a spanner

2023-04-07 Thread David Nalesnik
Hi Andrew, On Fri, Apr 7, 2023 at 7:23 AM Andrew Bernard wrote: > Ah, that's the one I now remember. > > Could this go into OLL? > > Andrew > Sure, if you like! It might need some adjusting for 2.24 - not sure. David

Re: Markup in the middle of a spanner

2023-04-07 Thread Andrew Bernard
Ah, that's the one I now remember. Could this go into OLL? Andrew On 7/04/2023 10:21 pm, David Nalesnik wrote: Hi Rip_mus, On 7/04/2023 4:18 pm, Rip _Mus wrote: > do you know any technique to place a markup right in the middle (X > axis) of a DurationLine Grob? (or also a

OLL shaoing bezier curves

2023-04-07 Thread Andrew Bernard
I have this: DEPRECATION! You have loaded the openLilyLib module snippets.notation-snippets.shaping-bezier-curves.shapeII The functionality of this module has been moved or reimplemented in the module bezier.shapeII Please consider switching to the new module. I am unable to find

Re: Markup in the middle of a spanner

2023-04-07 Thread David Nalesnik
Hi Rip_mus, > > On 7/04/2023 4:18 pm, Rip _Mus wrote: > > do you know any technique to place a markup right in the middle (X > > axis) of a DurationLine Grob? (or also a textspanner). > > This will handle TextSpanners: https://github.com/davidnalesnik/lilypond-text-spanner-inner-texts Best,

Re: Openlilylib questions

2023-04-07 Thread Jean Abou Samra
> Le 7 avr. 2023 à 14:06, Andrew Bernard a écrit : > > Since handing over OLL I have lost track of processes. What is the > communications platform for queries and discussions now? I don’t think anything has been set up to replace your Discourse server, but GitHub issues are still there.

Re: Line numbering in Frescobaldi editor

2023-04-07 Thread Andrew Bernard
Oh thank you. I had the false impression it was a property of the editor preferences. Andrew On 7/04/2023 10:03 pm, Jun Tamura wrote: I think that’s “Line Numbers” under “View” menu

Openlilylib questions

2023-04-07 Thread Andrew Bernard
Since handing over OLL I have lost track of processes. What is the communications platform for queries and discussions now? And are we in fact still open for business? I need to submit a pull request to add some code for my slash stem functions which somehow never made it in. Andrew

Re: Line numbering in Frescobaldi editor

2023-04-07 Thread Jun Tamura
I think that’s “Line Numbers” under “View” menu. Jun > 2023/04/07 20:58、Andrew Bernard のメール: > > Coming back to Frescobaldi after a very long time not using it, I thought you > can get the editor to show line numbers down the side. Am I completely > imagining this? > > Andrew > > >

Line numbering in Frescobaldi editor

2023-04-07 Thread Andrew Bernard
Coming back to Frescobaldi after a very long time not using it, I thought you can get the editor to show line numbers down the side. Am I completely imagining this? Andrew

Re: MIDI, dynamics and expression

2023-04-07 Thread Dario Marrini
Hi lilypond people, I tried adding these : midiMinimumVolume = #0.05 midiMaximumVolume = #0.95 but I got no so different results; at this point, I should know how to set a specific output volume to a specific dynamic signs; even because I don't know default values regards Il giorno ven 7 apr

MIDI, dynamics and expression

2023-04-07 Thread Dario Marrini
Hi lilypond people, I'm trying to understand how all this works; there is a short code file as attachment, with midi and pdf ones; I tried to use dynamics and other signs, but the difference on sound between signed (with 'p' and others signs) and not signed notes it's quite not hearable; I found

movement in markups like TeX's `em` and `ex` units

2023-04-07 Thread Werner LEMBERG
Consider the following snippet: ``` Emaj = \markup { E \raise #1 maj } \markup \Emaj \markup \fontsize #10 \Emaj ``` As can be seen, `\raise #1` is not the right value in the second case. What I would like to have instead is an equivalent to TeX's relative units `em` and `ex`, being multiples

Re: Markup in the middle of a spanner

2023-04-07 Thread Andrew Bernard
Others will shortly come in with a formal Scheme solution but I just use markup text with a whiteout background and manually offset it to be in the middle of the spanner. No good when things shift, but does the job. I thought there used to be a technique for this in the Lilypond Snippet

Markup in the middle of a spanner

2023-04-07 Thread Rip _Mus
Hello, do you know any technique to place a markup right in the middle (X axis) of a DurationLine Grob? (or also a textspanner). Thank you Rip_mus