1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-10-04 23:14:41 +02:00
pipeband-music/strathspeys/molly_connell.bass.ly
Eric Teunis de Boone 6d9bb716d9 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
2015-10-16 23:25:22 +02:00

31 lines
No EOL
469 B
Text
Executable file

\version "2.18.2"
\include "lilydrum.ly"
\score {
\drummode {
\numericTimeSignature
\time 4/4
% Part 1
\repeat volta 2 {
d4-> g4-> d4 g4 |
d4 g4 d4 g4 |
d4-> g4 d4 g4 |
d4-> g4 d8.-> g16 d4 |
\break
d4-> g4-> d4 g4 |
r8 d8 r8 g8 r8 d8 r8 g8 |
d4-> g4 d4 g4 |
d4-> g4 r8. g16 d4 |
}
}
header {
title = "Molly Connell"
composer = "W.H. de Boone / E.T. de Boone, 2014"
instrument = "Bass Drum"
meter = "STRATHSPEY"
}
}