New Snare Score: Orange and Blue V0

This commit is contained in:
Eric Teunis de Boone 2021-11-02 13:57:12 +01:00
parent 770c8142d7
commit 2c51812dc8
3 changed files with 188 additions and 0 deletions

View File

@ -0,0 +1,118 @@
\version "2.19.0"
\include "bagpipe.ly"
\include "lilydrum.ly"
\include "./config.ily"
%\include "./notes.bass.ily"
%\include "./notes.tenor.ily"
\include "./notes.side.ily"
\include "./notes.pipes.ily"
%\include "./notes.pipes.seconds.ily"
%\include "./notes.lyrics.ily"
\layout {
indent = 5.0
short-indent = 2.0
}
\score {
\new StaffGroup <<
\new Staff \with {
instrumentName = \markup{ \instrumentPipes }
shortInstrumentName = \markup{ \shortInstrumentPipes }
} {
\global
\pipeglobal
<<
\new NullVoice = "format" {
\part |
\line
\bar "||" \break
\line
\bar "|."
}
\new Voice = "pipes" {
\pipesA
\pipesB
}
>>
}
%{ \new Staff = "song" {
\lyricsglobal
\new Voice = "lyrics" {
}
}
}%
%{ \new Lyrics = "verse1" {
\lyricsglobal
\lyricsto "lyrics" {
\verseA
}
}
%}
%{ \new Staff = "seconds" \with {
instrumentName = \markup{ \instrumentPipes \instrumentSecnd }
shortInstrumentName = \markup{ \shortInstrumentPipes \shortInstrumentSecnd }
} {
\pipessecndglobal
}
%}
\new PipeBandDrumStaff = "side" \with {
instrumentName = \markup { \instrumentSide }
shortInstrumentName = \markup{ \shortInstrumentSide }
} {
\sideglobal
s16 |
\snareA
\snareB
}
%{
\new PipeBandDrumStaff = "tenor" \with {
instrumentName = \markup{ \instrumentTenor }
shortInstrumentName = \markup{ \shortInstrumentTenor }
} {
\tenorglobal
}
%}
%{
\new PipeBandDrumStaff = "bass" \with {
instrumentName = \markup{ \instrumentBass }
shortInstrumentName = \markup{ \shortInstrumentBass }
} {
\bassglobal
}
%}
>>
\header {
title = \title
subtitle = \subtitle
meter = \meter
composer = \markup \large {
\column \right-align {
$(if (not (string=? "" composerLyrics)) #{ \markup { \line { \composerLyrics ":" } } #} )
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \composerPipes ":" }} #} )
$(if (not (string=? "" composerPipessecnd)) #{ \markup {\line { \composerPipessecnd ":" }} #} )
$(if (not (string=? "" composerSide)) #{ \markup {\line { \composerSide ":" }} #} )
$(if (not (string=? "" composerTenor)) #{ \markup {\line { \composerTenor ":" }} #} )
$(if (not (string=? "" composerBass)) #{ \markup {\line { \composerBass ":" }} #} )
}
\column \right-align {
$(if (not (string=? "" composerLyrics)) #{ \markup { \line { "Lyrics" } } #} )
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \instrumentPipes }}#} )
$(if (not (string=? "" composerPipessecnd)) #{ \markup {\line { \instrumentPipessecnd }}#} )
$(if (not (string=? "" composerSide)) #{ \markup {\line { \instrumentSide }}#} )
$(if (not (string=? "" composerTenor)) #{ \markup {\line { \instrumentTenor }}#} )
$(if (not (string=? "" composerBass)) #{ \markup {\line { \instrumentBass }}#} )
}
}
}
}

View File

@ -0,0 +1,34 @@
% 4/4 Orange and Blue
% Side
\version "2.18.2"
composerSide = "E.T. de Boone, v0, Nov 2021"
arrangerSide = ""
sideglobal = {
\sixteenthBeaming
}
% Music
snareEnding = \drummode {
d8.)\! g16 \flam d8. g16 \triplet { d16 g d g d8 } g8. g16 |
\drag d16 d8. \triplet { g8 d \flam g } d4:32( d4) |
}
snareA = \drummode {
\flam d16 g8. d4:32(\< d8.)\! g16 d16 d8. |
\triplet { g8-> d16 d g8 } \triplet { d16 g d g d8 } \triplet{ \drag d8\< d \flam g } d4:32( |
d4)\! \triplet { d16 g d g d8 } g16 d16:64( d8) g8. g16 |
d4:32( d8.) d16:64( d16) g8.-> d32\< g d g d8\!
\flam d16 g8. d4:32(\< d8.)\! g16 d16 d8. |
\triplet { g8-> d16 d g8 } \triplet { d16 g d g d8 } \triplet{ \drag d8\< d \flam g } d4:32( |
\snareEnding
}
snareB = \drummode {
\flam d8. d16:64( d8.) g16 d16:64( d8.) \flam g8. \flam d16 |
\triplet { d8 d8 \flam g8 } \flam d8. g16 \flam d8. \flam g16 \triplet { d16\< g d g d8\! } |
g4\v \triplet { d8 g16 g d8 } g4:32(->\< d4:32)(->\> |
\triplet { g8)\! d g } \triplet { d16 g d g d8 } g8. g16 \flam d8. g16 |
\flam d8. d16:64( d8.) g16 d16:64( d8.) \flam g8. \flam d16 |
\triplet { d8 d8 \flam g8 } \flam d8. g16 \flam d8. \flam g16 d4:32(\< |
\snareEnding
}

View File

@ -0,0 +1,36 @@
\version "2.18.2"
\include "lilydrum.ly"
\include "./config.ily"
\include "./notes.side.ily"
\score {
\new PipeBandDrumStaff {
\global
\sideglobal
<<
\new NullVoice = "format" {
\line
\bar "||" \break
\line
\bar "|."
}%Format
\new DrumVoice = "side" {
\snareA
\snareB
}
>>
}
\header {
title = \title
subtitle = \subtitle
meter = \meter
instrument = \instrumentSide
composer = \composerSide
arranger = \arrangerSide
}
}