Re: Text spanner with centred text state of the art

2020-07-12 Thread Werner LEMBERG
> On this perennial topic, it would be great if this function could be > in baseline lilypond. It's in countless scores, and I know people > want it. Assuming that your problem can't be handled in current lilypond I'm rather sure that a merge request prepared by you will go into the git reposit

Re: Text spanner with centred text state of the art

2020-07-12 Thread Andrew Bernard
I'll rephrase that more precisely. The function I have is no longer working. It's not suitable for inclusion. I am wondering if anybody has something good, or indeed if lilypond 2.21 supports such a technique (I was unable to see that). Andrew

Re: Text spanner with centred text state of the art

2020-07-12 Thread Urs Liska
Hi Andrew, Am 12. Juli 2020 08:36:09 MESZ schrieb Andrew Bernard : >This exact question was asked on the list some years ago, but worth >asking again. What is the current best way/code for making text >spanners with text centred in the middle? > >I have code developed by myself and Thomas Morley

Re: System spacing in a markup score

2020-07-12 Thread Thomas Morley
Am So., 12. Juli 2020 um 06:22 Uhr schrieb Pierre Perol-Schneider : > > Hi Tomthy, > Thanks but no. This gives me access to the paper defs, ok, not the actual > system spacing inside the markup score. > Cheers, > Pierre > > Le sam. 11 juil. 2020 à 22:47, Timothy Lanfear a écrit : >> >> On 11/07/2

Re: Text spanner with centred text state of the art

2020-07-12 Thread Thomas Morley
Am So., 12. Juli 2020 um 08:36 Uhr schrieb Andrew Bernard : > > This exact question was asked on the list some years ago, but worth > asking again. What is the current best way/code for making text > spanners with text centred in the middle? > > I have code developed by myself and Thomas Morley fro

Re: System spacing in a markup score

2020-07-12 Thread Pierre Perol-Schneider
Harm, thank you very much for the tip! Cheers, Pierre Le dim. 12 juil. 2020 à 10:31, Thomas Morley a écrit : > Am So., 12. Juli 2020 um 06:22 Uhr schrieb Pierre Perol-Schneider > : > > > > Hi Tomthy, > > Thanks but no. This gives me access to the paper defs, ok, not the > actual system spacing i

Re: Text spanner with centred text state of the art

2020-07-12 Thread Urs Liska
Am 12. Juli 2020 10:04:08 MESZ schrieb Andrew Bernard : >I'll rephrase that more precisely. The function I have is no longer >working. And I'll rephrase that I *think* I have working code, which yi'll look up and zry ASAP. Urs > It's not suitable for inclusion. I am wondering if anybody

Re: Text spanner with centred text state of the art

2020-07-12 Thread Urs Liska
Am Sonntag, den 12.07.2020, 11:03 +0200 schrieb Urs Liska: > > Am 12. Juli 2020 10:04:08 MESZ schrieb Andrew Bernard < > andrew.bern...@gmail.com>: > > I'll rephrase that more precisely. The function I have is no longer > > working. > > And I'll rephrase that I *think* I have working code, which

Re: Text spanner with centred text state of the art

2020-07-12 Thread Urs Liska
And now with attachments. It shows three main items: * markup centered above one or multiple measures * horizontal brackets aligned to (multiple) measures * markup centered within a measure BTW: My recollection of David Nalesnik continuing with the effort turned up these links: https://lists

Re: Text spanner with centred text state of the art

2020-07-12 Thread Thomas Morley
Am So., 12. Juli 2020 um 11:35 Uhr schrieb Urs Liska : > > And now with attachments. > > It shows three main items: > > * markup centered above one or multiple measures > * horizontal brackets aligned to (multiple) measures > * markup centered within a measure > > BTW: My recollection of David N

Re: Text spanner with centred text state of the art

2020-07-12 Thread Urs Liska
Here is the code I settled with in my project. I assume that some of it is inferior to the code now in LilyPond, but I also think it provides functionality not covered by the MeasureAttachedSpanner. 1) https://github.com/ism-dme/lm-vs/blob/import-1756/examples/library/toolbox/brackets.ily This pr

Re: "Pausing" Voice

2020-07-12 Thread Thomas Morley
Am Do., 9. Juli 2020 um 11:46 Uhr schrieb Maurits Lamers : > > Interesting, as it is something that I am also trying to solve. My current > approach is to match the start of the voice itself and the end of any notes > from existing voices at that moment. > Not entirely implemented yet though... >

Re: "Pausing" Voice

2020-07-12 Thread Thomas Morley
Am Do., 9. Juli 2020 um 12:30 Uhr schrieb David Kastrup : > > Thomas Morley writes: > > > Hi all, > > > > if temporary Voices occur, then the main Voice may not contain > > rhythmic-events for the duration of those temporary Voices. > > I'd like to identify where the main Voice "pauses", like in t

Re: "Pausing" Voice

2020-07-12 Thread David Kastrup
Thomas Morley writes: > Am Do., 9. Juli 2020 um 12:30 Uhr schrieb David Kastrup : >> >> Thomas Morley writes: >> >> > Hi all, >> > >> > if temporary Voices occur, then the main Voice may not contain >> > rhythmic-events for the duration of those temporary Voices. >> > I'd like to identify where

Naming RFC: Properties, property sets, presets

2020-07-12 Thread Urs Liska
Hi all, I'm writing some documentation for the new openLilyLib feature set of properties, and I think this is the (last) moment to clarify some of the naming. I have implemented the concept of a set of properties, which is a place to store typed variables. I'm pretty confident that the terms "pro

Re: Text spanner with centred text state of the art

2020-07-12 Thread David Nalesnik
On Sun, Jul 12, 2020 at 5:15 AM Thomas Morley wrote: > > Am So., 12. Juli 2020 um 11:35 Uhr schrieb Urs Liska : > > > > And now with attachments. > > > > It shows three main items: > > > > * markup centered above one or multiple measures > > * horizontal brackets aligned to (multiple) measures >

Re: Naming RFC: Properties, property sets, presets

2020-07-12 Thread Fr. Samuel Springuel
> On 12 Jul, 2020, at 9:38 AM, Urs Liska wrote: > > > \definePreset \with { > thickness = 3 > Y-position = 2 > } my-function.appearance default > > \definePreset \with { > parent = default > color = #green > } my-function.appearance style-one > > \definePreset \with { > parent = default >

Re: Naming RFC: Properties, property sets, presets

2020-07-12 Thread Andrew Bernard
Hi Urs, Great work. I have an issue with 'preset'. If you look at software synths, for example, they can store and load 'presets' but these are _all_ the parameters for a patch. I don't ever think the word preset means a subset of a set of settings or properties. As Fr. Samuel has said, the conce

Re: Naming RFC: Properties, property sets, presets

2020-07-12 Thread Carl Sorensen
How about "profile"? Sent via the Samsung Galaxy S®6 active, an AT&T 4G LTE smartphone Get Outlook for Android From: lilypond-user on behalf of Urs Liska Sent: Sunday, July 12, 2020 7:38:03 AM To: lilypond-user@gnu.org Subject: Naming RF

Re: Naming RFC: Properties, property sets, presets

2020-07-12 Thread Andrew Bernard
I think a profile is a complete list of settings/properties. Getting names right is hard! Andrew On Mon, 13 Jul 2020 at 12:21, Carl Sorensen wrote: > > How about "profile"?

Re: Naming RFC: Properties, property sets, presets

2020-07-12 Thread Andrew Bernard
Dare I say it, they are almost like overrides. Similar to modifying alists also. Andrew

Re: Naming RFC: Properties, property sets, presets

2020-07-12 Thread Carl Sorensen
On Sun, Jul 12, 2020 at 8:40 PM Andrew Bernard wrote: > I think a profile is a complete list of settings/properties. Maybe it's a "configuration", then. Or a "setting" (instead of a preset). One can think of taking the default profile, and changing it by applying a setting, or a configuration.

Re: Naming RFC: Properties, property sets, presets

2020-07-12 Thread Andrew Bernard
All good idea, but still not right I say. Hmmm. Conceptually it's a set of overrides and/or extensions. What's the word? Still thinking... Andrew

Re: Naming RFC: Properties, property sets, presets

2020-07-12 Thread Urs Liska
Hi all, thank you for the great discussion so far. The most important takeaway is that it was good to have raised the issue, and to have done it now. I won't quote every reply but I'll comment on the suggestions and maybe clarify the concepts where necessary. Am Sonntag, den 12.07.2020, 20:06 -0

Re: Naming RFC: Properties, property sets, presets

2020-07-12 Thread Flaming Hakama by Elaine
> > > -- Forwarded message -- > From: Urs Liska > To: "lilypond-user@gnu.org" > Date: Sun, 12 Jul 2020 15:38:03 +0200 > Subject: Naming RFC: Properties, property sets, presets > Hi all, > > I'm writing some documentation for the new openLilyLib feature set of > properties, and I t

Re: Naming RFC: Properties, property sets, presets

2020-07-12 Thread Andrew Bernard
No to flavor - US spelling! Color is bad enough. Heigh ho and a tra la la. :-) I don't think the particle analogy holds either. cheerio! Andrew

Turn off some span bars in a score

2020-07-12 Thread Andrew Bernard
I have a string quartet score. At one point for a certain time the cello goes into 3/4 and not strictly sync'd with the other strings which are in 7/4. Is it possible to turn off the span bars just and only between the viola and cello? I don't think this needs an MWE does it? Andrew