lilypond-user-fr
[Top][All Lists]
Advanced

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

Accords jazz notés différemment en ChordNames et en ChordGrid


From: Denis Bitouzé
Subject: Accords jazz notés différemment en ChordNames et en ChordGrid
Date: Mon, 10 Apr 2023 12:05:16 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

Bonjour,

quelqu'un sait-il pourquoi les accords jazz sont notés différemment en
`ChordNames` et en `ChordGrid`, ainsi qu'en atteste l'ECM suivant, et
surtout comment faire pour qu'ils soient notés en `ChordGrid` comme en
`ChordNames` ?

Merci d'avance.

--8<---------------cut here---------------start------------->8---
\version "2.24.1"
\include "jazzchords.ily"
\paper {
  #(define fonts
    (set-global-fonts
      #:sans "lilyjazz-chord"
  ))
}

theChords = \chordmode { c1:maj }

\score {
  <<
    \new ChordNames \theChords
  >>
  \layout { }
}

\new ChordGrid \theChords
--8<---------------cut here---------------end--------------->8---
-- 
Denis

Attachment: test.png
Description: PNG image


reply via email to

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