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

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

Re: changer l'extension de certains accords


From: legoss
Subject: Re: changer l'extension de certains accords
Date: Fri, 13 Feb 2009 03:10:38 -0800 (PST)


Daniel Cartron wrote:
> 
> Je ne vois pas vraiment ce que tu veux faire
> 
En résumé, je voudrais forcer Lilypond à afficher d'autres extensions
d'accords que les siennes.


Daniel Cartron wrote:
> 
> mais est-ce faisable avec des \markup ?
> 
Je potasse sur cette base :

\version "2.12.2"
\sourcefilename "chord-name-exceptions.ly"
\sourcefileline 0
\version "2.10.0"
\header {

    texidoc = "The property @code{chordNameExceptions} can used
    to store a list of special notations for specific chords."

}


                                % 7sus4 denoted with ^7 wahh
chExceptionMusic =  {
        <c f g bes>1-\markup { \super "7wahh" }}

                                % add to existing exceptions.
chExceptions = #(append
                 (sequential-music-to-chord-exceptions chExceptionMusic #t)
                 ignatzekExceptions)

theMusic = \chordmode {
    c:7sus4 c:dim7/+f
    \set chordNameExceptions = #chExceptions
    c:7sus4 c:dim7/+f
}

\layout { ragged-right = ##t }

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

Mais c'est pas le pied...


Daniel Cartron wrote:
> 
> Tu fais un fichier init.ly que tu appelles avec un \include dans chaque
> fichier .ly
> 
Et je mets mes \markup dans ce fichier init.ly ?

-- 
View this message in context: 
http://n2.nabble.com/changer-l%27extension-de-certains-accords-tp2320566p2320692.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]