mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-17 13:29:22 +02:00
New scores and versions
Added flourishing symbols, however not yet complete: want a function not markup Further update of lilydrum Started a cheatsheet Removed fullscore attempts, will be retried later
This commit is contained in:
parent
460aceb885
commit
6d9bb716d9
25 changed files with 616 additions and 327 deletions
32
airs/abide_with_me.side.ly
Executable file
32
airs/abide_with_me.side.ly
Executable file
|
@ -0,0 +1,32 @@
|
|||
\score {
|
||||
\new DrumStaff = "staff_side" {
|
||||
\set DrumStaff.drumStyleTable = #(alist->hash-table pipeband-style)
|
||||
\set Staff.instrumentName = #"Side"
|
||||
\set Staff.shortInstrumentName = #"S.D."
|
||||
|
||||
\time 4/4
|
||||
\eighthBeaming
|
||||
%\markup{ 1st time through rolls, n+1th time: n drums play score}
|
||||
\drummode {
|
||||
\repeat unfold 3{
|
||||
\flam d8->) \! \triplet { d16 g d } g8 \flam d-> r8 \flam d r8 g |
|
||||
\flam d8-> \triplet { d16 g d } g8 \flam d-> r8 \flam d r8 g |
|
||||
\flam d8-> \triplet { d16 g d } \flam d8-> \triplet { d16 g d } \flam d8-> \triplet { d16 g d } \flam g8 \flam g-> |
|
||||
d4:32( \< d4:32)( d4:32)( d4:32)( \! \> |
|
||||
|
||||
\break
|
||||
}
|
||||
\break
|
||||
\flam d8->) \! \triplet { d16 g d } g8 \flam d-> r8 \flam d r8 \flam g |
|
||||
\flam d8->\< \triplet { d16 g d } \flam d8-> \triplet { d16 g d } \flam d8-> \triplet { d16 g d } \flam g8[ \drag g]->\! |
|
||||
d4:32( \> d4:32)( d4:32)( d4:32)( |
|
||||
d4:32)( \< d4:32)( d4:32)( d4:32) \!
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
\header {
|
||||
title = "Abide with Me"
|
||||
meter = "Hymn"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue