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

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

Re: Accords jazz


From: JeanPi
Subject: Re: Accords jazz
Date: Sun, 24 Jan 2010 11:38:06 -0800 (PST)

pour le codage des accords ça marche comme çà:
%%%%%%%%%%%%%
\version "2.12.3" 

music = \chordmode { 
% accord avec basse
        c1:m/ees
        r
%accord entre parethèses        
        \parenthesize d:7.9-
        r
% accord mineur majeur 7
        c:m5.7+
        r
% accord 7eme diminuée  
        c:dim7
        r
} 

<< 
  \new ChordNames { 
    \music 
  } 
 % \context Voice { \music } 
>> 


\layout { 
  \context { 
           \ChordNames 
           \override ParenthesesItem #'font-size = #1  
          % \override ParenthesesItem #'font-name = #"Arial"   
        } 
  } 
%%%%%%%%%%%%

Autrement tu peut faire afficher n'importe quoi avec n'importe quel accord
je planche en ce moment sur une notation "à la new real book"
tu peut voir mes autres posts ou suivre ma signature pour plus d'infos

@+

-----
http://sites.google.com/site/jpgzic/ Lily Pond et le Jazz 
-- 
View this message in context: 
http://n2.nabble.com/Accords-jazz-tp4450214p4450338.html
Sent from the LilyPond French Users mailing list archive at Nabble.com.




reply via email to

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