Re: gvim point and click

2024-06-02 Thread Stefan Thomas
Dear David, thanks for Your reply. Unfortunately, none of your suggestions have brought the desired result! Best, Stefan Am Mo., 3. Juni 2024 um 03:19 Uhr schrieb David Wright < lily...@lionunicorn.co.uk>: > On Sun 02 Jun 2024 at 16:10:56 (+0200), Stefan Thomas wrote: > > again, I'm trying to act

Re: how to draw lines independent from the notes

2024-06-02 Thread Werner LEMBERG
> How can I draw a vertical (or even diagonal) line independently > positioned from the notes in the score, that can span across staves, > as shown in the figure? The question is formulated in a very broad way. Assuming that you want to draw something completely independent of the score, you mi

how to draw lines independent from the notes

2024-06-02 Thread Paolo Prete
Hello, How can I draw a vertical (or even diagonal) line independently positioned from the notes in the score, that can span across staves, as shown in the figure? In addition, how can I draw a horizontal line with arrows on both sides and centered text above it, always independent from the score

Re: how to draw lines independent from the notes

2024-06-02 Thread Paolo Prete
For the question 1), I just found this: https://lsr.di.unimi.it/LSR/Snippet?id=253 Any idea about question 2? (arrows + centered text) Thanks On Sun, Jun 2, 2024 at 7:05 PM Paolo Prete wrote: > Hello, > > How can I draw a vertical (or even diagonal) line independently positioned > from the n

Re: gvim point and click

2024-06-02 Thread David Wright
On Sun 02 Jun 2024 at 16:10:56 (+0200), Stefan Thomas wrote: > again, I'm trying to activate point and click in gvim. I made a little > success: > I wrote in the editor options of okular: > gvim --remote-silent +%l %f +normal! %c > When I click on a note, the right document is opened and the cursor

gvim point and click

2024-06-02 Thread Stefan Thomas
Dear community, again, I'm trying to activate point and click in gvim. I made a little success: I wrote in the editor options of okular: gvim --remote-silent +%l %f +normal! %c When I click on a note, the right document is opened and the cursor is placed at the correct line, but not at the correct

Re: wordwrap on argument of markup function

2024-06-02 Thread Ya Gloops
#(define-markup-command (freely layout props width-param text) (number? markup-list?)   "Format text for one bar of 'width-param' quarter notes’ length"   (interpret-markup layout props                     #{\markup\box \line { \override #`(line-width . ,width-param) \wordwrap { #text }} #})) \