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

[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 15:31:13 -0700 (PDT)

voilà - je me corrige: il faut mettre les variables \cell \violon … /dans/
leur Staff!

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" {
      \set Staff.instrumentName = \markup { \center-align { Violon } }
      \violon
     }
    \new Staff = "cello" {
      \set Staff.instrumentName = \markup { \center-align { cello } }
      \cello
      }
    \new PianoStaff <<
      \set PianoStaff.instrumentName = #"Piano"
      \new Staff = "upper" \upper
      \new Staff = "lower" \lower
    >>
  >>
  \layout {}
  \midi {}
  \header {
    piece = "Ouverture"
}
}
\header {
  title = "L'inconciliabule"
  composer = "Ali Belkacem"
}



--
View this message in context: 
http://lilypond-french-users.1298960.n2.nabble.com/fichier-midi-tp7578609p7578615.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]