lilypond and neovim

2023-05-05 Thread Simon Martineau
Title: Hi everyone, I have been following the recent discussions about gvim and Sublime Text, and I would like to start a new thread about Neovim. Thank you Kenneth for promoting nvim-lilypond-suite! Regarding auto-completion with cmp-dictionary, it is no longer necessary to specify the d

Re: sectionLabel with box - global formatting

2023-04-01 Thread Simon Martineau
Hi Stephan, You can try this way : \override Score.SectionLabel.stencil = #(make-stencil-boxer 0.1 0.5 ly:text-interface::print) Simon Le sam. 1 avr. 2023 à 21:04, a écrit : > Send lilypond-user mailing list submissions to > lilypond-user@gnu.org > > To subscribe or unsubscribe via t

Re: Collision with fingering, tuplet, and slur

2023-01-01 Thread Simon Martineau
Hello Stephan, Happy new year to you too ! I asked a similar question yesterday on the French forum, a priori it's a bug. Jean sent me to this page where there is a workaround: https://gitlab.com/lilypond/lilypond/-/issues/6346 On Sun, Jan 01, 2023 at 11:37:34PM +0100, Stephan Schöll wrote:

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: 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