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

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

Re: Accords de 13e


From: Jacques Menu
Subject: Re: Accords de 13e
Date: Wed, 11 Nov 2020 00:20:23 +0100

Bonsoir,

Pour paramétrer finement, il faut utiliser chordNameExceptions.

JM.

--

Chord name exceptions

The property chordNameExceptions can be used to store a list of special 
notations for specific chords.

     % modify maj9 and 6(add9)
     % Exception music is chords with markups
     chExceptionMusic = {

       <c e g b d'>1-\markup { \super "maj9" }

       <c e g a d'>1-\markup { \super "6(add9)" }
     }

     % Convert music to list and prepend to existing exceptions.
     chExceptions = #( append

       ( sequential-music-to-chord-exceptions chExceptionMusic #t)
       ignatzekExceptions)

     theMusic = \chordmode {
       g1:maj9 g1:6.9
       \set chordNameExceptions = #chExceptions
       g1:maj9 g1:6.9

}

     \layout {
       ragged-right = ##t

}

     << \context ChordNames \theMusic
        \context Voice \theMusic
>> 


> Le 10 nov. 2020 à 23:13, Christophe Pochon <music@christophe-pochon.com> a 
> écrit :
> 
> Salut,
> 
> Personnellement j'utilise ça : 
> https://sites.google.com/site/jpgzic/home/ver-2-14
> 
> Ça permet d'afficher les accords d'une façon qui ressemble à ce qu'on a dans 
> les New Real Books et ça résout ton problème.
> 
> Avec :
> 
> f1:13
> f:13.9-
> 
> j'obtiens :
> 
> <Sans_titre__2___modifié__–_Frescobaldi.png>
> 
> Mais il y a bien sûr des moyens d'obtenir quelque chose de similaire en 
> gardant la police d'origine. Si tu préfères ça, je t'explique demain.
> 
> Bonne soirée,
> 
> Christophe Pochon
> 
> 
> 
> Le mar. 10 nov. 2020 à 22:10, julien via LilyPond French-speaking list 
> <lilypond-user-fr@gnu.org> a écrit :
> Bonjour,
> Une question a priori simple, mais que je n'arrive pas à résoudre.
> Pour chiffrer un accord de 13e, je code f:13. J'obtiens F 9 13.
> Idem pour bes:9-.13, j'ai Bb 7 b9 13.
> Quel est le moyen de n'avoir que 13 ou que b9 13, sans l'indication de 7e ?
> 
> Merci pour vos éclairages.
> 
> 
> 
> --
> Sent from: http://lilypond-french-users.1298960.n2.nabble.com/
> 




reply via email to

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