Re: Graphical markup between objects?

2024-06-25 Thread Fennel
Thanks. As far as the "fork" style is concerned, Aaron, your example is great! Learning a lot :) It seems like it would be great if the stencil that you've made could be wrapped into the style property, as that's what Lilypond seems to want the user-settable property. The [documentation

Re: Graphical markup between objects?

2024-06-23 Thread Thomas Morley
Am So., 23. Juni 2024 um 19:48 Uhr schrieb Fennel : > > > Wondering if it's possible to override the behavior of the glide line such > that the glide will draw to the next fingering regardless of what the second > number is. > > - Fennel It's not possible. Think of chords with multiple

Re: Graphical markup between objects?

2024-06-23 Thread Fennel
Wondering if it's possible to override the behavior of the glide line such that the glide will draw to the next fingering regardless of what the second number is. - Fennel On Thursday, May 30th, 2024 at 12:28 AM, Werner LEMBERG wrote: > > > > I was looking for something like "shift line"

Re: Graphical markup between objects?

2024-05-29 Thread Werner LEMBERG
> I was looking for something like "shift line" or "line between > fingerings", the latter of which seems to point to the correct page. https://gitlab.com/lilypond/lilypond/-/merge_requests/2357 Werner

Re: Graphical markup between objects?

2024-05-29 Thread Aaron Hill
On 2024-05-28 10:43 am, Fennel wrote: indicating a “fork”, or the use of two different fingers across strings at the same “fret”. Is attaching lines like this a supported feature at the moment, and if not, does anyone have any ideas on what writing scripts to support this behavior would look

Re: Graphical markup between objects?

2024-05-29 Thread Fennel
I was looking for something like "shift line" or "line between fingerings", the latter of which seems to point to the correct page. -fennel

Re: Graphical markup between objects?

2024-05-28 Thread Werner LEMBERG
> > Before you go create something yourself, have you looked at what > > LilyPond supports [1]? There are built-in options to change the > > style of the FingerGlideSpanner. Your "V"-bend shape probably > > could be added as a new style. > > This is exactly what I was looking for! I was

Re: Graphical markup between objects?

2024-05-28 Thread Fennel
Ooh ooh ooh! This is exactly what I was looking for! I was unaware that this existed; I would have never thought to look for glide. Thank you -fennel

Re: Graphical markup between objects?

2024-05-28 Thread Aaron Hill
On 2024-05-28 10:43 am, Fennel wrote: I would like to draw lines between fingerings to indicate shifts, pivots, etc. on an unfretted string instrument. Say I have something like the following: \version "2.24.3" \relative c' { c4-1 d-2 } Before you go create something yourself, have you

Re: Graphical markup between objects?

2024-05-28 Thread Fennel
Hi Kieren, Yes, this is a good start! I’d like the fingerings to be engraved as they would if they were actual fingering objects. For example, the desired result for the following snippet would ideally look like below: \version "2.24.3" \relative c' { c-1 d''-2 } [image.png] instead of being

Re: Graphical markup between objects?

2024-05-28 Thread Kieren MacMillan
Hi Fennel, > I would like to draw lines between fingerings to indicate shifts, pivots, > etc. on an unfretted string instrument. > Say I have something like the following: > \version "2.24.3" > \relative c' { > c4-1 d-2 > } > > I would like to produce something similar to the following: >

Graphical markup between objects?

2024-05-28 Thread Fennel
I would like to draw lines between fingerings to indicate shifts, pivots, etc. on an unfretted string instrument. Say I have something like the following: \version "2.24.3" \relative c' { c4-1 d-2 } I would like to produce something similar to the following: [image.png] I know that this is