Re: Suppress end-of-line key signature change

2022-09-08 Thread Xavier Scheuer
On Fri, 9 Sept 2022 at 03:35, Mark Probert wrote: > > > Hi. > > By default LP will add the new key signature to the end of a line if the next line has a key signature change (as per this example). Is there an easy way to suppress this behaviour? For pedagogic exercises like these scales it is not

Suppress end-of-line key signature change

2022-09-08 Thread Mark Probert
Hi. By default LP will add the new key signature to the end of a line if the next line has a key signature change (as per this example). Is there an easy way to suppress this behaviour? For pedagogic exercises like these scales it is not really needed TIA! ---[ ex ]--- \version "2.22" melody =

Re: Conditional fermata padding

2022-09-08 Thread Martín Rincón Botero
Thank you very much, Lukas! Well, I didn't want to bother so much with more conditions. They are namely: only sharp accidentals and only notes starting from the fourth line and higher when the stem is down. For my use case I would just add those extra conditions in abjad. The reason why we have now

Re: Use of NeoVim and Lilypond

2022-09-08 Thread Simon Martineau
Hi Colin, It should work this way ! Can you try with a minimal nvim config ? e.g. : call plug#begin() Plug 'martineausimon/nvim-lilypond-suite' Plug 'MunifTanjim/nui.nvim' call plug#end() Let me know ! Thanks, Simon -- https://www.simonmartineau.com/ +33 (0)6 17 94

Re: custom chord (Stan Sanderson)

2022-09-08 Thread Stanton Sanderson
> > Stan, > > Here is one way to do it. > > > \version "2.22.2" > > % Define your chord usage > % Here, I am interpreting the "sus 4/2", which is an unusual symbol, as > replacing the 3rd in a major chord with both the 2nd and 4th degrees, so 1 2 > 4 5 > myChordSequence = \chordmode { >

Re: Use of NeoVim and Lilypond

2022-09-08 Thread Simon Martineau
Colin, I think I have it : The plugin use api functions only available in Neovim 0.7.0+ : https://github.com/nanotee/nvim-lua-guide/blob/master/README.md#defining-user-commands What is your current version ? (type `:version` in nvim) On Thu, Sep 08, 2022 at 09:22:49AM +0100, Colin Baguley wro

Re: Conditional fermata padding

2022-09-08 Thread Lukas-Fabian Moser
Hi Martín, Am 08.09.22 um 10:52 schrieb Martín Rincón Botero: I would like to have less padding for a fermata when a note has an accidental. Say, if the fermata has a padding of x, I would like it be x-0.1 or so when the note in question has an accidental. I would be thankful for a snippet :-)

Conditional fermata padding

2022-09-08 Thread Martín Rincón Botero
Dear Scheme wizards, I would like to have less padding for a fermata when a note has an accidental. Say, if the fermata has a padding of x, I would like it be x-0.1 or so when the note in question has an accidental. I would be thankful for a snippet :-).

Re: Use of NeoVim and Lilypond

2022-09-08 Thread Andrew Bernard
Let me look at it. Andrew On 8/09/2022 6:22 pm, Colin Baguley wrote: Do you have any suggestions as what to do next? Thank you for your time Colin

Re: Use of NeoVim and Lilypond

2022-09-08 Thread Colin Baguley
Hi Jean Thank you so much for that link - at first glance it looks perfect but I'm afraid at the moment I can't get it to work - probably because of my inexperience and ineptitude rather than a fault with the program! I have added the two required plugins to my init-vim, and have run :PlugInstall b