Le mardi 21 février 2023 à 14:01 +0100, mi...@orbelanet.com a écrit :
> Oh, I'm so sorry!
> 
> My problem is not relationed with lilypond directly.
> 
> Is just a neovim mapping problem with .ly files, that convert cc to cis  
> (to easyly write sharps and flats).

Instead of that, you probably want to do something like

```
\version "2.24.0"

#(ly:parser-set-note-names
  `((c . ,#{ c #})
    (cc . ,#{ cis #})
    (d . ,#{ d #})
    ;; etc...
    ;; add all notes in your notation
    ))

\fixed c' {
  c cc d
}
```

to define your own input language.

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to