Re: Fedora 31, Python3, Frescobaldi

2019-11-04 Thread Martin Tarenskeen
On Sun, 3 Nov 2019, Federico Bruni wrote: See https://src.fedoraproject.org/rpms/frescobaldi/c/f7fd91a956649f3015eb7332922fcf2f861a730e?branch=master Those commits are in master but may be merged also in f31 branch? Contact the maintainer if you want to know more. -- Comment #10 from

Re: Graphic lines create

2019-11-04 Thread Pierre Perol-Schneider
Hi Reggie, As Andrew pointed, see: http://lilypond.1069038.n5.nabble.com/Off-topics-vibrato-td145006.html#a145087 Cheers, Pierre Le mar. 5 nov. 2019 à 03:14, Reggie a écrit : > Hi. I cannot find how to create graphic lines anywhere in LilyPond like > this. > I find basic shapes but nothing like

Re: Graphic lines create

2019-11-04 Thread Andrew Bernard
HI Reggie, If you want to draw all sorts of freeform curves, then that's a whole topic of it's own. compared to the algorithmic code for the vibrato. Let us know. Andrew

Re: Graphic lines create

2019-11-04 Thread Andrew Bernard
The code for which came from Mark Witmer, many thanks to him. Andrew

Re: Graphic lines create

2019-11-04 Thread Andrew Bernard
Hi Reggie, I have a vibrato function that is highly parameterized. If the picture here gives you some idea, I can post the code. Using the right arguments you can achieve pretty close to what you have. And you can rotate objects easily, as per your picture. An alternative is to code the

Graphic lines create

2019-11-04 Thread Reggie
Hi. I cannot find how to create graphic lines anywhere in LilyPond like this. I find basic shapes but nothing like this modern style. How do you provide the angle and length to adjust for score? Please suggest code for this. Thanks! 752ddda41273_10157508106580761_7457284070309888000_o.jpg

Re: How to use optional arguments / parameters in a define-markup-command

2019-11-04 Thread Urs Liska
Hi Karsten, 4. November 2019 17:59, "Karsten Reincke" schrieb: > Dear friends > > A few days ago, I asked whether anyone knows how one can use variable > parameter > lists = optional arguments = flexible argumentlists in a markup function. I > was > told that such an opportunity does not

Re: scheme-question: matrix-operation

2019-11-04 Thread Thomas Morley
Am Mo., 4. Nov. 2019 um 01:05 Uhr schrieb David Kastrup : > > Thomas Morley writes: > > > Hi, > > > > lets say I've a list of sublists like '((1 2 3)(4 5 6)) > > I want to modify it, the result should be '((1 3 5)(2 4 6)) > > > > This is a matrix-operation (not sure whether matrix is the correct

Re: How to use optional arguments / parameters in a define-markup-command

2019-11-04 Thread Thomas Morley
Am Mo., 4. Nov. 2019 um 18:00 Uhr schrieb Karsten Reincke : > > Dear friends > > A few days ago, I asked whether anyone knows how one can use variable > parameter > lists = optional arguments = flexible argumentlists in a markup function. I > was > told that such an opportunity does not exist

Re: Scoped variables

2019-11-04 Thread Timothy Lanfear
On 04/11/2019 19:57, David Wright wrote: Well, the NR §3.1.5 does say: "A .ly file may contain any number of toplevel expressions, where a toplevel expression is one of the following: … • A \score block. This score will be collected with other toplevel scores, and combined

Re: Centering wordwrap-lines text?

2019-11-04 Thread Solomon Foster
> > Message: 2 > Date: Mon, 04 Nov 2019 09:42:57 -0800 > From: Aaron Hill > To: lilypond-user@gnu.org > Subject: Re: Centering wordwrap-lines text? > Message-ID: <3aacb64353fe6e665f5fe68e0aa7a...@hillvisions.com> > Content-Type: text/plain; charset=US-ASCII; format=flowed > > On 2019-11-04 9:18

Re: Scoped variables

2019-11-04 Thread David Wright
On Mon 04 Nov 2019 at 18:46:05 (+), Timothy Lanfear wrote: > On 04/11/2019 09:28, Peter Toye wrote: > > Re: Scoped variables On further consideration I think that Timothy > > Lanfear has, probably inadvertently, made my point for me. > > > > If a publisher wanted to collect Mr. Lanfear's

Re: Scoped variables

2019-11-04 Thread Peter Toye
Hmm. Interesting. But I still prefer properly scoped variables! Peter - Monday, November 4, 2019, 6:46:05 PM, Timothy Lanfear wrote: I was surprised to find that provided there is no explicit \book statement, variables can be redefined between bookparts and behave as

Re: Scoped variables

2019-11-04 Thread Timothy Lanfear
On 04/11/2019 09:28, Peter Toye wrote: Re: Scoped variables On further consideration I think that Timothy Lanfear has, probably inadvertently, made my point for me. If a publisher wanted to collect Mr. Lanfear's string quartets (assuming that he has written more than one) into a single

Re: Centering wordwrap-lines text?

2019-11-04 Thread Aaron Hill
On 2019-11-04 9:18 am, Solomon Foster wrote: Hi all, Next problem to tackle for my tunebook project is one which seems simple and small but has utterly stumped me. If I've got a block of text, something like this: \markuplist { \wordwrap-lines { Composed while playing the fiddle

Centering wordwrap-lines text?

2019-11-04 Thread Solomon Foster
Hi all, Next problem to tackle for my tunebook project is one which seems simple and small but has utterly stumped me. If I've got a block of text, something like this: \markuplist { \wordwrap-lines { Composed while playing the fiddle on board an airplane. } } How do I center

How to use optional arguments / parameters in a define-markup-command

2019-11-04 Thread Karsten Reincke
Dear friends A few days ago, I asked whether anyone knows how one can use variable parameter lists = optional arguments = flexible argumentlists in a markup function. I was told that such an opportunity does not exist (Thomas Morley) resp. must be simulated by some embedded property features (Urs

Re: Fermata with text

2019-11-04 Thread Simon Albrecht
On 04.11.19 15:58, Andrew Bernard wrote: What is the best way to create some sort of command or function to make a fermata with arbitrary text above, passed as a parameter? See attached image for example. I have many of these, with variable text, and it would be great to streamline this,

Fermata with text

2019-11-04 Thread Andrew Bernard
What is the best way to create some sort of command or function to make a fermata with arbitrary text above, passed as a parameter? See attached image for example. I have many of these, with variable text, and it would be great to streamline this, especially when I have to offset the position for

Re: Scoped variables

2019-11-04 Thread Kieren MacMillan
Hi Peter, > If a publisher wanted to collect Mr. Lanfear's string quartets (assuming that > he has written more than one) into a single volume, the Lilypond code would > have to be changed to rename all of the variables to something like QiIViolinI In the engraving of my larger works (operas,

Re: Scoped variables

2019-11-04 Thread Jan-Peter Voigt
Peter, in the article Kieren mentioned, I tried to summarize some thoughts around the multi-movement issue and some more. You can find the corresponding templating engine at: https://github.com/openlilylib/lalily-templates That framework does a lot to do things automagically. But probably this

Re: Scoped variables

2019-11-04 Thread Peter Toye
Kieren, That looks great at a first skim-through. Thanks. Best regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com - Monday, November 4, 2019, 11:06:55 AM, Kieren MacMillan wrote: > Hi Peter, >> If a publisher wanted to collect Mr. Lanfear's string quartets

Re: Scoped variables

2019-11-04 Thread Peter Toye
On further consideration I think that Timothy Lanfear has, probably inadvertently, made my point for me. If a publisher wanted to collect Mr. Lanfear's string quartets (assuming that he has written more than one) into a single volume, the Lilypond code would have to be changed to rename all of