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

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

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


From: Jean Abou Samra
Subject: Re: Accords jazz notés différemment en ChordNames et en ChordGrid
Date: Mon, 10 Apr 2023 18:44:47 +0200
User-agent: Evolution 3.46.4 (3.46.4-1.fc37)

Le lundi 10 avril 2023 à 12:05 +0200, Denis Bitouzé a écrit :

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 ?

Dans le jazzchords.ily d'ici, je trouve

\layout {
  \context {
    \ChordNames
    chordRootNamer = #JazzChordNames	% update the chord names
    chordNameExceptions = #JazzChords	% update the chord exceptions
    \override ChordName.font-name = #"lilyjazz-chord"  % use the custom font for displaying the chords
  }
}

Il faudrait remettre la même chose dans un bloc pour ChordGrid, c'est à dire :

\layout {
  \context {
    \ChordNames
    chordRootNamer = #JazzChordNames	% update the chord names
    chordNameExceptions = #JazzChords	% update the chord exceptions
    \override ChordName.font-name = #"lilyjazz-chord"  % use the custom font for displaying the chords
  }
  \context {
    \ChordGrid
    chordRootNamer = #JazzChordNames	% update the chord names
    chordNameExceptions = #JazzChords	% update the chord exceptions
    \override ChordName.font-name = #"lilyjazz-chord"  % use the custom font for displaying the chords
  }
}

(à faire de préférence dans un nouveau fichier inclus pour éviter d'écraser ceci à la prochaine mise à jour de Lilyjazz).

Cordialement,

Jean

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


reply via email to

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