[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: fichier midi
From: |
Eluze |
Subject: |
Re: fichier midi |
Date: |
Tue, 30 Oct 2012 10:07:42 -0700 (PDT) |
ali wrote
> Désolé je débute totalement j'essaye simplement de m'en sortir avec les
> templates fournis par lilypond
>
> c'est donc un code surement très tiré par les cheveux mais j'ai bien le
> header et le reste qui s'affiche ?
>
> en tous cas j'ai sorti le \header du bloc score comme tu l'as recommandé
> et je dois dire que j'ai du mal
>
> avec les variables désolé il faut bien commencer
alors voilà un petit exemple:
violon = \relative { c d e f g a h c }
cello = \relative { c d e f g a h c }
upper = \relative { c d e f g a h c }
lower = \relative { c d e f g a h c }
\score {
<<
\new Staff = "violon" \violon {
\set Staff.instrumentName = \markup { \center-align { Violon } }
}
\new Staff = "cello" \cello {
\set Staff.instrumentName = \markup { \center-align { Violon } }
}
\new PianoStaff <<
\set PianoStaff.instrumentName = #"Piano"
\new Staff = "upper" \upper
\new Staff = "lower" \lower
>>
>>
\layout { }
\midi { }
}
\header {
title = "L'inconciliabule"
composer = "Ali Belkacem"
piece = "Ouverture"
}
bonne chance!
Eluze
--
View this message in context:
http://lilypond-french-users.1298960.n2.nabble.com/fichier-midi-tp7578609p7578613.html
Sent from the LilyPond French Users mailing list archive at Nabble.com.