1
0
Fork 0
mirror of https://github.com/kastdeur/lilydrum.git synced 2024-09-29 06:24:40 +02:00
lilydrum/airs/the_mist_covered_mountains.tenor.ly
Eric Teunis de Boone e90059648c Created script to easily compile a score.
Should be further extended for compiling a full drumscore,
however, this will lead to a change in file structure of the 'music' files
	modified:   TODO
	modified:   lilydrum.ly
	new file:   makedrum
2015-08-21 01:05:14 +02:00

37 lines
No EOL
544 B
Text
Executable file

\version "2.18.2"
\include "lilydrum.ly"
\score {
\new DrumStaff {
\drummode {
\time 6/8
\repeat volta 2 {
d4. g |
d4. g8 r8 g8 |
d4. g8. d16 g8 |
d8. g16 d8 g8 r8 g8 |
d4. g |
d4. g8 r8 g8 |
d4. g8. d16 g8 |
d8 g8 d8 g8 r4
}
\repeat volta 2 {
d4. g |
d4. g8 r8 g8 |
d4. g |
d4. g8 r8 g8 |
d4. g |
d4. g8 r8 g8 |
r8. g16 d8 r8. d16 g8 |
d8 g8 d8 g8 r4
}
}
}
\header {
title = "The Mist Covered Mountains"
meter = "Slow Air"
instrument = "Tenor"
}
}