Benutzer:Aka/Score

aus Wikipedia, der freien Enzyklopädie
Zur Navigation springen Zur Suche springen

<<
  \tempo 4=80
  
  \new Staff
  {
    \relative c'
    \clef violin 
    \set Staff.midiInstrument = "acoustic grand"
    \set Staff.midiMaximumVolume = #0.7
    
    r8 <c' e' g'>
    r8 <c' e' g'>
    r8 <c' e' g'>
    r8 <c' e' g'>

    r8 <a b dis'>
    r8 <a b dis'>
    r8 <a b dis'>
    r8 <a b dis'>

    r8 <g' b e'>
    r8 <g' b e'>
    r8 <g' b e'>
    r8 <g' b e'>

    r8 <g' b d'>
    r8 <g' b d'>
    r8 <g' b d'>
    r8 <g' b d'>
  }

  \new Staff
  {
    \relative c
    \clef violin 
    \set Staff.midiInstrument = "string ensemble 2"
    \set Staff.midiMaximumVolume = #0.3
    
    <c' c'' d'' e'' g''>1

    <a a' b' dis''>1

    <g' g'' a' b' e'>1

    <g' g'' b' d''>1
  }  

  \new Staff
  {
    \relative c
    \clef bass
    \set Staff.midiInstrument = "acoustic bass"
    \set Staff.midiMaximumVolume = #1.0

    c8 r
    c8 r
    c8 c,
    c8 c,

    b,8 r
    b,8 r
    b,8 r
    b,8 dis8
    
    e8 r
    e8 r
    e8 e,
    e8 f,
    
    g,8 r
    g,8 r
    g,8 r
    g,8 r
  }
  
  \drums
  {
    \set Staff.midiMaximumVolume = #1.0

    <bd hh>4 hh4 <bd ss>4 hh4
    <bd hh>4 hh4 <bd ss>4 hho4
    <bd hh>4 hh4 <bd ss>4 hh4
    <bd hh>4 hh4 <bd ss>4 hho4
  }
>>




<<
  \tempo 4=100
  
  \drums
  {
    <bd hh cymc>8 hh hhp <bd hh>
    <bd sn>8 hh hh <bd hhp>

    <bd hh>16 bd16 hh8 hhp <bd hh>
    <bd sn>8 hh hh <bd hhho>
    
    <bd hh>8 hh hhp <bd hh>
    <bd sn>8 hh hh <bd hhp>

    <bd hh>16 <bd sn>16 hh8 hhp <bd hh>
    <bd sn cymr>8 hh <hh sn cymr> <bd hhho sn>16 sn16
    
    <bd cymc>2
  }
>>




<<
  \tempo 4=120

  \drums
  {
    <bd>16 <bd> <bd cymc sn> <bd>
    <bd>16 <bd> <bd sn> <bd>
    <bd>16 <bd> <bd sn> <bd>
    <bd>16 <bd hh> <bd>16 <bd sn cymc>

    <bd>16 <bd> <bd sn> <bd>
    <bd>16 <bd> <bd sn> <bd>
    <bd>16 <bd> <bd sn> <bd>
    <bd cymr tommh>16 <bd tomml> <bd sn toml> <bd tomfh>16

    <bd cymc>2
  }
>>




<<
  \tempo 4=100
  \time 6/8
  
  \new Staff
  {
    \clef violin 
    \set Staff.midiInstrument = "acoustic grand"
    \set Staff.midiMaximumVolume = #0.9
    \partial 4 a8 d'
    
    f'8 a d'
    f'8 a d'
    e'8 a d'
    e'8 a d'
    e'8 a d'
    f'8 a d'
    f'8 a d'
    f'8 a d'

    g'8 f a
    g'8 f a
    g'8 f a
    g'8 f a
    a'8 g b
    a'8 g b
    a'8 g b
    a'8 g b

    e'8 f a
    e'8 f a
    e'8 f a
    e'8 f a
    d'8 f a
    d'8 f a
    d'8 f a
    d'8 f a
  }

  \new Staff
  {
    \clef bass
    \set Staff.midiInstrument = "acoustic grand"
    \partial 4 r4
    
    <d, d>2.
    <c, c>2.
    <cis, cis>2.
    <ais,, ais,>2.
    <f,, f,>2.
    <f,, f,>2.
    <g,, g,>2.
    <g,, g,>2.
    <ais,, ais,>2.
    <ais,, ais,>2.
    <c, c>2.
    <c, c>2.
  }
>>