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

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

Re: Chiffrage des accords de jazz


From: Martial R
Subject: Re: Chiffrage des accords de jazz
Date: Sat, 23 Oct 2021 23:50:07 +0200

Bonsoir,
Sans vraiment maîtriser  chExceptionMusic voici un moyen
j'imagine qu'il y a plus simple


%------------------------
chExceptionMusic = {
  <c e ges bes des'>1-\markup {

    \super "7"
    \fontsize #5 "(" \super {
     \fontsize #-2
   \translate #'(0 . 0.8)  \column   {
        \concat  { "b7" }
        \concat { "b9"  }
      }
    } \fontsize #5 ")"
  }
}

% Convert music to list and prepend to existing exceptions.
chExceptions = #(append
                 (sequential-music-to-chord-exceptions chExceptionMusic #t)
                 ignatzekExceptions)

theMusic = \chordmode {
  \set chordNameExceptions = #chExceptions
  c1:7.5-.9-
}

\layout {
  ragged-right = ##t
}

<<
  \new ChordNames \theMusic
  \new Voice \theMusic
>>
%------------------------------

http://lilybin.com/m6hagr/1

la doc
https://lilypond.org/doc/v2.23/Documentation/notation/displaying-chords.fr.html

-- 
Martial Rameaux

Le sam. 23 oct. 2021 à 22:34, xtof pno <xtof01-pno@yahoo.fr> a écrit :
>
> Bonjour,
> Je souhaiterais noter des accords comme pièce jointe "modèle".
> Que les extensions de l'accord se superposent dans une parenthèse.
>
> Mais j'obtiens pièce jointe "résultat" (avec g:9-.13-). Ce n'est pas très 
> lisible et cela prend beaucoup de place.
> Comment ajuster la commande ?
>
> 2° : comment supprimer l'ajout "add" : \set additionalPitchPrefix = "add"
> pour qu'il n'apparaisse qu'à la demande et non pas systématiquement ?
>
> Merci pour vos conseils.
> Cordialement.
> Christophe Julien.



reply via email to

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