1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-10-04 23:14:41 +02:00
pipeband-music/4-4_marches/cabar_feidh/side.orig.ly
Eric Teunis de Boone 389bc3fe89 Drumscore for Cabar Feidh
kastdeur/lilydrum#14 not working as intended (reopening issue)
Missing tutti brackets for side.orig.ly
2018-01-27 10:10:13 +01:00

44 lines
634 B
Text

\version "2.18.2"
\include "lilydrum.ly"
\include "./config.ily"
\include "./notes.side.ily"
\score {
\new PipeBandDrumStaff {
\global
\sideglobal
<<
\new NullVoice = "format" {
\part \line \bar "|."
\break
\part \line \bar "|."
\break
\part \line \bar "|."
\break
\part \line \bar "|."
\break
}%Format
\new DrumVoice = "side" {
\snareA s8
\snareB s8
\snareC s8
\snareD s8
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentSide
composer = \composerSide
arranger = \arrangerSide
}
}