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

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

Re: Accord Cadd2 + epsfile + midifile avec 2 score


From: Larix
Subject: Re: Accord Cadd2 + epsfile + midifile avec 2 score
Date: Wed, 19 Jul 2017 10:52:34 -0700 (MST)

Pour celui-ci, j'ai bien compris la façon de faire. Pour une première fois
avec une transposition, ça m'a bien pris 2h pour comprendre le
fonctionnement. Je suis super content d'avoir découvert cette façon de
faire. Merci

Voilà ce que j'ai fait:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\score { 
        { 
        <<
                \new Staff {
                \set Staff.midiInstrument = #"acoustic guitar (nylon)" \global
\ChordsFirst
                }
                \new Staff {
                \set Staff.midiInstrument = #"choir aahs"  \global \melodyFirst
                }                
        >>
        <<
                \new Staff {
                \set Staff.midiInstrument = #"acoustic guitar (nylon)" \global
\ChordsAfterCoda
                }
                \new Staff {
                \set Staff.midiInstrument = #"choir aahs"  \global 
\melodyAfterCoda 
                }
                \new Staff {
                \set Staff.midiInstrument = #"choir aahs"  \global \melodyEnd 
                }                       
        >>
        }
        \midi {   \tempo 4=130  }       
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


NOreply wrote
> Pour le midi, il faut ajouter ce code qui produit un fichier midi de toute
> la partition:
> \score { { \melody \melodyCoda }
> \midi { \tempo 4=130 } }


Par contre, pour celle-ci. Je n'y suis pas arrivé malgré plusieurs essais.
J'ai laissé tomber en mettent l'accord C. 

NOreply wrote
> Pour l'accord Cadd2, voir ici:
> http://lilypond.org/doc/v2.18/Documentation/notation/displaying-chords
> <http://lilypond.org/doc/v2.18/Documentation/notation/displaying-chords>  

Un grand merci pour de ton aide.

Stéphane




--
View this message in context: 
http://lilypond-french-users.1298960.n2.nabble.com/Accord-Cadd2-epsfile-midifile-avec-2-score-tp7585109p7585120.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]