1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2025-05-17 13:29:22 +02:00

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
This commit is contained in:
Eric Teunis de Boone 2015-08-21 01:05:14 +02:00
parent 3b80ad9473
commit e90059648c
10 changed files with 411 additions and 36 deletions

View file

@ -0,0 +1,30 @@
\version "2.18.2"
\include "lilydrum.ly"
\score {
\new DrumStaff {
\drummode {
\time 4/4
\repeat volta 2 {
\partial 16 g16 |
d4 g8 d g4 d8. g16 |
d8 g d4 g r |
d4 g8 d g d g d |
g4 r4 d4 r4 |
d4 g8 d g4 d8. g16 |
d8 g d4 g r |
d4 g8 d g d g d |
g4 r4 d4 r4
}
}
}
\header {
title = "The Old Rustic Bridge"
meter = "March"
instrument = "Tenor"
}
}