mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 19:23:59 +00:00
171 lines
2.7 KiB
Plaintext
171 lines
2.7 KiB
Plaintext
|
|
// lullaby
|
|
|
|
Doc Gentle, soft lullaby in 4. Written for "Good Night".
|
|
|
|
Author Bob van der Poel
|
|
|
|
Begin DocVar
|
|
ChordVoice Voice used in Chord tracks (defaults to JazzGuitar).
|
|
ChordOctave Octave for Chord track (default 4)
|
|
End
|
|
|
|
NewSet ChordVoice JazzGuitar
|
|
NewSet ChordOctave 4
|
|
|
|
|
|
SeqClear
|
|
Time 4
|
|
Timesig 4 4
|
|
Include stdpats
|
|
|
|
|
|
SeqSize 1
|
|
|
|
Begin Chord
|
|
Voice $ChordVoice
|
|
Volume m
|
|
Octave $ChordOctave
|
|
Voicing Mode=Optimal
|
|
Articulate 110
|
|
Rtime 3
|
|
Rvolume 3
|
|
Sequence {1 4 90 0; 2 4 0 90 0; 3 4 0 0 90 0; 4 4 0 90 0}
|
|
Accent 1 20 3 10
|
|
End
|
|
|
|
DefGroove Lullaby Just a solo guitar in 4.
|
|
|
|
|
|
Begin Bass
|
|
Voice JazzGuitar
|
|
Volume mp
|
|
Octave 2
|
|
Rtime 2
|
|
Rvolume 3
|
|
Articulate 90
|
|
Sequence B13
|
|
End
|
|
|
|
DefGroove Lullaby1 Adds in a bit of bass.
|
|
|
|
Groove Lullaby
|
|
|
|
Begin Walk
|
|
Voice JazzGuitar
|
|
Volume mp
|
|
Octave 3
|
|
Rtime 2
|
|
Rvolume 3
|
|
Articulate 110
|
|
Direction Up
|
|
Sequence W8
|
|
Rskip 40
|
|
End
|
|
|
|
DefGroove LullabyWalk Adds an 8th note walking bass line.
|
|
|
|
|
|
///////////////////
|
|
//// Sustained
|
|
|
|
Groove Lullaby
|
|
|
|
Begin Chord-Sus
|
|
Voice SlowStrings
|
|
Octave 5
|
|
Volume p
|
|
Voicing Mode=Optimal
|
|
Articulate 100
|
|
Unify On
|
|
Sequence {1 1 90 0 90 0 * 2}
|
|
End
|
|
|
|
DefGroove LullabySus Add some sustained strings to our guitar.
|
|
|
|
Groove LullabySus
|
|
Bass Groove Lullaby1
|
|
DefGroove Lullaby1Sus A bit of bass with the strings.
|
|
|
|
Groove LullabySus
|
|
Walk Groove LullabyWalk
|
|
DefGroove LullabyWalkSus Strings and walking bass.
|
|
|
|
///////////////////////////
|
|
/// Arpeggios
|
|
|
|
Groove Lullaby
|
|
|
|
Begin Arpeggio
|
|
Voice JazzGuitar
|
|
Octave 6
|
|
Articulate 140
|
|
Volume mp
|
|
Harmony None
|
|
Rskip 40
|
|
Rvolume 5
|
|
Rtime 5
|
|
Direction Up
|
|
Range .99
|
|
Sequence A8
|
|
End
|
|
|
|
DefGroove LullabyPlus Add in arpeggiating guitar.
|
|
|
|
Groove Lullaby1
|
|
Arpeggio Groove LullabyPlus
|
|
DefGroove Lullaby1Plus Arpeggiating guitar and extra bass.
|
|
|
|
Groove LullabyWalk
|
|
Arpeggio Groove LullabyPlus
|
|
DefGroove LullabyWalkPlus Arpeggiating guitar and walking bass.
|
|
|
|
|
|
Groove LullabySus
|
|
Arpeggio Groove LullabyPlus
|
|
DefGroove LullabySusPlus Arpeggiating guitar and sustained strings.
|
|
|
|
|
|
Groove Lullaby1Sus
|
|
Arpeggio Groove LullabyPlus
|
|
DefGroove Lullaby1SusPlus Arpeggiating guitar, sustained strings and extra bass.
|
|
|
|
|
|
Groove LullabyWalkSus
|
|
Arpeggio Groove LullabyPlus
|
|
DefGroove LullabyWalkSusPlus Arpeggiating guitar, strings and walking bass.
|
|
|
|
|
|
///////////////////
|
|
//// Intro
|
|
|
|
Groove Lullaby1Sus
|
|
|
|
SeqSize 4
|
|
|
|
Begin Chord
|
|
Volume -30
|
|
Sequence * * * {1 1 90 0}
|
|
End
|
|
|
|
Begin Bass
|
|
Volume +20
|
|
Sequence * * * B1
|
|
End
|
|
|
|
Begin Chord-Sus
|
|
Volume +40
|
|
End
|
|
|
|
DefGroove LullabyIntro
|
|
|
|
|
|
///////////////////
|
|
//// Ending
|
|
|
|
Groove Lullaby
|
|
|
|
Chord Sequence {1 1 90 0 * 2}
|
|
|
|
DefGroove LullabyEnd Two half notes on the guitar.
|