\version "2.12.2" \include "nederlands.ly" % \include "Djembe-percussion-staffs.ly" \header { dedication = "Martin Gort / Oscar van Dillen" title = "Djolé" instrument = "Djembé, Dun dun, Sang bang" composer = "Anonymous" % meter = "100" copyright = "Creative Commons (by-sa) 3.0 Bernard Hulsman http://creativecommons.org/licenses/by-sa/3.0/nl/" } \layout { \context { \Staff \name DjembeStaff \alias Staff clefGlyph = #"clefs.percussion" clefPosition = #0 \override TimeSignature #'style = #'numbered \override StaffSymbol #'line-count = #3 } \context { \Staff \name TwoLineStaff \alias Staff clefGlyph = #"clefs.percussion" clefPosition = #0 \override TimeSignature #'style = #'numbered \override StaffSymbol #'line-count = #2 } \context { \PianoStaff \accepts TwoLineStaff } \context { \StaffGroup \accepts DjembeStaff \accepts TwoLineStaff } } DunDunVoice = \relative c' { % \time 3/4 \set Staff.instrumentName = #"Dundun (R)" { g'1 r1 g2 g2 r1 \bar "|." } } SangBangVoice = \relative c' { % \time 3/4 \set Staff.instrumentName = #"Sang Bang (L)" { r1 g'1 r1 g1 \bar "|." } } DjembeIVoice = \relative c' { % \time 3/4 \autoBeamOff \set Staff.instrumentName = #"Djembé 1" { c'4 c16 c4 b16 b4 b8 \bar "|." } } % \addlyrics { % L R L R L R % } DjembeIIVoice = \relative c' { % \time 3/4 \set Staff.instrumentName = #"Djembé 2" { r4. f8 f4 f4 | f4. f8 f4 f4 | f4 c'8 c4. a8 a8 | r4 c8 c4. a8 a8 \bar "|." } } % \addlyrics { % L R L R L R L R R L R L R L R L R R L R R L R L R L R R L % } DjembeIIIVoice = \relative c' { % \time 3/4 \set Staff.instrumentName = #"Djembé 3" { a'4 c8 c8 f,4 c'8 c8 | a8 a8 c8 c8 f,4 c'8 c8 \bar "|." } } % \addlyrics { % R R L R R L R L R L R R L % } \score { \new StaffGroup { << \tempo 4=100 \new PianoStaff << \new TwoLineStaff \new Voice \DunDunVoice \new TwoLineStaff \new Voice \SangBangVoice >> \new DjembeStaff \new Voice \DjembeIVoice \new DjembeStaff \new Voice \DjembeIIVoice \new DjembeStaff \new Voice \DjembeIIIVoice >> } \layout { } % \midi { } } % #(set-default-paper-size "a4" 'landscape)