Re: Distance from barline to first note of bar

2023-07-16 Thread Kieren MacMillan
Hi Jean,

>> I know  
>> describes the different spacing-style options, but can you comment on 
>> why/whether one would/should set both this spacing-style *and* another 
>> (e.g., minimum-space)?
> I don't understand the question. How could you set several spacing styles at 
> once?

Well, with other spacing parameters, we can and do, e.g.

score-system-spacing =
#'((basic-distance . 12)
   (minimum-distance . 6)
   (padding . 1)
   (stretchability . 12))

Why not

\override BarLine.space-alist.next-note = #'((semi-fixed-space . 10) 
(minimum-space . 4))

or similar?

Thanks,
Kieren.
__

My work day may look different than your work day. Please do not feel obligated 
to read or respond to this email outside of your normal working hours.




Re: Distance from barline to first note of bar

2023-07-16 Thread Jean Abou Samra
Le dimanche 16 juillet 2023 à 08:51 -0400, Kieren MacMillan a écrit :
> I know 
> describes the different spacing-style options, but can you comment on
> why/whether one would/should set both this spacing-style *and* another (e.g.,
> minimum-space)?


I don't understand the question. How could you set several spacing styles at
once?

Thanks,
Jean





signature.asc
Description: This is a digitally signed message part


Re: Distance from barline to first note of bar

2023-07-16 Thread Kieren MacMillan
Hi all,

> I won't comment on the default value

I‘ve always found it too small…

>   \layout {
> \context {
>   \Score
>   \override BarLine.space-alist.next-note = #'(semi-fixed-space . 10)
> }
>   }

I know  
describes the different spacing-style options, but can you comment on 
why/whether one would/should set both this spacing-style *and* another (e.g., 
minimum-space)?

Thanks,
Kieren.

__

My work day may look different than your work day. Please do not feel obligated 
to read or respond to this email outside of your normal working hours.




Re: [BUG] WORG example for ob-lilypond is no longer working as described

2023-07-16 Thread Ihor Radchenko
Graham King  writes:

> I'm late to this thread, and I might be missing some crucial aspect of the 
> problem, but if you just want to integrate lilypond scores and fragments into 
> a LaTeX document, and you're able to choose to use Luatex, the lyluatex and 
> lilyglyphs packages work beautifully with the latest Lilypond versions.

ob-lilypond currently does not support :results latex and :results html.
Of course, it could, and not only via LuaTeX.
https://lilypond.org/doc/v2.21/Documentation/usage/html
https://lilypond.org/doc/v2.21/Documentation/usage/latex

But we currently don't have a maintainer for ob-lilypond to work on this...

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at .
Support Org development at ,
or support my work at 



Re: [BUG] WORG example for ob-lilypond is no longer working as described

2023-07-16 Thread Graham King
I'm late to this thread, and I might be missing some crucial aspect of the 
problem, but if you just want to integrate lilypond scores and fragments into a 
LaTeX document, and you're able to choose to use Luatex, the lyluatex and 
lilyglyphs packages work beautifully with the latest Lilypond versions.


I can supply a shortish example if you wish, but I'd rather do that off-list 
(i) in case it is not helpful to you, and (ii) to avoid cluttering the lists.

-- Graham



Re: detecting parallel fifths and octaves in figured bass

2023-07-16 Thread Vaughan McAlley
I wrote a script in Lua to check MIDI files for consecutives. It assumes
one voice per track, so may not suit your needs for figured bass. I need to
make it more user-friendly, but would be happy to do so if anyone is
interested.

Congratulations to Thomas Tallis for having no consecutive fifths at
all in *Spem
in alium*!

Vaughan


On Sat, 15 Jul 2023 at 07:13, Eef Weenink  wrote:

> Maybe somebody already made a script for this:
>
> In figured bass there are two fundamental rules: Avoid parallell octaves
> and or fifhts.
> So it would be nice to have some scipts what checks for this. So if two
> voices have a distance of a fifth or octave, the next chord is checked if
> the same two voices have a fifth or octave too. If so, they are parallel.
>
> Any ideas, suggestions?
>
> regards, Eef
>