Re: Emacs setup

2024-10-10 Thread Kenneth Flak
aurie > > > On Sat, 6 Jul 2024 at 06:49, Ben Bradshaw < > bleeding.fl...@gmail.com> wrote: > > Yeah pdf-tools is a good way to view PDFs within > emacs. You can

Re: Emacs setup

2024-07-05 Thread Kenneth Flak
t; > I posted a message a while back to get point-and-click +preview > working > in emacs a while back. It was titled "Point an Click & emacs", > it requires > pdf-tools -- which you want anyway :-) > greetz, > i > > On Fri, Jul 5, 2024 at 9

Re: Emacs setup

2024-07-05 Thread Kenneth Flak
(turn-on-font-lock))) > > On Thu, Jul 4, 2024 at 12:50 PM Gilles Sadowski > wrote: > > Hello. > > Le jeu. 4 juil. 2024 à 17:05, Kenneth Flak > a écrit : > > > > "Kenneth Flak" writes: > > > > Sorry, forgot to add subject...

Emacs setup

2024-07-04 Thread Kenneth Flak
"Kenneth Flak" writes: Sorry, forgot to add subject... Still getting used to mu4e :-D Kenneth > Hi list, > > I've started learning me a bit of emacs, and I would love to get > lilypond working with it as well... However, the installation > instructions in the docum

(No Subject)

2024-07-04 Thread Kenneth Flak
Hi list, I've started learning me a bit of emacs, and I would love to get lilypond working with it as well... However, the installation instructions in the documentation left me a bit baffled. It *seems* I should be able to just require the lilypond files, as they are nicely tucked away in

Re: vim-transpose

2024-06-18 Thread Kenneth Flak
> line 36: > E121: Undefined variable: notenames > E116: Invalid arguments for function len(notenames)) > E116: Invalid arguments for function range(len(notenames)) > > Am Di., 18. Juni 2024 um 12:06 Uhr schrieb Kenneth Flak <[1] > kennethf...@protonmail.com>: > >

Re: vim-transpose

2024-06-18 Thread Kenneth Flak
ready have a file lilypond.vim in ~/.vim/ftplugin/. Could I paste the > content of Transpose.vim into that file? > > Am Di., 18. Juni 2024 um 10:09 Uhr schrieb Kenneth Flak > : > >> Hi, >> >> The plugin is missing some vital parts, but you should be able

Re: vim-transpose

2024-06-18 Thread Kenneth Flak
Hi, The plugin is missing some vital parts, but you should be able to get it working by renaming Transpose.vim to lilypond.vim and moving it into the after/ftplugin folder of your (n)vim configuration. Haven't tested it yet, though... Best, Kenneth Stefan Thomas, Jun 18, 2024 at 09:35: > Dear

Re: autocompletion with vim

2024-06-14 Thread Kenneth Flak
Hmmm... I don't see anything immediately in your config that should cause this. There was a whole bunch of breaking changes around nvim 0.10.0 that might affect this as well... Stupid question: are all your plugs up to date? And did you test with the latest git version of nvim? Best, Kenneth Fenn

Re: autocompletion with vim

2024-06-06 Thread Kenneth Flak
Hi again Fennel, I tried to install oil.nvim to see if it messed with completion, but everything worked as it should out of the box. I'm strongly suspecting there's something fishy going on with how and/or from where your dictionaries are being pulled. Best, Kenneth Fennel, Jun 06, 2024 at 11:5

Re: autocompletion with vim

2024-06-06 Thread Kenneth Flak
This issue seems related: https://github.com/uga-rosa/cmp-dictionary/issues/58 Fennel, Jun 06, 2024 at 11:51: > It seems like cmp-dictionary​ doesn’t play nice with oil.nvim, and I > am not > removing that to make this work unfortunately. Here’s a stack trace if > you’re > interested: > > Error

Re: autocompletion with vim

2024-06-06 Thread Kenneth Flak
I stopped using oil.nvim some time ago, as it started getting all buggy and weird on me... My new favorite file manager is yazi, which also has an nvim plugin :-) https://yazi-rs.github.io/ How does your cmp-dictionary setup look like? Fennel, Jun 06, 2024 at 11:51: > It seems like cmp-dictiona

Re: autocompletion with vim

2024-06-06 Thread Kenneth Flak
Hi Fennel, I'm using the cmp-dictionary approach, which works fine for me. I wasn't aware that it's archived, which is a shame... In order for it to work I did have to specify an absolute path to the dictionaries, though: local basepath = "/home/kf/.local/share/nvim/site/pack/rocks/start/nvim-

Re: autocompletion with vim

2024-06-05 Thread Kenneth Flak
I'm using the nvim-lilypond-suite plugin, which works beautifully, but that's for neovim... I suppose you're referring to "regular" vim? Best, Kenneth Stefan Thomas, Jun 05, 2024 at 10:13: > Dear community, > did any of You manage to get the autoload-function for lilypond of vim > to > work? > T

Re: How to transpose?

2024-05-25 Thread Kenneth Flak
Wols Lists, May 24, 2024 at 18:28: > I do a lot of brass stuff. And as you've realised, it's \transpose not > \transposition. > > I just think "\transpose for printed music, \transposition for midi". > How accurate that is I don't know. > > The other trick I always use (given that a trombone plays

Re: Control beaming with tuplets

2024-05-24 Thread Kenneth Flak
Perfect, thanks a lot! Best, Kenneth Xavier Scheuer, May 24, 2024 at 12:41: > On Fri, 24 May 2024 at 10:57, Kenneth Flak > <[1]kennethf...@protonmail.com> > wrote: > > > > Thanks! That almost did the trick. The only thing that's not working is that > connecti

Re: Control beaming with tuplets

2024-05-24 Thread Kenneth Flak
Thanks! That almost did the trick. The only thing that's not working is that connecting beam between the two quintuplets. See attached screenshot... K Damian leGassick, May 24, 2024 at 11:51: > \tuplet 5/4 ? > > D > > > On 24 May 2024, at 09:44, Kenneth Flak wrote: &

Control beaming with tuplets

2024-05-24 Thread Kenneth Flak
Hi, I'm trying to replicate the notation in originalHarp.png for harp with 5-tuplets, but the beaming I am getting is completely off... My attempt is in the file myAttempt.png, using this code: right = { \relative c'{ s4 \tuplet 5/2 {c32 e g bf df} \tuplet 5/2 {c32 e g bf df} c16

Re: How to transpose?

2024-05-23 Thread Kenneth Flak
Timothy Lanfear, May 23, 2024 at 13:19: > If you already have the music written in concert pitch, use the > transpose > function to change displayed pitch. > > \transpose bes, c { \clef treble \key c\major g' } > > If your brass players prefer not to have a key signature, omit the \key > statement.

How to transpose?

2024-05-22 Thread Kenneth Flak
Hi, Trying my hands on transposing from concert pitch to Trumpet in Bf and french horn in F, but the displayed notes are still in concert pitch... How do I make these display the notes I would like the players to see? \new Staff = "trumpet" \with { instrumentName = "Trp" } {

Re: Frescobaldi?

2024-05-06 Thread Kenneth Flak
An LSP server for lilypond would be awesome! I'm using it all the time for coding in neovim, and it's a total game changer. Best, Kenneth Valentin Petzel, May 06, 2024 at 15:23: > I’m wondering if the Frescobaldi approach is actually working out. Keep in > mind that originally Frescobaldi was j

Re: Frescobaldi... panic alternatives?

2024-05-03 Thread Kenneth Flak
our contribution to > LilyPond! > > Cheers, > > Colin > > On 2024-05-01 22:33, Kenneth Flak wrote: > > OK, giving it a shot... Feel free to edit as needed! > > > > Kenneth > > > > > > Neovim > > > > https://neovim.io > > > > Ne

Re: Re: Frescobaldi... panic alternatives?

2024-05-02 Thread Kenneth Flak
> point-and-click two-way, like Frescobaldi, or from PDF to code only? > > > Cheers, > > Colin > > On 2024-05-01 22:33, Kenneth Flak wrote: > > OK, giving it a shot... Feel free to edit as needed! > > > > Kenneth > > > > > &

Re: Frescobaldi... panic alternatives?

2024-05-02 Thread Kenneth Flak
detail without telling one > what the whole thing is about. I struggled to work out what Neovim is, > or why I should want to use it. > > On 02/05/2024 05:33, Kenneth Flak wrote: > > OK, giving it a shot... Feel free to edit as needed! > > > > Kenneth > >

Re: Frescobaldi... panic alternatives?

2024-05-01 Thread Kenneth Flak
OK, giving it a shot... Feel free to edit as needed! Kenneth Neovim https://neovim.io Neovim is a minimal text editor and fork of vim. It is highly extensible and configurable through the vimscript and lua programming languages. Lilypond support is provided by the nvim-lilypond-suite plugin

Re: Frescobaldi... panic alternatives?

2024-05-01 Thread Kenneth Flak
Yes, I also use that combo. It's fantastic, but you'd have to be willing to invest some time to climb the admittedly steep learning curve of (neo)vim. However, it's a time investment that pays off massively, so I recommend it heartily! Kenneth Roosna & Flak Contemporary Dance & Music https://

Re: question to generating random pitches snippet

2023-06-13 Thread Kenneth Flak
On 13 Jun 2023 16:12, Jean Abou Samra wrote: >Le mardi 13 juin 2023 à 15:56 +0200, Stefan Thomas a écrit : >> Dear community, >> I discovered the snippet that lets you generate random pitches in Lilypond. >> How does Lilypond "know" what are the lowest, what are the highest pitches? >> How could

Re: lilypond and neovim

2023-05-05 Thread Kenneth Flak
Hi Simon, Nice to meet you in here :-) Thanks for the update on the nvim-cmp front. I wasn't aware of the latest and greatest. Also didn't know about tabnine, which I am now enjoying testing on my system! Still didn't jump on the AI bandwagon, but this seems like a good place to start... Lo

Re: Sublime Text and point and click

2023-05-05 Thread Kenneth Flak
est, Kenneth -- Roosna & Flak - Contemporary Dance & Music Web: roosnaflak.com Code: {github,gitlab}.com/kflak Mastodon: @k...@sonomu.club On 6 May 2023 01:02, Andrew Bernard wrote: >No - this is great. By no means hijacked. I'll go with that. Thanks! I >only bring up Sublime

Re: Sublime Text and point and click

2023-05-05 Thread Kenneth Flak
orary Dance & Music Web: roosnaflak.com Code: {github,gitlab}.com/kflak Mastodon: @k...@sonomu.club On 5 May 2023 14:50, Kenneth Flak wrote: > >Haven't tested point and click yet with neovim (using the excellent >nvim-lilypond suite), but there's a section in the wiki outlini

Re: Sublime Text and point and click

2023-05-05 Thread Kenneth Flak
Haven't tested point and click yet with neovim (using the excellent nvim-lilypond suite), but there's a section in the wiki outlining a couple of strategies on how to make it work: https://github.com/martineausimon/nvim-lilypond-suite/wiki/2.-Configuration#point-and-click -- Roosna & Flak -

Stretch bar width to fit

2023-02-18 Thread Kenneth Flak
Hi list, Is there a simple way to stretch the bar width of short scores to full page width? Example: \score { \relative c' { c2( b' a c f, d b' b, c a' g d e c') \bar "|." } \layout { \context { \Score \hide TimeSignature \time 14/2 } } } Best, K

Re: Vertical arrows next to note

2023-02-10 Thread Kenneth Flak
Great, thanks both! Exactly what I need :-) K -- Roosna & Flak - Contemporary Dance & Music Web: roosnaflak.com Code: {github,gitlab}.com/kflak Mastodon: @k...@sonomu.club On 9 Feb 2023 21:12, Valentin Petzel wrote: >Hello Jean, > >One could even get rid of the direction parameter and instead

Re: Vertical arrows next to note

2023-02-09 Thread Kenneth Flak
flak.com Code: {github,gitlab}.com/kflak Mastodon: @k...@sonomu.club On 9 Feb 2023 21:23, Andrew Bernard wrote: >There's lot of code for many types of arrows on LSR. Take a look. No >need to reinvent that wheel. > >Andrew > > >On 9/02/2023 9:21 pm, Kenneth Flak wrote: >

Vertical arrows next to note

2023-02-09 Thread Kenneth Flak
Hi list, Before I dig myself too deep into a rabbit hole, I am sure that this is possible with much less fuss: How to draw vertical arrows pointing up or down next to a note? Attaching a screenshot of what I would like to accomplish. Best, Kenneth -- Roosna & Flak - Contemporary Dance & Music

Re: Translating “Extending LilyPond” — any takers?

2023-02-07 Thread Kenneth Flak
Hi Jean, Thanks so much for continuing to develop this invaluable resource! I have one small issue with the site in dark mode (which seems to be the default on my linux system and android phone): some of the writing is barely legible, with a very low contrast ratio. Including a couple of scree

Re: how to avoid double sharps in \transpose?

2023-02-05 Thread Kenneth Flak
-- Roosna & Flak - Contemporary Dance & Music Web: roosnaflak.com Code: {github,gitlab}.com/kflak Mastodon: @k...@sonomu.club On 4 Feb 2023 21:45, Jean Abou Samra wrote: >On 04/02/2023 21:07, Kenneth Flak wrote: > >> >> This comes out correctly: &g

Re: how to avoid double sharps in \transpose?

2023-02-04 Thread Kenneth Flak
-- Roosna & Flak - Contemporary Dance & Music Web: roosnaflak.com Code: {github,gitlab}.com/kflak Mastodon: @k...@sonomu.club On 4 Feb 2023 13:55, David Kastrup wrote: >Kenneth Flak writes: > >> Hi list, >> >> I have this: >> >> \version "

Re: how to avoid double sharps in \transpose?

2023-02-04 Thread Kenneth Flak
On 4 Feb 2023 13:55, David Kastrup wrote: >Kenneth Flak writes: > >> Hi list, >> >> I have this: >> >> \version "2.24.0" >> >> \language english >> >> >> patright = { >> 2 | >> } >>

Re: how to avoid double sharps in \transpose?

2023-02-04 Thread Kenneth Flak
dig it up and post it when I get back. -David ----- Kenneth > Flak wrote: > Hi list, > > I have this: > > \version "2.24.0" > > \language > english > > > patright = { > 2 | > } > > patleft = { > g2 c > } > > right = > {

how to avoid double sharps in \transpose?

2023-02-04 Thread Kenneth Flak
Hi list, I have this: \version "2.24.0" \language english patright = { 2 | } patleft = { g2 c } right = { \patright \transpose c df \patright \transpose c d \patright \transpose c ef \patright \transpose c e \patright \transpose c f \patright \transpose c fs \pa

Re: how to alias commands?

2022-12-31 Thread Kenneth Flak
Thanks all! Extremely useful information, especially considering how very, very little experience I have with scheme code... Happy new year, and thanks for an amazing piece of software, Kenneth -- Roosna & Flak - Contemporary Dance & Music Web: roosnaflak.com Code: {github,gitlab}.com/kflak Mas

how to alias commands?

2022-12-31 Thread Kenneth Flak
Hi list, Is there a way to alias a command in lilypond? F.x. I would like to substite `\markup \rN` with simply `\rn`. Defining `rn` as a variable doesn't work, so what are the ways? All the best, Kenneth -- Roosna & Flak - Contemporary Dance & Music Web: roosnaflak.com Code: {github,gitlab}.c

Re: Align markdown to barline?

2022-11-19 Thread Kenneth Flak
Great, thanks! I'm using 2.22.2, so I suppose \mark is my new friend Kenneth -- Roosna & Flak - Contemporary Dance & Music Web: roosnaflak.com Code: {github,gitlab}.com/kflak Mastodon: @k...@sonomu.club On 20 Nov 2022 00:24, Paul Scott wrote: >On 11/19/22 11:34 PM, Kenneth F

Align markdown to barline?

2022-11-19 Thread Kenneth Flak
Hi list, Is there a way to (easily) attach a text to a barline? Currently I am doing this kind of a stunt in order to line it up correctly: left = { \relative c { \clef bass c1_"C" d_"P" f_" C" e_" C" f_" P" g_"P" a_" C" g_"

Re: Location of guile socket Linux

2022-04-12 Thread Kenneth Flak
Jean Abou Samra, Apr 12, 2022 at 20:41: > Hi Kenneth, Thanks a lot Jean! I suppose I'll compile lilypond myself as soon as I get around to it. Nice solution :-) K

Location of guile socket Linux

2022-04-11 Thread Kenneth Flak
Hi list, First time poster here, just starting to get my head around using lilypond together with scheme/guile! I use nvim, and I would love to be able to use this together with the scheme-playground. For this I would need to know where to find and connect to the socket that guile is creating, but