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

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

Re: nuances (sortie MIDI)


From: PharoahS
Subject: Re: nuances (sortie MIDI)
Date: Thu, 19 Mar 2015 03:49:15 -0700 (MST)

Merci pour vos conseils. c'est mon premier essai.
J'ai écrit

\version "2.14.2"


upper  = \relative c'' { r2 b\fff r8 d4. bes4 e, f2 r}
lower  = \relative c' { <g a b d>2 \ppp r2
         \relative c  { <c e g d' e> \ppp r2 *2 r2  2 }
}

\score {
  <<
    
    \tempo 4 = 124
    \new PianoStaff = "piano" <<
      \new Staff = "upper" { \upper }
      \new Staff = "lower" {
        \clef "bass"
        \lower 
      }
    >>
  >>
  
  \layout { }
  \midi { }
}



--
View this message in context: 
http://lilypond-french-users.1298960.n2.nabble.com/nuances-sortie-MIDI-tp7582518p7582521.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]