mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-10-31 02:16:34 +01:00
Drumscore for Cabar Feidh
kastdeur/lilydrum#14 not working as intended (reopening issue) Missing tutti brackets for side.orig.ly
This commit is contained in:
parent
c5ba8f86de
commit
389bc3fe89
3 changed files with 224 additions and 0 deletions
52
4-4_marches/cabar_feidh/side.ly
Normal file
52
4-4_marches/cabar_feidh/side.ly
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "./config.ily"
|
||||
\include "./notes.side.ily"
|
||||
\include "../../standards/24_44_standards.side.ily"
|
||||
|
||||
\score {
|
||||
\new PipeBandDrumStaff {
|
||||
\global
|
||||
\sideglobal
|
||||
<<
|
||||
%\new NullVoice = "format" {
|
||||
% \repeat unfold 4 {
|
||||
% \repeat unfold 2 {
|
||||
% \part s1*2
|
||||
% } \alternative {
|
||||
% { s1*2 }
|
||||
% { s1*2 }
|
||||
% }
|
||||
%}
|
||||
%
|
||||
%}%Format
|
||||
|
||||
\new DrumVoice = "side" {
|
||||
\partial 8 \simpleSnarepone \midone \simpleSnarepone \simpleSnareEndingI r8
|
||||
\tutti { \simpleSnarepone \removeWithTag #'tutti \midone \simpleSnareEndingII s8 }
|
||||
|
||||
\bar "||"
|
||||
|
||||
\break
|
||||
\repeat unfold 3 {
|
||||
\partial 8 \pempty \midone \pempty \simpleSnareEndingI r8 s8
|
||||
\break
|
||||
\tutti {
|
||||
\partial 8 \cadenzaOn \pempty \cadenzaOff \removeWithTag #'tutti \midone \simpleSnareEndingII s8
|
||||
}
|
||||
\bar "||"
|
||||
}
|
||||
\bar "|."
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentSide
|
||||
composer = \composerSide
|
||||
arranger = \arrangerSide
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue