lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: move chords closer to notes


From: Jean Abou Samra
Subject: Re: move chords closer to notes
Date: Tue, 21 Feb 2023 21:21:52 +0100
User-agent: Evolution 3.46.4 (3.46.4-1.fc37)

Le mardi 21 février 2023 à 14:01 +0100, mikel@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

[Prev in Thread] Current Thread [Next in Thread]