[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: fichier midi
From: |
address@hidden |
Subject: |
Re: fichier midi |
Date: |
Tue, 30 Oct 2012 17:19:40 +0100 |
On 30 oct. 2012, at 16:56, ali <address@hidden> wrote:
> lily ne m'ouvre pas de fichier je ne comprend pas pourquoi ?
>
> qq pourrait-il m'aider Svp
>
>
> \score {
> \header {
>
>
> title = "L'inconciliabule"
> composer = "Ali Belkacem"
> piece = "Ouverture"
> }
> <<
>
> \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 { }
> }
>
>
>
>
> --
> View this message in context:
> http://lilypond-french-users.1298960.n2.nabble.com/fichier-midi-tp7578609.html
> Sent from the LilyPond French Users mailing list archive at Nabble.com.
>
> _______________________________________________
> liste de diffusion lilypond-user-fr
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user-fr
Il faut que ton bloc header soit en dehors du bloc score.
\header {
title = "foo"
}
\score {
% machin truc
}
Cordialement,
~Mike