Graphical markup between objects?

2024-05-28 Thread Fennel
writing scripts to support this behavior would look like? -fennel ​

Re: Graphical markup between objects?

2024-05-28 Thread Fennel
age.png] instead of being displayed purely horizontally as a TextSpanner would. -fennel ​ On Tuesday, May 28th, 2024 at 2:35 PM, Kieren MacMillan kie...@kierenmacmillan.info wrote: > Hi Fennel, > >> I would like to draw lines between fingerings to indicate shifts, pivots, >

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-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: autocompletion with vim

2024-06-06 Thread Fennel
s sense for one language out of many that I write in my vim config. I'm kind of at a loss for what I can use in vim to get proper autocomplete working other than fix the broken archived plugin myself, which I'm not exactly trying to do at the moment. - Fennel publickey - fennel@ever

Adjust analysis bracket continuations?

2024-06-06 Thread Fennel
s Horizontal_bracket_engraver \override HorizontalBracket.break-overshoot = #'(5 . 5) } } \relative c' {c1\startGroup | \break c1\stopGroup} [image.png] largely unchanged. What should I do? Fennel ​

Re: autocompletion with vim

2024-06-06 Thread Fennel
ecode' (string expect ed, got nil) stack traceback: [C]: in function 'decode' ...vim/lazy/cmp-dictionary/lua/cmp_dictionary/dict/trie.lua:43: in function <...vim/lazy/cmp-dicti onary/lua/cmp_dictionary/dict/trie.lua:42> [C]: in function 'nvim_buf_delete' .../fennel

Spanner start and end in different voices or hack

2024-06-13 Thread Fennel
ect I’m working on requires that beam remain intact and have correct stem direction. If at all possible, keeping the first half of the bar in the single outer voice would be fantastic. Is there a way around the voice problem or a way to tweak the length of the spanner beyond the specified endpoint? Fennel ​

Re: autocompletion with vim

2024-06-14 Thread Fennel
e/nvim/lazy/cmp-dictionary/lua/cmp_dictionary/util.lua:7: in function 'system' ...e/nvim/lazy/cmp-dictionary/lua/cmp_dictionary/source.lua:100: in function 'resolve' ...ennel/.local/share/nvim/lazy/nvim-cmp/lua/cmp/source.lua:384: in function 'resolve' ...fennel/.local

Adjust line spacing in markup column for fingerings

2024-06-20 Thread Fennel
his happen / where in the docs should I be looking as my current efforts are not going too well. -Fennel ​

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

Vertically align objects of same class?

2024-06-25 Thread Fennel
tically align with the “C”. I know that lyricMode would work well in this example, but I would also like to do the same thing with HorizontalBrackets and I’m mainly using this for string indications which do not appear on every note, making lyricmode somewhat of a pain to use in this scenario. -Fennel ​

Re: Graphical markup between objects?

2024-06-25 Thread Fennel
[documentation page](https://lilypond.org/doc/v2.24/Documentation/internals/fingerglidespanner) suggests that valid styles depend on valid stencils, but I can't seem to find a snippet in LSR showing how to actually make that happen. -Fennel

Re: Vertically align objects of same class?

2024-06-25 Thread Fennel
he value of the staff padding should be such that all of the objects are vertically aligned? ~Fennel

RE: Vertically align objects of same class?

2024-06-25 Thread Fennel
I wonder if this is hackable if I just duplicate the current staff context as a dynamic context and then remove all of the markup objects from the staff context… ~Fennel ​ On Tuesday, June 25th, 2024 at 12:52 PM, carsonm...@ca.rr.com wrote: > Fennel, > > Go to: > https://lily

Tweak size of Script objects

2024-06-25 Thread Fennel
I’d like to adjust the size of certain script marks like trills and bowings relative to the staff size. The [script](https://lilypond.org/doc/v2.25/Documentation/internals/script) class doesn’t seem to let you change the symbol’s size. ~Fennel ​

Re: autocompletion with vim

2024-07-14 Thread Fennel
n for quite a while. I'll keep an ear open in case anything changes, or if you all hear anything please send of course. -Fennel

Re: Vertically align objects of same class?

2024-07-14 Thread Fennel
e VerticalAxisGroup.staff-affinity = #DOWN s4 s\startGroup s s\stopGroup | s\startGroup s s\stopGroup s } \score { << \music \brackets >> } [image.png] This snippet fails to engrave the analysis brackets, as shown. Is it possible to do so? -Fennel ​

Re: Vertically align objects of same class?

2024-07-14 Thread Fennel
for almost every system. I’ll take a look at what you suggested, Valentin. Hopefully it works for what I need! -Fennel ​

Re: Vertically align objects of same class?

2024-07-16 Thread Fennel
il = #(ly:make-stencil '() '(0 . 0) '(0 . 0)) > } > > } This snippet gives the following output: [image.png]It seems that the staff-affinity option is being ignored? -Fennel > ​

Re: Vertically align objects of same class?

2024-07-20 Thread Fennel
| } \\ { g g g g | } a a a a >> } >> { s\startGroup s s s\stopGroup | s s s s } } -Fennel ​

Re: Vertically align objects of same class?

2024-07-25 Thread Fennel
= #DOWN should mean that the brackets appear above the staff instead of below, right? -Fennel ​

Re: Graphical markup between objects?

2024-07-29 Thread Fennel
Hi all, Fixed the fork objects such that they correctly render the apex of the fork halfway on the part of the two fingerings. Check it out! -Fennel On Tuesday, June 25th, 2024 at 12:34 PM, Fennel wrote: > Thanks. As far as the "fork" style is concerned, Aaron, your exampl

Multiple fingering and glides

2024-08-01 Thread Fennel
s to why it is behaving the way that it does. 1. The \once text override is applying to the entire NoteEvent, not the next Fingering, which is the intended behavior. Is there a workaround for this? -Fennel test_fingering.pdf Description: Adobe PDF document test_fingering.ly Description: Binary data

Re: Multiple fingering and glides

2024-08-05 Thread Fennel
ehave like fingering objects instead of script objects. I will open an issue! Though I fear the solution for me right now will be monkeying around in an SVG editor to make the notation. -Fennel

Change size of note object in markup

2024-08-29 Thread Fennel
I have a note object in markup, like so: \version "2.24.4" \markup { "blah blah" \note {2} #1 "blah blah" } I’d like the note to be a bit smaller relative to the text. How do I do this? Fennel ​