lilypond-user
[Top][All Lists]
Advanced

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

Fw: midi arpeggio


From: MING TSANG
Subject: Fw: midi arpeggio
Date: Mon, 2 May 2011 06:55:19 -0700 (PDT)

Re posting the following. Need help!

----- Forwarded Message ----
From: MING TSANG <address@hidden>
To: address@hidden
Sent: Mon, April 11, 2011 5:31:39 PM
Subject: midi arpeggio

The midi output does not produce arpeggio midi sound. 

<><><>
snippet

\version "2.13.59"
\include "english.ly"
TimeKey = { \time 4/4  \key ef  \major  }
PianoRHand = \relative c' {
    <bf g'>8 ef4 <bf g'>8 <af af'>8 ef'4 <af, af'>8 |            %bar 01
    <bf bf'>8 ef4 <bf bf'>8 <c af'>8 <ef c'>4 <af, ef'>8 |            %bar 02
    <bf g'>8 g4 <bf g'>8 <af f'>4 <f ef'>8 <af c>8~ \break            %bar 03
    <af c>2 <ef'' af bf ef>2\arpeggio |                    %bar 04
    <bf, g'>8 ef4 <bf g'>8 <af af'>8 ef'4 <af, af'>8 |            %bar 05
    <bf bf'>8 ef4 <bf bf'>8 <c af'>8 <ef c'>4 <c af'>8 |            %bar 06
    <ef g>8 <g, ef'>4 <bf g'>8 <af~ f'>4 <af ef'>8 <d, bf'>8~ \break    %bar 07
    <d bf'>2 <bf'' bf'>2\arpeggio |                        %bar 08
                         }
PianoLHand = \relative c {
    << {bf2 c2} \\ {ef,1} >> |                        %bar 01
    << {df'2 cf2} \\ {ef,1} >> |                        %bar 02
    <ef bf'>2 <df af'~>4. <af ef' af>8~ \break                 %bar 03
    <af ef' af>1 |                                 %bar 04
    << {bf'2 c2} \\ {ef,1} >> |                        %bar 05
    << {df'2 c2} \\ {ef,1} >> |                        %bar 06
    <c c'>2 <f bf>4. <bf, f'>8~ \break                     %bar 07
    <bf f'>1 |                                %bar 08
                         }
                        

 
 
\score {
  \new GrandStaff = "GrandStaff_score" <<
    \new ChoirStaff <<
    >>
    \new PianoStaff <<
      \new Staff = "RH" { \TimeKey  \PianoRHand  }
      \new Staff = "LH" { \TimeKey \clef bass \PianoLHand }
    >>
  >>
   \layout {   }
  \midi {    }
}

reply via email to

[Prev in Thread] Current Thread [Next in Thread]