1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2025-10-31 02:16:34 +01:00

Moving Lilydrum.ly and bagpipe.ly to a search path, have to update MakeDrum script

This commit is contained in:
Eric Teunis de Boone 2016-11-29 15:24:03 +01:00
parent 560b5621b7
commit 11bade01a4
242 changed files with 2007 additions and 0 deletions

View file

@ -0,0 +1,38 @@
\version "2.18.2"
\include "lilydrum.ly"
\include "lilydrum.ly"
\include "lilydrum.ly"
\include "lilydrum.ly"
\include "lilydrum.ly"
\include "lilydrum.ly"
\include "config.ily"
\include "notes.side.ily"
\score {
\new PipeBandDrumStaff {
\global
\sideglobal
<<
\new NullVoice = "format" {
}%Format
\new DrumVoice = "side" {
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentSide
composer = \composerSide
}
}