Re: detecting parallel fifths and octaves in figured bass

2023-07-15 Thread Richard Shann
On Fri, 2023-07-14 at 21:08 +, 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. FWIW There is a script in Denemo w

Placement of tuplet numbers

2023-07-15 Thread K. Blum
Dear LilyPond community, please have a look at the following snippet: %%% \version "2.24.1" up = \tweak Script.outside-staff-priority #1 \upbow dn = \tweak Script.outside-staff-priority #1 \downbow tri = \tuplet 3/2 \etc \paper {   indent = 0

Re: detecting parallel fifths and octaves in figured bass

2023-07-15 Thread Knute Snortum
On Sat, Jul 15, 2023 at 1:26 AM Richard Shann wrote: > On Fri, 2023-07-14 at 21:08 +, 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

Distance from barline to first note of bar

2023-07-15 Thread Jakob Pedersen via LilyPond user discussion
Dear everybody, So I've been wondering about the distance between the barline and the first note of a measure. I'm not an expert typesetter by any means, but it does seem to me that the gap is narrower in lilypond scores than in examples by Gould, for instance. I've come up with this compari

Re: Distance from barline to first note of bar

2023-07-15 Thread Jean Abou Samra
I won't comment on the default value, but: > Can the gap be extended by some ratio of global staff size? (I'm assuming a > fixed increase would make problems with scores with a larger basic staff > size, like my own.) Sure: ``` \layout { \context { \Score \override BarLine.

Re: Placement of tuplet numbers

2023-07-15 Thread Jean Abou Samra
This sounds similar to https://gitlab.com/lilypond/lilypond/-/issues/6346 . signature.asc Description: This is a digitally signed message part

Re: detecting parallel fifths and octaves in figured bass

2023-07-15 Thread David Nalesnik
Hi all, On Fri, Jul 14, 2023 at 6:36 PM Jean Abou Samra wrote: > Le vendredi 14 juillet 2023 à 21:08 +, Eef Weenink a écrit : > > 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

Re: Getting grob Y position (spacing error)

2023-07-15 Thread Gregory Evans
Hi Jean, I’m revisiting the engraver you defined for me above. I don’t understand how to pass a particular value from one place to another. Hopefully this can be answered without you studying up on what you developed back in December. We have 1.) a line drawing function #(define (make-switch-butt

Re: Getting grob Y position (spacing error)

2023-07-15 Thread Jean Abou Samra
Hi, > (ly:grob-set-property! follower 'details '((used-proportion > . 0.5))) ;;; HERE I would like to have user-input instead of 0.5 > ;; would prefer the above line to read something like: > ;; (ly:grob-set-property! follower 'details > '((used

Re: Getting grob Y position (spacing error)

2023-07-15 Thread Gregory Evans
Hi Jean, Yes I’m still pretty much a Scheme beginner even though I have been trying to learn. My first language is Python. Thanks for the advice about not destroying the other details values. No, there is no special reason to read from the notehead, except that I don’t know how to read the value

Re: Getting grob Y position (spacing error)

2023-07-15 Thread Gregory Evans
Hi Jean, I'm sorry for my last confused email. I see what you mean about overriding the VoiceFollower property outside of the engraver. In my test file I was trying to override incorrectly. Thanks again for your help, greg On Sat, Jul 15, 2023 at 2:10 PM Gregory Evans wrote: > Hi Jean, > Yes I’